/*Onsitus.it - template css gratuito - esempio 2
Altri layout gratuiti:
http://css.flepstudio.org/css-templates/
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
/*stile generale*/
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000000 url(../img/bg.jpg);
background-position: top;
background-repeat:no-repeat;
font-family: Sans-Serif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
}
.clearfix{
clear: both;
}
a{
outline:none;
text-decoration: none;
}
img{
	border: none;
	text-align: center;
}
.border_top{
border-top: 1px solid #333333;
padding-bottom:5px;
}
/*contenitore*/
#wrapper{
	width: 610px;
	background-color: #000;
	padding:20px;
	margin: auto;
	/*border: solid 1px  #333 ;
	border-top:none;
	border-bottom:none;*/
}
/*header*/
#header{
	width: 610px;
	height: 200px;
	background: url(../img/header_bg.jpg) no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#youtubeBox{
	width: 610px;
	height: 488px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-color: #F90;
	border:solid 1px;
}

/*menu superiore*/
#menu{
height: 40px;
text-align: center;
}
#menu a{
color:#FFFFFF;
padding: 0 30px;
}
#menu a:hover, #menu a.selezionato, #left_col a, #footer a{
	color: #F90;
}
#menu a.a_right{
border-right: 1px solid #333333;
}
/*colonna sinistra*/
#left_col{
width: 390px;
float: left;
}
/*colonna destra*/
#right_col{
width: 200px;
float: right;
font-size: 10px;
}
#right_col a{
	color: #F90;
}
#bot_col{
	width: 610px;
	height: 200px;

}
/*#bot_col img{
padding: 0;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
#bot_col a:hover img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}*/
/*footer*/
#footer{
margin-top: 20px;
/*padding-top: 20px;*/
text-align: center;
font-size: 10px;
}
.testoDestra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: justify;
	white-space: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.testoSinistra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: justify;
}
.titoloArticolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	text-transform: capitalize;
	color: #F90;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.sottoTitolorticolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	text-transform: lowercase;
	color: #999;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.centraImm {
	text-align: center;
}

