/*
Theme Name: FISH onlus theme
Theme URI: http://www.fishonlus.it/
Description: FISH onlus theme.
Template: options
Author: FISH onlus
Author URI: http://www.fishonlus.it/
Version: 0.1
*/

* { margin: 0; padding: 0; }

p { margin: 0 0 15px 0; }

ul li { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

/* Blockquotes */
blockquote { border: 1px solid #eee; background: #f7f7f7; padding: 20px 10px; margin: 10px 0; }

a { color: #333; text-decoration: none; }
a:hover { color: #ff0033; text-decoration: underline; }
.post .entry a { text-decoration: underline;  }
.post .entry a:hover { }
.post .entry a:link img { }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; color: #333; }
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }
#content h2, #content h3, #content h4, #content h5, #content h6 { /*margin-bottom: 15px;*/ }
#content h4 { margin-bottom: 0px; }
/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Object */
object { padding: 0; margin: 0; }

/* Code */
pre { overflow: auto; margin-bottom: 15px; width: 100%; }
code { font-size: 1.15em; }

/* Body */
body {
	color: #333;
	background: #f3f3f3 url(/images/fish_body_bg.png) repeat-y top center;
	font: 80% Arial, Verdana, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	}
#body-container {
	width: 942px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background: #fff;
	}
/************************************************
	Header
************************************************/
#header-container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: #fff;
	}
#header {
	float: left;
	width: 580px;
	overflow: hidden;
	}
#header #site-title a {
	width: 580px;
	height: 108px;
	display: block;
	background: url(/images/fish_logo_contrast_default.png) no-repeat 0 0;
	}
#header #site-title a span, #header #site-description { display: none; }

/************************************************
	Feed links in header
************************************************/
#feed {
	float: right;
	width: 75px;
	height: 22px;
	/* Comment out the line below if not using header image */
	padding: 48px 0 0 0;
	}
#feed li { display: inline; }
#feed li a {
	float: left;
	width: 34px;
	height: 22px;
	display: block;
	}
#feed li.feed-url a { background: url(images/feed-icon.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/feed-email.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/* Container for content and sidebar */
html > body #container { margin-left: 10px; }
#container {
	float: left;
	clear: left;
	width: 912px;
	margin: 10px 10px 0 5px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	background: #fff;
	}

#home, #content { width: 590px; margin: 0; }
#home.right, #content.right, #sidebar.right { float: right; margin: 0; }
#home.left, #content.left, #sidebar.left { float: left; margin: 0; }

/************************************************
	Navigation
************************************************/
/* Navigation containers */
.menu-navigation-container, #sub-navigation { width: 100%; float: left; }
.menu-navigation-container, #sub-navigation, #menu-navigation li li, #menu-navigation li li li, #sub-nav li li, #sub-nav li li li { background: #710017 url(/images/fish_main_nav.png) repeat-x top left; text-transform: lowercase; letter-spacing: 0.1em; }

/* List items */
#menu-navigation, #menu-navigation ul, #menu-navigation ul ul, #sub-nav, #sub-nav ul, #sub-nav ul ul {
	list-style: none;
	margin: 0;
	}
#menu-navigation li, #menu-navigation li li, #menu-navigation li li li, #sub-nav li, #sub-nav li li, #sub-nav li li li {
	float: left;
	}
#menu-navigation li li, #menu-navigation li li li, #sub-nav li li, #sub-nav li li li { border-top: 0px solid #ff0033; }

/* List links */
#menu-navigation li li a { margin: 0px 0px; padding: 6px 10px; }
#menu-navigation a { color: #fff; font-weight: bold; display: block; padding: 6px 16px; text-decoration: none; }
#sub-nav a { color: #fff; font-size: .95em; padding: 7px 17px; display: block; }

