/*
    Theme Name: Convivium
    Theme URI: http://www.conviviovolta.net/
    Description: Notepad Chaos is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>
    Version: 1.0
    Author: Elia Basso
    Author URI: http://www.evaneckard.com/
*/


body {

	background:url(images/sfondo_mini.jpg) #000000 fixed;
	margin:0;
	font-family: Georgia, "Times New Roman", Verdana, Arial, Sans-Serif;
	color:#fff;
}
#wrapper{
	/*background:url(images/page-back-2.jpg) no-repeat top center ;*/
	background:url(images/page-black1.png) no-repeat top center ;
}
#container {
	width:819px;
	margin:0 auto;
	position:relative;
	height:252px;
}

/* search form */

#search {
	position:absolute;
	text-align:left;
	width:300px;
	left:536px;
	top:115px;
	z-index:100;
	font-weight:bold;
	font-size:35px;
	color:#FFCC00;
	line-height:30px;
	font-family: "Times New Roman";
	overflow:visible;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}


/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:457px;
	width:319px;
	overflow:hidden;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}





/* blog title */

#title {
	position:absolute;
	top:50px;
	left:65px;
	width:500px;
	height:200px;
	background:transparent url(images/titolo_ombra.png) no-repeat top left;
	overflow:hidden;
	padding-top:1px;
	
}

#title .description{
	font-family: "Times New Roman";
	color:#e50000;
	font-weight:bold;
	margin: -51px 0px 0px 88px;
	font-size:25px;
	font-style:italic;
}
#title h2 {
	margin:0;
	padding:0;
}
#title h2 a {
	display: block;
	color:#fff;
	text-decoration:none;
	margin:0 0 2px;
	width:400px;
	height:177px;
	text-indent:-999px;
	outline:0;
}


/* content */

#content {
	/*background:url(images/content-bg.jpg);*/
	width:750px;
	margin:-40px auto;
	padding:0px 15px 0px 0px;
	z-index:10;
	background-color:#000;
	position:relative;
	border:1px solid #8f0000;
	
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	padding:20px 0px 0px 30px;
	width:425px;
	font-size:12px;
	line-height:20px;
	
	background-color:#000;
	min-height:500px;
}


#content .col01 h3 {
	font-size:30px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 10px;
	/*background:url(images/line.gif) repeat-x bottom;*/
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
	/*background:url(images/line.gif) repeat-x bottom;*/
}

#content .col01 h3 {
	color:#FDC800;
font-size:2.5em;	
}
#content .col01 h3 a {
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	/*color:#8B6E36;*/
	color:#efefef;
	line-height:24px;
	letter-spacing:0.8px;
	padding-bottom:30px;
	font-size:1.2em;
}

#content .col01 .post strong{
	color:#8B6E36;
}

#content .col01 .post a{
	color:#C0161B;
	text-decoration:none;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:-10px;
	left:-98px;
	height:64px;
	width:83px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}




#content .col02 {
	float:right;
	width:257px;
	font-size:11px;
	margin-top:-30px;
	display:inline;
}


#content  .gallery #immagine{
width:257px;
height:263px;
background:url(images/quad.png) no-repeat;
}
#content  .gallery #slide{
padding:20px 0px 0px 25px;

display:block;
width:210px;
height:210px;
}

#content  .gallery #testo{
	text-align:right;
	margin:5px 20px 50px 0px;
}


.pages ul {
	margin:20px 0 20px 30px;
	padding:0;
}

ul li.page_item {
	font-size:11px;
	line-height:24px;
	list-style:url(images/bullet-postit.gif);
}
ul li.separator{
	visibility:hidden;
	list-style:none;
	height:7px;
}



ul li.page_item a {
	/*color:#21565E;*/
	display:block;
	width:212px;
	padding:6px 0;
	color:#FFCC00;
	font-size:20px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-weight:bold;
	text-decoration:none;
}

ul li.page_item a:hover {
	text-decoration:none;
	color:#8B8060;
}

ul li.page_item .current_page_item a{
	color:#ffffff;
}



#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}





#content .col02  h2{
	margin:40px 0px 0px 0px;
}

#content .col02  ul.xoxo  {
	margin:20px 0 20px 20px;
	padding:0;
}
#content .col02  ul.xoxo  li {
	font-size:10px;
	line-height:16px;
	list-style:none;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
}

#content .col02  ul.xoxo  li a {
	display:block;
	padding:4px 0;
	color:#8B8060;
	font-size:14px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-weight:bold;
	text-decoration:none;
}


#content .col02  ul.xoxo  li a:hover {
	color:#FFCC00;
}











/* footer */

#footer-holder {
	width:931px;
	margin:0 auto;
	position:relative;
	z-index:5;
	padding-top:1px;
	
}
#footer-holder .footer {
	margin-left:-8px;
	width:931px;
	height:341px;
	margin:-100px 0px 0px -60px ;
	padding-top:1px;
	background:url(images/footer-2.png) no-repeat;
}
#footer-holder .txt a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#footer-holder .txt a:hover {
	color:#c00;
}
#footer-holder .txt {
	padding:0;
	width:600px;
	position:absolute;
	top:50px;
	left:190px;
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:10;
	height:105px;
	overflow:hidden;
	
}




/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	
}

.next a {
	float:right;
	width:93px;
	height:33px;
	
}


/* comment styles */

.comments, .name, .website, .txt-email-sub, .txt-website-example {
	display:block;
	
	font-size:10px;
	
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	
}
.name, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	
}

.website {
	height:30px;
	
}
.txt-email-sub {
	height:20px;
	
	clear:both;
}
.txt-website-example {
	height:20px;
	
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}