body {
	background: #b0c52d;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding: 5px 0 0 20px;
	text-indent: -9999px;
}

h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 85px;
}


h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #b0c52d;
	font-size: 24px;
	font-weight: normal;
}

h2 a:link, h2 a:visited { color: #b0c52d; text-decoration: none; }
h2 a:hover { color: #000; text-decoration: underline; }

h2 span.cat { color: #999; }

h2.label {
	background: #b0c52d;
	margin: 0;
	padding: 9px 0 0;
	width: 105px;
	height: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h2.label a:link, h2.label a:visited { color: #fff; text-decoration: none; }
h2.label a:hover { color: #fff; text-decoration: underline; }

h3 {
	margin: 15px 0 7px 0;
	padding: 0;
	color: #b0c52d;
	font-size: 16px;
	font-weight: normal;
}

h3.title {
	margin: 0 0 7px 0;
	padding: 0;
	color: #b0c52d;
	font-size: 18px;
	font-weight: normal;
}

h3.title span.cat { color: #999; }

h3 a:link, h3 a:visited { color: #b0c52d; text-decoration: none; }
h3 a:hover { color: #000; text-decoration: underline; }

div#board h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div#board h3 a:link, div#board h3 a:visited { color: #fff; text-decoration: none; }
div#board h3 a:hover { color: #fff; text-decoration: underline; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}

div#footer h4 { color: #fff; }

p {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 140%
}

ul {
	margin-top: 0;
	margin-bottom: 7px;
	padding-left: 14px;
}

li {
	list-style-type: square;
	padding-bottom: 2px;
}

a:link, a:visited { color: #000; text-decoration: underline; }
a:hover { color: #666; text-decoration: none; }

img { display: block; border: none; }

form { margin: 0; padding: 0; }


/* box */

div#wrapper {
	background: #d0e6e3 url(/images/site_design/bg_wrapper.png) left top repeat-x;
	margin: 0;
	padding: 0;
}

div#container {
	background: transparent url(/images/site_design/bg_container_sx.png) left bottom no-repeat;
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 920px;
}

div#container_ {
	background: transparent url(/images/site_design/bg_container_dx.png) right bottom no-repeat;
	margin: 0;
	padding: 0 20px 0 0;
}


/* navbar */

div#navbar {
	background: #fff;
	margin: 0;
	padding: 25px 0 0 76px;
	height: 40px;
}

body#hom div#navbar { height: 140px; }


/* menu */

ul#menu {
	margin: 0;
	padding: 0;
}

ul#menu li {
	position: relative;
	z-index: 10;
	float: left;
	list-style: none;
	margin:  0 0 0 38px;
	padding: 2px 6px 2px 5px;
	border-left: 1px solid #000;
	display: block;
}

ul#menu li a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

ul#menu li a:link, 
ul#menu li a:visited { color: #000; text-decoration: none; }

ul#menu li a:hover { color: #000; text-decoration: underline; }

ul#menu li.here {
	background: #b0c52d;
	padding-left: 5px;
	border-left: 1px solid #b0c52d;
	color: #fff;
}

ul#menu li.here a:link,
ul#menu li.here a:visited { color: #fff; }

ul#menu li.here a:hover { color: #fff; text-decoration: none; }

ul#menu ul.sub {
	position: absolute;
	left: -1px;
	top: 20px;
	z-index: 10;
	background: #fff;
	margin:  0;
	padding: 0 0 5px 0;
	width: 100px;
	display: none;
}

body#hom ul#menu ul.sub { display: block; }
ul#menu li:hover ul.sub { display: block; }

ul#menu ul.sub li {
	clear: both;
	background: transparent;
	margin: 0;
	padding: 2px 6px 0 5px
	display: block;
}

ul#menu ul.sub a {
	font-size: 12px;
	font-weight: normal;
	width: 89px;
}

ul#menu li.here ul.sub li a:link,
ul#menu li.here ul.sub li a:visited,
ul#menu ul.sub li a:link,
ul#menu ul.sub li a:visited { color: #666; text-decoration: none; }

ul#menu li.here ul.sub li a:hover,
ul#menu ul.sub li a:hover { color: #000; text-decoration: underline; }


/* sitemap */

div#sitemap {
	background: transparent;
	margin: 0;
	padding: 0 0 0 56px;
	height: 140px;
}

