/*
THEME NAME: Appartamento
THEME URI: http://www.lago.it/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: Ballan Mattia e Brandolini Luca
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  
@import url('examples/2c-l.css');*/

html,
		body {
			margin: 0px 0px 0px 0px ;
			padding: 0px 0px 0px 0px ;
			font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}


p{
clear:both;
width:100%;
float:none;}

ul{
margin:0;
padding:0;
border:0;
list-style:none;
}

a:link, a:active, a:visited{
text-decoration:none;
color:#406e9b;
}

a:hover{
color:#999999;
}





#header{
float:left;
clear:both;
width:100%;
margin:0;
padding:0;
border:0;
}


#backgroundleft{
position:absolute; 
left:0; 
top:0; 
padding:0;
width:50%;
min-width:400px;
height:100%;
color:#406e9b;
background:#FFFFFF url(images/gradienthome.gif) scroll repeat-y right top;
}

#backgroundright{
position:absolute; 
right:0; 
top:0; 
padding:0;
width:50%;
min-width:400px;
height:100%;
background-color:#406e9b;
color:#FFFFFF;
}

#container{
position:relative;
width:800px;
margin:0 auto;
padding:0;
float:none;
}

.halfcontainer{
margin: 50px 0 200px 0;
padding:0;
border:0;
float:left;
}

#left{
clear:left;
width:50%;
}

#right{
width:40%;
float:right;
}

#left ul li{
font-size:9px;
line-height:40px;
}


.headercontainer{
position:relative;
z-index:100;
width:800px;
margin:0 auto;
float:none;
padding:0;
border:0;
}


/*-----------------page---------------------------------*/

body.page #logosostitution{
float:left;
margin:0;
padding:0;
}

#wrapper{
/*margin:0 auto;
padding:0;
width:800px;
float:none;*/
}

body{
background-color:#CCCCCC;}

#site-body-content {
			/*padding: 15px 15px 15px 15px ;*/
			}
			
			
#header{
background-color:#FFFFFF;
width:530px;
float:left;
padding:40px 10px 5px 10px;
clear:both;
}


#site-bottom-bar {
bottom:0;
height:125px;
position:fixed;
width:100%;
z-index:1000;
background:transparent url(images/bg.png) scroll repeat left top;
padding:15px 0 0 16px;
}
 
#site-bottom-bar-frame {
height:110px;
margin: 0px auto;
position: relative ;
width: 800px;
}
			
#site-bottom-bar-content {
padding: 0 ;
}


#site-bottom-bar-content ul,#site-bottom-bar-content ul ul {
list-style:none;
margin:0;
padding:0;
}

.sIFR-hasFlash #site-bottom-bar-content ul li a span{    
     /*other CSS properties go here */
	 font-size:15px;
}


#site-bottom-bar-content ul li{
}


#site-bottom-bar-content ul li a{
background:transparent url(images/menuitem.png) no-repeat scroll left top;
color:#406e9b;
display:block;
float:left;
font-weight:normal;
height:100px;
margin-left:-16px;
padding-top:10px;
padding-left:10px;
text-decoration:none;
text-transform:uppercase;
width:115px;
}

#site-bottom-bar-content ul li.page-item-14 a, #site-bottom-bar-content ul li.page-item-313 a, #site-bottom-bar-content ul li.page-item-353 a, #site-bottom-bar-content ul li.page-item-368 a {
background:transparent url(images/first_menuitem.png) no-repeat scroll left top;
}

#site-bottom-bar-content ul li.page-item-8 a, #site-bottom-bar-content ul li.page-item-332 a, #site-bottom-bar-content ul li.page-item-360 a, #site-bottom-bar-content ul li.page-item-372 a {
background:transparent url(images/faq_menuitem.png) no-repeat scroll left top;
}

#site-bottom-bar-content ul li.page-item-200 a, #site-bottom-bar-content ul li.page-item-326 a, #site-bottom-bar-content ul li.page-item-348 a, #site-bottom-bar-content ul li.page-item-378 a {
background:transparent url(images/apply_menuitem.png) no-repeat scroll left top;
}


#site-bottom-bar-content ul li.page-item-496 a, #site-bottom-bar-content ul li.page-item-504 a, #site-bottom-bar-content ul li.page-item-508 a, #site-bottom-bar-content ul li.page-item-510 a {
background:transparent url(images/brochure_menuitem.png) no-repeat scroll left top;
}

#site-bottom-bar-content ul li.appartamenti a {
background:transparent url(images/places_menuitem.png) no-repeat scroll left top;
}


#site-bottom-bar-content ul li a .minchio{
/*background:transparent url(images/menuitem.gif) repeat scroll left top;*/
border:0 none;
height:110px;
padding:0;
position:absolute;
width:115px;
margin-left:-10px;
margin-top:-10px;
/*top:0px;
left:0px;
cursor:pointer;*/
}

#site-bottom-bar-content ul li a .minchio:hover{
background:transparent url(images/menuitem_hover.png) no-repeat 0px 0px;
}


#site-bottom-bar-content ul ul ul a {
font-size:10px;

}

#site-bottom-bar-content ul li ul {

}

#site-bottom-bar-content ul li:hover ul {
}
			
			
			

/*#footer{
bottom:0px;
z-index:1000;
position:fixed;
width:800px;
}*/


