/********************************************
AUTHOR:  			Davide Del Monte
WEBSITE:			http://www.diplod.it/
Special Thanks: 		http://www.styleshout.com/

TEMPLATE NAME:	Dubai Immobiliare
VERSION:          		1.0	
DATE:          		August-31-2007          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

* { margin: 0; padding: 0;}

/*body e tipografia */
body { 
	background: #edeeef url(images/bg.gif) repeat-x top left;
	font: .72em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6{ font-size: 0.9em; }
h1, h2, h3, h4, h5, h6 {
	margin: 0.7em 0 0.1em;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height:1.5em}

/*margini e padding */
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
address, blockquote, dl, form, fieldset, ol, table, p, pre, ul {
  margin-top: 0.2em; margin-bottom: 1.2em 
}

/* links */
a, a:visited {	
	color: #017108; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #013404;
	background: inherit;
}

/* imagini */
img {
	border: none;
	margin: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.no-border {
	border: none;
}
img.no-format {
	border: none; padding:0; margin: 0;
}

/* varie comuni*/
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.1em/1.4em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}

/* tabella */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* fine tabella */

/* form elements */
form {
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #dadada; 
	background: #fafafa;	
}
form.comment-form {
	border: none;
	background: #fff;
}
label {
	display: inline;
	font-weight: bold;
	margin: 2px 0;
}
legend {
	color: #666;
}
input {
	padding: 4px;
	margin: 3px 2px;
	border: 1px solid #EFEFEF;
	font: normal 1.1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666;
}
form.comment-form input {
	padding: 2px;
	margin: 0;
	border: none;
	background: #fff;
}
textarea {
	width: 280px;
	padding: 4px;
	border: 1px solid #EFEFEF;
	font: normal 1.1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666;
}
form.comment-form textarea {
	width: 96%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
input.button, .comment-form input.button { 
	margin: 3px 0;
	font: bold 1.1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #ebebeb url(images/button-bg.gif) repeat-x top left;
}
input:focus, input:active, textarea:focus, textarea:active {
	border: 1px solid #B5EDBC;
	background: #fafafa;
	color: #333;
}
form.comment-form input:focus, form.comment-form input:active {
	background: #fafafa;
	color: #333;
}
form.comment-form .comment-field {
	display: block;
	margin: 4px 0;
	background: #fafafa;
	border: 1px solid #B5EDBC;
}

/* search form - feed form */
.searchform, .feedform {
	background: url(images/rss-box2.gif) no-repeat center top;
	border: none;	
	margin: 5px;
	padding: 5px 10px;
	height: 50px;
	width: 270px;
	overflow: hidden;
	color: #666;
}
.feedform {
	background: url(images/rss-box2.gif) no-repeat center top;
}
.searchform p, .feedform  p { margin: 0; padding: 0; font-size: .9em; }
.searchform input.textbox, .feedform  input.textbox { 
	width: 120px;
	padding: 2px; 
	border: 1px solid #dadada;
	vertical-align: top;
}
.searchform input.textbox:active, .searchform input.textbox:focus, .feedform input.textbox:active, .feedform input.textbox:focus {
	border: 1px solid #000;
	background: #f0f5fa;
	color: #333;
}
.searchform input.button, .feedform input.button { 
	width: 60px;
	vertical-align: top;
}

#topsearch {
	margin: 5px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 40px;
	background: transparent;
	border: none;
}
#topsearch input {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 18px;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #EBECD2;
	color: #EBECD2;
}
#topsearch input.button {
	margin: 3px 0 0;
	padding: 2px;
	width: 100px;
	height: 25px;
	background: url(images/search-button.gif) no-repeat;
	border: none;
	color: #31b639;
}
/* fine form elements*/

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav, #footer-content, #footer-columns {
/*
Per renderlo fluido settare a 100%.
Per renderlo fisso impostare una larghezza.
*/
	width: 950px;	
	margin: 0 auto;
}

