/*  
Theme Name: lucca-apartment
Theme URI: http://www.istos.it
Description: Lucca Apartment theme by istos.it.
Version: 1.0
Author: Ronald Ashri
Author URI: http://www.istos.it

*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link {
	color: #b50000;
}
a:visited, a:active {
	color: #ce0000;
}
a:hover {
	color: #560000;
	text-decoration: underline;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 20px;
	border-top: 1px solid #E8E7D0;
	border-bottom: 1px solid #E8E7D0;
	background: #FAFAF0;
}
small {
	font-size: 0.9em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	background: #FAFAF0;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 30px 0 0 0;
	background: url(images/palazzo-logo.gif) no-repeat center right;
	
}
	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		font-family: Garamond;
		font-size: 1.2em;
		text-decoration: none;
		color: #659061;
	}
			
#content {
	float:left;
	margin: 0 0 0 0px;
	width: 800px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}

#leaderimage {
	margin: 0 0 5px 0px;

}


#topnavbar
{
	margin: 0 0 5px 0px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;

}

#secondnavbar
{
	float:left;
	margin: 0 0 0 0px;
	width: 800px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
	border:1px solid red;

}





.sidebar {
	width: 260px;
	margin: 10px 2px 10px 2px;
	font-size: 0.9em;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}



.s1 {
	float: left;
	border: 1px solid red;
}


.s2{
	float: left;
	border: 1px solid green;
}


.s3 {
	float: right;
	border: 1px solid yellow;
}



#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		border-top: 10px solid #c4c0c0;
		font-size: 0.9em;
		text-align: right;
	}
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}
#sidebar h2 a {
	color: #000;
}
#sidebar h2 a:hover {
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}


/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px;
/*	background: #9BBB38 url(images/posttitle.gif) no-repeat top right;*/
}
.posttitle a:link, .posttitle a:visited {
	color: #FFF;	
}
.posttitle a:hover, .posttitle a:active {
/*	background: #E8E7D0 url(images/posttitle.gif) no-repeat 100% -91px;*/
	color: #80904F;
}
.postmeta {
	margin-top: 0;
	padding-top: 0.1em;
	background: url(images/postmeta.gif) no-repeat top left;
	font-size: 0.9em;
	color: #999;
}
.postentry {
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

.postnav {
	width: 100%;
	padding: 1.2em 0;
	overflow: auto;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 0.1em 20px;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #C1C0B5;
	background: #FFF;
}

/*cantasapori i*/
.thei
{
	color: #b20000;
}


/* navbar */
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  text-align: left;white-space: nowrap;
	font-weight: bold;
}
ul#minitabs li{font-size:1.1em;display: inline;margin: 0px 10px 0 10px;color: #8f9039;
}
ul#minitabs a{text-decoration: none;padding: 0 0 0px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #95b259;color: #000}
ul#minitabs a:hover{border-color: #a28c68;color: #666}

/*message*/
.message{
	padding: 10px;
	background:black;
	color: #fff;
	font-size:1.1em;
	text-align: justify;
}


/*subscribe*/
#subscribe{
	padding: 30px;
	font-size:1.4em;
	background-color: #000;
	color: #c60000;
}

.button{
	border: 2px solid grey;
}


