/*
Theme Name: The Mini Brochure Blog
Theme URI: http://www.redolivedesign.com
Description: A theme created for The Mini Brochure to match site's looks and expectations.
Version: 1
Author: Red Olive Design
Author URI: http://www.redolivedesign.com/

*/
*{
	margin:0px;
	padding:0px;
}

body{
	background:url("images/bgRepeat.jpg") repeat;
	margin:0px;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8b8d90;
}

h1{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

h1 a { 
	color:#8b8d90;
	text-decoration:none;
}

a{
	color:#8cc63f;
	text-decoration:none;
}

p{
	padding-bottom:15px;
}

a img {
	border:none;
}

#container{
	width:895px;
	text-align:left;
}

#contentBox{
	background:url("images/boxMiddle.png") repeat-y;
}

#header{
	background:url("images/headerBG.jpg") bottom no-repeat;
	height:200px;
	width:816px;
         margin-left:22px;

}

#logo{
	margin-left:10px;
	padding-top:5px;
	float:left;
	width:207px;
}

#nav{
	float:left;
	margin-left:280px;
	margin-top:15px;
}

#nav a{
	color:#FFFFFF;
	text-decoration:none;
}

#navBar{
	background:url("images/centerNav.png") repeat-x;
	color:#fff;
}

#navBar ul li{
	display:inline;
	color:#fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

#phone{
	text-align:right; margin-right:5px; margin-top:17px; color:#8b8d90;
}

#content{
	margin-left:45px;
}

#postDetails{	
	margin-bottom:5px;
}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #fff url(images/date.jpg) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}

div.date span.mese{
	display: block;
	margin-bottom: 8px;
}

div.date span.giorno{
	font-size: 190%;
	color: #444;
	font-weight: bold;
	line-height: 0.8;
}

div.date p span.anno{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;

}

.entry{
	padding-bottom:20px;
	line-height:150%;
}

.borderRight{
	border-right:solid 1px #ffffff;
	padding-right:10px;
	padding-left:10px;
}

#col1{
	width:600px;float:left;
}

#col2{
	width:200px; float:left;
	margin-left:15px;
}

#col2{
	list-style-type:none;
}

.widget{
	padding-bottom:15px;
}

#col2 ul li{
	list-style-type:none;
}