ul#menu_ {
	margin: 0;
	padding: 0;
}

ul#menu_ li {
	float: left;
	list-style: none;
	margin:  0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul#menu_ li a {
	display: block;
	border-left: 1px solid #fff;
	margin:  0 0 0 44px;
	padding: 2px 0 2px 5px;
	color: #fff;
}

ul#menu_ li a:link, 
ul#menu_ li a:visited { text-decoration: none; }

ul#menu_ li a:hover { text-decoration: underline; }

ul#menu_ li ul.sub {
	margin:  0;
	padding: 0;
}

ul#menu_ li ul.sub li {
	clear: both;
	background: transparent;
	margin: 0;
	padding: 0;
}

ul#menu_ li ul.sub li a {
	margin: 0 0 0 44px;
	padding: 2px 0 0 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

ul#menu_ li ul.sub li a:link,
ul#menu_ li ul.sub li a:visited { text-decoration: none; }

ul#menu_ li ul.sub li a:hover { text-decoration: underline; }


/* footer */

div#footer div.menu { border-left: 1px solid #fff; }

div#footer div.menu li a:link, div#footer div.menu  li a:visited { color: #fff; text-decoration: none; }
div#footer div.menu li a:hover { color: #fff; text-decoration: underline; }

div#header {
	clear: both;
	position: relative;
	background: #fff url(/images/site_design/bg_h1.png) 22px 5px no-repeat;
	margin: 0;
	padding: 0;
	height: 100px;
}

/* search results */

div#searchbox {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 600px;
	top: 24px;
}

div#searchbox p { margin: 0; padding: 0; }

div#searchbox input.text {
	float: left;
	margin: 1px 0 0;
	padding: 5px 7px;
	border-top: 1px solid #666; 
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	border-left: 1px solid #666;
	width: 209px;
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 18px;
}

div#searchbox input:focus.text { color: #666; }

div#searchbox input.searchbutton {
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
	width: 40px;
	height: 35px;
}

p.keywords {
	color: #a2cec7;
	font-size: 24px;
	font-weight: normal;
}

.marker {
	background: #d0e6e3;
	padding-right: 3px;
	padding-left: 3px;
	color: #000;
}

/* content */

div#content {
	background: #fff;
	margin: 0;
	padding: 10px 0 0;
	width: 900px;
}

div#posts { float: left; border-right: 1px solid #b0c52d; }

div.post {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 30px 10px 115px;
	border-right: 1px solid #b0c52d;
	width: 514px;
}

div#posts div.post { float: none; border: none; min-height: 72px; }

div#posts h2 { margin-left: 115px; }

ul.title { margin: 0; padding: 0; }

ul.title li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

ul.title a:link, ul.title a:visited { color: #000; text-decoration: none; }
ul.title a:hover { color: #000; text-decoration: underline; }

div#box {
	background: #d0e6e3;
	margin: 0 0 15px;
	padding: 15px 15px 10px;
}

div#box p { margin-bottom: 3px; color: #666; }

div.date {
	position: absolute;
	left: 30px;
	top: 5px;
	padding: 7px 0;
	background: #d0e6e3;
	width: 65px;
	text-align: center;
}

body#new div.date { top: 40px; }

div.date p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

div.date span.day {
	display: block;
	margin-top: 5px;
	font-size: 28px;
	letter-spacing: -2px;
}

div.date span.year {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

div.related {
	position: relative;
	margin: 10px 0 7px;
	padding: 6px;
	border: 1px solid #ddd;
	width: 500px;	
}

div.r_right { margin-top: 0; width: 186px; }

div.related_ { float: right; margin: 0 0 15px 15px; }

div.related img.magnify, div.related_ img.magnify { position: absolute; right: 6px; bottom: 6px; }

p.related {
	margin: 0 7px 15px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

/* sidebar */

div#sidebar {
	float: left;
	margin: 38px 30px 0 -1px;
	padding: 0 0 20px 10px;
	border-left: 1px solid #b0c52d;
	width: 200px;
	overflow: hidden; /* fixing IE's "Float Drop" bug */
}

div.summary { margin-bottom: 30px; }

div.summary p, div.summary li {
	color: #666;
	font-size: 11px;
	font-style: italic;
}

div.summary ul {
	margin-bottom: 7px;
	margin-top: 0px;
	padding-left: 14px;
}

div.summary li {
	list-style-type: square;
	padding-top: 1px;
}

ul#sidemenu {
	margin: 0;
	padding: 0;
}

ul#sidemenu li {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
}

ul#sidemenu li a:link, ul#sidemenu li a:visited { color: #000; text-decoration: none; }
ul#sidemenu li a:hover { color: #000; text-decoration: underline; }

div#sidebar div.related {
	position: relative;
	margin: 25px 0 7px;
	padding: 6px;
	border: 1px solid #ddd;
	width: 186px;
	height: 286px;
	
}

div#sidebar p.related {	text-align: left; }

/* banner */

div#banner {
	background: #fff url(/images/site_design/bg_banner.png) 105px top no-repeat;
	margin: 0;
	padding: 40px 0 0;
	height: 25px;
}

/* footer */

div#footer {
	background: transparent url(/images/site_design/bg_footer_sx.png) left top no-repeat;
	margin: 0 auto 35px;
	padding: 0 0 0 20px;
	width: 920px;
}

div#footer_ {
	position: relative;
	background: transparent url(/images/site_design/bg_footer_dx.png) right top no-repeat;
	margin: 0 0 0 15px;
	padding: 35px 0 0 0;
}

div#gallery {
	margin: 0 0;
	padding: 0;
	width: 345;
	height: 250px;
}

div.image {
	float: left;
	position: relative;
	margin: 0 0 15px 15px;
	padding: 0;
	border: 1px solid #fff;
	width: 108px;
	height: 108px;
}

body#gal div.image {
	margin: 0 15px 15px 0;
	border: 1px solid #999;
}

img.magnify {
	position: absolute;
	right: 0;
	bottom: 0;
}

div#board {
	position: absolute;
	left: 405px;
	top: 35px;
	margin: 0;
	padding: 0;
	width: 470px;
}

div.news {
	float: left;
	position: relative;
	background: url(/images/site_design/bg_news.png) right bottom no-repeat;
	margin: 0;
	padding: 0 40px 0 0;
	width: 195px;
	height: 255px;
}

div.news img.magnify { right: 21px; bottom: 21px; }

br.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

div.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

div#credits {
	background: transparent url(/images/site_design/stemma_suzzara.png) left 13px no-repeat;
	margin: 0 0 0 5px;
	padding: 27px 0 0 63px;
	min-height: 50px;
}

div#credits p {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

div#credits p a:link, div#credits p a:visited { color: #000; text-decoration: none; }
div#credits p a:hover { color: #fff; text-decoration: underline; }

img.credits { float: right; margin: -4px 45px 0 0; }

/* contact form */

input.text, textarea.text {
	margin: 0 0 7px 0;
	padding: 5px 7px;
	border-top: 1px solid #666; 
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	border-left: 1px solid #666;
	width: 275px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

textarea.text { width: 465px; }

input.submit { font-size: 16px; }

.hilite { display: inline-block; background-color: #d0e6e3; padding-left: 3px; padding-right: 3px; }