/*
 Theme Name: Vergani&Gasco
 Theme URI: http://blog.verganiegasco.it
 Description: Theme for Vergani&Gasco Blog
 Version: 1.0
 Author: Luigi Vergani
 Author URI: http://www.verganiegasco.it/
 */

html {

}

body {
    font-family:Arial, Helvetica, sans-serif;
    background-color:#E2E2E2;
	margin:0;
	padding:0;
}

hr {
    display: none;
}

li {
    list-style: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	margin:0;
	color:#333;
	font-size:1.2em;
}


a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color:#999999;
}

.spacer {
	border-bottom: 1px #DDDDDD solid;
	margin-bottom: 5px;
}


/* HEADER */

#header {
	margin:0 auto;
	width:810px;
	background-color:#fff;
}

#topNavigationHolder {
	width:810px;
	height:30px;
	line-height: 30px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#topNavigationContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 30px;
	height: 30px;
	width:790px;
	background-color:#333333;
	margin-left: 10px;
}

#topNavigationContent div.link {
	display:inline;
	float:left;
}

#topNavigationContent div.link:hover {
	background-color:#880000;
}

#topNavigationContent a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* CONTENUTO */

#wrapper {
	width:810px;
	margin:0px auto;
	background-color:#fff;
	overflow:hidden;
}

#contentHolder {
    width: 520px;
    float: left;
	padding-left:10px;
}

/* POST */

.post {
	padding-bottom:30px;
}

.post .titolo {
	background-color:#333;
	width:480px;
	padding-left:50px;
}

.post h1 a {
	color:#FFFFFF;
}

.infoPost {
	font-size:0.7em;
	padding-left:50px;
	padding-top:5px;
}

.post small  {
    text-align:justify;
    font-size: 11px;
    display: block;
	width:420px;
	margin-bottom:-40px;
}

.entry {
	text-align:justify;
	padding-left:50px;
	font-size:0.75em;
	line-height: 20px;
}

.entry ul {
	padding-left: 0px;
	margin-left: 0px;
}

.entry li {
	margin-left: 0px;
	padding-left:15px;
	background-image:url(images/elenco.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
    list-style-type: none;
}

.postmetadata {
	margin-left:50px;
    font-size: 0.7em;
	float:none;
}

.postmetadataSingle {
    padding: 30px 0px 15px 0px;
    font-size: 0.8em;
}

.postmetadata a {
    color: #FF6600;
}

.postmetadata a:hover {
	color:#ccc;
}

#autore {
	font-size: 0.7em;
	margin-left:50px;
	margin-top: 5px;
}

blockquote {
    margin: 10px;
    padding: 10px;
    border: 3px solid #CCCCCC;
    background-color: #F3F3F3;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

a img {
    border: none;
}

.alignleft {
	float:left;
	clear:left;
    text-align: left;
	font-size:0.8em;
}

.alignright {
    float: right;
    text-align: right;
    width: 50%;
	font-size:0.8em;
}

/* SIDEBAR */

#sidebar {
    width: 230px;
    color: #444444;
	margin-left:570px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar h2 {
    font-size: 0.7em;
	color:black;
	font-style:italic;
	text-transform:uppercase;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #ccc;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
}

#sidebar>ul>li {
	margin: 0px 0px 10px 0px;
}


#sidebar .list li, #sidebar .linkcat li{
	color:#000000;
	font-size:0.7em;
	height: 1.5em;
	line-height: 1.5em;
	padding-left:15px;
	background-image:url(images/elenco.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

#sidebar .list li a, #sidebar .linkcat li a{
	color:#444444;
}

#sidebar .list li a:hover, #sidebar .linkcat li a:hover{
	color:#FF6600;
}

ul#feedsSx li.feeds, ul#feedsDx li.feeds{
	margin: 5px 0px 5px 0px;
	text-decoration:none;
	font-size:0.6em;
	list-style:none;
	background:none;
	background-image:none;
}

ul#feedsSx {
	float: left;
}
ul#feedsDx {
	float: right;
}

#formNews {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#newsTxt{
	width:160px;	
	border: 3px solid #C4D2E2;
	float:left;
}

