/*
Theme Name: Diapason
Theme URI: http://www.diapasonhifi.it/
Description: Diapason
Version: 2.9 beta4
Author: NDSTR
Author URI: http://www.ndstr.com/
*/
html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	background-color: #222;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   	color: #333;
} 

a:link, a:visited {
	color: #f0670b;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #f0670b;
	text-decoration: none;
	border-bottom: none;
}

a:active, a:focus {
	color: #f0670b;
	text-decoration: none;
	border-bottom: none;
}

blockquote {
	background-color: #FFF;
	font-weight: normal;
	color: #666;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin: 0px 20px 0px 20px;
	padding: 4px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 4px;
}

input, textarea, select {
	margin: 1px 0;
	font-size: 100%;
	background: #FFF;
	border: 1px solid #f0670b;
	color: #666;
}
input.text, textarea.text {
	background: #FFF;
	border: 1px solid #f0670b;
	color: #666;

}

.input2ma {
	border: 1px solid #f0670b;
}


.img2ma {
	border: 0px;
	background: transparent;
}


tr, td {
	vertical-align: top;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#blog { 
	width: 970px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

#header {
	width: 970px;
	height: 291px;
	background: url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#header #header-logo {
	position: absolute;
	top: 185px;
	left: 30px;
}

#header #header-search {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align: left;
	top: 103px;
	width: 200px;
	left: 765px;
}


#header #header-icons {
	width: 540px;

	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
	position: relative;
	top: 150px;
	text-align: right;
}

#header #sitetitle {
	color: #fff;
	padding-left: 15px;
	padding-top: 22px;
	font-size: 13px;
	font-weight: bolder;
}

#header #sitetitle h1 a {
	color: #fff;
}

#header h2 {
	color: #fff;
	font-weight: bolder;
	font-size: 13px;
}

#header #sitedescription {
	padding-left: 15px;
	padding-top: 124px;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/bg-wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#wrapperleft {
	width: 760px;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
} 

#main {
	width: 550px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

#main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet-doc.gif) no-repeat 0 3px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

/*	DATE */
#main h1 {
	font-weight: bold;
	font-size: 100%;
	color: #6699CC;
	padding: 2px 4px 4px 27px;
	background: url(images/bullet-splat.png) no-repeat 8px 4px;
}

/*	TOPIC */
#main .entry h1, #main #comments h1, #main #commentform h1 {
	font-weight: bold;
	font-size: 120%;
	background: none;
	padding: 0px;
	color: #f0670b;
}

#main .entry, #main #comments, #main #commentform {
	padding: 0px 10px 30px 5px;
	margin: 0px;
}

#main .entrycontent {
	padding: 0px;
	margin: 0px;
}

#main .entryfooter {
	background-color: #FFF;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#main .contentimage {
	margin-top: 5px;
}

.contentimage {
	padding-top: 0px;
}

#contentimage {
	margin-top: 5px;
}

#main .asides {
	padding: 0px 10px 10px 10px;
}

#comments {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

#main #comments .comment {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .officialuser {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment h4, #main #comments .officialuser h4 {
	font-size: 100%;
	font-weight: normal;
}

#main #comments .comment .commentnumber, #main #comments .officialuser .commentnumber {
	font-size: 140%;
	font-weight: bold;
	margin-right: 8px;
}

#main #commentform form {
	background-color: #EFEFEF;
	font-size: 100%;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #f0670b;
	border-bottom: 1px solid #f0670b;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px;
}

#main #commentform label {
	font-size: 90%;
}
#main #commentform .commentforminfo {
	font-size: 90%;
}

.sidebar {
	width: 186px;
	float: right;
	position: relative;
	padding-right: 10px;
	margin: 0px;
	color: #fff;
	border-right: 4px solid #FFF;
	font-size: 13px;
}



.sidebar p {
	text-align: left;
}

.sidebar #wp-calendar {
	padding-left: 30px;
}

.sidebar a:link, .sidebar a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom: none;
}

.sidebar a:active, .sidebar a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.sidebar h2 {
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
}

.sidebar li {
	list-style-type: none;
	background: none 0 0px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4em;	
}

