@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:#ffffff;
	font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
	font-size:15px;
	background-color:#500161;
	background-image:url(images/vocibg.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:#b662e0;
}
a:visited {
	text-decoration: none; color:#b662e0;
}
a:hover {
	text-decoration: underline; color:#cb8a0c;
}
#box {
	width:880px;
	margin:0 auto;
	float:none;
	min-height:100%;
	height:100%;
}
	#banner {
		width:880px;
		height:200px;
		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:#916a87;
		font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
		font-size:20px;
		text-transform: capitalize;
		font-style:oblique;
		text-align:center;
		width:880px;
		height:55px;
		margin-top:0px;
		background:url(images/vocitop.png) no-repeat top center;
	}
		#menu ul {
			list-style-type: none;
			padding: 0px;
		}
		#menu li {
			margin:30px 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:#3c0248;
			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:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
			color:#ffffff;
			font-size:13px;
			}
			#mainBar time {
			margin:0px;
			font-family:Georgia;
			color:#916a87;
			font-size:10px;
			}
		#sidebar {
			width:175px;
			padding:10px 0px 10px 10px;
			margin-left:5px;
			color:#916a87;
			list-style-type:none;
			background-image:url(images/vocisidebg.png);
			background-repeat:no-repeat;
			background-position:center top;
			background-color:#2e0437;
		}
			#sidebar form {
				display:block;
				margin:20px 0px 0px 0px;
			}
			#sidebar h2, #sidebar h4 {
				font-size:13px;
				font-style:oblique;
				margin:10px 10px 10px 0px;
				list-style-type:none;
			}
			#sidebar ul {
				list-style-position:outside;
				list-style-type:none;
				margin:0px;
			}
			
			#sidebar li {
				margin:10px 10px 10px 0px;
				padding:0px;
				font-size:13px;
				text-transform: capitalize;
				list-style-type:none;
			}
	#footer {
		height:170px;
		margin-top:5px;
		font-family:"Hoefler Text","Georgia",Georgia,"Times New Roman","Times",Times,serif;
		font-size: 12px;
		color:#916a87;
		text-align: center;
		vertical-align: top;
		padding:20px 0;
		background:url(images/vocifooter.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:#681283;
	}
	#footerside {
		width:185px;
		height:59px;
		margin-top:0px;
		margin-left:5px;
		float:right;
		background:url(images/vocisidefooter.png) no-repeat top center;
	}
