/* ------------------------------- Structure ------------------------------ */

body{
margin:0px;
padding:0px;
height:100%;
background-color:#91b5c4;
color:#333333;
font-family:Verdana,Arial,Sans-serif;
font-size:11px;
}
div#corpo{
width:1000px;
margin:0px auto;
background-image:url(grafica_sito/v3/sfondo.jpg);
background-repeat:repeat-y;
}
div#header{
width:1000px;
height:300px;
margin:0px auto;
background-image:url(grafica_sito/v3/header.jpg);
background-repeat:no-repeat;
}
div#sidebar{
margin-left:29px;
margin-top:0px;
margin-bottom:10px;
width:204px;
float:left;
display:inline;
background-image:url(grafica_sito/v3/menu_middle.jpg);
font-size:11px;
text-align:left;
}
div#content{
margin-right:35px;
margin-top:0px;
margin-bottom:10px;
padding-left:10px;
padding-bottom:10px;
float:right;
display:inline;
width:700px;
text-align:left;
font-size:11px;

}
div#footer{
background-image:url(grafica_sito/v3/footer.jpg);
background-repeat:no-repeat;
width:100%;
height:90px;
clear:both;
margin:0px auto;
}


/* ------------------------------- Header Styles ------------------------------ */

div#top_menu{
width:385px;
float:right;
padding-top:228px;
padding-right:35px;
text-align:center;
}
#top_menu ul {
	margin: 0;
	padding: 0;
	display: inline;
	} 
#top_menu ul li {
	margin: 0;
	padding: 3px 20px 3px 22px;
	border-left: 1px dotted #d4dde2; 
	list-style: none;
	display: inline;
	}
	
#top_menu ul li.first {
	margin: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#top_menu ul li a:link, #top_menu ul li a:active, #top_menu ul li a:visited {
	text-decoration: none; 
	font-size:15px;
	color: #d4dde2; 
	border:0px;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:uppercase;
	cursor:ne-resize;
}
div#top_menu ul li a:hover {
	text-decoration:none;
	font-size:15px;
	color: #ffffff; 
	border-bottom:2px solid #d4dde2; 
	margin-bottom:5px;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:uppercase;
	cursor:ne-resize;
}


/* ------------------------------- Siderbar ------------------------------ */

div#title_top{
background-color:#184d63;
background-image:url(grafica_sito/v3/title_top.jpg);
height:27px;
padding-left:10px;
padding-top:10px;
color:#d4dde2;
font-size:15px;
font-weight:bold;
font-variant:small-caps;
text-transform:capitalize;
text-align:left;
}
div#sidebar_bottom{
background-image:url(grafica_sito/v3/menu_bottom.jpg);
height:20px;
}
.title{
background-color:#184d63;
background-image:url(grafica_sito/v3/title.jpg);
height:27px;
padding-left:10px;
padding-top:8px;
color:#d4dde2;
font-size:15px;
font-weight:bold;
font-variant:small-caps;
text-transform:capitalize;
text-align:left;
}
.nav{
padding:10px 0px 10px 10px; 
font-size:11px;
font-style:normal;
}
.nav a:link, .nav a:visited, .nav a:active{
color : #2c718e;
text-decoration: none; 
border-bottom:2px solid #91b5c4;
font-size:11px;
font-style:normal;
cursor:ne-resize;
}
.nav a:hover{
color : #2c718e;
border-bottom:2px solid #2c718e;
text-decoration: none;
font-size:11px;
font-weight:normal;
font-style:normal;
cursor:ne-resize;
}

/* ------------------------------- Siderbar List ------------------------------ */

div#sidebar ul{
list-style-type: none;
margin:0px;
padding: 0px;
border: none;
}
div#sidebar ul li
{
list-style-type:none;
margin-left:0px;
padding-left:0px;
border-top:0px;
border-bottom:1px solid #d4dde2;
border-left:1px solid #d4dde2;
border-right:1px solid #d4dde2;
}
div#sidebar ul li.last{
border-bottom:0px;
}
div#sidebar li a:link, div#sidebar li a:visited, div#sidebar li a:active{
color : #333333;
display:block;
padding:0px 0px 0px 10px;
height:2em;line-height:2em;
text-decoration: none; 
font-size:11px;
font-style:normal;
cursor:ne-resize;
}
div#sidebar li a:hover{
color : #d4dde2;
background-color:#2c718e;
display:block;
padding:0px 0px 0px 10px;
width:190px;
height:2em;line-height:2em;
border-top:0px;
border-bottom:0px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
text-decoration: none;
font-size:11px;
font-weight:normal;
font-style:normal;
cursor:ne-resize;
}

