/*
Theme Name: Birrificio Lucano
Theme URI: http://www.birrificiolucano.it/
Description: A Blank Wordpress theme with left sidebar.
Author: VIRAL DESIGN
Author URI: http://www.viraldesign.it
version: 1.0
Tags: two-column, widget-ready 
*/




/* basics */

@font-face {
	font-family: 'garamond';
	src: url('font/garamond.eot');
	src: local('garamond'), local('garamond'), url('font/garamond.ttf') format('truetype');
}


@font-face {
  font-family: garamond;
  src: url(font/garamond.otf);
}

*{margin:0; padding:0;}

body {
	font-family:'garamond', garamond, sans-serif;
	font-size: 14px;
	margin:20px 0 0 0;
	background-color: #17140D;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 9px;}


img{ border: none; padding:5px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	
	}
#banner {
	z-index:100;
	position: absolute;
	right: -10px;
	top: -10px;
	height: 190px;
	width: 190px;
}

/* links */

a{
	color:#512c12;;
	text-decoration:none;
	}

a:hover{text-decoration: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	color:#333;
	overflow: hidden;
}
	
/* header */

#header {
	width: 960px;
	height: 190px;
	color: #fff;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

#header h1{
	padding:20px 0 20px 35px;
	margin:0;	
	}
	

/* content */
#page {
width:960px;
height: auto;
float:left;
background-image: url(images/content.png);
background-repeat: repeat-y;
background-position: center top;	
}

#home {
width:615px;
height: 953px;
float:left;
background-image: url(images/home.png);
background-repeat: repeat-y;
background-position: center top;	
margin-bottom: -199px;
}
#enter {
	margin-top: 250px;
	margin-left: 450px;
	font-size: 20px;
	font-weight: bolder;
}

iframe{
background: #fff;
padding:10px;
}

#content {
	float: right;
	width:630px;
	margin: 30px 10px 0 0;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font-family:'garamond', garamond, sans-serif;
	font-size: 40px;
	color:#512c12;
	font-weight: bold;
	text-transform: capitalize;
	}
	
.post h2 a{
	color: #512c12;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #512c12;
	text-decoration: none;
	}

.pagetitle{
	font-family:'garamond', garamond, sans-serif;
	font-size: 40px;
	color:#512c12;
	font-weight: bold;
	text-transform: capitalize;
	margin:-10px 0 5px 0;
}
.post h3{
	font-weight: bold;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom:-10px;
	}
	


.post ul {}

.post li {}

.entry p{margin:20px 30px 0 0; font-size:14px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */
.textwidget {
margin:0 10px 0 0;
}

#sidebar {
	width:300px;
	float:left;
	margin:60px 10px 10px 10px;
	padding: 0;
	text-align:right;
	color:#512c12;
	}

#sidebar h2{
	margin: 0;
	padding: 0;
}

#sidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:10px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 5px 0 0 0;
	font-size:18px;
	line-height: 30px;
	list-style-type: none;
	font-weight: bold;
	text-transform: lowercase;
	background-image: url(images/sidebar_li.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

#sidebar li ul {
	margin:0 0 10px 0;
	padding:0;
}
#sidebar li ul li{
	padding-right: 10px;
	font-size:16px;
	line-height: 20px;
	background-image: url(images/sidebar_li2.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:10px;
		-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	 border-radius: 5px;
	border:1px solid #cbcbcb; 
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.4); 
	}
	
#commentform p{
	color: #000;
	margin:10px;
	}
	
#commentform a{color: #000; text-decoration: none; line-height: 12px;}
	
#commentform h3{
	font-size: 10px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment,{
	background: #fff;
	font-size: 8pt;
	margin:5px;
	padding:0;
}
	
#submit{
}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0; 

}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
		-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	 border-radius: 5px;
	border:1px solid #cbcbcb; 
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.4); 
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.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;
}




/* footer */

#footer {
	clear: both;
	width: 960px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	margin:20px 0 0 0;
	}
	
#footer p{
	width:270px;
	float:left;
	margin:30px 0 0 30px;
	padding: 0;
	text-align:right;
	color:#512c12;
}
#footer a{color: #512c12;text-decoration: none;}
#footer a:hover{color: #512c12;text-decoration: underline;}

#footer_home {
	clear: both;
	width: 960px;
	background-image: url(images/footer2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	margin:20px 0 0 0;
}
#footer_home p{
	width:270px;
	float:left;
	margin:30px 0 0 30px;
	padding: 0;
	text-align:right;
	color:#512c12;
}
#footer_home a{color: #512c12;text-decoration: none;}
#footer_home a:hover{color: #512c12;text-decoration: underline;