/* Hover states */
#menu-navigation a:hover, #menu-navigation li.current_page_item a, #sub-nav a:hover, #sub-nav li.current-cat a { text-decoration: none; }
#menu-navigation a:hover, #sub-nav a:hover { background: #3e000d url(/images/fish_main_nav_hover.png) repeat-x top left;}
#menu-navigation li.current_page_item li a, #sub-nav li.current-cat li a { text-decoration: none; }
#menu-navigation li.current_page_item li a:hover, #sub-nav li.current-cat li a:hover { text-decoration: none; }

/* Drop-down controls */
#menu-navigation ul, #sub-nav ul { float: left; }
#menu-navigation li ul, #sub-nav li ul { visibility: hidden; position: absolute; width: 15em; left: -999em; }
#menu-navigation li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#menu-navigation li ul li, #sub-nav li ul li { width: 15em; }
#menu-navigation li ul ul, #sub-nav li ul ul { margin: -33px 0 0 15em; }
#menu-navigation li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#menu-navigation li:hover ul, #menu-navigation li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { left: auto; }
#menu-navigation li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#menu-navigation li:hover ul, #menu-navigation li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { visibility: visible; left: auto; }

/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	margin-right: 15px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 0 0;
	}
#search input#s {
	color: #333;
	width: 170px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #216daf;
	}
#search .search-submit { display: none; }
#searchform input{
	background: #fdfdfd; 
	}
#searchform input.input_text{
	width: 190px;
	}
#searchform input.input_button{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	}

/************************************************
	Sections of the site
************************************************/
.section, #home .flickr, div.cloud {
	width: 590px;
	overflow: hidden;
	margin: 0 0 15px 0;
	border: none;
	}
.section h2 { font-size: 1.2em; }
h2.section-header, h3.section-header, #home .flickr h2, #home div.tags h2, #sidebar .menu h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.section-header a { font-weight: bold; }

/* Single posts */
#content .post { overflow: hidden; width: 590px; margin-bottom: 15px; }
#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry { clear: left; }
.post { clear: left; }
.post-title, h2.post-title, h1.post-title { margin-bottom: 5px; }
.single h2.post-title, .page h2.post-title { margin-bottom: 15px; }
.byline { margin-bottom: 7px; font-style: italic; }
.post ul li { list-style-type: disc; margin-bottom: 3px; }
.post ol { padding-left: 20px; }

/* Full posts */
#full-posts .post { overflow: hidden; width: 590px; margin-bottom: 15px; }

/* Breadcrumb */
.breadcrumb { width: 590px; padding: 0 0 20px 0; color:#666; background: #fff url(/images/fish_dot_bg.png) repeat-x bottom left; }

/* Related posts */
#related { width: 590px; }

/* Author box */
#author-box { width: 590px; }
#author-box h4 { margin-bottom: 3px; }
#author-box .avatar { float: left; width: 80px; height: 80px; }

/* Comments template */
#comments-template { width: 590px; margin-bottom: 15px; }

/* Navigation links */
.navigation-links { width: 590px; margin-bottom: 15px; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Features gallery */
#myGallery { height: 240px; margin: 0 0 15px 0; }
#myGallery .imageElement { display: none; }
#myGallery a, #myGallery a:hover { font-weight: bold; color: #f8f8f8; }

/* Features (single article) */
#feature { width: 590px; }
#feature h2 { font-size: 1.7em; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 15px 10px; background: #f7f7f7; border: 1px solid #eee; }
#home .flickr img, #gallery-stream img { margin: 1px 13px 1px 0; width: 75px; height: 75px; }

/* Tag, category, and author clouds (home) */
#home div.cloud { width: 590px; }

/* Excerpts / home paged posts */
#home.paged { margin: 0; padding: 0; background: #fff; }
#excerpts { margin: 0; padding: 20px 0 0 0; background: #fff url(/images/fish_dot_bg.png) repeat-x top left; }
#excerpts .post, #home.paged .post { width: 590px; margin-bottom: 15px; }
#excerpts h3 { margin: 0; font-size: 1.1em; }

/* Post sections */
#post-sections .section { width: 590px; }

/* Post blocks */
#post-blocks { padding: 0; margin: -15px 0 15px 0; background: #fff; }
#post-blocks .post { width: 288px; margin: 15px 0 0 0; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks h2 { 
	font-size: 1.2em; 
	text-transform: lowercase; 
	letter-spacing: 0.1em;
	margin: 0 0px 5px 0;
	padding: 0 0 5px 0;
	background: #fff url(/images/fish_dot_bg.png) repeat-x bottom left;
}
#post-blocks h2 a { 
	color:#ff0033;
	font-style: italic;
}
#post-blocks h2 a:hover { 
	color:#333;
}
#post-blocks h3 { font-size: 1.3em; }