#newsSub{
	width:55px;		
	border: 3px solid #C4D2E2;
	background-color:#A4B2C2;
	font-size: 0.7em;
	padding:1px 0px;
	cursor: pointer;
	color:#FFFFFF;
	margin-left:5px;
}

#wp-calendar {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
	margin-bottom:10px;
	font-size:0.7em;
}

#wp-calendar th {
    background-color: #C4D2E2;
}

#wp-calendar a {
    border: 1px solid #CCCCCC;
    background-color: #F3F3F3;
    display: block;
    margin: 0px;
    padding: 0px;
}

#wp-calendar a:hover {
    color: #000000;
    text-decoration: none;
}

#prev a, #next a {
    border: 0;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

/* SEARCH FORM */

#searchform {
	margin: 0px;
	padding: 0px;
}

#searchform #s {
	border: 3px solid #C4D2E2;
	width:160px;
}

#searchform #searchsubmit {
	width:55px;		
	border: 3px solid #C4D2E2;
	background-color:#A4B2C2;
	font-size: 0.7em;
	padding:1px 0px;
	cursor: pointer;
	color:#FFFFFF;
}

/* COMMENTI */

h3.comments {
    font-size: 1.2em;
    padding: 5px 0px 5px 10px;
    margin-bottom: 10px;
    border-bottom: #CCCCCC 1px dotted;
}

ol.commentlist {
    width:485px;
}

ol.commentlist li {
    margin-bottom: 1.5em;
    border-bottom: #CCCCCC 1px dotted;
    padding: 5px;
    list-style: none;
	font-size:0.8em;
}

ol.commentlist li.alt {
}

ol.commentlist a {
    color: #FF6600;
    text-decoration: none;
}

ol.commentlist a:hover {
    color: #999999;
    text-decoration: underline;
}

small.commentmetadata {
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;
}

.commentlist cite {
    font-style: normal;
}

.commentlist p {
    line-height: 1.4em;
    margin-bottom: 1em;
}

.pagetitle {
    color: #0066CC;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:500;
}

/* FORM PER COMMENTI */
#commentFormStyle {
	margin-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
	font-size:0.8em;
}

#commentFormStyle h3 {
    font-size: 1.5em;
	padding: 5px 0px 5px 0px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC 1px dotted;
	width:100%;
}

#commentFormStyle textarea {
    width: 100%;
	border: 3px solid #C4D2E2;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

#commentFormStyle input {
	border: 3px solid #C4D2E2;
    background-color: #FFFFFF;
	color: #666666;
    text-align: left;
    margin-bottom: 2px;
}
/*
#commentFormStyle p {
	font-size:0.3em;
}
*/
small.formLabel {
    margin-bottom: 5px;
}

#commentFormStyle #sub {
	border: 3px solid #C4D2E2;
	background-color:#A4B2C2;
	font-size: 0.7em;
	padding:1px 0px;
	cursor: pointer;
	color:#FFFFFF;
	margin-left:0px;
	width:100%;
	text-align:center;
}

/* AUTORI */

.pagetitle {
	font-size:1.1em;
	text-transform:uppercase;
	color:#333;
	padding-left:10px;
	font-weight:700;
	margin-top:0px;
	font-family:"Times New Roman", Times, serif;
}

#autori {
    text-align: justify;
}

#autori a {
    color: #FF3300;
    text-decoration: none;
}

#autori a:hover {
    color: #669933;
    text-decoration: underline;
}

#autori h3 {
    color: #669933;
    padding: 5px;
}

.biografiaAutore {
    margin: 10px 0px 0px 0px;
    padding: 5px;
    color: #666666;
    background-color: #F4F4F4;
    border: #CCCCCC dotted 1px;
}

.infoAutore {
    margin: 10px 0px 0px 0px;
    color: #333333;
	font-size:0.75em;
}

.infoAutore ul {
}

.infoAutore li {
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: #CCCCCC dotted 1px;
}

/*FOOTER*/

#footer {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	text-align:center;
	width: 810px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 5px 0px;
	clear:both;
}

/* ERROR */
#error {
    border: #CCCCCC dotted 1px;
    padding: 10px;
    margin: 20px 0px;
}
