/*
Theme Name: Filgud
Theme URI: http://filgud.it/
Description: tema Filgud 
Version: 1.0
Author: Marco Petrosillo
Author URI: http://www.digitalcore.it
Tags: white
Text Domain: filgud


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/*
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	
	*/
/* End Typography & Colors */



/* Begin Structure */



.post {

	}

.post hr {
	display: block;
	}




.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {

	}

h2.pagetitle {

}

#sidebar h2 {

	}

h3 {

	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ul li:before, #sidebar ul ul li:before {
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


body {
background: #d9dadb url('images/bg_body.jpg') top center repeat-x;
font-size: 11px;
font-family:Arial, Sans-Serif;
color: #333;	
}

.left {
	width:45%;
	float:left;
}

.right {
	width:45%;
	float:right;
}


.orange {
	color:#eb690b;
}

#oraripalestra {
	margin:15px 10px;
}
#oraripalestra div {
	margin:5px 0;
}

#videoyoutube {
	width:380px;
	float:right;
}

#videoyoutube object, #videoyoutube embed {
	margin:0;
	padding:0;
	float:left;
}

#wrap {
	
	min-height: 800px;
	height:auto !important;
	height: 800px;
	width:995px;
	margin:30px auto 0 auto;
	
}


#header {
	/* height: 420px;*/
	width:995px;
	float:left;
	margin:0;
	padding:0;
	background: transparent url('images/bg_header.png') top center no-repeat;
	
}

#maincontent {
	float:left;
	width:995px;
	margin:0 0 0 0;
	background: transparent url('images/bg_tile.png') top center repeat-y;
	
}

#footer {
	padding: 0;
	clear: both;
	height: 62px;
	width:995px;
	margin:0;
	padding:0;
	background: transparent url('images/bg_footer_minisito.png') top center no-repeat;
	
}

#headertop {
	height:105px;
}

#mainmenu {
	float:right;
	width:670px;
	margin:80px 35px 0 0;
	text-align:left;
}

#mainmenu ul {
	margin:0;
	padding:0;
	text-align:left;
}

#mainmenu ul li {
	text-align:left;
	display:inline;
	text-transform: uppercase;
	margin:0 4px;
	padding:0 4px;
	
}


#mainmenu ul li  a {
text-align:left;
font-family:  Arial, Sans-Serif;
font-size:9px;
color:#000;
margin:0;
padding:0;
	
}
#mainmenu ul li.page-item-38 {
float:right;
}

#mainmenu ul li.page-item-38  a {
	color:#666;
	
}

#mainmenu ul li  a:hover {
	text-decoration:none;
color:#e75113;
	
}

#logo {
	width:230px;
	height:90px;
	float:left;
	margin:7px 0 0 40px;
}

#logo a {
	display:block;
	width:180px;
	height:90px;

}

#banner {
	clear:both;
	padding: 0 0 0 27px;
	background-color:#f00;
}

#bannerimg {
	width:955px;
	/*height:100px;*/
	background-color:#ff0;
	float:left;
	background: transparent url('images/banner.gif') left center no-repeat;
}

#defaultbgbanner {
	height:200px;
	width:955px;
	float:left;
	background: transparent url('images/banner.gif') left center no-repeat;
	background-color:#f00;
}



#footindir {
	background: transparent url('images/logo_footer_filgud.gif') left center no-repeat;
	width:670px;
	float:left;
	margin:30px 0 0 35px;
	padding-left:70px;
}

#footindir address {
	text-align:left;
	font-style: normal;
}

#footmenu {
	width:215px;
	float:right;
	margin:30px 0 0 0px;
}


#footmenu ul {
	margin:0;
	padding:0;
	text-align:left;
}

#footmenu ul li {
	text-align:left;
	display:inline;
	margin:0 3px;
	
}


#footmenu ul li  a {
text-align:left;
font-family:  Arial, Verdana, Sans-Serif;
font-size:9px;
color:#e75113;
margin:0;
padding:0;
	
}

#footmenu ul li  a:hover {
	text-decoration:none;
color:#e75113;
	
}



ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {

	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	
	background-color:#fff;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
	border:1px solid #ccc;
}



ul.potato-menu ul.potato-menu-group li {
	
padding:4px 3px;
line-height:20px;
clear:both;
}



