/* @override 
	http://localhost/quartettomansi/wp-content/themes/statement/style.css
	http://www.quartettomansi.it/demo/wp-content/themes/statement/style.css
*/

/*  
Theme Name: Quartetto
Theme URI: http://www.progettidigitali.it/categorie/wordpress
Description: The "Quartetto" WordPress theme has been built by <a href="http://www.progettidigitali.it" title="Free WordPress Themes">Progetti Digitali</a> and comes under a Creative Commons License.
Version: 1.0
Author: Progetti Digitali
Author URI: http://www.progettidigitali.it
*/

/*+++++++ BODY +++++++*/

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}

body {
	color: #4d4b4c;
	background: #fff repeat-x;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

/*+++++++ H1,H2,H3 HYPERLINKS +++++++*/

h3 {
	padding: 10px 0 10px 0;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #8b0000;
	border: 0px;
}

a:active {
	color: #8b0000;
	border: 0px;
}

a:visited {
	color: #8b0000;
	border: 0px;
}

a:hover {
	color: #8b0000;
	border: 0px;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

/*+++++++ MAIN +++++++*/

#wrapper {
	width: 1000px;
	border: 1px solid #8b0000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(images/righe.gif) no-repeat;
}

#frame,#content {
	width: 975px;
	margin: auto;
}

#content {
	
}

#frame {
	
}

/*+++++++ TOP +++++++*/

#header {
	height: 150px;
	width: 630px;
	display: inline;
}

#link_villa {
	margin-left: 25px;
}

#link_villa a {
	color: white;
}

#link_villa a:hover {
	color: #8b0000;
	text-decoration: none;
}

#logo {
	float: right;
	width: 370px;
	height: 150px;
	display: inline;
}

#logo h1 {
	text-indent: -000px;
}

#logo h1 a {
	height: 150px;
	width: 370px;
	outline: none;
	display: inline;
}

#topleft {
	height: 150px;
	width: 630px;
	float: left;
	background-color: #a07600;
}

#searchbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	margin-left: auto;
}

#searchbox #s {
	width: 200px;
	background: none;
	color: #8b0000;
	border: 1px solid #8b0000;
	margin-top: 4px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

#searchbox #go {
	padding: 3px;
	border: 1px solid #8b0000;
	background: none;
	color: #8b0000;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 4px;
}

#lingue {
	text-align: right;
	width: 150px;
	float: right;
	padding-top: 8px;
	font-size: 15px;
}

#lingue li {
	margin-right: 3px;
	display: inline;
	float: right;
}

#lingue li img {
	display: none;
}

.qtrans_language_chooser li {
	float: left;
	margin-right: 3px
}

/*+++++++ NAVIGATION +++++++*/

#nav {
	padding-right: 10px;
	margin-top: 91px;
	float: left;
	margin-left: 25px !important;
	margin-left: 0px;
}

/* Default CSS generated by dTabs */

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */

#tabbar li, #tabbar ul li, {
	

/*

make them horizontal in IE*/
	display: inline;
	

/* s

pace them a little in IE*/
	margin: 0 5px;
}

/* style the tabs */

.tab, .tabselected {
	

/*

make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	

/* m

ake them horizontal in all other browsers*/
	display: inline-block;
	

/* spa

ce them a little */
	padding: 5px;
	

/* set a

grey background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: #a07600;
	font-weight: bold;
	

/* set a b

order, make it rounded at the top */
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius-top-left: 0px;
	-khtml-border-radius-top-right: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}

.tab a, .tabselected  a {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/bullet_24.png) no-repeat 0px 0px !important;
	background: url(images/bullet_24.gif) no-repeat 0px 0px;
	text-decoration: none;
}

.tab a:hover {
	color: #ffffff;
	background: url(images/bullet_24_w.png) no-repeat 0px 0px !important;
	background: url(images/bullet_24_w.gif) no-repeat 0px 0px;
}

/* make changes to the selected tab */

.tabselected a {
	color: #ffffff;
	background: url(images/bullet_24_w.png) no-repeat 0px 0px !important;
	background: url(images/bullet_24_w.gif) no-repeat 0px 0px;
}

