@charset "UTF-8";
/* CSS Document */

/*
Theme Name: diramazioni-wpt
Theme URI: http://www.diramazioni.it
Description: diramazioni theme
Version: 1.0
Author: Lucio Mondini
Author URI: http://www.diramazioni.it/
Tags: fixed width, one column
 
 
*/
 
@charset "utf-8";
/* CSS Document */
 
body {
	color:#B8D5D5;
	font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
	font-size:15px;
	background-color:#142425;
	background-image:url(images/dir-bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
div {
	width:100%;
	float:left;
}
a:link {
	TEXT-DECORATION: none; color:#487070;
}
a:visited {
	TEXT-DECORATION: none; color:#487070
}
a:hover {
	TEXT-DECORATION: underline; color:#4FB0BC;
}
#box {
	width:880px;
	margin:0 auto;
	float:none;
	min-height:100%;
	height:100%;
}
	#banner {
		width:880px;
		height:218px;
		font-size:18px;
		background:url(images/dir-top.png) no-repeat top center;
		font-weight:bold;
		padding:0px;
	}
		#banner h1 {
			text-transform:capitalize;
			font-size:18px;
			margin:5px 0 0 0;
		}
		#banner a {
			text-decoration:none;
		}
		#banner h5 {
			margin:5px 0;
		}
	#menu {
		color:#5C8D91;
		font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
		font-size:20px;
		text-transform: capitalize;
		text-align:center;
		width:880px;
		height:60px;
		margin-top:0px;
		background:url(images/menu-bg.png) no-repeat top center;
	}
		#menu ul {
			list-style-type: none;
			padding: 0px;
		}
		#menu li {
			margin:40px 0px 0px 0px;
			padding: 0px;
			list-style-type: none;
			font-size:12px;
			font-weight: bold;
			float:center;
			vertical-align:bottom;
		}
	#body {
		margin-top:5px;
	}
		#mainBar {
			width:670px;
			background:#0b1b1b;
			padding:10px;
		}
			#mainBar tit {
			font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
			font-style:oblique;
			font-size:20px;
			margin:10px 0 0 0;
			}
			#mainBar text {
			font-family:Verdana;
			color:#B8D5D5;
			font-size:12px;
			}
			#mainBar time {
			margin:0px;
			font-family:Georgia;
			color:#717e57;
			font-size:10px;
			}
		#sidebar {
			width:175px;
			padding:10px 0px 10px 10px;
			margin-left:5px;
			color:#5bbdc6;
			background:#1a2c2d;
		}
			#sidebar form {
				display:block;
				margin:20px 0;
			}
			#sidebar h3, #sidebar h4 {
				color:#5bbdc6;
				font-size:13px;
				font-style:oblique;
				margin:10px 10px 10px 0px;
			}
			#sidebar ul {
				list-style-position:outside;
				list-style-type:none;
				margin:0px;
			}
			
			#sidebar li {
				margin-bottom:10px;
				padding:0px;
				font-size:13px;
				text-transform: capitalize;
				list-style-type:circle;
			}
	#footer {
		height:107px;
		margin-top:5px;
		font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
		font-size: 12px;
		color:#717e57;
		text-align: center;
		vertical-align: top;
		padding:5px 0;
		background:url(images/footer-bg.png) no-repeat top center;
		text-align: center top;
	}
	#separatore {
		width:100%;
		height:33px;
		margin-top:0px;
		background:url(images/divider.png) repeat top center;
	}
	#riga {
		width:100%;
		height:1px;
		margin-top:5px;
		margin-bottom:10px;
		background-color:#506264;
	}
	#footerside {
		width:185px;
		height:55px;
		margin-top:0px;
		margin-left:5px;
		float:right;
		background:url(images/footerside.png) no-repeat top center;
	}