/*-------------------- Post Styles ------------------------------*/

.box_post{
padding:0px 0 10px 0;
margin:0 0 10px 0;
min-height: 70px;
height: auto !important;
height: 70px;
background-color:#91b5c4;
border-top: 1px solid #2c718e;
border-bottom:10px solid #2c718e; 
}
.icon_post{
float: left;width:70px;margin:10px;
}
#content .post_title h3{ 
color:#184d63; 
margin:0;
padding:10px 0 5px 0;
text-align:left;
font-size:13px;
font-weight:bold;
text-transform:capitalize;
font-variant:small-caps;
}
#content .post_title a:link, #content  .post_title a:visited, #content  .post_title a:active{
color:#184d63; 
font-size:14px;
font-weight:bold;
text-transform:capitalize;
font-variant:small-caps;
border:0;
cursor:ne-resize;
}
#content  .post_title a:hover{
color:#184d63;  
font-size:14px;
font-weight:bold;
text-transform:capitalize;
font-variant:small-caps;
border-bottom:2px solid #184d63; 
cursor:ne-resize;
}
.postmetadata{ 
color:#184d63; 
font-size:11px;
text-transform:capitalize;
font-variant:small-caps;
}
#content  .postmetadata a:link, #content  .postmetadata a:visited, #content  .postmetadata a:active{
color:#184d63; 
font-size:11px;
font-weight:bold;
text-transform:capitalize;
font-variant:small-caps;
border:0;
cursor:ne-resize;
}
#content  .postmetadata a:hover{
color:#184d63;  
font-size:11px;
font-weight:bold;
text-transform:capitalize;
font-variant:small-caps;
border-bottom:2px solid #184d63; 
cursor:ne-resize;
}

/* ----------------------------- Content Styles --------------------------*/

#content a:link, #content a:visited, #content a:active{
color : #2c718e;
text-decoration: none; 
border-bottom:2px solid #91b5c4;
font-size:11px;
font-style:normal;
cursor:ne-resize;
}
#content a:hover{
color : #2c718e;
border-bottom:2px solid #2c718e;
text-decoration: none;
font-size:11px;
font-weight:normal;
font-style:normal;
cursor:ne-resize;
}
#content h2{ 
color:#184d63; 
margin:0;
padding:0px 20px 20px 0px;
text-align:right;
font-size:20px;
font-weight:normal;
font-variant:small-caps;
text-transform:capitalize;
}
#content h3{ 
color:#184d63; 
margin:0;
padding:0px 20px 20px 0px;
text-align:right;
font-size:15px;
font-weight:normal;
font-variant:small-caps;
text-transform:capitalize;
}
#content li{
list-style-type:none;
margin-left:10px;
margin-bottom:3px;
background-image:url(grafica_sito/v3/list.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-left:15px;
}
#content li a:link, #content li a:visited, #content li a:active{
color : #2c718e;
text-decoration: none; 
border-bottom:2px solid #91b5c4;
font-size:11px;
font-style:normal;
cursor:ne-resize;
	}
#content li a:hover{
color : #2c718e;
border:0px;
border-bottom:2px solid #2c718e;
text-decoration: none;
font-size:11px;
font-weight:normal;
font-style:normal;
cursor:ne-resize;
}


/* ------------------------------- Footer Styles ------------------------------ */

div#footer a:link, div#footer a:visited, div#footer a:active{
color : #d4dde2;
text-decoration: none; 
font-size:11px;
font-weight:bold;
cursor:ne-resize;
}
div#footer a:hover{
color : #ffffff;
text-decoration: none;
font-size:11px;
font-weight:bold;
cursor:ne-resize;
}
div#credit{
width:400px;
float:left;
padding-top:15px;
padding-left:35px;
text-align:left;
color : #d4dde2;
}


/* ------------------ Stili Vari -------------------*/