/* header */
#header {
	height: 145px;
	text-align: left;
	background: transparent url(images/header.png) no-repeat center top;
}
#header-content {
	position: relative;
	margin: 0 auto; 
	padding: 0;
	height: 145px;
	background: transparent;
}
#header-content h1, #header-content h2 {
	margin: 0;
	padding: 0;
	}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	
	/* posizione del titolo principale */
	top: 40px; left: 160px;	
}
#header-content h1#logo-text span { 
	color: #f26101;	/*secondo colore del titolo*/
}
#header-content h2#slogan {
	position: absolute;
	height: 25px;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	margin: 0; padding: 0;
	color: #968e81;	
	
	/* posizione dello slogan */
	top: 80px; left: 200px;
}
#header-content #feed1 {
	position: absolute;
	right: 142px;
	top: 85px;
}
#header-content #feed2 {
	position: absolute;
	right: 100px;
	top: 90px;
}
#header-content #text-resize {
	position: absolute;
	right: 120px;
	top: 122px;
}

/* Navigation */
#nav {
	position: absolute;
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	
	/*posizione del menu */
	top: 116px;	left: 40px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #666;
	font: bold 11px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	line-height: 26px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: #dfdfdf url(images/menu-hover.gif) repeat-x bottom left;
}
#nav ul li#current a {
	color: #f26101;
}
/*nav-top*/
#nav-top {
	position: absolute;
	width: 800px;
	height: 23px;
	margin: 0;
	padding: 0;
	
	/*posizione del menu */
	top: 0;	left: 40px;
}
#nav-top ul {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#nav-top ul li {
	float: left;
	margin: 0; padding: 0;
}
#nav-top ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 5px;
	padding: 0;
	color: #eee;
	font: bold .9em "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
}
#nav-top ul li a:hover, 
#nav-top ul li a:active {
	border-bottom: 1px dotted #C9C9CA;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #edeeef;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0; 
	margin: 0 auto;
	width: 970px;
	background: #fff url(images/content-bg.gif) repeat-y center top;
	overflow: hidden;
}
#content-head {
	background: #edeeef url(images/content-wrap-bg.gif) no-repeat center top;
	height: 25px;
	width: 100%;
}

/* sidebar */
#sidebar {
	float: right;
	width: 300px;
	padding: 0;
	margin: 2px 5px 0 0;
	overflow: hidden;
	background: transparent;
	border-left: 1px dotted #eee;
}
#sidebar p {
	padding: 5px;
}
#sidebar h2 {
	font: bold 16px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0 5px;
	height: 22px;
	color: #fff;
	background: #31b639 url(images/sidebar-title.gif) no-repeat top left;
}
#sidebar ul.sidelist { /*lista principale*/
	list-style: none;
	margin: 5px;
	padding: 0;
	background: none;		
}
#sidebar ul.sidelist li {
	list-style: none;
}
#sidebar ul.sidelist ul li {
	border: none;
}
#sidebar ul.sidemenu { /*lista singoli widget*/
	list-style: none;
	margin: 0;
	padding: .3em .3em 1em 5px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
#sidebar ul.sidemenu li {
	padding: 0;
	list-style: none;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	color: #666;	
	text-decoration: none;
	padding: .2em 0 .1em 0;
	border: none;
}
#sidebar ul.sidemenu li a:hover {
	border-bottom: 1px dotted #666;
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}
#sidebar .sidebox {
	margin: 5px 15px 5px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#sidebar .sidebar-ads {
	height: 280px;
	width: 280px;
	margin: 5px;
	border: 1px solid #cfcfcf;
	}
#sidebar #sidebar-foot {
	width: 300px;
	height: 20px;
	background: #eee url(images/sidebar-foot.gif) no-repeat center bottom;
}