/* Post list tabs */
#post-list-tabs { padding: 0; background: #fff; }
#post-list-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-list-tabs .odd { float: left; width: 50%; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content ul { margin-left: 10px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs h3 { font-size: 1.1em; }

/* Post block tabs */
#post-block-tabs { padding: 0; background: #fff; }
#post-block-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-block-tabs .odd { clear: both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; clear: none; }
#post-block-tabs h3 { font-size: 1.1em; }

/* Post tabs */
#post-tabs { padding: 0; background: #fff; }
#post-tabs .tab-content { width: 588px; padding: 10px; }
#post-tabs h3 { font-size: 1.1em; }

/* Video tabbed */
#video-tabbed { width: 590px; }
div.v2, div.v3, div.v4, div.v5 { display: none; }
#video-tabbed .video-list { width: 260px; float: right; }
#video-tabbed li { margin-bottom: 7px; }
#video-tabbed a { display: block; padding: 4%; width: 92%; background: #eee; border: 1px solid #ddd; }
#video-tabbed a:hover, #video-tabbed li a.tab-current { color: #f7f7f7; background: #666; }

/* Video and features numbers */
#video-numbers, #features-numbers { padding: 0; background: #fff; width: 590px; border-top: 1px solid #eee; }
#video-numbers { border-top: none; }
#video-numbers .tab-content, #features-numbers .tab-content { padding: 10px; width: 568px; }

/* Home custom sections */
#home-insert-1, #home-insert-2, #home-insert-3 { width: 590px; }

/* No sidebar */
#no-sidebar .post, #no-sidebar .section {
	overflow: hidden;
	width: 880px;
	padding: 10px;
	margin-bottom: 15px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template { width: 900px; }

/* Justify text */
#content .post p, #feature p, #post-blocks p, #excerpts p { text-align: justify;}

/************************************************
	Images
************************************************/
a img { border: 0px none; }
.post img, .section img {
	}
.attachment .entry img { margin: 20px auto; display: block; }
#author-box .avatar, .post .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}

#feature img, #features-numbers img { width: 300px; margin: 0 10px 10px 0; float: left; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; }

img.thumbnail, img.attachment-thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}
img.medium { float: left; margin: 0 10px 10px 0; }

.wp-caption {
	padding: 3px 0 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #eee;
	}

.gallery {
	width: 100%;
	margin-bottom: 18px;
	}

/************************************************
	Sidebar
************************************************/
#sidebar { width: 300px; padding: 0; margin: 0; 
}

#sidebar .menu {
	overflow: hidden;
	padding: 5px 0;
	background: #f7f7f7;
	}
.tabbed {
	background: #fff;
	border: none;
	padding: 0;
	}
#sidebar .tabbed { width: 100%; float: left; }
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
	}
#sidebar .menu .section-header { margin-left: 5px; }
#sidebar .menu div { padding: 0 2%; }
.tabbed .tab-content {
	padding: 10px 2%;
	}
#sidebar .menu ul { padding-left: 10px; }
#sidebar .menu li, #sidebar .tabbed div li {
	padding: 2px 0;
	}
#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #333;
	}
#sidebar .menu li a:hover, #sidebar .tabbed div li a:hover {
	color: #216daf;
	text-decoration: underline;
	}
#sidebar .menu p { margin: 15px 7px; }

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a { background: url(images/sidebar-feed.gif) no-repeat 0 .3em; }
#feed-sidebar li.feed-email a { background: url(images/sidebar-email.gif) no-repeat 0 .3em; }