ul.potato-menu ul.potato-menu-group ul, ul.potato-menu ul.potato-menu-group ul ul {
	display:none;
visibility:hidden;
}



#colsidebar {
	width:320px;
	float:right;
	margin:0 15px 15px 0;
}

#bottoni {
	width:301px;
}

#contenuto {
	width:430px;
	float:left;
}

#contenutohome {
	width:350px;
	float:left;
}

#latestnews {
	
	width:290px;
	float:left;
	margin:0 0 0 20px;
	text-align:left;
}

#latestnews div {
	clear:both;
	margin: 0 0 20px 0;
}

#latestnews p {
	line-height:14px;
	margin:3px;
	padding:0;
}

#latestnews p.arancio , #latestnews p.arancio a  {
	color:#eb680f;
	font-weight:bold;
	font-size:12px;
}

#latestnews a.arancio  {
	color:#eb680f;
	font-style:italic;
}




#submenuclubs {
	width:200px;
	float:left;
	margin:0 0 0 20px;
	min-height:300px;
}

#submenuclubs ul {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
}

#submenuclubs ul li {
	width:187px;
	height:27px;
	display:block;
	margin:3px;
	background:#ff0 url('images/bg_menu_01_off.gif') left center no-repeat;
}

#submenuclubs ul li.current_page_item {
	background:#ff0 url('images/bg_menu_01_on.gif') left center no-repeat;
}

#submenuclubs ul li.current_page_item a {
	color:#7b1418;
}

#submenuclubs ul li {
	width:187px;
	height:27px;
	display:block;
	margin:3px;
	line-height:27px;
}

#submenuclubs ul li a {
	padding: 0 0 0 10px;
	color:#999;
	font-family:arial;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
}


#contcolonnaunica {
	width:640px;
	float:left;
	margin:0 0 0 15px;
}

#menudx, #menusx {
	list-style:none;
	padding:0 ;
	margin:0 10px;
	color:#666;
}
#menudx li , #menusx li {
	border-bottom:1px solid #ccc;
}

#menusx li ul {
	margin: 0 5px;
	padding:5px;
}
#menusx li li {
	border-bottom:none;
	list-style:none;
}


#menudx a, #menusx a {
	text-decoration:none;
	color:#666;
	display:block;
	padding:3px 0;
}

#menusx a:hover, #menusx li.current_page_item a {

	color:#eb690b;
}

#menusx li.current_page_item  li a:link, #menusx li.current_page_item  li a:visited {

	color:#666;
}

#menusx li.current_page_item  li a:hover {

	color:#eb690b;
}

/****************************/

#colsxattivita {
	width:245px;
	float:left;
	margin: 0 0 0 30px;
	min-height:300px;
}



#contenutoatti {
	width:700px;
	float:left;
}

#menuattivita {
	float:left;
	margin:0;
	background:#fff url('images/txt_attivita.gif') top center no-repeat; 
	 width:243px; 
	float:left;
	padding:130px 0 0 0;
	height:180px;

}

#menuattivita ul {
	margin:0 auto;
	width:200px;
	padding:0;
	text-align:left;
	list-style:none;
}

#menuattivita ul li {
	width:187px;
	height:27px;
	display:block;
	margin:3px;
	background:#ff0 url('images/bg_menu_01_off.gif') left center no-repeat;
}

#menuattivita ul li.current_page_item, #menuattivita ul li.current_page_parent {
	background:#ff0 url('images/bg_menu_01_on.gif') left center no-repeat;
}

#menuattivita ul li.current_page_item a,  #menuattivita ul li.current_page_parent a{
	color:#7b1418;
}

#menuattivita ul li {
	width:187px;
	height:27px;
	display:block;
	margin:3px;
	line-height:27px;
}

#menuattivita ul li a {
	padding: 0 0 0 10px;
	color:#999;
	font-family:arial;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
}




ul.get_posts_class {
	display:block;
	/* background-color:#ccc; */
	padding: 2px 2px 2px 10px;
	margin:0;
	list-style:square inside;

}
.get_posts_class li  {

	
	/* border-top:1px solid #ccc; */

	padding:3px 10px;
	margin:0;
	color:#eb680f;
	
}

.get_posts_class li a {
	text-decoration:none;
color:#eb680f;
	padding:0;
	margin:0;
}

.get_posts_class  li:hover, .get_posts_class  li a:hover {
	
	background-color:#fff;
	color:#000;
	
}
