/*  
Theme Name: senza10
Theme URI: http://www.senzastile.it/
Description: senzastile2010
Version: 0.1
Author: Senzastile
Author URI: http://www.senzastile.it/
*/
@font-face {
	font-family: 'UmbrageRegular';
	src: url('umbrage2-webfont.eot');
	src: local('☺'), url('umbrage2-webfont.woff') format('woff'), url('umbrage2-webfont.ttf') format('truetype'), url('umbrage2-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family:Helvetica,"Trebuchet MS", Arial; 
	font-size:80%;
	background-color:#000;
	margin:0px;
	padding:0px;
	color: #000;
	background-image:url(img/bk.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#wrap{
	width:1024px;
	margin:0 auto;
	overflow:auto;
	background-image:url(img/bk_top2.gif);
	background-repeat:repeat-x;
	background-position:top;	
}
#container{
	width:700px;
	margin:0 auto;
}
#top_header{
	width:700px;
	height:111px;
	margin:0 auto;
	background-image:url(img/top_head.gif);
	background-repeat:repeat-x;
}
#header{
	height:119px;
	width:700px;
	clear:both;
	background-color:#f0f0f0;
}
#logo{
	float:left;
	width:300px;
	height:66px;
	padding:10px;
	margin-top:-40px;
	margin-bottom:20px;
}
#menu{
	height:23px;
	width:700px;
	margin:0px;
	padding:0px;
	text-align:left;
	clear:both;
	color:#999 !important;
	background-color:#f0f0f0;
	margin-top:30px;
}
#menu ul{
	width:auto;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	clear:left;
}
#menu li {
	height:23px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	text-transform: uppercase;
	font-weight:bold;
	margin:0px;
	display: inline;
}

#menu li a:hover{
	color: #999;
	height:23px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	text-decoration: none;
	border-bottom: 4px solid gray; /*bottom border is 3px*/
	margin:0px;
}

#menu li  a.selected{
	color: #999;
	height:23px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	text-decoration: none;
	border-bottom: 4px solid gray; /*bottom border is 3px*/
	margin:0px;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:visited {
	text-decoration: none;
	color: #999;
	border-bottom:0px;
	font-weight:bold;
}
#menu a:hover {
	text-decoration: none;
	padding:0px;
	color: #000;
	font-weight:bold;
}
#sidebar{
	width:700px;
	margin: 0px;
	padding: 0px;	
	overflow:auto;
}
#sidebar h2{
	font-size:1.2em;
	width:330px;
	padding:5px;
}
#sidebar ul{
	width:330px;
	float:left;
	list-style-type: none;
	margin: 0 auto;
	padding: 5px;
	text-align:left;
}
#sidebar li{
	margin: 0px;
	padding: 0px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active, #sidebar a:visited {
	text-decoration: none;
	color: #5b5b5c;
	border-bottom:0px;
	font-weight:bold;
}
#sidebar a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

#centro{
	width:680px;
	padding:10px;
	margin:0px;
	background-color:#f0f0f0;
}
#centro a:link, #centro a:visited, #centro a:active, #centro a:visited {
	text-decoration: none;
	color: #5b5b5c;
	border-bottom:0px;
	font-weight:bold;
}
#centro a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
#centro h1{
	font: 37px/48px 'UmbrageRegular', Arial, sans-serif;
	padding:0px;
	margin-top:10px;
}
#centro h2{
	font-size:0.9em;
	padding:0px;
	margin:1px;
	text-align:left;
	float:left;
}

#centrotext{
	width:680px;
	float: left;
	padding:0px;
	margin:0;
}

#footer{
	width:680px;
	border-top:5px #ff6000 solid;
	margin-top:-10px;
	background-color:#4e4e4e;
	color:#fff;
	padding:10px;
}

.entry p a:visited {
	color: #b85b5a;
}

.datetime{
	color:#333;
	font-size:0.8em;
	text-align:right;
	width:680px;
	border-bottom:1px #ccc solid;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
#commentlist{
	display:block;
	width:90%;
}
#commentlist ol{
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right:0px;
}
#commentlist li{
	padding:5px;
	border-top:2px #ff6000 solid;
}