/* Sidebar tables (ex: calendar) */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }

/* Author profiles (widget) */
#sidebar .author-profile { clear: left; margin-bottom: 10px; }
#sidebar .author-profile .avatar { float: left; margin: 0 10px 10px 0; width: 75px; height: 75px; }
#sidebar .author-name { font-size: .9em; line-height: 1em; }
#sidebar .author-profile p { font-size: .95em; margin: 0; padding: 0; }

/* Recent posts (sidebar) */
#sidebar .recent {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 5px;
	background: #f4f4f4 url(/images/fish_sidebar_gray_bg.png) repeat-x top left;
	}
#sidebar .recent img{
	margin: 0 10px 10px 0;
	}
#sidebar .recent h2.section-header { text-transform: uppercase; color:#666;}
#sidebar .recent .post { clear: left; padding-bottom: 10px; }
#sidebar .recent .post-title { font-size: .9em; line-height: 1em; }
#sidebar .recent .entry { font-size: .95em; margin: 0; padding: 0; }
#sidebar .recent p { margin: 0; padding: 0; }

/* Video (sidebar) */
#sidebar .video div { padding: 2px 0 2px 1%; }
#sidebar .video object { width: 98%; height: 230px; }
#sidebar .video .post-title { font-size: 1em; margin-left: 1%; }

/* Flickr (sidebar) */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 7px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }

/************************************************
	Widgets
************************************************/
#sidebar img{
	margin: 0 0 10px 0;
	}
#sidebar .widget_text, #sidebar .widget_nav_menu {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	background: #f4f4f4 url(/images/fish_sidebar_gray_bg.png) repeat-x top left;
	}
#sidebar .menu-right_menu-container #menu-right_menu{
	background: transparent;
	}
#sidebar .menu-right_menu-container #menu-right_menu a{
	font-weight: bold;
	text-decoration: underline; 
	color:#666;
	}
#sidebar .MCW_sidebar_search{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	background: #696969 url(/images/fish_sidebar_dark_gray_bg_logo.png) repeat-x top left;
	color: #fff;
	}
#sidebar .widget_text h2.section-header { text-transform: uppercase; color:#666;}
#sidebar .MCW_sidebar_search h2.section-header, #sidebar .MCW_newsletter h2.section-header, #sidebar .MCW_sportelli_login h2.section-header 
{ text-transform: uppercase; color:#ddd;}
#sidebar .widget_sp_image {
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #ff0033;
	}
#sidebar .widget_sp_image img {
	margin: 0;
	padding: 0px;
	}
#sidebar .widget_sp_image h2.section-header{
	padding: 10px 10px; margin: 0;
	color: #fff;
	background: #ff0033 url(/images/fish_sidebar_red_bg1.png) repeat-x top left;
	}
#sidebar .widget_sp_image a {color: #fff;	}
#sidebar .widget_sp_image .widget_sp_image-description {
	padding: 10px 10px;
	background: #ff0033 url(/images/fish_sidebar_red_bg2.png) repeat-x bottom left;
	}
#sidebar .widget_sp_image .widget_sp_image-description p{
	margin: 0;
	}
#sidebar .MCW_highlight {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0; 
	background: #ff0033 url(/images/fish_sidebar_red_bg1.png) repeat-x top left;
	}
#sidebar .MCW_highlight h2.section-header{
	margin: 0;
	padding: 10px 10px; 
	color: #fff;
	font-size: 1.5em;
	}
#sidebar .MCW_highlight img {
	margin: 0;
	}
#sidebar .MCW_highlight p {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #fff;
	font-weight: bold;
	}
#sidebar .MCW_highlight a {
	color: #fff;
	}
#sidebar .MCW_highlight2, #sidebar .MCW_highlight3, #sidebar .MCW_linea_amica, #sidebar .MCW_lab_giovani, #sidebar .MCW_giornata_uildm_2011, #sidebar .MCW_biani_manovra {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0; 
	border: 1px solid #eee;
	}
#sidebar .MCW_lcds2010a {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0; 
	}