.sidebar li h2 {
	list-style-type: none;
	background: none 0 0px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
}

.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.sidebar ul li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet-doc.gif) no-repeat 0 4px;
	line-height: 17px;
	text-align: left;
}

.sidebar #akismetwrap {
	padding-left: 35px;
}

.sidebar .linkimages ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sidebar .linkimages li {
	padding: 0px;
	background-image: none;
}

.sidebar .linkimages a:link, .sidebar .linkimages a:visited, .sidebar .linkimages a:active, .sidebar .linkimages a:hover, .sidebar .linkimages a:focus {
	text-decoration: none;
	border: none;
}

#footer {
	color: #666666;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #ff7200;
	text-decoration: none;
}

#footer a:hover {
	color: #ff7200;
	border-bottom: 1px solid #ff7200;
}

#footer a:active, #footer a:focus {
	color: #ff7200;
	text-decoration: none;
	border-bottom: 1px solid #ff7200;
}


/* a.annotation { position: absolute; border: 1px solid white; padding: 0; display: none; }
a.annotation span { display: block; width: 100%; height: 100%; background: white; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); }
a.annotation:hover { border-color: yellow; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); } */


/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#wrapperleft:after, #wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */ 

#searchform {
	background: none;
	color: #FFF;
	padding-left: 10;
	padding-top: 2pt;
}

.searchforminput {
	background-color: #fff;
	font-size: 100%;
	font-weight: normal;
	color: #333;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}


/*WP-PopIn Plugin Style */
#wpPopin {
   padding: 5px;
   border: solid 2x #FFF;
   background-color: #333;
}


#wpPopinLinks {
    height: 12px;
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #333;
}

.small-grey {
	font-size: 9px;
	color: #666666;
}

.AlignLeftCategories {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 24px;
}


.Product_listingProductListing-heading {
  width: 25%;
  float: left;
  background: #333333;
}

.BoxesInfoBoxHeadingCenterBoxTitle {
	font-weight: bold;
	font-size: 14px;
}

.Venticinque {
  background: #F0670B;
  font-weight: bold;
  width: 25%;
  float: left;
}

.Venticinque2 {
  width: 25%;
  float: left;
  background: inherit;
  color: inherit;
}

.TrentaTre {
  width: 33%;
  float: left;
  background: inherit;
  color: inherit;
}

.CinquantaL {
  padding-left: 1%;
  text-align: left;
  width: 49%;
  float: left;
  background: inherit;
  color: inherit;
}

.CinquantaR {
  text-align: right;
  width: 49%;
  float: left;
  background: inherit;
  color: inherit;
}

.Table_templateClear {
  font-size: 0.2em;
  clear: both;
}


.InfoBoxContenent2MA {
  clear: both;
  border: 0px;
  padding: 0px;
  margin-left: -5px;  
}

.AlignLeft {
  text-align: left;
  background: inherit;
  color: inherit;
  font-size: 11px;
}

.s {
	text-decoration: line-through;
}

.ColorRed {
	color: #FF0000;
}

span {
	font-weight: bold;
}

.checkout-title {
	font-size: 14px;
	color: #555555;
}


.moduleRow { }
.moduleRowOver { background-color: #999999; cursor: pointer; color: inherit; }
.moduleRowSelected { background-color: #F0670B; color: inherit; }


.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; background: inherit; }

.en { color: inherit; background: inherit; background-image: url(includes/languages/english/images/icon.png);background-repeat:no-repeat;padding-top:1px; padding-left:2px; padding-right:2px; font-family: courier, monospace; }
.it { color: inherit; background: inherit; background-image: url(includes/languages/italian/images/icon.png);background-repeat:no-repeat;padding-top:1px;padding-left:2px; padding-right:2px;  font-family: courier, monospace; }

.EUR { color: inherit; background: inherit; padding-top:1px; padding-left:2px; padding-right:2px; font-family: courier, monospace;font-size: 0.7em; }
.USD { color: inherit; background: inherit; padding-top:1px; padding-left:2px; padding-right:2px; font-family: courier, monospace;font-size: 0.7em; }