/* -------------------------------------------------- */
		/* -- IE 6 FIXED POSITION HACK ---------------------- */
		/* -------------------------------------------------- */
 
		html,
		body,
		#wrapper {
			_height: 100% ;
			_overflow: hidden ;
			_width: 100% ;
			}
 
		#wrapper{
			_overflow-y: scroll ;
			_overflow-x: hidden ;
			_position: relative ;
			}
 
		/* To make up for scroll-bar. */
		#site-bottom-bar {
			_bottom: -1px ;
			_position: absolute ;
			/*_right: 16px ;*/
			}
 
		/* To make up for overflow left. */
		/*#site-bottom-bar-frame {
			_margin-left: 26px ;
			}*/









#blog-title{
position:relative;
float:left;
padding:0;
margin:0;
}


h2{
clear:both;
float:left;

}

.sIFR-hasFlash h2 {
font-size: 20px;
}

.sIFR-alternate {
display:none;
}



#lang_selector{
float:left;
padding:0;
width:320px;
margin-left:80px;
}

 #lang_selector_page{
margin-top:53px;
width:250px;
float:right;
padding:0;
}

#lang_selector ul, #lang_selector_page ul{
padding:0;
margin:0;
width:100%;
float:left;
}

#lang_selector ul li, #lang_selector_page ul li{
margin:0;
}

.sIFR-hasFlash #lang_selector ul li{
font-size:16px;
display:block;
float:left;
color:#FFFFFF;
text-decoration:none;
list-style:none;
width:24%;
}

.sIFR-hasFlash #lang_selector_page ul li{
font-size:14px;
display:block;
float:left;
color:#406e9b;
text-decoration:none;
list-style:none;
width:24%;
}

.lang_selector_space{
display:inline;
float:left;
width:8%;
text-align:center;
color:#CCCCCC;
}



/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}



.entry-title,.entry-meta {
clear:both;
}

.hentry{
width:800px;
margin:0 auto;
float:none;
clear:both;
line-height:22px;
}

.navigation{
clear:both;
float:none;
}


.post{
width:800px;
margin:0 auto;
float:none;
clear:both;
line-height:22px;
}

.footspacer{
width:800px;
margin:0 auto;
float:none;
clear:both;
height:200px;
color:#FFFFFF;
padding:20px 0 0 0;
}

.resizecontent{
background-color:#FFFFFF;
padding:20px;
float:left;
width:504px;
border:1px solid #CCCCCC;
margin:50px 0 0;
}

#site-body-content h2{
width:100%;
clear:both;

}

#site-body-content #right h2{
margin-bottom:0px;
}

#site-body-content #left h2{
margin-bottom:30px;
}

#hometext{
margin:0 0 20px 0;
padding:0 10px 0 0;
}

#site-body-content h2.entry-title{
width:100%;
clear:both;
margin:0 0 50px 0;
line-height:35px;
}


.sIFR-hasFlash #site-body-content h2.entry-title{
font-size:35px;
}


#site-body-content h3{
color:#406e9b;
text-transform:uppercase;
font-size:11px;
font-weight:normal;
margin:20px 0;
clear:both;
width:100%;
float:none;
}

/*div#container,div#primary {
float:left;
margin:0;
width:100%;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}*/

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

#site-bottom-bar-content ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {

}

input#author,input#email,input#url,div.navigation div {

}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


.field{
width:80%;
margin:0 0 10px;
}

.field label{
display:block;
}

.required{
border:1px solid #CCCCCC;
color:#666666;
font-size:10px;
height:18px;
line-height:18px;
padding:2px;
width:220px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
}

.field checkbox{
border:0px none;
width:10px;
height:10px;
}

.messages{
float:none;
color:#406e9b;
text-transform:uppercase;
font-size:11px;
}

.submit{
display:block;
padding:10px;
color:#FFFFFF;
background-color:#cccccc;
border:0px none;
font:Arial, Helvetica, sans-serif;
font-size:10px;
text-transform:uppercase;
}

.submit:hover{
background-color:#406e9b;
}



/*-------------------------home----------------------------------*/

body.home{
	background:transparent url(images/bicolorbg.png) center top repeat-y scroll;
}

body.home #flashmap{
clear:both;
float:left;
width:320px;
height:320px;
}


body.home{
background-color:#FFFFFF;
}

body.home #logosostitution{
width:50%;
float:left;
margin:50px 0 0;
padding:0;
}


body.home #header{
position:relative;
width:800px;
float:left;
padding:0;
border:0;
background:transparent none fixed;
}

/*body.home div#mainlink{
margin:200px 0 0 150px;
float:left;
color:#406e9b;
}*/

body.home #wrapper{
width:100%;
margin:0 auto;
float:none;
}


body.home #site-bottom-bar {
	/*background:transparent none;*/
	height:173px;
}
 
body.home #site-bottom-bar-frame {
height:110px;
margin: 0px auto;
position: relative ;
width: 800px;
}
			
body.home #site-bottom-bar-content {
padding: 0 ;
width:50%;
float:right;
color:#FFFFFF;
margin:140px 0 0 0;
}

body.home #site-bottom-bar-book {
padding: 0 ;
width:96px;
background:transparent url(images/lago-appartamento-book-cover.png) no-repeat scroll left 30px;
float:left;
display:block;
height:173px;
padding-bottom:143px;
margin:0 0 0 165px;
}

body.home #site-bottom-bar-book:hover{
	background-position:-96px 30px;}