#sidebar .MCW_fish_fb {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0; 
	}
#sidebar .MCW_highlight2 img, #sidebar .MCW_highlight3 img, #sidebar .MCW_lcds2010a img, #sidebar .MCW_linea_amica img, #sidebar .MCW_fish_fb img, #sidebar .MCW_lab_giovani img,#sidebar .MCW_giornata_uildm_2011 img {
	margin: 0;
	}
#sidebar .MCW_sostienici {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	color: #fff;
	background: #ff0033 url(/images/fish_sidebar_red_bg1.png) repeat-x bottom left;
	}
#sidebar .MCW_sostienici h2.section-header, #sidebar .MCW_sostienici a{
	color: #fff;
	}
#sidebar .widget_kbrss {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	border: 1px solid #eee;
	}
#sidebar .widget_kbrss img.superando {
	background: #fff url(/images/superando.gif); background-repeat: no-repeat;
	}
#sidebar .widget_kbrss img.handylex {
	background: #fff url(/images/handylex.gif); background-repeat: no-repeat;
	}
#sidebar .widget_kbrss ul {
	margin: 0 0 0 20px;
	}
#sidebar .widget_kbrss ul li{
	margin: 0 0 5px 0;
	list-style-type: disc; 
	color: #ff0033;
	}
#sidebar .MCW_feed_rss {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	color: #000;
	background: #fff url(/images/fish_rss_bn_bg.png); background-repeat: no-repeat;
	}
#sidebar .MCW_feed_rss h2.section-header, #sidebar .MCW_feed_rss a{
	color: #333;
	}
#sidebar .MCW_feed_rss img {
	float: left;
	margin: -5px 0 0 -5px;
	}
#sidebar .MCW_newsletter{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	background: #696969 url(/images/fish_sidebar_dark_gray_bg_nl.png) repeat-x top left;
	color: #fff;
	font-size: 1.1em; 
	text-align:justify;
	}
#sidebar .MCW_newsletter a{
	color: #fff; 
	text-decoration: underline;
	}
#sidebar .MCW_v_spacer{
	height: 250px;
	}
#sidebar .MCW_sportelli_login {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	background: #696969 url(/images/fish_sidebar_dark_gray_bg_info.png) repeat-x top left;
	color: #fff;
	}
#sidebar .MCW_sportelli_login a{
	color: #ffffff; 
	text-decoration: underline;
	}
#sidebar .MCW_sportelli_login input {
	color: #333;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #666;
	}
#searchform input{
	background: #fdfdfd; 
	}
#sidebar .MCW_sportelli_login input.input_text{
	width: 270px;
	}
#sidebar .MCW_sportelli_login input.input_button{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	}
#sidebar .MCW_sportelli_login input.input_checkbox{
	}
#sidebar .MCW_sportelli_help {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px; 
	background: #ff0033 url(/images/fish_sidebar_red_bg1.png) repeat-x top left;
	color: #fff;
	}
#sidebar .MCW_sportelli_help h2.section-header{
	color: #fff;
	text-transform: uppercase;
	}
#sidebar .MCW_sportelli_help a {
	color: #fff;
	}
#sidebar .widget_text, #sidebar .widget_nav_menu {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px; 
	background: #ff0033 url(/images/fish_sidebar_red_bg1.png) repeat-x top left;
	color: #fff;
	}
#sidebar .widget_text, #sidebar .widget_nav_menu ul{
	margin: 0;
	}
#sidebar .menu-right_menu-container #menu-right_menu a{
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color:#fff;
	}
#sidebar .menu-right_menu-container #menu-right_menu a:hover{
	text-decoration: underline; 
	}
#WR_1 { 
	background-color: #242424;
	}
#sidebar .MCW_biani_manovra{
	background-color: #F8F8F8;
	}
#sidebar .MCW_biani_manovra p{
	margin: 0 10px 10px 10px;
	font-size: 0.9em;
	color: #666;
	}
#sidebar .MCW_biani_manovra a{
	text-decoration: underline;
	}