.tabselected {
	color: #ffffff;
}

/* style the drop down menus */

.dmenu {
	/*

left align the text */
	text-align: left;
	/*

REQUIRED */
	position: absolute;
	/*

j

s fade method should display them 23px below the top of the tabs */
	margin: 27px 0 0 0;
	/*

put

some space around the contents */
	padding: 5px 5px;
	/*

set a

grey background */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
	background-image: url(images/75p_honey.png);
	

/* set a b

order, round all the corners except the top left */
	
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 10px;
	-khtml-border-radius-bottom-left: 0;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

#tabbar .dmenu ul {
	

/*

put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	border-top: /*

s

top ie going crazy */
	margin: 0;
}

#tabbar .dmenu ul li {
	

/*

stop ie from displaying list items inline */
	display: list-item;
}

/* REQUIRED: hide menus off screen by default */

.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */

#tabbar .fademenu .dmenu {
	

/*

position menus correctly */
	margin: 5px 0 0 -6px;
}

/* REQUIRED: show menus on hovering */

#tabbar .fademenu:hover .dmenu {
	left: auto;
}

/*+++++++ INFOBAR +++++++*/

#infobar {
	height: 30px;
	width: 975px;
	line-height: 30px;
	font-size: 11px;
	margin-bottom: 15px;
}

#browse {
	float: left;
	width: 570px;
	background: url(images/folder.gif) no-repeat 0 6px;
	padding-left: 22px;
}

#rss {
	float: right;
	color: white;
	height: 20px;
}

#rss p {
	padding-right: 5px;
	text-align: right;
	padding-top: 4px;
	font-size: 11px;
}

#rss strong {
	color: #fff;
}

#rss ul {
	float: right;
	margin-top: 4px;
}

#rss ul li {
	display: inline;
}

#rss ul li a {
	color: #fff;
}

/*+++++++ ENTRY +++++++*/

#left {
	float: left;
	width: 570px;
	min-height: 350px;
	background: url(images/sfondo_qm.png) no-repeat;
}

.entry {
	width: 540px;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 140%;
	border-color: #dadada;
	border-width: 1px;
	margin-top: 20px;
}

.entry h2 {
	letter-spacing: -1px;
	margin-bottom: 0px;
	font: bold 22px/28px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

.entry h2 a {
	color: #222222;
}

.entry h2 a:hover {
	color: #8b0000;
}

.entry p {
	padding-bottom: 10px;
}

html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}

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

.entry ul li:before {
	content: "\00BB \0020";
}

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

.entry ol li {
	background: #fafafa;
}

.entry img {
	margin: 0;
}

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;
}

.allinfos {
	font-size: 11px;
	height: 20px;
	padding-bottom: 10px;
	color: #d1d1d1;
	padding-left: 5px;
}

span.date {
	
}

span.comments {
	background: url(images/comment.gif) no-repeat;
	padding-left: 20px;
}

span.category {
	background: url(images/posted.gif) no-repeat;
	padding-left: 20px;
}

.navigation {
	width: 540px;
	padding: 10px;
	line-height: 140%;
	font-size: 11px;
}

/*+++++++ SIDEBAR +++++++*/

.sendit {
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	width: 315px;
	padding: 10px;
	border-color: #EEEEEE;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.sendit form {
	background: url(newsletter.jpg) no-repeat right;
	height: 90px;
}

#sidebarbottom {
	float: right;
	width: 400px;
	display: inline;
	padding-top: 130px !important;
	padding-top: 0px;
}

#right {
	float: left;
	width: 400px;
}

#topsidebar {
	width: 380px;
	padding: 0 10px 0 10px;
	border: 1px solid #dadada;
	background: #fff;
	margin-bottom: 10px;
}

#lsidebar h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4c4c4c;
}

#rsidebar h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4c4c4c;
}

#lsidebar {
	padding: 6px;
	margin-left: 45px;
}

