/*  
Theme Name: Osteria v1.0
Theme URI: 
Description: Tema per Osteria Madonna dei Boschi.
Version: 1.0
Author: Nicolò Volpato
Author URI: http://www.gnvpartners.com

This theme uses some PHP and CSS code from the Hemingway theme by Kyle Neath.
This credit is due.
Kyle Neath - http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

html{
	background:#F4EADA url(../images/bg_header_pattern.jpg) repeat-x center top;
}

body{
	background:transparent url(../images/bg_body_pattern.jpg) repeat-x center bottom;
	color:#874141;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* solo IE6 Win */
* html body{
	font-size:13px;
	font-family:"Times New Roman", Times, Georgia, serif;
}

/* solo IE7 Win */
*:first-child+html body{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:750px;
	margin:0 auto;
}

ul{
	margin:20px 0 20px 0;
}

ul li{
	background:transparent url(../images/bg_ul.gif) no-repeat left center;
	color:#874141;
	list-style-type:none;
	padding:3px 0 0 25px;
	margin:10px 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------
  Header Styles
-----------------------------------------------------------------------------------------------*/
#header{
	background:transparent url(../images/bg_header.jpg) no-repeat center top;
	height:512px;
	text-align:right;
	border-bottom:5px solid #FFF;
}

#header p {
	margin:0;
	padding:15px 55px 0 0;
}

#header p a{
	border-bottom:1px solid #874141;
	color:#701313;
	font-size:10px;
	text-decoration:none;
}

#header p a:hover{
	color:#000;
}

/*-----------------------------------------------------------------------------------------------
  Top Menu Styles
-----------------------------------------------------------------------------------------------*/
#header #menu {
	height:39px;
	width:750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
	margin:0 0 0 9px;
}

#header #menu a {
	float:left;
	height:20px;
	width:auto;	
	color:#FFF;
	text-align:left;
	border:none;
	margin:174px 10px 0 10px;
	text-decoration:none;
}

#header #menu a:hover, #header #menu a.selected {
	border-bottom:2px solid #FFF;
}


/*-----------------------------------------------------------------------------------------------
 Flash / Content Styles
-----------------------------------------------------------------------------------------------*/
#header #flash{
	background:transparent url(../images/bg_flash.jpg) no-repeat center top;
	float:left;
	margin:3px 0 0 187px;  /* solo IE6 Win */
	margin /**/:3px 0 0 355px;  /* tutti gli altri */
	height:293px;
	width:414px;
}
/*-----------------------------------------------------------------------------------------------
  Body / Content Styles
-----------------------------------------------------------------------------------------------*/

#primary{
	background:transparent url(../images/bg_content_pattern.jpg) repeat-x center top;
	margin-bottom:39px;   /* solo IE6 Win */
	margin-bottom /**/:39px;   /* tutti gli altri */
}

#primary .inside{
	background:transparent url(../images/bg_content.jpg) no-repeat center top;
}

/* Single Post Styles */

#primary .primary{
	background:transparent url(../images/bg_footer.jpg) no-repeat center bottom;
	color:#666;
	padding:0 40px 70px 40px;
	min-height /**/:450px;
}

* html #primary .primary{
	height:450px;
	overflow: visible;
}		

#primary .primary .left{
	width:300px;
	float:left;
	text-align:justify;
}

#primary .primary .right{
	width:300px;
	float:right;
	text-align:justify;
}

#primary .primary p{
	font-size:14px;   /* solo IE6 Win */
	font-size /**/:13px;   /* tutti gli altri */
	line-height:22px;
	text-align:justify;
	margin-bottom:20px;
	color:#874141;
}

#primary .primary h1{
	font-size:36px;
	margin:0 0 10px 0;
	font-weight:normal;
	padding:70px 0 0 0;	
	color:#701313;
}
#primary .primary h2{
	font-size:24px;
	margin:30px 0 30px 0;
	font-weight:normal;
	color:#701313;
}
#primary .primary h4{
	font-size:16px;
	font-weight:100;
	margin:10px 0 10px 0;
	font-weight /**/:normal;
	color:#874141;
}
#primary .primary a{
	border-bottom:1px solid #874141;
	color:#701313;
	text-decoration:none;
}
#primary .primary a:hover{
	color:#701313;
}

