html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; }

body {
	background: url(gfx/background.png);
	font-family: Helvetica;
	margin: 0;
}



.clear{ clear: both; }

#wrapper{
	background: url(gfx/container_bg.png);
	margin: 0 auto;
	width: 920px;
}

#container{
	border-top: 1px solid #FFF;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 900px;
	min-height: 900px;
}

#container h1{
	text-indent: -7777px;
}

#menu{
	background: url(gfx/menu_bg.png);
	margin-top: 15px;
	width: 900px;
	height: 100px;
}

#topmenu{
	color: #313131;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 75px 0px 0px 15px;
	position: absolute;
	height: 20px;
}

#topmenu li{
	float: left;
	margin-right: 15px;
}

#topmenu a{
	color: #333;
	text-decoration: none;
}

#topmenu a.active{
	color: #cd1e16;
}

#logo{
	float: left;
	margin: 20px 0px 0px 15px;
	width: 521px;
	height: 42px;
}

#palazzo{
	float: right;
	margin: -9px 15px 0px 0px;
	width: 177px;
	height: 108px;
}

#left_container{
	float: left;
	margin: 20px 10px 0px 15px;
	width: 655px;
}

#carusell{
	margin-bottom: 20px;
	overflow: hidden;
	width: 653px;
	height: 255px;
	z-index: 2;
}

#carusell img{
	display: inline;
	float: left;
}

/* POST */
.post{
	padding: 5px 0px 20px 0px;
	width: 660px;
}

.post h2{
	padding: 10px 0px;
}

.post h2 a{
	color: #cd1e16;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.post p{
	color: #333;
	font-family: Helvetica;
	line-height: 18px;
	padding-bottom: 15px;
}

.post_text{
	font-size: 14px;
	text-align: justify;
}

.post_text a{
	border-bottom: 1px dotted #cd1e16;
	color:  #cd1e16;
	text-decoration: none;
}

.post_text ul, ol{
	padding: 5px 0px 5px 25px;
}

.post_text ul li{
	color: #333;
	line-height: 18px;
	list-style-type: disc;
	padding: 5px 0px;
}

.post_text ol li{
	color: #333;
	line-height: 18px;
	list-style-type: decimal;
	padding: 5px 0px;
}

.post_category{
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
}

.post_category a{
	border-bottom: 1px dotted #cd1e16;
	color: #cd1e16;
	text-decoration: none;
}

/* BOTTOM NAVIGATION */
#navigation{
	font-size: 14px;
	padding-top: 20px;
	width: 660px;
}

#navigation .alignleft{
	float:  left;
	width: 200px;
}

#navigation .alignleft a{
	color: #cd1e16;
	text-decoration: none;
}

#navigation .alignright{
	float:  right;
	text-align: right;
	width: 200px;
}

#navigation .alignright a{
	color: #cd1e16;
	text-decoration: none;
}

/* SIDEBAR */
#sidebar {
	float: right;
	margin: 20px 15px 0px 5px;
	width: 190px;
	height: 400px;
}

#sidebar li{
	border-bottom: 1px dotted #CCC;
	color: #333;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 5px 25px;
}

#sidebar li a{
	color: #333;
	text-decoration: none;
}

#sidebar h3{
	background-color: #EFEFEF;
	border-left: 15px solid #CCC;
	color: #676767;
	font-family: Helvetica;
	font-size: 18px;
	padding: 10px 10px 10px 15px;
}

/* FOOTER */
#footer{
	background: #FFF;
	border-top: 1px solid #CCC;
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	padding: 10px 10px 10px 15px;
	width: 875px;
}

#footer a{
	border-bottom: 1px dotted #777;
	color: #777;
	text-decoration: none;
}

/* HERE END MY CSS */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
