/*#############################################################
Author: Lucasweb
URL: http://www.lucasweb.it
#############################################################*/

/* standard layout elements */
* {
	margin: 0;
	padding: 0;
}

a { color: #36C; }
a:hover { color: #06F; }

.slideshow:link, .slideshow:visited, .slideshow:active 
{
    color: #093e81;
    text-decoration: none;
    font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.slideshow:hover 
{
    color: #093e81;
    text-decoration: underline;
    font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

body {
	background: #EEE url("../images/bg.gif");
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0; 
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p,cite,code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul,ol {
	font-size: 1.2em;
	margin: 0 0 1em 1.6em;
}

ul ul, ol ol {
	font-size: 1.2em;
	margin: 0.3em 0 0.3em 1em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

code {
	background: url("../images/bgcode.gif");
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	background: url("../images/quote.gif") no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* structure */
.container {
	background: url("../images/bgcontainer.gif") repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
	
}

.header { background: url("../images/header.gif"); }
/* .header { background: url("../images/header-natale.jpg"); } */

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigationBar con colori tenui non utilizzata*/
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* navigationBar con colore forte blue utilizzata */
.navigationBlue {	
	background: #D9E1E5 url("../images/navBlue.gif");
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	margin-bottom: 8px;
}
.navigationBlue a {
	background: #D9E1E5 url("../images/navBlue.gif");
	border-right: 1px solid #AFBEC7;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigationBlue a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* content */
.content {
	float: right;
	width: 731px;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	color: #666;
}

.content .itemCiano {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #D4DDE2;
	margin-bottom: 8px;
	color: #666;
}

.content .descr {
	color: #333;
	margin-bottom: 6px;
	font-size: 1.2em;
}

/* lista li generica nel contenitore principale senza elemento grafico */
.content li {
	list-style: none;
	/*list-style: url("../images/li.gif");*/
	/*margin-left: 18px;*/
}

/* search form */
form { padding: 0 0 6px 8px; }

.styled { 
	border: 1px solid #DDD;
	padding: 4px;
}

.button {
	background: url("../images/search.gif") no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF url("../images/navBlue.gif");;
	border: 1px solid #EEE;
	color: #eee;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	width: 731px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* end standard layout elements */
/* ############################################## */

/* Main Layout */
#main_right {width: 545px;}
#main_left {width: 200px;}

/* #### Post, page #### */
.post {
	margin-bottom: 5px;
	color: #444;
}

.post_title {
	font-size: 1.2em;
	background: #E8E8E8 url('../images/title_post.gif') no-repeat left top;
	padding: 1px 10px 1px;
}

.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}

.post_title h1.left {width: 380px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}

.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}

.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}

.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('../images/body_post.gif') repeat-x left top;
	padding: 10px 10px 1px;
}

.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}

.post_bottom {
	background: url('../images/bottom_post.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

/* #### Lists #### */
.nicelist { padding: 1px 0 0; }
.nicelist ol {margin: 0;}

.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}

.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}

.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}

.nicelist .date a {
	color: #567;
	text-decoration: none;
}

.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}

/* #### Archives #### */
.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}

/* #### Sidebar box #### */
.box {margin-bottom: 5px;}

.box_title {
	background: #C6D2DB url('../images/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #505E69;
}

.box_body {
	background: #DAE3E9 url('../images/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}

.box_bottom {
	background: url('../images/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}

.box li:first-child {border-top: none;}

.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}

.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}

/* #### Pagination #### */
.pagenavigation {
	background: #DDEBF4 url('../images/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}

.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('../images/pagenav_bottom.gif') no-repeat;
}

.pagenav {
	font-size: 1.0em;
	padding: 5px 8px 0;
}

.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}

.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}

/* Floats */
.left_pagenav {float: left;}
.right_pagenav {float: right;}

/* #### Forms #### */
/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	/*width: 120px;*/
	font: normal 1em Verdana,sans-serif;
}

textarea {width: 440px;}

#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}

.search td {vertical-align: center;}

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

img {border: none;}
img.bordered {background: #FFF; padding: 3px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}
p {padding: 0.1em 0 0.8em;}

.myList li {
	list-style: disc;
}

.text_red {
	color: #f00;
	padding-top: 4px;
	font-size: 1.2em;
}

/* tabelle listini */
.tableListino {
	border: 1px solid #ddd;
	font-size: 0.9em;
}

.tableListino th {
	height: 25px;
	text-align: left;
}

.tableListino td {
	height: 25px;
	text-align: left;
}

.labelListino {
	font-weight: bold;
	background: #e1e1e1;
}

.rowListino1 {
	background: #fff;
}

.rowListino2 {
	background: #eee;
}

.copyright {
	border-top: 1px solid #eee;
	width: 754px;
	text-align: center;
}

.confirmText { color: #6c0; }
.errorText { color: #f00; }
