/*
 Theme Name: Vimercati Meda
 Theme URI: http://blog.vimercatimeda.it
 Description: Theme for Vimercati Meda - Blog
 Version: 1.0
 Author: Luigi Vergani
 Author URI: http://www.verganiegasco.it/
 */

body {
	margin:0;
	padding:0;
	font-family:Georgia;
	background-color:#222222;
	color:#333333;
}

hr {
    display: none;
}

ul {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
    list-style: none;
}

h1 {
	margin:0;
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
}

h3 {
	margin-top:0px;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
}

a img {
    border: none;
}

.center {
    text-align: center;
}

.alignleft {
	float:left;
	clear:left;
    text-align: left;
	font-size:0.8em;
}

.alignright {
    float: right;
    text-align: right;
    width: 50%;
	font-size:0.8em;
}

/* HEADER */

#header {
	margin:0 auto;
	width:980px;
	background-color:#FFFFFF;
}

#topNavigationHolder {
	position:absolute;
	top:0px;
	height:30px;
	line-height:30px;
	font-size:12px;
	width:980px;
	background-color:#000000;
}

#topNavigationHolder li {
	float:left;
	text-transform:uppercase;
	
}

#topNavigationHolder li a {
	color:#FFFFFF;
	padding:0px 10px;
	display:block;
}

#topNavigationHolder li a:hover {
	background-color:#CC0000;
}

#headerImg {
	margin-top:30px;
	background-repeat:no-repeat;
}

/* CONTENUTO */

#wrapper {
	width:980px;
	margin:0px auto;
	background-color:#FFFFFF;
	overflow:hidden;
	padding-top:40px;
}

#contentHolder {
    width: 570px;
    float: left;
}

/* POST */

.post {
	padding-bottom:30px;
}

.post .titolo {
	background-color:#303030;
	padding:2px 2px 2px 20px;
	margin-left:1px;
	width:547px;
}

.post h1 a {
	color:#FFFFFF;
	text-transform:uppercase;
}

.infoPost {
	font-size:0.7em;
	padding-top:5px;
	margin-left:20px;
}

.post small  {
    text-align:justify;
    font-size: 11px;
    display: block;
	width:420px;
	margin-bottom:-40px;
}

.entry {
	text-align:left;
	margin-left:20px;
	margin-bottom:13px;
	font-size:11px;
	line-height:25px;
	border-bottom:#CCCCCC 1px dotted;
}

.entryContatti {
	margin-left:20px;
	font-size:11px;
	line-height:25px;
	border-bottom:#CCCCCC 1px dotted;
}

.entryMap {
	margin-left:20px;
	font-size:11px;
	line-height:25px;
}

.postmetadata {
    font-size: 0.7em;
	float:none;
	margin-left:20px;
}

.postmetadataSingle {
    font-size: 11px;
	padding:10px 0px;
	border-top:#CCCCCC 1px dotted;

}

#postUtilities img {
    clear: both;
    float: none;
    margin: 0px;
    padding: 0px;
}

blockquote {
    margin: 10px;
    padding: 10px;
    border: 3px solid #CCCCCC;
    background-color: #F3F3F3;
}

.post ul {
    list-style-image: url(images/linea.png);
    list-style-type: none;
}

.post li {
    margin-left: 50px;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999999;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.navigation {
	margin:0px 0px 0px 20px;
}

.pagetitle {
	margin-left:20px;
}

/* SIDEBAR */

#sidebar {
    width: 370px;
	margin-left:590px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar li {
	margin-bottom:10px;
	font-size:11px;
	line-height:20px;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar li a {
	color:#666666;
}

#sidebar h2 {
    font-size: 0.8em;
	color:#666666;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
	background-color:#EEEEEE;
	padding-left:5px;
	margin:18px 0px 10px 0px;
	border-bottom:#CCCCCC 3px solid;
}

#feedsTitle h2 {
	height:27px;
	line-height:27px;
	margin:0px 0px 15px 0px;
}

#feeds {
	background-image:url(images/rss.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#feeds table {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	margin-left:55px;
	width:320px;
}

#feeds ul {
	float:left;
}

#feeds li {
	height:20px;
}

/* SIDEBAR SX */

#sidebarSx {
	width:170px;
	float:left;
	overflow:hidden;
}

#list1 li {
	background-image:url(images/list1.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:10px;
	text-transform:uppercase;
}

#list2 li {
	background-image:url(images/list2.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:12px;
}

#list3 li {
	background-image:url(images/list5.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:12px;
}

#recentComments ul li:first-child {
	border:none;
	padding:0;
}

#recentComments ul li {
	padding-top:10px;
	border-top:#CCCCCC 1px dotted;
}

/* SEARCH FORM */

#searchform {
	margin:10px 0px;
}

#searchform #s {
	width:110px;
	border: 1px solid #999999;
	float:left;
	font-size:10px;
	line-height:16px;
	height:16px;
}

#searchform #searchsubmit {
	width:50px;
	height:20px;
	margin-left:5px;	
	font-size:8px;
	border: 1px solid #999999;
	background-color:#CCCCCC;
	padding:1px 0px;
	cursor: pointer;
	color:#FFFFFF;
}

/* FLICKR FLASH*/

#flashcontent {
	width:175px;
	height:800px;
}

/* SIDEBAR DX */

#sidebarDx {
	width:170px;
	margin-left:197px;
}

#channels {
	overflow:hidden;
	height:700px;
}

#channels li img {
	border:#999999 1px solid;
}

#channels li {
	float:left;
	margin-top:5px;
	margin-bottom:9px;
}

.channelsFirstLi {
	margin-right:18px;
}

#translate li {
	margin:2px 0px;
	background-image:url(images/list3.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:12px;
	margin-bottom:9px;
}

#linkcat-2>ul>li {
	background-image:url(images/list4.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:12px;
}

/* NEWSLETTER */

#formNews {
	margin:10px 0px;
}

#newsTxt{
	width:110px;
	font-size:10px;
	border: 1px solid #999;
	float:left;
	height:16px;
	line-height:16px;
}

#newsSub{
	width:50px;		
	border: 1px solid #999999;
	background-color:#CCCCCC;
	cursor: pointer;
	font-size:8px;
	color:#FFFFFF;
	margin-left:5px;
	height:20px;
	line-height:16px;
}

#prev a, #next a {
    border: 0;
}

.feeds {
	padding-top:5px;
}

/* COMMENTI */

h3.comments {
    font-size: 1.2em;
    margin:20px 0px 10px 20px;
    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 {
}

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;
}

/* FORM PER COMMENTI */
#commentFormStyle {
    padding-bottom: 20px;
    margin:0px 0px 20px 20px;
	font-size:0.8em;
}

#commentFormStyle h3 {
    font-size: 1.5em;
	margin: 5px 0px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC 1px dotted;
	width:100%;
}

#commentFormStyle textarea {
    width: 100%;
	border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

#commentFormStyle input {
	border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
	color: #666666;
    text-align: left;
    margin-bottom: 2px;
}

small.formLabel {
    margin-bottom: 5px;
}

#commentFormStyle #sub {
	border: 1px solid #999999;
	background-color:#CCCCCC;
	font-size: 0.7em;
	padding:1px 0px;
	cursor: pointer;
	color:#666666;
	margin-left:0px;
	width:100%;
	text-align:center;
}

/* AUTORI */

#autori {
	margin-left:20px;
	margin-bottom:20px;
}

.biografiaAutore {
	font-size:11px;
	padding-bottom:5px;
    border-bottom: #CCCCCC dotted 1px;
}

.infoAutore {
  	margin:0px 0px 30px 20px;
	width:550px;
}

.infoAutore ul {
}

.infoAutore li {
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: #CCCCCC dotted 1px;
}

/*FOOTER*/

#footer {
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	width: 940px;
	margin: 0px auto 0px;
	padding: 15px 20px 5px;
	clear:both;
}

#adress {
	float:left;
}

#design {
	margin-left:830px;
}

/* ERROR */
#error {
    border: #CCCCCC dotted 1px;
    padding: 10px;
    margin: 20px 0px;
}