.contenitori{
font-size:11px;
}
table {
font-size:11px;
}
td.galleria {
width:140px; height:170px; border:0px;
text-align : center;
}
td.galleria_tag {
width:140px; height:140px; border:0px;
text-align : center;
}
td.galleria_templ {
width:150px; height:150px; border:0px;
text-align : center;
vertical-align: top;
}
td.galleria_cal_vert {
width:200px; height:320px; border:0px;
text-align : center;
vertical-align:bottom;
}
td.galleria_cal_oriz {
  width:240px; height:180px; border:0px;
  text-align : center;
}
td.galleria_testo {
  width:550px;  border:0px;
  text-align : center;
}
.gall_ad_bord {
float:left;
width:10px;  border:0px;
text-align : left;
}
.gall_ad_main {
float:left;
width:33%;  border:0px;
text-align : left;
}

 .iframe{
 background-color:#d4dde2;
 color:#333;
 text-align:left;
 font-size:11px;
 width: 160px;
 height: 60px;
 overflow: auto;
 border: 0px ;
 }
  .rotations{
 font-size:8pt;
 width: 180px;
 height: 140px;
 overflow: auto;
 border: 0px ;
 }
.intestazione{
 font-size:11px;
 font-weight:bold;
 text-align:left;
 text-indent:7px;
}
.show_templ{
background-color:#91b5c4;
border-top:1px solid #2c718e;
border-left:0px solid #388c99;
border-bottom:7px solid #2c718e;
border-right:0px solid #9bbabc; 
float: left; 
width: 100%; 
height:135px;
text-align:left;
padding:5px 10px 5px 10px;
margin-bottom:20px;
}
.show_templ img {
border:1px solid #2c718e;
padding:3px;
background-color:#d4dde2;
}
.orologi_gall{
float: left; width: 33%;height:170px; text-align:center;
}
.avatar_gall{
float: left; width: 33%;height:140px; text-align:center;
}
.avatar_gall img{
border:1px solid #91b5c4;
padding:3px;
}
.tag_gall{
float: left; width: 33%;height:185px; text-align:center;
}
.box_amici_main{
text-align:center;width:400px;
}
.box_amici{
float:left;width:400px;
}
.banner_amici{
width:100px;height:50px;text-align:center;float:left;
}
.banner_amici a{
background-image:none;
border:0px;
}

input , textarea{ 
border-bottom:1px solid #91b5c4;
border-right:1px solid #91b5c4;
border-top:1px solid #184d63;
border-left:1px solid #184d63;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
background-color:#d4dde2;
color :#333 ;
}
select{ 
border-top:1px solid #91b5c4;
border-left:1px solid #91b5c4;
border-bottom:1px solid #184d63;
border-right:1px solid #184d63;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
background-color:#d4dde2;
color :#333 ;
}
.data { 
border-style:none;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
background-color:#d4dde2;
color :#333333 ;
}

h6{
margin-left:20px;
margin-bottom:10px;
font-size:8pt;
font-weight:bold;
}



blockquote{
border-top: 2px solid #91b5c4; 
border-bottom: 2px solid #91b5c4;
text-align:left;
padding:10px;
margin-bottom:15px;
}
.script {
width:93%;padding:10px;background-color:#d4dde2;border:2px solid #ffffff;text-align:left;
}
.script h3{ 
color:#184d63; 
margin:0;
padding:0px 20px 20px 0px;
text-align:right;
font-size:15px;
font-weight:normal;
font-variant:small-caps;
text-transform:capitalize;
}
.script textarea{
border-bottom:1px solid #91b5c4;
border-right:1px solid #91b5c4;
border-top:1px solid #184d63;
border-left:1px solid #184d63;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
background-color:#d4dde2;
color :#333 ;
 }
.script a:link, #content a:visited, #content a:active{
color : #2c718e;
text-decoration: none; 
border-bottom:2px solid #91b5c4;
font-size:11px;
font-style:normal;
cursor:ne-resize;
}
.script a:hover{
color : #2c718e;
border:0px;
border-bottom:2px solid #2c718e;
text-decoration: none;
font-size:11px;
font-weight:normal;
font-style:normal;
cursor:ne-resize;
}
form {margin: 0px; }

/*-------------------- Photo Gallery Styles ------------------------------*/

#gallery {
	position: relative;
	float: left;
	width: 600px;
	padding: 0px 15px 10px 15px;
}

.photos {
	position: relative;
	float: left;
	display: block;
	padding-bottom: 10px;
	padding-right:10px;
}
.photos img {
border:1px solid #2c718e;
padding:3px;
background-color:#91b5c4;
}
.photosets {
	clear: both;
	padding-top: 1px;
}
.photosets h2 {
	color: #000;
}