/*-----------------------------------------------------------------------------------------------
  Serate / Spot
-----------------------------------------------------------------------------------------------*/

.serate_l{
	float:left;
	width:300px;
}

.serate_r{
	float:right;
	width:351px;
	margin:-32px -10px 0 0;
	margin /**/:-35px -20px 0 0;
	background:transparent url(../images/bg_serate_btm.jpg) no-repeat center bottom;
}

.foglio{
	padding-top: 20px;
	background:transparent url(../images/bg_serate_top.jpg) no-repeat center top;
}

.foglio .news{
	margin: 50px 50px 20px 50px;
	overflow: hidden;
}	

.foglio .news p{
	font-size:15px;
	text-align:left !important;
}

/* solo IE7 Win */
*:first-child+html body .serate_r .foglio .news p{
	width:251px;
	margin:50px auto 20px auto;
}

/*-----------------------------------------------------------------------------------------------
  Miniature
-----------------------------------------------------------------------------------------------*/
#primary .primary .mini{
	padding:20px 0 0 10px;
}

#primary .primary .mini a{
	background:transparent url(../images/bg_miniatura.jpg) no-repeat center top;
	height:112px;
	width:112px;
	float:left;
	margin:0 20px 20px 0;
	border:none;
}

#primary .primary .mini a:hover img{
	border:7px solid #874141;
	margin:4px 0 0 4px;
}

#primary .primary .mini img{
	height:90px;
	width:90px;
	margin:11px 0 0 11px;
}

/*-----------------------------------------------------------------------------------------------
  Contact Form Styles
-----------------------------------------------------------------------------------------------*/

textarea{
	background:transparent url(../images/bg_input.jpg) no-repeat center top;
	height:212px;
	border:none;
	display:block;
	padding:10px 0 0 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

/*\*/
/* solo safari */
/*
html*#messaggio {
	background-color:#FFF; 
}
*/
#primary .primary #form-left input, #primary .primary #form-right input{
	background:transparent url(../images/bg_input.jpg) no-repeat center top;
	height:28px;
	border:none;
	display:block;
	padding:10px 0 0 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#primary .primary #form{
	margin:30px 0 30px 0;
}

#primary .primary #form-left{
	float:left;
	width:300px;
}

#primary .primary #form-right{
	float:right;
	width:300px;
}

label{
	color:#874141;
	font-size:16px;
	font-weight:100;
}

#primary .primary #form #form-left input, #primary .primary #form #form-right input, .form-normal{
	border:2px solid #701313;
	display:block;
	width:323px;
	height:27px;
	margin:0 20px 10px 0;
}

#primary .primary #form textarea{
	border:2px solid #701313;
	display:block;
	width:323px;
	height:196px;
}

#primary .primary #form a#btn_send{
	display:block;
	background:transparent url(../images/bg_btn_send.gif) no-repeat right center;
	width:60px;
	font-size:23px;
	font-weight:normal;
	color:#701313;
	text-decoration:none;
	border:0;
	margin:30px 0 20px 3px;
	padding:0 35px 0 0;
}

.form-error{
	border:2px solid #C00;
	color: #C00;
}

/*-----------------------------------------------------------------------------------------------
  Foooter Styles
-----------------------------------------------------------------------------------------------*/

#footer{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	height:90px;
	overflow:hidden;
	font-size:13px;   /* solo IE6 Win */
	font-size /**/:12px;   /* tutti gli altri */
}

#footer .inside{
	/*padding:5px 0;*/
	
}

#footer .inside p{
	float:left;
	margin:0 30px 0 15px;   /* solo IE6 Win */
	margin /**/:0 30px 0 30px;   /* tutti gli altri  */
}

/* solo IE7 Win */
*:first-child+html body #footer .inside p{
	font-size:12px;
	margin:0 30px 0 30px;
}

#footer span.gnv{
	display:block;
	margin:-20px 0 0 0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:9px;
	color:#DDD;
}

 #footer span.gnv a{
	border:none;
	text-decoration:none;
}

#footer a{
	text-decoration:underline;
	color:#FFF;
	border:none;
}