/************************************************
	Tabs
************************************************/
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	color: #333;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #eee;
	}
.tabbed ul.tabs li a:hover { background: #f7f7f7; }
ul.tabs li a.tab-current { background: #f7f7f7; border-bottom: 1px solid #f7f7f7; }
/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	width: 95.5%;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* Recent comments tab */
#sidebar ul.recent-comments li { margin: 2px 0 5px 0; }
#sidebar ul.recent-comments li a { color: #2c79d5; display: inline; }

/* Sidebar search tab */
#sidebar .search input { width: 94%; background: #fff; color: #333; margin: 4px 0; }
#sidebar .search input.search-submit { display: none; }

/************************************************
	Comments Template
************************************************/
/* Comments template */
#comments-template { width: 590px; padding: 0; background: #fff; border: none; }
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	clear: left;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee
	}
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px 7px 7px 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
	}
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 9px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #333; }
#comments-template ol li .comment-text { float: left; width: 88%; padding: 10px 0 0 0; }
#no-sidebar #comments-template ol li .comment-text { width: 88%; }
input, textarea {
	color: #000;
	padding: 5px;
	margin: 0;
	background: #eee;
	border: 1px solid #ccc;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
#footer {
	overflow: hidden;
	clear: both;
	width: 912px;
	padding: 15px 15px 5px 15px;
	color: #fff;
	background: #710017 url(/images/fish_footer.png) repeat-x top left;
	}
#footer a { color: #fff; }

/************************************************
	Addons
************************************************/

/* Hidden elements */
.hidden { 
	display: none; 
	}
.sidebar_searchform label, .main_searchform label{ 
	display: none; 
	}

/* Skip to content */
#skip-link { 
	display: none; 
	}

/* Access keys */
#access-keys { 
	padding: 5px;
	background: #333;
	background: #696969 url(/images/fish_accesskeys_bar_bg.png) repeat-x top left;
	color: #fff;
	text-align: center;
	}
#access-keys ul li{
	display: inline; 
	margin: 0 10px;
	}
#access-keys a{ 
	color: #fff;
	}
#access-keys a:hover{ 
	text-decoration: underline;
	}
/* Post/page actions */
div.actions { 
	padding: 20px 0;
	}
div.actions a{ 
	text-decoration: underline;
	font-weight: bold;
	}

/* Related */
#content h4.related { font-size: 1.2em; margin: 20px 0 0 0; }
div.related-posts { margin: 0 0 20px 0; }
ul.st-related-posts { margin: 0; }
ul.st-related-posts li { margin: 0 0 5px 0; list-style: none; }
ul.st-related-posts li a { text-decoration: underline; }

/* Access */
#access {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	float: right;
	text-align: right;
	}
#access ul li{
	display: inline; 
	}
#access a{
	border: 1px solid #666;
	font-weight: bold; 
	padding: 1px 5px;
	margin: 0 1px 0 0;
	}
#access .a1, #access .a2, #access .a3{
	background: #f7f7f7;
	color: #333;
	}
#access a.a1, #access a.c1, #access a.c2, #access a.c3, #access a.i, #access a.l, #access a.t, #access a.m {
	font-size: 0.9em; 
	}
#access a.a2{
	font-size: 1.3em; 
	}
#access a.a3 {
	font-size: 1.5em;
	}
#access a.c1 {
	background: #ff0033;
	}
#access a.c2 {
	background: #980000;
	}
#access a.c3 {
	background: #000000;
	}
#access a.c1, #access a.c2, #access a.c3 {
	color: #fff;
	}
#access a.i, #access a.l, #access a.t, #access a.m {
	background: #D0D0D0;
	color: #333;
	}
#access a:hover{
	border: 1px solid #ff0033;
	background: #F6CECE;
	}
#access a:hover.c1, #access a:hover.c2, #access a:hover.c3 {
	color: #000;
	}
#access a.i {
	padding: 1px 7px;
	}

/* Login */
ul.tml-user-links li {
	margin: 0 0 5px 0; list-style: none;
	}

