@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
img {
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear:both;
	background-image: url(contentbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.clearleft {display:block; clear:left;}
.clearright{display:block; clear:right;}
.hide {display:none;}
a {
	color:#069;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#069;
}
a:active {
	color:#336;
}
a:hover {
	color:#03F;
	text-decoration:none;
}
body {

	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}

#background2 {
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(bg2.png);
	height:700px;
	margin-top: 0px;
	top: 0px;
}

#wrap{
	width:750px;
	margin:0px auto 15px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	vertical-align: top;
}

/*Header*/
#sitename {display:block; padding:15px 5px 0px 75px; font-size:25px; text-transform:uppercase;}
#sitename span {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#000000;}
#topbar {
	background-image:url(topbg.png);
	background-repeat:no-repeat;
	height:43px;
	padding-left: 40px;
	padding-top: 20px;
	margin-top: 10px;
	vertical-align: bottom;
}
#header {
	background-image:url(header.png);
	background-repeat:no-repeat;
	height:152px;
	margin-right: 0px;
	margin-left: 0px;
}
#siteslogan {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-style: italic;
	font-weight: bold;
	color: #06F;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:20px;
	vertical-align:middle;	
}
#siteslogan_contents {
	display:inline;
	float:left;
	background-image: url(slogan_center.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	height:20px;
	vertical-align:middle;
}
#siteslogan_left {
	display:inline;
	float:left;
	background-image:url(slogan_left.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	width:70px;
	height:20px;
	vertical-align:middle;
}
#siteslogan_right {
	display:inline;
	float:left;
	background-image:url(slogan_right.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	width:70px;
	height:20px;
	vertical-align:middle;
}

