/*  
Theme Name: Fucinaweb Miles
Theme URI: http://www.fucinaweb.com/
Description: Fucinaweb's theme
Version: 0.1
Author: Gianluca Rota
Author URI: http://www.gianlucarota.it/
This theme was designed and built by Gianluca for Fucinaweb.
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	/*background-color: #8FACC7;*/
	background-color: #fff;
	color: #000000;
	font-family: Verdana;
        font-size: 1 em;
}
a{
	text-decoration: underline;
	color: #003366;
}

a:visited{
	text-decoration: underline;
	color: #666666;
}

#logo:hover {
	background-color: transparent;
}
img {
	border: none;
}
h1, h2, h3, h2 a, h3 a, .archive, legend{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana;
	display: block;
}
blockquote {
	margin: 2em;
	font-style: italic;
}
#header, #footer, #main, #menu{
	background: #ffffff;
	width: 56em;
	margin: auto;
	padding: 2em;
	border: 3px solid #ffffff;
	border-width: 0px 1px 0px 1px;
}
#header {
	position: relative;
	margin-top: 0.5em;
	padding-top: 0em;
	padding-bottom: 0.7em;
	border-width: 1px 1px 0px 1px;
}
#header img {
	padding-top: 0em;
}
#main{
	padding-top: 0px;
}
#headertitle {
	position: absolute;
	top: 10px; 
	right: 20px;
}
#headertitle h1, #headertitle a{
	color: #666666;
	font: 1.1em Trebuchet MS, Verdana;
}
h1.payoff{
	display: block;
	position: absolute;
	right: 1.3em;
	bottom: 0.4em;
	margin: 0px;
	padding: 0px;
	color: #003366;
	font: normal 1.6em Trebuchet MS, Verdana;
}
h1.payoff a{
	color: #003366;
	text-decoration: none;
}
#menu {
	padding:0;
	height:2.8em;
	width: 58em;	
}
#menu ul{
	height: 2.1em;
	padding: 0 0.6em;
	background-color: #003366;
}
#menu li{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#menu li a{
	display: block;
	float: left; 
	margin: 0;
	padding: 0.5em 1em 0.5em 0.5em;
	color: #ffffff;
	text-decoration: none;
	font: 1em Trebuchet MS, Verdana;
	line-height:1em;
}
#menu li a:hover{
	text-decoration: underline;
}

#menu li.on a, #menu li.current_page_item a{
	position: relative;
	left: -0.4em;
	padding: 0.5em 0.6em 0.5em 0.9em;
	color: #fff;
	text-decoration: underline;
}
#menu .divisore{
	clear: both;
}
#footer {
	border-top: 1px solid #bebebe;
	text-align: center;
}
#copyright, #powered{
	font-size: 0.6em;
	color: #666666;
}
.stopper {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#content{
	width: 40em;
	float: left;
	margin: 0;
	padding: 1em 0 0 0;
}
.entry{
	text-align: justify;
	margin: 0;
	font-size: 0.8em;
	padding-bottom: 20px;
}
.entry h2{
	font-size: 1.5em;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 6px 0px;
}
.entry h3, .related h3, legend, .evidenzia{
	font-size: 1.3em;
	padding: 0px 0px 1px 0em;
	margin: 10px 0px 10px 0px;
}
.entry h4{
	font-size: 1.1em;
	padding: 0px 0px 1px 0em;
	margin: 5px 0px 5px 0px;
}
.entry h5{
	font-size: 1.0em;
	padding: 0px 0px 1px 0em;
	margin: 5px 0px 5px 0px;
}
.entry h2 a, .entry h3 a, .entry h4 a, entry h5 a{
	text-decoration: none;
}
.entry p {
	line-height: 1.5em;
	word-spacing: 1px;
	margin-bottom: 0.7em;
}
.entry p img{
	margin: 5px;
}
.entry ul{
	margin: 1em 0em 1em 3em;
	padding: 0em;
	list-style: square;
}
.entry ol{
	margin: 1em 0em 1em 3.5em;
	padding: 0em;
	list-style: decimal;
}
.entry li{
	line-height: 150%;
	padding-bottom: 0.5em;
}
.entry .important {
	line-height: 1.5em;
	word-spacing: 1px;
	margin-bottom: 0.7em;
	padding: 1em;
	border-width: 1px 1px 1px 1px;
} 
.postmetadata, .tags {
	font-size: 0.8em;
	margin: 0px 0px 1em 0px;
	line-height: 1.5em;
}
.postmetadata a, .tags a {
	color: #003366;
}

