@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #004965 url(../images/fondino.png) top center repeat-y
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff
}

#header {
	padding: 15px 0px 0px 15px;
	height: 78px
}

 #gallery {
	height: 300px;
}

 #gallery2 {
	height: 200px;
}

 *html #gallery, #gallery2 {
	margin-top:-8px;
}


#sfum_sopra {
	background: url(../images/ombra_sopra.gif) repeat-x;
	height: 15px
}



#sfum_sotto {
	background: url(../images/ombra_sotto.gif) repeat-x;
	height: 15px
}

#mainContent {
	margin: 0 0 0 200px;
	padding: 5px 20px 5px 0px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: justify;
}

*:first-child+html #mainContent {
	padding: 5px 40px 20px 0px;
}

#mainContent h1 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
	color: #004965
}

#mainContent a {
	color: #004965;
	text-decoration: underline
}

#mainContent a:hover {
	color: #999;
	text-decoration: none
}


.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(../images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 16px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 16px;
	padding-top: 3px;
	margin-left: -3px;
}
.post-year {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 11px;
}
.post-title {
	margin: 20px 0 0 10px;
}

.post-title ul, li {
	list-style:none;
}


#footer {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	color: #619AB0;
	font-size: 11px
}

#footer p a {
	color: #619AB0;
	text-decoration: none
}

#footer p a:hover {
	color: #fff;
}


img {
	border: none 
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/**************************************************************

	Slide Menu
	
**************************************************************/


#kwick {
	position: relative;
	margin: -10px 0 -10px -25px;
	padding: 0
}

*html #kwick {
	margin: -30px 0 -20px -35px;
}

*:first-child+html #kwick {
	margin: -20px 0 -20px -35px;
}


#kwick .kwicks {
	display: block;
	height: 120px;
}

#kwick li {
	float: left;
}

#kwick ul {
	list-style: none;
	
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 120px;
	width: 214px;
	padding: 0;
	margin: 0;
	background: #fff;
	border-right: 5px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .menu1 {
	background: url(../images/menu_01.jpg);
}

#kwick .menu2 {
	background: url(../images/menu_02.jpg);
}

#kwick .menu3 {
	background: url(../images/menu_03.jpg);
}

#kwick .menu4 {
	background: url(../images/menu_04.jpg);
	border-right: 0;
}

/*************************************************************/



/*sidebar*/

#sidebar table {
	padding: 0;
	margin: 5px 20px 0px 20px;
	width: 880px;
	height:150px
}

*html #sidebar table {
	width: 860px;
	height:170px
}

*:first-child+html #sidebar table {
	height:170px
}

#sidebar td {
	width: 215px;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar a {
	padding: 0px;
	margin: 5px 0;
	text-decoration: none;
	font-size: 12px;
}

#sidebar a {
	color: #666;
}


/*sidebar2*/

#sidebar2 {
	float: left;
	width: 150px;
	border-right: 2px dotted #5B94A9;
	padding: 5px 10px 15px 20px;
}

#sidebar2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar2 a {
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
}

#sidebar2 a {
	color: #666;
}

#sidebar2 h3 {
	font-size: 13px;
}

#sidebar2 h3.cat {
	color: #fff;
	padding: 3px 10px;
	margin: 0;
	background: #5a96ae
}
