/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../images-css/img01.gif) repeat-x;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;

}

/*************************************
	Links
**************************************/
a {
	color: #8FBC8F;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: underline;
	color: #0A4E97;
	}
/*************************************
	Headings
**************************************/
h1, h3 {
	
	font-size: 26px;
	background: #EDEDED/* url(../css/images/titlebg.jpg) no-repeat top right*/;
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 8px 10px;
	}
h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #071846;
	font: bold;margin-top:5px;
}
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	color: #B22222;
	text-decoration: none;
	
}
h1 a:hover, h3 a:hover {
	color: #FF8C00;
	text-decoration: underline;
}
h2 {
	color: #000;
	font-size: 26px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
	
h2 a, h2 a:visited  {
	color: #FF8C00;
	text-decoration: underline;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
h3 {
	font-size: 18px;
}
#sidebar h3 {
	font-size: 26px; 
}
h3 a, h3 a:visited {
	color: #041946;
	text-decoration: none;
}
#sidebar h2 {
	margin: 0px; padding: 5px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;;
	font-weight: bold;
	color: #3D474E;
}
#sidebar #popular #last h2 {
	color: #F97B1E;
}
h6 {
	color: #000;
	font-size: 24px;
	font-family:  "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}

/* Menu */

#menu {
	width: 868px;
	height: 66px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;;padding-left:21px;
}

#menu ul {
	margin: 0;
	padding: 0
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 288px;
	height: 42px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 850px;
	height: 292px;
	margin: 0 auto;
	/*color: #8EB04B;*/
}

#header h1 {
	float: left;
	width: 850px;
	height: 292px;
	margin: 0;
	/*padding: 120px 0 0 0;*/
	background: url(images-css/img07.jpg) no-repeat;
	text-align: center;
	font-size: 9px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images-css/img03.jpg) no-repeat;
	padding: 104px 20px 0 0;
	text-align: right;font-size: 16px;
	font-weight: bold;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 5px 0;
}

/* Content */

#content {
	/*float: left;*/
width: 468px; 
	float: left; 
	margin: 0px 0px 20px 5px;
	display: block;
}


/******************************************/

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	}
#content p img{
	border: none;
	padding: 0px 5px 15px 0px;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
	}
#content .post-meta-top {
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
}
#content .post-meta-bottom {
	background: #FBFCFE url(../css/images/postmetabottombg.jpg) bottom left no-repeat;
	display: block;
	border-top: 0px solid #DFE3E6;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	font-size: 12px;
	color: #535353;
	clear: both;
}
.post-meta-bottom a {
	color: #535353;
	text-decoration: none;
}
.post-meta-bottom a:hover {
	text-decoration: underline;
}
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}
.cat span {
	background: url(../css/images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.comm {
	float: right;
	width: 25%;
	text-align: right;
}
.comm span {
	background: url(../css/images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.auth {
	float: left;
	width: 50%;
	text-align: left;
}
.auth span {
	background: url(../css/images/authbg.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 15px;
}
.auth a {
	text-decoration: none;
}
.date {
	float: right;
	width: 50%;
	text-align: right;
}
.date span {
	background: url(../css/images/datebg.jpg) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;font-family: sans-serif;font-size: 11px;
	font-weight: bold;
}

.date a:{

	color: #1E90FF;
	
	
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 215px; 
	height:24px;
	float: left; 
	text-align: left; text-indent: 78px; padding-top:3px;
	margin: 2px;
	background: url(../css/images/arr_l.gif) no-repeat 0px 0px;
}
.nav-next {
	width: 215px; 
	height:24px;
	float: right; 
	text-align: left;
	margin: 2px 0px;padding-top:3px;
	background: url(../css/images/arr_r.gif) 0px 0px no-repeat;
	text-indent: 20px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next a {
	padding-right: 10px;
}

/***********************************/












.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 360px;
	padding: 5px;
	/*background: #EDEBD5;*/
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #535240;
}

.orangebox {
	background: url(images-css/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images-css/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 10px 0;
	/*background: #EDEBD5 url(images-css/img04.gif) repeat-x;*/
	border-top: 1px solid #EDEBD5;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: Black;
}

#footer-end{
margin-top:20px;
	clear: both;
	height: 50px;
	padding: 25px 0;
	background: #EDEBD5 url(images-css/img04.gif) repeat-x;
	text-align: center;
}

div.float {
  float: left;
  width: 89px;
  padding: 2px;
  }
div.float p {
   text-align: center;
   }
div.gal_thumbcontainer {
  background-color: transparent;
  }
div.spacer {
  clear: both;
  }
  
  
  
  
   div.float_vid_residence {
  float: left;
  width: 155px;
height:70px;
  padding: 5px; margin: 1px;
  border: 1px solid #00CCFF;
  }
  
    div.float_vid_residence a{
	color: Silver;
	font-weight: bold;
	font-size: 11px;
}

    div.float_vid_residence a:hover{
	color: #008DAE;
	font-weight: bold;
	background: Yellow;
}
  
  
div.float p_residence {
   text-align: center;
   }
div.gal_container_residence {
  background-color: #fff;
  }
div.spacer {
  clear: both;
  }
  
  
  #myformcontatti
{
width: 453px;
clear: left;
margin-top: 0px;
/*padding: 15px 0 8px 10;
padding-left: 155px; /*width of left column containing the label elements
border-top: 1px dashed gray;*/
float:left;
  background: #EDEDED;
}

.cssformcontatti {

padding-left: 15px; padding-top: 15px;/*width of left column containing the label elements*/
border-top: 0px dashed gray;

}

.cssformcontatti p{
width: 468px;
clear: left;
margin: 0;
padding: 155px 0 8px 0;
padding-left: 15px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;color: #494949;

}

.cssformcontatti label{
font-weight: bold;
float: left;color: #494949;
/*margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}


.cssformcontatti input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;height: 20px;
 font-weight: bold;
 color: #45B5FB;
}

.cssformcontatti textarea{
width: 250px;
height: 100px;color: #45B5FB; font-weight: bold;
}

  
  