.tags {
	margin-top: 5px;
}
.postcomment{
	margin-top: 5px;
	margin-bottom: 1em;
	vertical-align: middle;
	padding-bottom: 15px;
	border-bottom: 1px solid #DCEAF5;
}
.postcomment a{
	margin-right: 10px;
	color: #003366;
	vertical-align: middle;
	font-size:0.8em;
}
.postcomment img{
	margin-right: 3px;
	vertical-align: middle;
}

#commentform{
	margin: 0;
}
#commentform label{
	display: block;
	margin: 0;
}
#commentform input{
	width: 25em;
	margin: 0 5px 10px 0;
	padding: 1px;
}
#commentform textarea{
	width: 640px;
	margin: 0 0 10px;
	padding: 0;
}
#commentform #submit{
	margin: 10px 0px;
	width: auto;
}
#commentform p{
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 2px solid #ffffff;
}
#sidebar{
	float: right;
	width: 18em;
	margin: 0;
	padding-top: 1em;
	overflow: hidden;
	font-family: Trebuchet MS, Verdana;
	font-size: 0.8em;
}
#sidebar ul {
	list-style: none;
}
#sidebar li h2{
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	font: 16px Trebuchet MS, Verdana;
}


#sidebar ul li ul, #sidebar ul #tag_cloud{
	padding: 2px 7px 15px 7px;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 5px;
}
#sidebar ul li ul li {
	display: block;
	margin-top: 0.5em;
	padding: 0px;
	color: #666666;
}

#sidebar ul ul li a, #sidebar ul #tag_cloud a {
	color: #003366;
	text-decoration: none;
}
#sidebar ul ul li a:hover, #sidebar ul #tag_cloud a:hover {
	text-decoration: underline;
}

#sidebar ul ul li ol a:hover {
	text-decoration: underline;
}
#sidebar div {
	color: #000000;
	padding: 0px 10px 7px 15px;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 5px;
}
#sidebar ul ul li.recentcomments a {
	display:inline;
}
.navigation {
	margin-top:1em;
	clear: both;
}
.navigation .prev {
	float: left;
}
.navigation .next {
	float: right;
}
.skiplink {
	display:none
}
.archive {
	font-size: 1.6em;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0.5em 0px;
}
.archive, .archive a { 
	color: #003366;
}
#search{
	position:absolute;
	width:12.5em;
	height:2em;
	right:1px;
	bottom:-2.3em;
}
#search fieldset{
	border:0px;
}

#search #s{
	width:10em;
	vertical-align:center;
}
.alignleft {
	float:left; 
	margin:0.0em 0.4em 0 0;
}
.alignright {
	float:right; 
	margin:0.0em 0.4em 0 0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #336699;
	text-align: center;
	background-color: #e7f0f8;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


#sidebar ul.lista{
	border: none;
	border-width: 0;
	list-style-type:square;
	background-color:transparent;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#sidebar ul.lista li {
	display: block;
	padding-bottom: 0.5em;
	color: #000000;
	background-color: transparent;
}

#sidebar ul.lista li a{
	color: #003366;
	text-decoration: underline;
}

#commentform .subscribe-to-comments label{
    display:inline;
}

.description {
    padding-bottom: 0.5em;
}

fieldset {
    border: 0px;}
    
legend {
    margin-bottom: 0.5em;}

div#lang {
	display: block;
	margin: 0px;
	padding: 0.5em 0 0.7em 0;
	border-width: 0px;
	color: #8facc7;
	font: normal 1.3em Trebuchet MS, Verdana;
	text-align:right;
}
div#lang a{
	color: #8facc7;
	text-decoration: none;
}