#rsidebar {
	float: left;
	width: 195px;
	border: 1px solid #dadada;
	background: #fff;
	margin-left: 8px;
	padding: 10px 10px 10px 5px;
}

#sidebarbottom ul {
	margin: 10px auto 20px;
}

#sidebarbottom ul li {
	
}

#sidebarbottom ul li ul {
	
}

#sidebarbottom ul li ul li {
	display: block;
	padding-left: 34px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #dadada;
}

.ec3_list li {
	background: url(images/bullet.gif) no-repeat 0 0;
}

#sidebarbottom p {
	padding: 0 5px;
}

/*+++++++ COMMENTS +++++++*/

.postmetadata {
	padding: 5px;
	background: #feffe5;
}

#commentform p {
	padding-bottom: 10px;
}

#commentform #author {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}

#commentform #email {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}

#commentform #url {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}

#commentform #comment {
	border: 1px solid #dadada;
	height: 200px;
	width: 500px;
}

.commentlist cite {
	background: #f9f9f9;
	padding: 5px 5px 5px 10px;
}

.commentlist cite a {
	color: #333;
}

.commentlist .ctext {
	background: url(images/doth.gif) repeat-x bottom;
	font-size: 11px;
}

/*+++++++ FOOTER +++++++*/

#footer {
	background: #8B0000;
	width: 100%;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-bottom: 5px;
}

#foo {
	width: 960px;
	color: #fff;
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 12px;
}

#strip {
	margin-left: 3px;
	margin-bottom: 57px;
}

.innerfade {
	float: left;
	width: 80px;
}

#foo a:link {
	color: #fff;
	border: 0px;
	text-decoration: underline;
}

#foo a:active {
	color: #fff;
	border: 0px;
}

#foo a:visited {
	color: #fff;
	border: 0px;
	text-decoration: underline;
}

#foo a:hover {
	color: #FFFFFF;
	border: 0px;
	text-decoration: underline;
}

#foo ul {
	float: left;
	padding-bottom: 5px;
}

#foo ul li {
	display: inline;
	line-height: 20px;
	font-weight: 700;
}

#foo ul li.current_page_item a {
	background: url(images/navbg-acho.gif) repeat-x;
	color: #fff;
}

#foo ul li.current_page_item a:hover {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

#foo ul li a {
	color: #fff;
	float: left;
	padding: 0 20px 0 0;
}

#foo ul li a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}

/****Misc ****/

acronym, abbr, span.caps {
	cursor: help;
}

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

blockquote {
	margin: 15px 30px 15px 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;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}

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

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

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

pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding: 10px;
	background: #f3f2ed
}

code {
	font-size: 1.0em;
	color: #000
}

a#patner_link {
	color: #4d4b4c;
	border: 0px;
	text-decoration: none;
}

a:active#patner_link {
	color: #4d4b4c;
	border: 0px;
	text-decoration: none;
}

a:visited#patner_link {
	color: #4d4b4c;
	border: 0px;
	text-decoration: none;
}

a:hover#patner_link {
	color: #8b0000;
	border: 0px;
	text-decoration: none;
}

/**** Gallery ****/

.gallery {
	text-align: center;
}

.gallery img {
	padding: 3px;
}

.attachment {
	text-align: center;
}

.attachment img {
	padding: 5px;
	border: 1px solid #999999;
}

.imgnav {
	text-align: center;
}

.imgleft {
	float: left;
}

.imgleft img {
	padding: 5px;
	border: 1px solid #999999;
}

.imgright {
	float: right;
}

.imgright img {
	padding: 5px;
	border: 1px solid #999999;
}

/********** Begin Images **********/

p img {
	padding: 0;
	max-width: 100%;
}

/*&nbsp;&nbsp; &nbsp;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 */

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	padding: 10px 15px 10px 15px;
	border-color: #EEEEEE;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
}

.wp-caption img {
	margin: -6px 6px 6px -6px;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	padding: 4px;
	position: relative;
}

.wp-caption img:hover {
	background-color: #A9A9A9;
}

.wp-caption p.wp-caption-text {
	font-size: 15px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */