/*******************************************************************************
 *  Name: style.css 
 *  Author: D'Amico Simone
 *  Web: http://www.simonedamico.it 
 *  Email: info@simonedamico.it 
 *  
 *  Date: 
 *  Description: stylesheet for http://www.isolaliriimmobiliare.it
 *
 *******************************************************************************
*/

/* -- Import Lybraries -- */
@import url(reset.css);
@import url(960gs.css);


/* -- HTML elements -- */
html, body {
    background: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }
ins { text-decoration: underline; }

hr {
	border: 1px solid #3181CB;
	margin: 35px 0;
}


/* -- common elements -- */
.center {text-align: center;}
.left {float: left; width:auto;}
.right {float: right; width:auto;}



/* -- Layout structure -- */
.container_16 {}
    #top_navigation { 
        height: 30px;
        background: url('../images/top_background.png') no-repeat bottom right;
		text-align: right;
    }
    #header { 
        height: 120px;
        background: url('../images/logo.png') no-repeat bottom left;
    }
    #menu, #footer {
    	height: 30px;
		background: url('../images/menu_background.png') repeat-x top;
		margin-top: 20px;
		float: left;
		width: 100%;
		position: relative;
    }
    #wrapper, #sidebar {
    	border: 1px solid #3181cb;
		padding: 10px;
		margin: 20px 0;
		background: url('../images/menu_background.png') repeat-x 0px -10px;		
    }
	#sidebar { 
		background: transparent; 
		padding: 0;
		border: 0;
	}	
    #footer {
    	height: auto;
		background: #1a62db url(../images/footer_background.png) repeat-x;
		border-top: 2px solid #3181cb;
		font-size: 11px;
    }	
	
	
	
/* #top_navigation */
#top_navigation {}
    #top_navigation ul { 
    	margin: 0;
    	padding: 0;
    	list-style: none;
		width: auto;
		float: right;
    }
    #top_navigation li {
        float:left;
        padding: 0 5px;
        overflow: hidden;
        height: 20px;
		width: auto;
    }
    #top_navigation li a, #top_navigation span {
    	float: left;
    	text-decoration: none;
        clear: both; 
        height: 20px;
        line-height: 20px;
        font-size: .60em;
        font-weight: bold;
        color: #999F95; 
		width: auto;
    }
        #top_navigation li a:hover, #top_navigation li a.selected {
            text-decoration: underline;
            color: #008AFF;
        }

		

/* #header */
#header {}
    #header a {
        display: block;
        overflow: hidden;
        padding-top: 120px;
        height: 0; 
        margin: 0;    
    }       

	

/* #menu */
#menu {}
	#menu ul {
		background: url('../images/menu_separator.png') no-repeat left; 		
		font-weight: bold;
		font-size: 0.9em;
		color: #fffff1;
		line-height: 30px;		
		padding:0 0 0 2px;
		margin:0 0 0 20px;
		height:30px;		
	}

	#menu ul li{
		float:left;
		width: 100px;
		text-align: center;
		background: url('../images/menu_separator.png') no-repeat right;		
	}
			#menu ul li a {
				color: #fffff1;
				display: block;
				width: 98px;
				height: 30px;
				text-decoration: none;
			}
				#menu ul li a:hover, #menu ul li a.selected {
					background: url('../images/menu_hover.png') repeat-x;
					margin-left: -1px;
					text-decoration: underline;
				}
				#menu ul li a.selected {
					background: url('../images/menu_selected.png') repeat-x;
				}

	#menu ul ul {
		position:absolute;
		top:30px;
		visibility: hidden;
		background: #459EE4;
		width: 599px;
		margin-left: -202px;
		border: 1px solid #2E83CF;	
		border-width: 0 1px 1px 1px;
		z-index: 100;
		padding-left: 100px;
	}
		#menu ul ul li, #menu ul ul li a:hover { 
			background: transparent; 
			margin-left: 0; 
			font-size: 0.9em;
		}

	#menu ul li:hover ul {
		display:block;
		visibility:visible;
	}

	#menu table{
		position:absolute;
		border-collapse:collapse;
		left:0;
		top:0;
	}

	
	
/* #wrapper - #sidebar */
#wrapper, #sidebar {}
	#wrapper h1, #sidebar h3  {
		margin-top: -8px;
		text-align: center;
		color: #fffff1;
		text-decoration: underline;
		font-size: 14px;
	}
	
	#wrapper h2 {
		font-size: 13px;
		color: #3692DF;
		text-transform: uppercase;
		margin: 35px 0 20px 0;
	}
	
	#wrapper h3 {
		font-size: 12px;
		text-decoration: underline;
		color: #328FDC;
		margin: 15px 0 15px 10px;
	}	
	
	#wrapper p, #sidebar p {
		margin: 15px 0;
		line-height: 18px;
		text-align: justify;
		font-size: 15px;
		color: #3F3F3F;
	}
		#wrapper p.sent {
			border: 1px solid green;
			background-color: #BFB;
			padding: 10px;
			color: black;
			margin: 80px 0 250px 0;
		}
		#wrapper p.error-sent {
			border: 1px solid red;
			background-color: #f88;
			padding: 10px;
			color: black;
			margin: 80px 0 250px 0;			
		}
		#wrapper p.small {
			font-size: 0.85em;
		}
	
	#wrapper blockquote p {
		margin: -10px 0 0 0;
		font-style: italic;
		font-size: 12px;
		text-align: right;
	}
	
	#wrapper a, #sidebar a {
		font-weight: bold;
		color:#13499F;
	}
		#wrapper a:visited, #sidebar a:visited {
			color:#3692D2;
			text-decoration: none;
		}		
		#wrapper a:hover, #sidebar a:hover {
			text-decoration: underline;
			color:#13499F;
		}

	
	#wrapper img, #sidebar img {
		border: 1px solid #3181cb;
		padding: 3px;
	}
		#wrapper img.noborder {border:none;}

	#wrapper ul, #sidebar ul, #wrapper ol, #sidebar ol {
		margin: 15px 25px;
		line-height: 20px;	
		list-style-type: disc;	
		color: #3F3F3F;
	}
	#wrapper ol, #sidebar ol { list-style-type: decimal; }

	

