@charset "utf-8"; 
/*
Theme Name: Fila blog
Theme URI: http://www.filablog.it/
Description: Fila blog
Version: 1.0
Author: Empatic S.r.l.
Author URI: http://www.empatic.it/
Tags: fixed width, 3 columns
*/

/* CSS Document */

body {
	color:#000;
	font-family: helvetica, arial, clean, sans-serif !important;
	color:#666666 !important;
	font-size:13px;
	background-color:#CCCCCC;
	background-image:url(images/bckgnd.png);
	background-position:top center;
	background-repeat:repeat;
	text-align:center;
	margin:0px;
	padding:0px;


}
div {
/*	width:100%;
	float:left;*/
	text-align:left;
}
a:link {
	color: #666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline !important;
	
}

a:visited {
	color: #666666;
	text-decoration:none;
}

h1, h2 {
	text-transform:none;
	font-size:0.8em;
 }
 
 h3{
	text-transform:none;
	font-size:1.3em!important;
 }
 
  h3{
	text-transform:none;
	font-size:1em;
 }
 
#corpo h2 {
text-align:center;
	font-size:1.3em;
	color: #999999 !important;
/*	text-transform: lowercase;*/
	font-weight:normal;

 }
p{
margin: 4px 0px;
padding:2px;

 }
 
table{

	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	

}
 

#contenitore {
	width:950px;
	margin:0px auto;
	height:auto;
	padding: 0px 0px 10px 0px;
}

#testata {
	width:950px;
	float:left;
	margin-top:0px;
	padding:0px;
	
}

#testata hr {	
	width:100%;
	height:1px;
	float:left;
	border:0px;
	background-color:#000000;
	margin: 5px 0px;
	padding:0px;
	position:relative;
}
#banner {

	text-align:center;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#banner img{
	margin:0px;
	padding:0px;
}

#banner h1 {
	font-size:18px;
	margin:5px 0 0 0;
	padding:2px;
	word-spacing:5px;
}
#banner a {
	text-decoration:none;
}
#banner h5 {
	margin:5px 0;
}
#menu {
	width:100%;
	height:42px;
	margin:5px auto;
	text-align:left !important;
	text-transform: uppercase;
	font-size:85%;


}
#menu ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin:0px;

	
}
#menu li {
	width:50px;
	padding: 2px;
	margin:0px 34px;
	list-style-type: none;
	display:inline;

}

#menu a img{
	padding: 0px ;
	border: 0px!important;
}



#contenuto {
	width:auto!important;
	height:auto!important;
	padding: 0px 0px 0px 0px!important;
	margin:0px!important;
	float:left;
	background-image: url(images/corpo_bckg.gif);
	background-position:left top;
	background-repeat:repeat-y;

}

#corpo {
	width:750px!important;
	height:1060px!important;
	height:auto!important;
	min-height:1060px!important;

	padding: 0px 0px 30px 0px!important;
	margin:0px!important;
	float:left;
/*	background-image: url(images/corpo_bckg.gif);
	background-position:left top;
	background-repeat:repeat-y;*/
}
#corpo h3 {
	width: 95% !important;
	padding: 5px !important;
	margin:8px 1px!important;
	display:block;
	float:left!important;
 	border-bottom: #000000 1px dotted;
}


.navigation {
	display: block;
	text-align: center;
	margin: 10px 15px 5px!important;
	height: 20px;
	clear:both!important;
	font-weight:bold;
	}
	
	.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.main {
	width: 537px!important;
	height:auto !important;
	padding: 0px 8px!important;
	margin:0px 0px 5px 0px!important;
	float:left;
	font-size:100%;
	line-height: 18px;
	min-height:230px;
	height:230px;
/*	border:#000000 1px solid;
	overflow:hidden;*/

}