/*Content*/
#content {
	background:url(contentbg.png) repeat-y;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
}
#mainpage {
	width:440px;
	float:left;
	z-index: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 27px;
}
#mainpage p {line-height:22px; margin:0px 0px 22px 0px;}
#mainpage blockquote {background:#efefef; display:block; margin:5px; font:Georgia, "Times New Roman", Times, serif; font-style:italic;}
{border-width:0;}
h1, h2, h3, h4, h5 {
	color:#CCC;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainpage h1 {font-size:28px;}
#mainpage h2 {font-size:24px;}
#mainpage h4 {font-size:18px;}
#mainpage h3 {font-size:20px;}
#mainpage h5 {font-size:16px;}
.postlist {list-style:none; margin:0px}
.postlist li {display:block; padding:0px; border-bottom: dashed 1px #D6E4A7;}
.subhead{
	font-size:12px;
	color:#069;
	font-weight:bold;
	display:block;
	margin:0px;
	background:#F4F7EA;
	margin:10px 0px 0px 0px;
	padding:2px;
}
.postlist a,.postlist a:visited, .postlist a:active {display:block; padding:3px 3px 3px 25px; background: url(bullet.jpg) no-repeat 3px #F7FAEF; color:#666666; text-decoration:none;}
.postlist a:hover { background: url(bullet2.jpg) no-repeat 3px #FFFEE6; color:#000000; text-decoration:none;}
#content #mainpage ol {margin:10px 10px 10px 25px;}
#content #mainpage ol li {padding:5px 5px 5px 20px;}
#content #mainpage ul li {
	display:block;
	padding:0px;
	border-bottom: dashed 1px #D6E4A7;
	text-align: center;
}

.titolo {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #09C;
}
.titolo:hover {
	font-weight: bold;
	color: #fff;
}

/*Tables*/
table {
	width:98%;
	border:3px none #CCCCCC;
}
th {background: #FFFFCC; padding:3px; border-bottom:dashed 1px #CCCCCC; text-align:center;}
td {
	padding:3px;
}

/*forms*/
form {
	margin:0;
	padding:0;
}

#button {
	padding:0px;
	background-color:#CCC;
	margin:0px;
	border: 1px solid #333;
	color:#000;
	width: 100px;
	height:20px;
}
#button:hover {
	padding:0px;
	background-color:#666;
	margin:0px;
	border: 1px solid #333;
	color:#FFF;
}
textfield:hover {background:#FBFCF8;}
textfield:focus {background:#ffffff;}

.textarea {
	border: 1px solid #666;
	width: 250px;
}

.input {
	border: 1px solid #666;
	width: 250px;
}


.clear {clear:both;}
.clearleft {display:block; clear:left;}
.clearright{display:block; clear:right;}
.hide {display:none;}

/*gallery*/
.gallery {background:#efefef; margin:0px 0px 10px 0px; padding:5px;}
.gallery .box {display:block; height:100px; float:left; width:43%; padding:10px 5px 5px 5px; margin:8px; background:#ffffff; text-align:center;}
.box img {background:#efefef; padding:5px;}
.box .caption {display:block; text-align:center;}
.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}
.box a:hover img {border:solid 1px #000000;}

/*Blog posts*/
.postdate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.post {
	margin:10px 0px 10px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #06C;
}
.post img { display:block; background:#efefef; border:solid 1px #cccccc; padding:5px;}
.post h2 a,.post h2 a:visited,.post h2 a:active{
	color:#066;
	text-decoration:none;
}
.post h2 a:hover {color:#000000;}
.post .left {float:left; margin:5px;}
.post .right {float:right; margin:5px;}
.metadata{display:block; clear:left; font-size:10px; color:#999999; border-top:solid 1px #efefef; text-align:right;}
.postinfo {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}
.comments a, .comments a:visited, .comments a:active{display:block; float:right; background:url(comment2.jpg) no-repeat; width:75px; height:27px; padding:10px 3px 0px 50px; font-size:8px; text-decoration:none;}
.comments a:hover{background:url(comment.jpg) no-repeat;}

/*Comments*/
.nocomments {color:#999999; font-size:10px; display:block;}
.commentlist {background: #F5F3E9; list-style-type:decimal; list-style-position:inside;}
.commentlist li {border-bottom:solid 2px #FDFCE1; padding:5px;}
.commentlist cite {
	display:block;
	color:#066;
	font-weight:bold;
	padding:0px 3px 3px 20px;
}
.commentmeta {display:block; font-size:10px; padding:3px; color:#999999;}
.commenttxt {display:block; padding:5px 5px 5px 15px;}
.admin_comments {
	background:url(comments_admin_bg.png);
	background-repeat:repeat-y;
	background-position:right;
	font-size: 10px;
	font-weight: bold;
}
.user_comments {
	font-size: 10px;
	font-weight: bold;
}

/*Sidebar*/
#sidebar {
	top: auto;
	z-index: 10;
	vertical-align: middle;
	background-image: url(sidebarbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
	padding-left: 10px;
	padding-right: 21px;
}
#sidebarcontents {
	top: 0%;
	vertical-align: middle;
	z-index: 1;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 3px;
	margin-left: 10px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

#sidebarcontents2 {
	top: 0%;
	vertical-align: middle;
	z-index: 1;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 3px;
	margin-left: 22px;
	text-indent: 5;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 2px;
}


#sidebarbottom {background:url(sidebarbottom.jpg) no-repeat 0px; height:74px;}


/*footer*/
#footer {
	background:url(footer.png) no-repeat;
	height:60px;
	color:#FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 30px;
}
#footer a {
	margin-right: 10px;
	color:#039;
	text-align: center;
}
#footer ul {text-align: center;}
#footer ul li {display: inline;}
#footer ul li a {margin-right: 10px; color:#666666;}
#footer a:hover, #footer ul li a:hover {
	color:#09C;
}
#credit {
	float: right;
	margin:20px 0px 10px 0px;
	font-size:10px;
	color:#999;
}
#credit a:hover {
	color:#09c;
}
#credit2 {
	float: left;
	margin:20px 0px 10px 0px;
	font-size:10px;
	color:#039;
}
#topmenu {
	background-image:url(menu1.jpg);
	background-repeat:repeat-x;
	height:18px;
	background-position: left top;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
	padding-top: 2px;
	padding-right: 5px;
	opacity:0.9;
	filter:alpha(opacity=90);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#topmenu a {
	color: #fff;
	font-style: italic;
}
#topmenu a:hover {
	color: #039;
}
.menulist {
	list-style-image: url(bullet.png);
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
	color: #09C;	
}
.menulist2 {
	list-style-image: url(bullet2.png);
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
	color: #09c;
}

.hlt {
	/*background-color: #036;*/
	color: #FFF;
	list-style-position: inside;
	list-style-image: url(bullet_hover.png);
	list-style-type: disc;
	cursor: pointer;
	background-image: url(menu_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

.hlt2 {
	/*background-color: #036;*/
	color: #FFF;
	list-style-position: inside;
	list-style-image: url(bullet_hover.png);
	list-style-type: disc;
	cursor: pointer;
	background-image: url(menu_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
			
.hlt li {
	font-weight: bold;
	color: #fff;
}
.hlt2 li {
	font-weight: bold;
	color: #fff;
}


.search {
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 20px;
	opacity:0.8;
	filter:alpha(opacity=80);
	} 


.search input {
	padding:0px;
	background-color:#fff;
	margin:0px;
	border: 1px solid #333;
	color:#000;
	width: 150px;
	height:18px;
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
.search input:hover {
	padding:0px;
	background-color:#ccc;
	margin:0px;
	border: 1px solid #333;
	color:#000;
	width: 150px;
	height:18px;
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
.search #button {
	padding:0px;
	background-color:#CCC;
	margin:0px;
	border: 1px solid #333;
	color:#000;
	width: 50px;
	height:20px;
	opacity:0.8;
	filter:alpha(opacity=80);
	cursor:pointer;
}
.search #button:hover {
	padding:0px;
	background-color:#036;
	margin:0px;
	border: 1px solid #ccc;
	color:#ccc;
	width: 50px;
	height:20px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.desc_estesa {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	list-style-position: inside;
}

.desc_breve {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #09F;
	text-align: right;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	z-index: 0;
	list-style-position: inside;
}
.desc_breve_search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #B2B2B2;
	text-align: left;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	z-index: 0;
	list-style-position: inside;
	vertical-align: text-top;
	height: 10px;
}

.text_comments {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	padding: 5px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	z-index: 0;
	list-style-position: inside;
}
.contents_titolo {
	font-size: 16px;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
	/*background-image: url(menu1.jpg);*/
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	vertical-align: top;
}
/*news*/
/* root element for scrollable */
div.news.vertical {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */	
	height: 200px;
	width: 260px;
	
}

/* root element for scrollable items */
div.news.vertical div.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	margin: 0px;
}

/* override item style defined in scrollable.css */
div.news div.items div {
	float:none;
	margin:10px 0px;
}

/* single scrollable item */
div.news div.items div {
	float:left;
	
	
	
	/* text/font settings */
	color:#999;
	text-align:left;
	width:250px;
	font-size:10px;
	cursor:pointer;
	padding-left:10px;
	padding-right:5px;
}

/*dialogs*/
.dialog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;	
}


#news_titolo {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #069;	
}

#news_aut {
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}

/*dialogs*/
.dialog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;	
}

/*quick admin*/
#quick_admin {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	position: fixed;
	left: 0px;
	top: 0px;
	list-style-type: disc;
	width: 250px;
	clear: both;
	list-style-position: inside;
	font-style: italic;
	font-weight: bold;
	color: #600;
	border:none;
}
#quick_admin ul {
	padding-left: 10px;
	margin-bottom: 5px;	
}

#quick_admin li {
	padding-left: 10px;		
}

/*########################newsletter##################################*/
#newsletter {
	font-size:10px;
	text-align:right;
	margin-right:10px;
}

#newsletter input {
	font-size:10px;
	border: 1px solid #666;	
	margin:1px;
}
