@import url(reset.css);

body {
	background:#FCFCFC url(img/back_grey.gif);
	color:#345;
	font:normal .8em Verdana,sans-serif;
	padding-bottom:1em;
}

a {color:#06A;}
a: hover {color:#036;}

p {padding:.1em 0 .8em;}

h1 {font:normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font:normal 1.5em Georgia,sans-serif;}
h3 {font:bold 1em Tahoma,sans-serif;}

/*blockquote {
	background:#FFF url(img/quote.gif) no-repeat;
	border:1px solid #EAEAEA;
	color:#555;
	display:block;
	font:normal 1em sans-serif;
	margin-bottom:1em;
	padding:10px 1em .2em 42px;
}

code {
	display:block;
	background:#FFFFFA;
	color:#335;
	border:1px solid #E8E8D5;
	padding:5px 10px;
	overflow:auto;
	margin:1em 0;
	font-size:.9em;
	line-height:1.5em;
}*/

ul,ol {
	margin:0 0 1em 1.6em;
}
ul ul,ol ol {
	margin:.3em 0 .3em 1em;
}

img {border:none;}

img.bordered {
	background:#FFF;
	border:1px solid #DDD;
	padding:5px;
}

img.left {margin-right:1em;}
img.right {margin-left:1em;}

/*small,.small {font-size:.8em;}
big,.big {font-size:1.2em;}*/

/* ----------------------------------------
  Forms
------------------------------------------- */
input#s,textarea,input.styled {
	border:1px solid #bbb;
	font:normal 1em Verdana,sans-serif;
	padding:3px;
	width:160px;
}

textarea {width:440px;}

#searchsubmit {
	border:1px solid #bbb;
	background:#EEE;
	font:normal .9em Verdana,sans-serif;
	padding:2px 3px;
}

/* Seachform */
table.search {
	width:100%;
	border-collapse:collapse;
}
.search td {vertical-align:center;}

/* ----------------------------------------
   Layout
------------------------------------------- */
/* Main */
#layout_wrapper {
	margin:20px auto;
	width:780px;
}

#layout_container {
	background:#FFF;
	padding:0 5px;
}

#layout_edgetop,#layout_edgebottom {
background:url(img/layout_edges.gif) no-repeat left top;
/*background: url('img/layout_edges.gif') no-repeat left top;*/
display:block;
font-size:0;
height:5px;
/*height: 10px;*/
margin:0 0 0 5px;
}

#layout_edgebottom {
background-position:left bottom;
}

/* Site Title */
#site_title {
width:770px;
height:160px;
padding:0;
}

/* old- img header bg 
#site_title { background: url('img/bannerweb.jpg') no-repeat left top; width: 770px; height: 160px; padding: 6px 18px; }
*/
#site_title h1 {
font:normal 2.4em sans-serif;
letter-spacing:-1px;
}

#site_title h1,#site_title h1 a {
color:#507A9A;
}

#site_title h1 a {
text-decoration:none;
}

#site_title h1 a: hover {
color:#305A7A;
}

#site_title h2 {
padding-top:1.4em;
font:normal 1.1em sans-serif;
color:#679;
}

#top_separator {
background:url(img/top_separator.gif) repeat-x left top;
display:block;
font-size:0;
height:3px;
line-height:0;
}

/* Navigation */
#navigation {
background:#739CbA;
padding:8px 10px 0;
}

/* Tabs */
#tabs ul {
margin:0;
padding:0;
}

#tabs li {
display:inline;
list-style:none;
}

#tabs a {
background:url(img/tableftC.gif) no-repeat left top;
float:left;
font:bold .9em sans-serif;
margin-right:3px;
padding-left:4px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url(img/tabrightC.gif) no-repeat right top;
padding:5px 10px 5px 6px;
color:#608AAA;
}

/* Commented backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
float:none;
}

/* End IE5-Mac hack */
#tabs a: hover span {
color:#608AAA;
}

#tabs a: hover {
background-position:0 -42px;
}

#tabs a: hover span {
background-position:100% -42px;
}

#tabs li.current_page_item a {
color:#47A;
background-position:0 -42px;
}

#tabs li.current_page_item a span {
background-position:100% -42px;
}

/* Main Layout */
#main_left {
width:545px;
}

#main_right {
width:220px;
}

/* Footer */
#footer {
background:#A3b5C1 url(img/footer.gif) no-repeat left top;
/*padding: 8px 12px 2px;*/
margin:0 0 0 5px;
padding:10px 0 10px 10px;
font-size:.85em;
color:#FAFCFF;
}

#footer .right {
color:#C8DbE8;
}

#footer .right a {
color:#D3E5F1;
text-decoration:none;
}

#footer .right a: hover {
color:#FFE;
text-decoration:underline;
}

/* ----------------------------------------
   Miscellaneous
------------------------------------------- */
/* Images */
img.bordered {
border:1px solid #DDD;
background:#FFF;
padding:5px;
}

.imgleft {
float:left;
margin:10px 10px 10px 0;
}

/* Text */
.bold {
font-weight:700;
}

.tright {
text-align:right;
}