.main h1 {
	font-size:1.4em !important;
	font-weight:normal !important;
	color:#999 !important;
	background-image: url(images/clip_h1.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	display:block;
	height:21px;
 }
 
 .main h1 a {
	font-weight:normal !important;
	color:#999 !important;
 	border-bottom: #000000 0px dotted;

 }
 
 
.main a {
	color:#666;
	width:auto;
	padding:0px;
	margin:0px;
 	border-bottom: #000000 1px dotted;
	font-weight:bold;

 }
 
 .main a:hover {
	text-decoration:underline !important;
	color: #666!important;
 }
 
 
#commentform {
	width: 507px!important;
	height:auto;
	padding: 0px 20px!important;
	margin:0px!important;
	float:right!important;
}

#commentform p {
	margin:0px!important;	padding: 4px 0px!important;

}


.itemhead {
	margin-top:20px;
}

.metadata {
	width:142px!important;
	height:auto;
	min-height:100px;
	padding: 0px 15px!important;
	margin:20px 0px 0px 0px!important;
	float:left!important;
	font-size:85%;
	line-height: 1.5em;
/*	border:#000000 1px solid;
	overflow:hidden;*/
	
}
	
.chronodata {
	width:100%!important;
	text-transform:none;
	font-size: 0.95em !important;
	border-top: #000000 1px dotted;
	padding-top:10px;
	font-weight: bold;
	color:#666;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center !importan;
}
.post-wrapper{
	padding: 0px;
	margin: 0px;
}

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

#comment {
	font-family: helvetica,arial,clean,sans-serif !important;
	font-weight:normal;
	font-size: 100%;
	width: 407px!important;
	height:auto;
	padding: 0px 20px!important;
	margin:0px!important;
	float:left!important;

}

.storycontent ul {
	list-style-type: square;
	margin:0px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
	display:inline !important;
}

.storycontent li {

margin:0px 0px 0px 10px!important;
	padding:0px 0px 0px 4px!important;



}

.storycontent h3 {

}

.wp-caption img {
	margin: 0px;
	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 */
	
#sidebar_sx {
	width:120px;
	padding:10px 0 0px 10px;
	float:left;
}
#sidebar {
	width:180px;
	padding: 0px 0px 0px 10px;
	margin:0px;
	float:right!important;
	overflow:hidden;
	display:inline;
}
#sidebar form {
	display:block;
	padding: 0px;
	margin:0px;
}
#sidebar h3, #sidebar h4 {
	font-size:11px;
	margin:5px 0 0 0 ;
}

#sidebar h4 {
	background-image:url(images/bck_widgettitle.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding: 5px 0px 5px 17px;
	font-weight:normal !important;
/*	color:#000000;*/
	clear:both;
	border-bottom: #000000 1px dotted;
	text-transform:uppercase;
}


#sidebar h4 a {
	color:#000000;

}

#sidebar ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 2px 0px 2px 16px ;
	margin:1px 0px 1px 2px;
	font-size:12px;
/*	border-bottom: #000000 1px dotted;*/

}

#sidebar li {
	margin:1px 0px 1px 5px ;
	padding: 1px 0px 1px 0px ;
	text-transform:none;
	list-style-image:url(images/clip_li.gif);


	
}

#sidebar li:before {

	
}

#sidebar img {
border:0px;
	
}


#footer {
	width:750px;
	color:#FFF;
	margin-top:0px;
	padding:5px 0;
	text-align:center;
	clear: both;
	background-color:#1d365b;
	text-align:left;
	font-size: 85%;
	vertical-align:middle;
/*	background-image:url(images/footer.gif);
	background-repeat:no-repeat;*/
}

.logo_footer {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	background-image:url(images/fila_logo_footer.gif);
	background-repeat:no-repeat;
}

#footer div {

/*	background-image:url(images/footer.gif);
	background-repeat:no-repeat;*/
}

hr {
	width:750px;
	height:1px!important;
	float:left;
	border:0px;
	background-color:#000000 !important;
	color:#000000 !important;
	margin: 4px 0px !important;
	padding:0px 0px!important;
	position:relative;

 }
 

#footer ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin:0px;

	
}
#footer li {
	padding: 0px;
	margin:2px 34px;
	display:inline;

}

#footer a {
color:#FFF;

}
