/*  
Theme Name:Barone Barolo
Theme URI: http://www.worldpress.it/
Description: Tema per il Blog di Wilmer
Version: 0.1
Author: Mr.Mime
Author URI: http://www.mrmime.net
*/



/* STRUTTURA */

BODY {
	background-color:#321809;	
	background-image:url('./images/backgroundTotal.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px;
	padding:0px;
}

H2 {
	font-family:times;	
	color: #321809;
	font-size:18px;
}

DIV#page {
	width:970px;
	margin:auto;
	position:relative;
	border:2px solid #321809;
}

DIV#header {
	height:148px;		
	position:relative;
	float:left;
	background-image:url('./images/backHeader.jpg');
	background-repeat:repeat-x;
	color:#f5f4d8;		
	border-bottom:2px solid #321809;
}
DIV#header A {
	text-decoration:none;
	color:#f5f4d8;	
}

DIV#header A:hover {
	text-decoration:underline;		
}

DIV#wrapper {
	position:relative;
	float:left;
	width:970px;
	background-color:#f7f8f0;		
}

DIV#content {
	position:relative;
	width:640px;
	float:left;		
	padding-left:50px;
}

DIV#sidebar {
	background-color:#f3f2e0;
	background-image:url('./images/backSidebar.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	position:relative;
	width:250px;
	float:right;
	height:100%;		
}

DIV#sidebar UL {
	list-style-type:none;		
}

DIV#sidebar UL LI{
	font-family:Lucida, sans-serif;	
	font-size:12px;			
}

DIV#sidebar A {
	color:#321809;
	text-decoration:none;	
}

DIV#sidebar A:hover {
	color:#325809;
	text-decoration:underline;	
}

//**************** POST *******************//

DIV.post {
		
}

DIV.post small {
	font-weight:bold;
	font-style:italic;
	font-family:verdana;
	font-size:10px;	
}

DIV.post A {
	text-decoration:none;
	color: #321809;
}

DIV.post A:hover {
	text-decoration:underline;
	color: #325809;
}

DIV.post H2 {
	border-bottom:2px solid #e7eacf;	
}