/* Contact form */
form#si_contact_form input {
	width: 50%;
	}
#contact_page {
	}
#contact_page h3{
	margin: 0 0;
	font-size: 1.3em; 
	}

/* Page navigation */
div.wp-pagenavi {
	margin: 20px 0;
	}


#evidenza { 
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
	font-size: 1.2em; 
	font-weight: bold; 
	background: #FF6600;
	height: auto !important;
	height: 146px;
	min-height: 146px;
	}
#evidenza h2, #evidenza a{ 
	color: #fff;
	}
#evidenza ul {
	}
#evidenza ul li{
	color: #fff;
	list-style: disc inside;
	}
#evidenza3 { 
	margin: 0 0 10px 0;
	padding: 0; 
	background: #ff0033;
	text-align: center;
	}
#evidenza3 h2 { 
	font-weight: bold; 
	font-size: 5em; 
	letter-spacing: 25px;
	}
#evidenza3 h2 a{ 
	color: #fff;
	}
#m2011 { 
	margin: 0 0 10px 0;
	height: 150px;
	}
.copyright { 
	margin: 0 0 10px 0; 
	font-size: 0.9em; 
	font-style: italic;
	text-transform: uppercase;
	color: #333;
	display: none;
	}
#f2011m { 
	margin: 0 0 10px 0;
	width: 590px;
	height: 120px;
	background: url(/images/fermiamoli_bg.png) no-repeat 0 0;
	}
#f2011m img{
	margin: 15px;
	}
#f2011m p{
	padding: 10px;
	text-align: right;
	font-size: 16px; 
	font-weight: bold;
	color: #ffaaaa;
	}
.firme{ 
	font-size: 26px;
	color: #ffaaaa;
	}
	div#top-box-1 { 
	margin: 0 0 10px 0;
	width: 590px;
	background: #db0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	div#top-box-2 { 
	padding: 10px;
	font-size: 19px;
	text-align: justify;
	}
	div#top-box-2 a{ 
	color: #fff;
	}
	div#top-box-2 a:hover{ 
	color: #ffaaaa;
	text-decoration: none;
	}
/************************************************
	Sportelli
************************************************/
div#sportelli_elenco ul {
	margin: 0;
	}
div#sportelli_elenco ul li{
	list-style: none;
	margin: 0 0 10px 0;
	}
div#sportelli_elenco ul li a{
	width: 568px;
	display: block;
	padding: 10px;	
	font-size: 14px;
	text-decoration: none;
	}
div#sportelli_elenco ul li.odd a{ 
	background: #DDD;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
div#sportelli_elenco ul li.even a{ 
	background: #EEE;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}	
div#sportelli_elenco ul li a:hover{ 
	background: #ffccd6;
	border: 1px solid #db0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #db0000;
	}
div#sportelli_elenco_regioni ul {
	margin: 0;
	overflow:hidden;
	}
div#sportelli_elenco_regioni ul li{ 
	list-style-type: none;
	width: 190px;
	float:left;
	margin: 0 10px 10px 0;
	white-space:nowrap;
	overflow:hidden;
	}
div#sportelli_elenco_regioni ul li.third_li{ 
	margin: 0 0 10px 0;
	}
div#sportelli_elenco_regioni ul li a{
	display: block;
	width: 168px;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	}
div#sportelli_elenco_regioni ul li.odd a{ 
	background: #DDD;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
div#sportelli_elenco_regioni ul li.even a{ 
	background: #EEE;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
div#sportelli_elenco_regioni ul li a:hover{ 
	color: #db0000;
	background: #ffccd6;
	border: 1px solid #db0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
div#sportelli_scheda2 {
	padding: 10px;
	background: #FFF3F6;
	border: 1px solid #FFE6EB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
div#sportelli_elenco h3, div#sportelli_elenco_regioni h3, div#sportelli_scheda h3 { 
	color: #ff0033;
	}
div#sportelli_scheda ul li{ 
	color: #ff0033;
	}
div#sportelli_scheda ul li span.servizi{ 
	color: #333;
	}
