/* @override http://samuelgarneau.com/default.css */

/* 00 - HTML */

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(img/img/bg_header.png) top center no-repeat;
	width:900px;
	padding: 0  0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 33px 0 15px 40px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	width:900px;
	height:146px;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(img/img/bg_footer.jpg) top center no-repeat; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#top_logo{
	text-align:center;
	margin-top:20px;
	}
#top_content{
	text-align:center;
	width:900px;
	border:solid 1px #0F3;
	}
	
/*	
	
.box_top_title{	font-size:14px;
	margin-bottom:5px;
	color:#535353;
	}
.box_top_title a{	font-size:14px;
	color:#535353;
	}
.box_top_title a:hover{	font-size:14px;
	color:#535353;
	}
.box_top_title a:visited{	font-size:14px;
	color:#535353;
	}
.box_top{
	display:block;
	height:138px;
	width:198px;	font-size:11px;
	color:#fff;
	}
.box_top a{
	color:#fff;
	text-decoration:none;
	}
.box_top a:hover{
	background:url(img/img_panel/bg_panel_su.png) top left no-repeat;
	color:#FFF;
	text-decoration:none;
	}
.box_top a:visited{
	color:#FFF;
	text-decoration:none;
	}
.box_top #active{
	background:url(img/img_panel/bg_panel_site.png) top left no-repeat;
	color:#FFF;
	text-decoration:none;
	}
.box_content{	padding: 10px 10px 10px 10px;
}
.box_top_link{	padding-top:5px;
	font-size:11px;
	color:#d20032;
	}
.box_top_link a{	font-size:11px;
	color:#d20032;
	text-decoration:none;
	}
.box_top_link a:hover{	font-size:11px;
	color:#d20032;
	text-decoration:none;
	}
.box_top_link a:visited{	font-size:11px;
	color:#d20032;
	text-decoration:none;
	}
*/

img.top_logo{
	margin:10px 0 20px 0;}
.header_logo{
	float:left;
	margin: 80px 0 0 40px;
	}

.header_top_menu{
	float:right;
	margin: 90px 20px 0 0;
	padding:0 10px;	font-size:13px;
	color:#a7a7a7;
	}
.header_top_menu a{
	color:#a7a7a7;
	padding:0 10px;
	cursor:pointer;
	text-decoration:none;
	}
.header_top_menu a:visited{
	color:#a7a7a7;
	padding:0 10px;
	cursor:pointer;
	text-decoration:none;
	}
.header_top_menu a:hover{
	padding:0 10px;
	color:#00a1b1;
	cursor:pointer;
	text-decoration:none;
	}
.clearfloat{
	clear:both;
	}
.header_bottom_menu{
	display:block;
	height:52px;
	float:right;
	margin:21px 20px 0 0;	font-size:18px;
	color:#00a1b1;
	}
.header_bottom_menu a{
	display:block;
	float:left;
	padding:25px 20px 0 20px;
	height:52px;
	color:#00a1b1;
	text-decoration:none;
}
.header_bottom_menu a:visited{
	display:block;
	float:left;
	padding:25px 20px 0 20px;
	height:52px;
	color:#00a1b1;
	text-decoration:none;
}
.header_bottom_menu a:hover{
	display:block;
	float:left;
	padding:25px 20px 0 20px;
	height:52px;
	color:#00a1b1;
	background: url(img/img/menu_rollover.png) top center repeat-x;
}
.header_bottom_separatore{
	display:block;
	float:left;
	height:72px;
	width:1px;
	background:url(img/img/header_separatore.png) top center repeat-x;
	}
.sidebar_separator{
	margin:10px 0 10px 0;
	display:block;
	height:1px;
	width:250px;
	background:url(img/img/content_separatore.png) top left no-repeat;
	}
.sidebar_separator_lungo{
	display:block;
	margin-bottom:30px;
	border-bottom:1px #FFF solid;
	height:1px;
	}
.player{
	padding:20px 0 0 0;
	height:215px;
	width:900px;
	}
.player_interno{
	padding:20px 0 0 0;
	height:90px;
	width:900px;
	}
.titolo_sezione{	font-size:20px;
	color:#7d7d7d;
	}
.titolo_news{	font-size:14px;
	color:#00a1b1;
	}
.titolo_news a{
	text-decoration:none;
	color:#00a1b1;
	}
.titolo_news a:hover{
	text-decoration:underline;
	}

.testo_sezione{	font-size:12px;
	color:#7d7d7d;
	}
.testo_sezione_small{	font-size:10px;
	color:#7d7d7d;
	}
.testo_sezione_small a{
	text-decoration:none;
	color:#00a1b1;
	}
.testo_sezione_small a:hover{
	text-decoration:underline;
	}
#colsx{
	float:right;
	margin: 0 0 0 35px;

	}
#coldx{
	float:right;
	margin: 0 0 0 35px;
	}
.btn_plusor{ float:left; overflow: hidden; width: 100%; font-size: 12px; color:#00a1b1;	}
.btn_plusor ul{ list-style-type: none; margin: 0; padding: 0; }
.btn_plusor li{ float: left; margin: 0;  padding: 0; }
.btn_plusor a{ float: left; position: relative; background: url(img/img/point.png) no-repeat left center; margin: 0; margin-right: 10px; padding: 0 0 0 15px; text-decoration: none; }
.btn_plusor a span{ float: left; position: relative; display: block;  padding: 2px 20px 2px 3px; font-size:14px;  color: #00a1b1; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/ .btn_plusor a span {float:none;} /* End IE5-Mac hack */
.btn_plusor a:hover{ background: url(img/img/point.png) no-repeat left center; }
.btn_plusor a:hover span{ text-decoration:underline; color: #00a1b1; }
/*fine blocco bottone invio vai etc*/
.align_footer{
	text-align:right;
	padding: 90px 40px 0 0;	font-size:11px;
	color:#a7a7a7;	
	}
.align_footer a{
	font-size:11px;
	margin:0 20px 0 20px;
	color:#00a1b1;
	text-decoration:none;
	}
.align_footer a:hover{
	font-size:11px;
	margin:0 20px 0 20px;
	color:#00a1b1;
	text-decoration:none;
	}
.separator_footer{	font-size:11px;
	color:#00a1b1;	
	}
.contenitore_bg_png{
	background: url(img/img/bg-content.png);
	display:block;
	height:100%;
}

.contentheading{
	font-size:20px;
	color:#7d7d7d;

	}
.contentheading a{
	font-size:20px;
	color:#7d7d7d;
	}
.contentheading a:hover{
	font-size:20px;
	color:#7d7d7d;

	}
.contentpaneopen{
	
	font-size:12px;
	color:#7d7d7d;
	}
.contentheading2{
	padding:10px 0 10px 0;
	font-size:20px;
	color:#7d7d7d;
	}

.blog{
	font-size:20px;
	color:#7d7d7d;

	}
.title_admin{
	color:#FFF;
	text-decoration:none;
	}
.title_admin a{
	color:#FFF;
	text-decoration:none;
	}
.title_admin a:hover{
	color:#FFF;
	text-decoration:underline;
	}