#sidebar li.classifica ul.sidemenu, #main .classifica ul.sidemenu {
	margin-left: 5px;
	background: #f4fff5 url(images/classifica-bg.gif) no-repeat top right;
	vertical-align: center;
	list-style: none;
}
#main .classifica ul.sidemenu {
	background: #f4fff5;
	padding: 10px;
	border: 1px solid #cfcfcf;
	list-style: none;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
#sidebar li.classifica ul.sidemenu li, #main .classifica ul.sidemenu li  {
	width: 220px;
	height: 20px;
	margin: 4px 0;
	background: transparent;
	overflow: hidden;
}
#main .classifica ul.sidemenu li {
	width: 90%;
}
#sidebar li.classifica .numero, #main .classifica .numero {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: #aaa;
	width: 26px;
	height: 20px;
	padding: 0 2px;
	margin-right: 0;
	float: left;
	background: #B5EDBC url(images/medaglie.gif) no-repeat top left;
}
#main li.classifica .numero {
	width: 35px;
}
#sidebar li.classifica .sito, #main .classifica .sito {
	width: 175px;
	height: 18px;
	padding: 0 2px;
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	margin-left: 30px;
	overflow: hidden;
}
#main div.classifica .sito {
	width: 460px;
}
#sidebar li.classifica .sito a, #main .classifica .sito a {
	background: transparent;
}
#sidebar li.classifica .su, #main .classifica .su {
	background: #B5EDBC url(images/medaglia-su.gif) no-repeat top left;
}
#sidebar li.classifica .giu, #main .classifica .giu {
	background: #B5EDBC url(images/medaglia-giu.gif) no-repeat top left;
}

/* main */
#main {
	float: left;
	width: 640px;
	margin: 0 0 0 15px;
	overflow: hidden;
}
#main .col-sx {
	margin-top: 20px;
	width: 315px;
	float: left;
	clear: left;
}
#main .col-dx {
	margin-top: 20px;
	width: 315px;
	float: left;
	margin-left: 10px;
	clear: right;
}
#main .box {
	margin-left: 45px;
}
#main .secondo-piano {
	width: 595px;
	clear: both;
}
#main p a:hover {
	padding-bottom: 0;
	border-bottom: 1px dotted #dadada;
}
#main h1 { 
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
}
#main h1.primo {
	font-size: 1.6em;
	line-height: 20px;
}
#main h1 a {
	color: #666;
	text-decoration: none;
}
#main h1 a:hover {
	border-bottom: 1px dotted #666;
}
/* footer */
#footer-wrap {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	font-size: .9em;
}
#footer-wrap a {
	text-decoration: none;
	color: #017108;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #eee;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #f26101;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}
#footer-content {
	height: 40px;
	text-align: center;
	color: #fff;
	width: 970px;
	background: #31b639 url(images/footer-bg.gif) no-repeat center bottom;
}
/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 10px 0;
	background: transparent;
	clear: both;
	border-top: 2px solid #B5EDBC;
	font-size: .9em;
}
#footer-columns h2 {
	color: #666;
	font-size: 1.2em;
}
#footer-columns ul {
	list-style: none;
	margin: 5px 0 0 0; 
	padding: 0;
}
#footer-columns li {
	background: transparent;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .5em 0 .5em 1em;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	padding: 0 10px;
	width: 30%;
}
#footer-columns .col3-center { 
	margin: 0; 
	border-left: 1px solid #B5EDBC;
	border-right: 1px solid #B5EDBC;
}

/***********************
	  MISC
************************/

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* display and additional classes */
.clear { clear: both; }
p.bottom-clear { clear: both; padding: 0; margin: 0; }
.navigation {
	clear: both;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 20px;
	padding: 5px;
	background: #f8f8f8;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
}
h2.titolo-archivio {
	background: #f8f8f8;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 15px;
}

/* feed icon */
img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
	float: right;
}

/* post */
.post-by {
	font-size: .8em;
	padding: 0 10px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
	background: #f8f8f8 url(images/post-by-big.gif) no-repeat top center;
}
.col-sx .post-by, .col-dx .post-by {
	background: #f8f8f8 url(images/post-by.gif) no-repeat top center;
}
.post-footer { 
	clear: both;
	text-align: right; 
	background: #f8f8f8;
	border-top: 1px solid #dfdfdf;
	padding: 0 10px;
	margin: 10px 0 15px 0;
	font-size: .8em;
	overflow: hidden;
	background: #f8f8f8 url(images/post-footer-big.gif) no-repeat center bottom;
}
.col-sx .post-footer, .col-dx .post-footer {
	background: #f8f8f8 url(images/post-footer.gif) no-repeat center bottom;
}
.post-footer p, .post-footer a, .post-by p, .post-by a { 
	padding: 0;
	margin: 0;
	border: none !important;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .comments a {
	background: none;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .category {
	background: url(images/icons/cat.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .category a {
	background: none;
}
.post-footer .tag {
	background: url(images/icons/tag.png) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .tag a {
	background: none;
}

div.ads {
	text-align: center;
}

/*date*/
div.data {
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	margin: 0 5px 3px 0;
    text-align: center;
    color: #666;
	padding-bottom: 0;
    background: transparent url(images/date-blu.gif) no-repeat;
    line-height: 1.3em;
}
div.data span.d {
	display: block;
	height: 18px;
	font-size: 150%;
    font-weight: bold;
    color: #fff;
    padding-top: 2px;
    background: transparent;
}
div.data span.m {
	text-transform: uppercase;
	font-size: 90%;
	padding-top: 5px;
	height: 15px;
}
div.azzurro {
	background: transparent url(images/date-azzurro.gif) no-repeat;
}
div.blu {
	background: transparent url(images/date-blu.gif) no-repeat;
}
div.rosa {
	background: transparent url(images/date-rosa.gif) no-repeat;
}
div.rosso {
	background: transparent url(images/date-rosso.gif) no-repeat;
}
div.verde {
	background: transparent url(images/date-verde.gif) no-repeat;
}
div.viola {
	background: transparent url(images/date-viola.gif) no-repeat;
}
div.marrone {
	background: transparent url(images/date-marrone.gif) no-repeat;
}

/* Comments */
label.author-label {
	background: url(images/icons/vcard.png) no-repeat center left;
	padding-left: 18px;
}
label.email-label{
	background: url(images/icons/email.png) no-repeat center left;
	padding-left: 18px;
}
label.url-label {
	background: url(images/icons/house.png) no-repeat center left;
	padding-left: 18px;
}
label.comment-label {
	background: url(images/icons/comment.gif) no-repeat center left;
	padding-left: 18px;
}
ol.commentlist {
	list-style: none;
	margin: 10px 5px;
}
ol.commentlist li {
	background: #f8f8f8 url(images/comment-bg.gif) no-repeat top left;
	padding: 0;
	margin: 10px 5px;
	overflow: hidden;
}
ol.commentlist li.autore {
	background: #f8f8f8 url(images/comment-bg.gif) no-repeat top left;
}
ol.commentlist li .numero {
	float: left;
	color: #ccc;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	width: 26px;
	margin: 20px 5px 5px 0;
}
ol.commentlist li.no-trackback, ol.commentlist li.no-comment {
	background: none;
}
ol.commentlist li p {
	padding: 0 5px;
}


/*Recent Comments */
ul.recentcomments {
	margin: 0; padding: 5px 0;
	list-style: none;
	background: #f4fff5;
}
ul.recentcomments li.recentCommentsPostTitle {
	background: #B5EDBC url(images/medaglie.gif) no-repeat top left;
	padding: 5px;
	margin: 5px;
}
ul.recentcomments li.recentCommentsPostTitle a {
	background: none;
}
ul.recentcomments li.recentCommentsPostTitle ul {
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	margin: 2px; padding: 2px;
	overflow: hidden;
}