/*
Theme Name: B! Layout muovo
Theme URI: http://creare-sito.org/
Description: Tema per il sito di b-intouch.it.
Author: Alessandro Balbo
Version: 0.5
Tags: 
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@charset "utf-8";
body {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
}
#my_container {
	width: 888px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	background-image: url(/img/sfondo_centro.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	clear: both;
	float: left;
	width: 888px;
	height: 330px;
	background-color: #FFF;
}
#sidebarsx {
	float: left;
	width: 249px;
	background: #EBEBEB;
}
#mainContent {
	float: left;
	width: 599px;
	height: auto;
	background-color: #FFF;
	background-image: url("/img/ombra_dx.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	height: auto !important;
	min-height: 350px;
}

#mainContentNews {
	float: left;
	height: auto;
	background-color: #FFF;
	background-image: url("/img/ombra_dx.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	height: auto !important;
	min-height: 350px;
}

#footer {
	clear: both;
	float: left;
	height: 200px;
	width: 888px;
	padding-top: 15px;
	background-color: #4c4c4c;
	background-image: url("/img/sfondo_footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color: #CCC;
}
p {
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
.titolo {
	font-size: 13px;
	font-weight: bold;
}
#logo {
	float: left;
	height: 130px;
	width: 249px;
	clear: left;
}
#menu_header {
	float: right;
	clear: right;
	width: 639px;
	height: 130px;
	text-align: left;
}
.cella_menusx_off {
	background-image: url("/img/menusx_off.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.cella_menusx_on {
	background-image: url("/img/menusx_on.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #CD071E;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#banner {
	float: left;
	clear: both;
	width: 888px;
	height: 200px;
}
#centro_home {
	width: 888px;
	background-color: #FFF;
	float: left;
	background-image: url("/img/sfondo_home.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	height: 235px;
	clear: both;
	
}
#centro_home_en {
	width: 888px;
	background-color: #FFF;
	float: left;
	background-image: url("/wp-content/themes/bilay2_wp/images/en/sfondo_home.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	height: 235px;
	clear: both;
	
}
#news_home{
	float: left;
	width: 252px;
	height: 160px;
	padding-top: 50px;
	padding-left: 24px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#intro_home {
	float: left;
	width: 245px;
	height: auto;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 11px;
}

#progetti_home {
	float: left;
	width: 251px;
	height: auto;
	padding-top: 50px;
	padding-left: 24px;
	padding-right: 20px;
	padding-bottom: 20px;
}

a:link {
	color: #CB0B1A;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a.sidemenu:link {
	color: #363636;
	font-size: 12px;
}
a.sidemenu:visited {
	color: #363636;
	font-size: 12px;
}
a.sidemenu:hover {
	color: #363636;
	font-size: 12px;
}
a.footer:link {
	color: #CCC;
}
a.footer:visited {
	color: #CCC;
}
a.footer:hover {
	color: #FFF;
}
.rosso {
	color: #C00;
}
.tabella {
	border: 1px solid #CCC;
}
.cella {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.tabella2 {
	border: 1px solid #CCC;
}
.titoloRosso {
	font-size: 13px;
	font-weight: bold;
	color: #CD071E;
}
#banner_home {
	float: left;
	clear: both;
	width: 888px;
	height: 282px;
}
#header_home {
	clear: both;
	float: left;
	width: 888px;
	height: 412px;
	background-color: #FFF;
}
.blocco_news {
	display: block;
	margin-bottom: 5px;
	width: 230px;
	line-height: 14px;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leggi {
	text-align: right;
	display: block;
}
a.progetti:link {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
a.progetti:visited {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
a.progetti:hover {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}

/* ROBA MIA */
.tagline {font-size: 9px; margin-right: 10px;}
.qtrans_language_chooser { list-style-type:none; margin-right:10px; }
.qtrans_language_chooser li { float:right; margin-right:3px; }
.qtrans_flag { border:1px solid #b6b6b6; }


.menup_link:link  { color:#fff; font-family: Verdana, Arial; font-size: 12px; }
.menup_link:visited  { color:#fff; font-family: Verdana, Arial; font-size: 12px; }
.menup_link:hover  { color:#f00; font-family: Verdana, Arial; font-size: 12px; }
.menup_link:active  { color:#f00; font-family: Verdana, Arial; font-size: 12px; }


