/*  
Theme Name: Royal Autonoleggi
Theme URI: www.x-brain.it
Description: Tema Grafico Standard Royal Autonoleggi
Author: X-BRAIN	
Author URI: http://www.x-brain.it

*/



/* Begin Typography & Colors */
*{
margin:0;
padding:0;
line-height:1.5;
}
body {
	font-size:80%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #5f5437;
	text-align: center;
	
	

	
background-color:#006233;

	}

#page {
	text-align: left;
	width:840px;
	margin:0 auto;
	background:url(images/page.png) repeat-y ;
	}

#headerwrapper{
width:100%;
height:375px;
background:url(images/headerwrapperpng.png) repeat-x;
}

#header {
width:840px;
margin:0 auto;
padding:0;
background:url(images/header.jpg) no-repeat;
height:375px;
	}

#menu{
	margin:0;
	padding:0;
	position:relative;
	top:346px;
	left:50px;
	text-align:left;
	
	}
	
	#menu ul{
	list-style:none;
	}
	#menu ul li{
	display:inline;
	padding-right:30px;
	}
	#menu ul li a{
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:9px 10px 10px 10px;
	}
	#menu ul li a:hover{
background-color:#ebe3cd;
color:#00572a;
	}
#content {
	width:580px;
	margin:0 0 0 20px !important;
	margin:0 0 0 10px ;
	float:left;
	
	}


.alt {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	
	font-size:1.3em;
	}
	h4{
	margin:10px 0 5px 0;
	text-transform:uppercase;
	color: #006436;
	}



h2, h1 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	background:url(images/sidebarh2.png) no-repeat bottom center;
	text-align:center;
	font-size: 1.2em;
	padding-bottom:15px;
	margin:0;
	color: #5f5437;
	font-weight:bold;
	border:0;

	}

h3 {
	font-size: 1.3em;
	}



h1,h2, h3 {
	color: #006436;
	text-transform:uppercase;
	background:url(images/h2bg.png) repeat-x bottom;
	line-height:30px;
	padding:0 0 0 0;
	margin:20px 0 10px 0;
	
	
	}
h1 a, h2 a, h3 a{
	color: #006436;
	text-transform:uppercase;

	line-height:30px;
	padding:0 0 0 0;
	margin:20px 0 10px 0;
	border-bottom:0;
	
	}

h1 a, h1 a:visited,  h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}







acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a{
	color: #6d5d3b;
	
	}
	h1 a:hover, h2 a:hover, h3 a:hover {
	color: #bbb098;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}




/* Begin Structure */

#footer {
	padding: 5px 0;
	margin: 20px auto 0 auto;
	width: 840px;
	clear: both;
	background:url(images/page.png) repeat-y;
	height:60px;
	border-top:1px dotted  #006436;
	}

#footer p {
	margin: 0 auto;
	margin: 0 0 0  10px;
	padding:5px 0 0 0;
	text-align: center;
	font-size:11px;
	
text-transform:uppercase;

	
	
	}
	 a.logo{
	color:#ebe3cd;
	width:110px;
	height:30px;
	display:block;
	margin-right:22px !important;
	margin-right:11px;
	margin-top:5px;
	
	position:relative;
	text-decoration:none;
	font-size:9px;
	}
	a.logo span{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(images/x-brain2.png);
	background-repeat:no-repeat;
	cursor:hand;
	}
	 a:hover.logo span{
	
	background-image:url(images/x-brain.png);
	background-repeat:no-repeat;
	
	}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding-left:10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	/*background:url(images/sidebarulbg.png) no-repeat left bottom;*/
	padding-bottom:20px;
		}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;

	}
/* End Entry Lists */


/* Begin Sidebar */
#sidebar
{ margin-right:5px;
margin-top:20px;
	padding:0;
	float:right;
	width: 211px;
	}
#sidebar a{
font-size:12px;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;

color:#9a8453;
}
#sidebar a:hover{
text-decoration:underline;
}
/* End Sidebar */

#sidebar p{
margin-left:20px;
}





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#sidebar ul.list-rec a{
color:#5f5437;

}	
div#home{
width:800px;

margin:0 auto;
padding:0;
clear:both;

}
div#home h1{
margin:0;
padding:0;
}

.box,.box1{
width:370px;
height:130px;
border:10px solid #bbb098;
margin:10px 0;
}
.box p, .box1 p{
float:left;
padding:5px;
width:185px;
line-height:1.2;
font-size:12px;



}
.box h3, .box1 h3 {
width:185px;
font-size:12px;
text-transform:uppercase;
float:left;
margin:0;
padding:5px;
line-height:1.5;
}

.box{
float:right;
}
.box1{
float:left;
}
.box1 a img, .box a img{
border:0;
float:right;
margin:0;
padding:0;
}
#content h3.lista{

	color: #006436;
	text-transform:uppercase;
	

	line-height:30px;
	padding:0 0 0 0;
	margin:20px 0 10px 0;
clear:left;
}
.entry{
margin-bottom:20px;
}

.entry a img, .entry img{
padding:5px;
background:#006436;
margin:5px 5px 5px 0;
}
.entry a:hover img{
padding:5px;
background:#bb9632;
margin:5px 5px 5px 0;
}
.entry strong{
color:#006436;
}
.informati{
text-align:left;
font-size:10px;
background-color:#e0d5bc;
padding:5px;
clear:left;
margin-top:10px;
}
.informati img {
background-color:transparent;
float:left;
margin:2px 5px 0 0 ;
padding:0;
}
	
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