#sidebar {}	
	#sidebar h3 {
		background: url('../images/menu_background.png') repeat-x 0px -10px;
		height: 20px;
		margin-top:0;
		padding:0;
		cursor: pointer;
		font-size: 0.85em;
		text-decoration: none;
		line-height: 20px;
	}
	
	#sidebar div {
		min-height: 350px;
		border: 1px solid #3181cb;
	}

  #sidebar .ui-accordion-content{ 
    padding: 0;
    font-size: 12px;
    font-family: Georgia;
  }
      #sidebar .ui-accordion-content ul { 
        list-style-type: none;
        margin:10px;
      } 
          #sidebar .ui-accordion-content li { 
            margin:10px 0;
          } 
          #sidebar .ui-accordion-content p {
              padding: 10px;
          }

	
/* #footer */
#footer {}
	#footer .grid_4 {}
		#footer .grid_4 ul {
			font-weight: bold;
			color: #fffff1;
			margin: 15px 0;
		}
			#footer .grid_4 ul li { 
				padding: 5px 0; 
				margin-left: 35px;
				list-style-type: disc;
			}
				#footer .grid_4 ul li.first { 
					color: #13499F;
					text-decoration: none; 
					margin-bottom: 15px;
					margin-left: 5px;
					list-style-type: none;
				}
					#footer .grid_4 ul li.first span { text-decoration:underline; }
				
				#footer .grid_4 ul li a { 
					text-decoration: none; 
					color: #fffff1;
				}
					#footer .grid_4 ul li a:hover { text-decoration: underline; }
	
	#footer .grid_16 {
		border-top: 1px solid #70B6F2;
	}
					
	#footer .grid_8 {
		color: #fffff1;
		font-weight: bold;
	}
		#footer .grid_8 a {
			color: #fffff1;
			text-decoration: none;
		}
		#footer .grid_8 p {
			font-size: 0.9em;
			line-height: 0.9em;
			padding: 10px 0;
		}
		#footer .grid_8 p.copy {
			margin-top: 21px;
		}
		#footer .grid_8 p.powered {
			text-align: right;
		}				

		
		
/* style for home page */
body#index #wrapper {
	border: none;
	background: 0;
	margin-top: 10px;
	width:100%;
	min-height: 282px;
}
	body#index #wrapper a img {
		margin: 18px 0 0 0;
		padding: 0 5px;
	}

/* style for map */
#map1 {
	width: 680px;
	height: 300px;
}

/* form style */
form { font-size: 0.9em; }
	form #slider, #slider1 { margin-left: 150px; display: none; }
	form ul {
		margin: 0;
		padding: 0;
	}
	form li {
		list-style: none;
		padding: 5px;
		margin: 0;
	}
	form em {
	    font-weight: bold;
	    font-style: normal;
	    color: #f00;
	}
	label.error {
		font-size: 0.8em;
		color: red;
		font-style: italic;
		border: 1px solid #f66;
		background-color: #ffc;
		padding: 0 10px;
		width: 200px;
		margin-left: 20px;
	}
		
	fieldset { 
		margin: 10px 0; 
		border: 1px solid #ccc;
	}
	legend {
	    padding: 0 15px;
	    font-weight: bold;
	}
	label {
	    display: inline-block;
	    line-height: 1.8;
	    vertical-align: top;
		width: 150px;
	}
	input,select,textarea {
		width: 200px;
		font-size: 0.8em;
		font-family: Georgia, serif;
		padding: 2px 5px;
		border: 1px solid #ccc;
	}
	select { width: 211px; }
	input[type=radio],input[type=checkbox] {
		width: 10px;
	}
	input.submit {
		width: 100px;
		color: white;
		background: url('../images/menu_background.png') repeat-x;	
		font-weight: bold;
		border: 1px solid #3181cb;
	}
	.focus {
		border: 1px solid #3181cb;
		color: #3181cb;
	}
	
	
	
	
#wrapper div.immobile {
	width: 679px;
	height: 83px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #666;
	padding-left: 5px;
	margin: 10px 0;
}
	#wrapper div.immobile img {
		border: 1px solid #fff;
		float: left;
		padding-right: 10px;
	}
	#wrapper div.immobile p {
		font-size: 12px;
		line-height: 12px;
		margin-top: 2px;
		padding: 0 10px;
		margin-left: 5px;
	}
	#wrapper div.immobile a {
		font-size: 11px;
	}





	
	
/* admin style */
table#admin { width:679px; }
	table#admin th, table#admin td {
		border: 1px solid #ccc;
		text-align: left;
		padding: 3px;
		font-size: 0.9em;
	}
	table#admin th { background: transparent url(../images/menu_background.png) repeat-x scroll 0 -10px; color:white; }
	
#sidebar div.admin {
  min-height: 100px;
}