.tcenter {
text-align:center;
}

.tright {
text-align:right;
}

/* Floats */
.left {
float:left;
}

.right {
float:right;
}

/* Clear */
.clear,.clearer {
clear:both;
}

.clearer,.spacer {
display:block;
font-size:0;
line-height:0;
}

/* Icons */
span.comment {
background:url(img/icon_comment.gif) no-repeat left center;
padding-left:18px;
}

/* ----------------------------------------
   Post, page
------------------------------------------- */
.post {
margin-bottom:5px;
color:#444;
}

.post_title {
background:#E8E8E8 url(img/post/title.gif) no-repeat left top;
padding:6px 12px 5px;
}

.post_title h1 {
font:bold .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:.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:.8em;
color:#666;
}

.post_metadata .content a {
color:#567;
}

.post_metadata .content a: hover {
color:#002;
}

.post_body {
background:#F5F5F5 url(img/post/body.gif) no-repeat left top;
padding:10px 10px 1px;
width:523px;
}

.post_body strong {
font-weight:700;
color:#06a;
}

.post_body a: hover {
color:#739cba;
font-size:100%;
}

.post_body img {
border:1px solid #CCC;
background:#FFF;
padding:3px;
}

.post_bottom {
background:url(img/post/bottom.gif) no-repeat left top;
display:block;
height:5px;
font-size:0;
line-height:0;
}

.post_search_text {
font-size:.85em;
padding:2px 0;
}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */
.box {
margin-bottom:5px;
}

.box_title {
background:#C6D2Db url(img/box/title.gif) no-repeat left top;
padding:6px 10px 5px;
font-weight:700;
font-size:.9em;
color:#505E69;
}

.box_body {
background:#DAE3E9 url(img/box/body.gif) repeat-x left top;
padding:8px 10px 1px;
font-size:.9em;
}

.box_bottom {
background:url(img/box/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 #e9f3f9;
}

.box li: first-child {
border-top:none;
}

.box ul li {
list-style:none;
padding:4px;
border-top:1px solid #E2ECF2;
border-bottom:1px solid #e9f3f9;
}

.box ul a {
text-decoration:none;
}

.box ul a: hover {
text-decoration:underline;
}

/* ----------------------------------------
   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:.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;
}

/* ----------------------------------------
   Comments
------------------------------------------- */
.comment_gravatar {
width:48px;
}

.comment_gravatar img {
padding:2px;
}

.comment_author {
padding-top:2px;
}

/* ----------------------------------------
   Pagination
------------------------------------------- */
.pagenavigation {
background:#DDEbF4 url(img/pagenav_top.gif) no-repeat;
margin-bottom:5px;
}

.pagenav_bottom {
display:block;
font-size:0;
line-height:0;
height:5px;
background:url(img/pagenav_bottom.gif) no-repeat;
}

.pagenav {
font-size:.85em;
padding:5px 8px 0;
}

.pagenav a {
color:#6A7DA4;
text-decoration:none;
}

.pagenav a: hover {
color:#002;
text-decoration:underline;
}

/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */
.h5 {
height:5px;
}

.p5 {
padding:5px;
}

.p10 {
padding:10px;
}

.evidenza {
background:#47A url(img/evidenza.gif) no-repeat left top;
color:#fff;
border:0;
padding:4px;
}

.evidenzabottom {
background:#0075af url(img/evidenzabasso.gif) no-repeat left top;
color:#fff;
border:0;
padding:0;
margin:0;
}

.evidenza p {
padding:10px;
font-size:110%;
margin-bottom:5px;
}

.evidenzatitolo {
color:#c8dbe8;
padding:10px;
font:normal 1.5em Georgia,sans-serif;
}

.evidenza p strong {
color:#c8dbe8;
font-weight:700;
}

.evidenza p a {
color:#c8dbe8;
text-decoration:none;
font-weight:700;
text-decoration:underline;
}

.evidenza p a: hover {
color:#fff;
text-decoration:none;
background-color:#739cba;
color:#fff;
}

ul.images {
margin:10px 0;
}

ul.images li {
list-style-type:none;
margin:5px 0;
}

ul.images li div {
width:320px;
height:240px;
padding:0 0 0 100px;
}

.logo img {
float:right;
}

.logo p {
margin:5px;
}

.indirizzo {
float:left;
}

.contenutopagina {
float:left;
}

/* ----------------------------------------
   ID tabs
------------------------------------------- */
div.usual ul {
width:180px;
float:right;
}

div.usual li {
list-style:none;
float:right;
}

div.usual ul a {
display:block;
width:160px;
background:#739CBA;
color:#FFF;
text-decoration:none!important;
margin:1px;
margin-left:0;
padding:6px 10px;
}

div.usual ul a:hover {
color:#FFF;
background:#47A;
}

div.usual ul a.selected {
background:#DAE3E9;
color:#000;
border-bottom:1px solid #FFFAFA;
cursor:default;
margin-bottom:0;
}

div.flvideo {
width:320px;
float:left;
background:green;
}

.idTabs {
clear:right;
width:180px;
float:right;
margin-bottom:20px;
}