/* CSS Document */
/*
Description: Theme for Body Art Village (August 2007)
Version: 1.0
Author: Nicolò Volpato |MC|
Author URI: http://www.gnvpartners.com
*/
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

/*   *:first-child+html body   hack for IE7 */

* {
	padding:0;
	margin:0;
	outline:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { font-weight:normal; }
li, dd { margin-left:5%; }

.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }
a img{ border:none; }


html{
	background:#FFF url(../img/bg_html.jpg) repeat-x center top;
}

body{
	background:transparent url(../img/bg_body.jpg) repeat-x center bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
	font-weight:normal;
}

body#home #wrapper{
	background:transparent url(../img/bg_wrapper_home.jpg) no-repeat center top;
	margin:0 auto;
}

body#corsi #wrapper{
	background:transparent url(../img/bg_wrapper_corsi.jpg) no-repeat center top;
	margin:0 auto;
}

body#palestra #wrapper{
	background:transparent url(../img/bg_wrapper_palestra.jpg) no-repeat center top;
	margin:0 auto;
}

body#permalink{
	background:#fff url(../img/bg_body.jpg) repeat-x center bottom;	
}
body#permalink #wrapper{
	background:transparent url(../img/bg_wrapper_internal.jpg) no-repeat center top;
	margin:0 auto;
}

#container{
	width:940px;
	margin:0 auto;
}	

.left{
	float:left;
	width:500px;
	padding:0 0 10px 20px;
}

.right{
	float:right;
	width:345px;
	padding:0 30px 0 20px;
	border-left:1px dotted #AAA;
	margin-bottom:20px;
}
	
.text{
	float:left;
}

.pix{
	float:left;
	margin:0 15px 15px 0;
}

.block{
	margin-bottom:30px;
}

.nota{
	color:#999;
	font-size:11px;
	border-top:1px solid #DDD;
	padding-top:5px;
	margin-bottom:20px;
}

p{
	margin-bottom:20px;
	text-align:justify;
}

p.note{
	color:#999;
	font-size:10px;
	line-height:15px;
	margin-top:20px;
	padding-top:10px;
	border-top:1px dotted #CCC;
}	

ul{
	margin-bottom:30px;
}

ul li{
	list-style-image:url(../img/bg_list.gif);
	border:none;
	margin:0 0 5px 15px;
	padding:0;
}

ol li{
	list-style-type:decimal;
}

/*==== H =========================================================*/

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:17px;
	line-height:24px;
	font-weight:normal;
	background:transparent url(../img/bg_h1.jpg) repeat-x left center;
	padding:8px 10px 8px 15px;;
	border-left:8px solid #C6BFB0;
	margin-bottom:15px;
}

h1 a{
	text-decoration:none;
}

.top{
	background:transparent url(../img/bg_h1_top.jpg) repeat-x left center;
}

h3, h3 a{
	font-weight:bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

/*==== a =========================================================*/
a{
	color:#666;
}

a:hover{
	color:#000;
}

.btn{
	background:transparent url(../img/bg_btn.jpg) repeat-x left top;
	display:block;
	float:left;	
	padding:3px 10px 10px 10px ;
	margin-right:15px;
	color:#FFF;
	text-decoration:none;
}

a.btn:hover{
	background:transparent url(../img/bg_btn_hover.jpg) repeat-x left top;
	color:#FFF;
}

.btn_form{
	background:transparent url(../img/bg_btn.jpg) repeat-x left top;
	display:block;
	float:right;	
	padding:3px 10px 10px 10px ;
	margin:20px 0 0 0;
	color:#FFF;
	text-decoration:none;
}

a.btn_form:hover{
	background:transparent url(../img/bg_btn_hover.jpg) repeat-x left top;
	color:#FFF;
}

/*==== img =========================================================*/
#content img, #content a img, #content img a, #top-content img, #top-content a img, #top-content img a, iframe{
	border:3px solid #000;
	margin:0 auto 30px auto;
}

#content p img{
	margin:0 auto 10px auto;
}

iframe{
	margin:0 auto 5px auto;
}

/*==== Header =========================================================*/
#header{
	margin-bottom:50px;
}


#menu{
	height:60px;
}

#menu a{
	display:block;
	float:left;
	padding-top:24px;
	margin:0 10px 0 10px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
}

#menu a:hover, a.selected{
	border-bottom:1px dotted #AAA;
}

a#logo{
	display:block;
	text-indent:-99999px;
	height:130px;
	width:280px;
	margin:25px 0 0 565px;
}

/*==== Content =========================================================*/
#top-content{
	margin-bottom:60px;
	height:500px;
	overflow:hidden;
}


body#permalink #top-content{
	margin-bottom:20px;
	height:10px;
}

#content{
	margin-bottom:50px;
	margin-bottom /**/:0;
}

*:first-child+html body #content{
	margin-bottom:50px;
}

/*-- Contact form -----------------------------------------------------------*/
#form{
	padding-top:10px;
	margin-top:20px;
}

#contact_form input{
	width:344px;
	background:transparent url(../img/bg_form.jpg) no-repeat left top;
	height:18px;
	padding:6px 0 0 10px;
	border:2px solid #D8D3CA;
	margin-bottom:15px;
	font-size:12px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

#contact_form label{
	margin-right:20px;
	display:block;
	float:left;
	color:#222;
	width:60px;
	margin:11px 20px 10px 0;
}

#contact_form textarea{
	width:344px;
	height:150px;
	padding:6px 0 0 10px;
	background:transparent url(../img/bg_form.jpg) no-repeat left top;	
	border:2px solid #D8D3CA;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contact_form input#f_submit{
	background:transparent url(../img/bg_btn.jpg) repeat-x left top;
	display:block;
	float:left;	
	padding:0 10px 0 10px;
	margin:0 0 0 145px;
	color:#FFF;
	text-decoration:none;
	border:0;
	width:auto;
	height:25px;
}

#contact_form input#f_submit:hover{
	background:transparent url(../img/bg_btn_hover.jpg) repeat-x left top;
	color:#FFF;
}

#contact_form span.inline, #contact_form span#log.inline{
	display:inline;
}

#contact_form input.checkbox{
	width:auto;
	margin:0 10px 0 145px;
	padding:0;
	float:left;
}

#contact_form span#log.inline{
	margin:0 10px 0 145px;
	color:red;
}


#contact_form span#log.inline img{
	border:0;
}

/*==== Footer =========================================================*/
#footer{
	color:#555;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:0px;
	padding-top /**/:60px;
}

*:first-child+html body #footer{
	padding-top:0px;
}

#footer a{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
}

#footer .left .pix{
	margin-top:-10px;	
}

#footer .left .text{
	border-left:1px dotted #333;
	padding-left:20px;	
}

#footer .right{
	border-color:#333;
}

/* Thumbs */
.thumb{
	display:block;
	float:left;
	width:90px;
	height:90px;
	border:3px solid #000;
	background-color:#E6E8E2;
	background-position:center center;
	background-repeat:no-repeat;
	margin:10px 20px 10px 0;
}
.thumb span{ display:none; }

/* AJAX */
#results{
	width:auto;
	height:auto;
	background:none;
	padding:0;
	margin:0;
}

#results.ajax-loading{
	background:transparent url(../img/loader_trans.gif) no-repeat center center;
	width:96%;
	height:300px;
}

ul.corsi {
	float:right;
	width:376px;
}
