@charset "utf-8";
/* CSS author: Emiliano Marton. http://emilianomarton.thepen.cc/ (2009) */

/* Reset style - Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* - - -  */
html, body {
	height:100%
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
}
hr {
	display: none
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
#container {
	position: relative;
	width: 950px;
	height:100%;
	margin: 0 auto;
}
body>div#container {
	height:auto;
	min-height:100%
}
#header {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 60px 0 3px;
}
#header img#logo {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
#header h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0 30px 0 0;
}
#tagline {
	position: relative;
}
#tagline h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 32px;
	color:#999;
	line-height: 1em;
	margin:0;
	padding: 8px 0 0;
}
#tagline ul#main_nav {
	position: absolute;
	top: 10px;
	right: 0;
}
#tagline ul#main_nav li {
	display: inline;
	padding-left: 30px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#tagline ul#main_nav li a:link, #tagline ul#main_nav li a:visited {
	text-decoration:none;
	color:#36f;
}
#tagline ul#main_nav li a:hover {
	color:#666;
}
#tagline ul#main_nav li a.active:link, #tagline ul#main_nav li a.active:visited, #tagline ul#main_nav li a.active:hover {
	color:#000;
	cursor: default;
}
#block {
	padding: 80px 0 160px;
}
#block p.top {
	clear:left;
	padding: 0;
	margin:0;
	width:100%;
	text-align:center;
}
#block p.top a:link, #block p.top a:visited {
	color: #36f;
	text-decoration: none;
}
#block p.top a:hover {
	color:#666;
}
#left, #right {
	float:left;
	width: 155px;
}
#content {
	float:left;
	width: 600px;
	padding: 0 20px;
}
#footer {
	width: 950px;
	text-align: center;
	position:absolute;
	bottom:0;
	padding: 10px 0 60px;
	border-top:1px solid #ccc; 
}
#footer p {
	color:#666;
	line-height: 1.3em;
	font-size: 11px;
}
#footer p a:link, #footer p a:visited {
	color:#666;
}
#footer p a:hover {
	color:#000;
}





/*POST*/
#content div.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
#content div.post h3 {
	font-weight: bold;
	margin: 0.8em 0 0.4em;
	line-height:1.2em;
	font-size: 1.1em;
	text-transform:uppercase;
}
#content div.post h3 a:link, #content div.post h3 a:visited, #content div.post h3 a:hover {
	color:#000;
	text-decoration: none;
	cursor: default;
}
#content div.post h3.deact a:link, #content div.post h3.deact a:visited, #content div.post h3.deact a:hover {
	color:#f00;
}
#content div.post p {
	margin: 0.5em 0;
	line-height: 1.3em;
	color: #333;
}
#content div.post div.screen {
	width: 600px;
	background: #fff url(../img/bg_screen.png);
	margin: 0.8em 0 0;
}
#content div.post div.screen img {
	display:block;
	margin: 0 auto;
}
#content div.post p.author {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	line-height: 1em;
	margin: 1em 0 0.5em;
	text-align: right;
	color: #999;
}
#content div.post p.data {
	color:#7b5142;
	line-height: 1em;
	font-size: 1.4em;
	margin: 0;
	float:left;
}
#content div.post p a:link {
	color: #36f;
	text-decoration: underline;
}
#content div.post p a:visited {
	color: #36f;
	text-decoration:line-through;
}
#content div.post p a:hover {
	color: #666;
	text-decoration:underline;
}
#content div.post p u {
	background-color:#FFFFCC;
	text-decoration: none;
}
#content div.post ul.tools {
	float: right;
	font-size: 10px;
	border-right: 1px solid #ccc;
	padding: 0 5px 0 0;
}
#content div.post ul.tools li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
}
#content div.post ul.tools li a:link, #content div.post ul.tools li a:visited {
	text-decoration: none;
	color: #36f;
}
#content div.post ul.tools li a:hover {
	color:#666;
}

#content div.post ul.permalink {
	float: right;
	font-size: 10px;
	padding: 0;
}
#content div.post ul.permalink li {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#content div.post ul.permalink li a:link, #content div.post ul.permalink li a:visited {
	text-decoration: none;
	color: #666;
}
#content div.post ul.permalink li a:hover {
	color:#999;
}

#content div.post p.video {
	padding: 0;
	margin: 0.8em 0 0;
	width: 600px;
	text-align:center;
	background: #fff url(../img/bg_screen.png);
}
#content div.post p.video object {
	margin: 0;
}
/*end POST*/





/*MEMBERS*/
ul#members {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
ul#members li {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.2em;
}
ul#members li a:link, ul#members li a:visited {
	text-decoration: none;
	color: #36f;
}
ul#members li a:hover {
	color:#666;
}
ul#members li a.open:link, ul#members li a.open:visited {
	color:#000;
	text-decoration:none;
}
ul#members li ul {
	padding: 0.2em 0 0.2em 0;
}
ul#members li li {
	font-size: 11px;
	font-weight:normal;
	color: #666;
}
ul#members li li a:link, ul#members li li a:visited {
	text-decoration: none;
	color:#666;
}
ul#members li li a:hover {
	text-decoration: underline;
	color:#666;
}
/*end MEMBERS*/




/*blocchetto nd_level*/
div.nd_level {
	padding: 0 0 20px;
	margin: 0;
}
div.nd_level#cartlink, div.nd_level#infolink {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
div.nd_level h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.2em;
}
div.nd_level li {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 15px;
}
div.nd_level li a:link, div.nd_level li a:visited {
	color:#666;
	text-decoration:none;
}
div.nd_level li a:hover {
	color: #36f;
}
div.nd_level li a.active:link, div.nd_level li a.active:visited, div.nd_level li a.active:hover {
	color:#000;
	cursor: default;
}
div.nd_level#archive li {
	font-style: normal;
	border-top: 1px solid #ccc;
	padding-top: 2px;
}
div.nd_level#archive li ul {
	padding: 0.3em 0.5em 0.5em;
}
div.nd_level#archive li li {
	font-style: italic;
	border: 0;
	padding-top: 0;
}
/*end blocchetto nd_level*/



/* SHOP */
#content.shop {
	width: 795px;
	padding: 0;
}
#content.shop ul#shop_items li {
	float:left;
	width: 247px;
	margin: 0 0 25px 18px;
}
#content.shop ul#shop_items li img {
	display: block;
	width: 245px;
	height: 220px;
	border:1px solid #ccc;
}
#content.shop ul#shop_items li h3 {
	font-weight:bold;
	font-size: 14px;
	margin: 0.5em 0 0;
}
#content.shop ul#shop_items li p {
	margin: 0.1em 0;
	line-height: 1.2em;
}

#content.shop ul#shop_items li p.author {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.3em;
	color: #999;
}

#content.shop ul#shop_items li div p {
	float: right;
	font-size: 11px;
}
#content.shop ul#shop_items li div p.price {
	float: left;
	font-size: 13px;
	font-weight:bold;
}

/*link View price*/
#content.shop ul#shop_items li div p a:link, #content.shop ul#shop_items li div p a:visited {
	color: #36f;
	text-decoration: none;
}
#content.shop ul#shop_items li div p a:hover {
	color: #666;
}


/*admin tools*/
#content.shop ul#shop_items li ul.tools {
	float: none;
	margin: 0;
}
#content.shop ul#shop_items li li {
	font-size: 10px;
	float: none;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	line-height: 1.8em;
	width: auto;
	display: inline;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
}
#content.shop ul#shop_items li li a:link, #content.shop ul#shop_items li li a:visited {
	text-decoration: none;
	color: #36f;
}
#content.shop ul#shop_items li li a:hover {
	color:#666;
}






/*testo informativo*/
#content.shop div.info {
	border-left: 1px dashed #ccc;
	padding: 0 0 0 1.3em;
	margin: 0 0 1.3em 18px;
}
#content.shop div.info h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 1em;
	color:#7b5142;
}
#content.shop div.info h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 1.3em 0 0;
	color:#333;
}
#content.shop div.info p {
	margin: 0.5em 0;
	line-height: 1.3em;
	color: #333;
}
#content.shop div.info a:link {
	color: #36f;
	text-decoration: underline;
}
#content.shop div.info a:visited {
	color: #36f;
	text-decoration:line-through;
}
#content.shop div.info a:hover {
	color: #666;
	text-decoration:underline;
}	
#content.shop div.info li {
	margin: 0.8em 0;
	line-height: 1.2em;
	color: #333;
}
#content.shop div.info li strong {
	font-size: 13px;
}
#content.shop div.info li li {
	margin: 0.2em 0;
	line-height: 1.2em;
	color: #333;
}



/*dettaglio prodotto*/
#content div#card {
	margin: 0 0 1em 18px;
}
#content div#card div.screen {
	float:left;
}
#content div#card div.screen img#big {
	width: 450px;
	height: 404px;
	display: block;
	/*background: #fff url(../img/bg_screen.png)*/;
	border: 1px solid #ccc;
}
#content div#card div.details {
	width: 305px;
	padding: 0 0 0 20px;
	float:left;
}
#content div#card div.details h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.2em;
	line-height: 1em;
	color:#000;
}
#content div#card div.details p {
	margin: 0;
	line-height: 1.2em;
	color: #333;
}
#content div#card div.details p a:link, #content div#card div.details p a:visited {
	color: #36f;
	text-decoration: none;
}
#content div#card div.details p a:hover {
	color: #666;
}
#content div#card div.details p.brief {
	line-height: 1em;
}
#content div#card div.details p.author {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	line-height: 1em;
	margin: 0.4em 0;
	color: #999;
}
#content div#card div.details p.price {
	font-size: 14px;
	font-weight:bold;
	color:#000;
	margin-top: 0.8em;
}
#content div#card div.details p.sold_out {
	color:#f00;
	font-weight:bold;
	margin: 0.8em 0;
}


/*shop thumbnails*/
#content div#card div.details ul {
	padding: 0 0 12px;
}
#content div#card div.details li {
	float:left;
	border: 1px solid #ccc;
	width: 90px;
	height: 81px;
	margin: 9px 9px 0 0;
}
#content div#card div.details li img {
	display:block;
	margin: auto;
	width: 90px;
	height: 81px;
}

/*cart tools*/
#content div#card div.details form {
	margin: 1em 0 0;
}
#content div#card div.details form select, #content div#card div.details form input {
	border: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#content div#card div.details form input#qta {
	text-align:center;
}
#content div#card div.details form optgroup {
	font-style:normal;
	margin: 3px;
}
#content div#card div.details form th, #content div#card div.details form td {
	border-collapse: collapse;
	padding: 0 0 5px;
}
#content div#card div.details form th {
	padding-right: 10px;
}
#content div#card div.details form p.add-to-cart {
	margin: 10px 0 0;
}
#content div#card div.details form p.add-to-cart button {
	border: 0;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background: #36f;
	font-weight: bold;
	cursor: pointer;
}
#content div#card div.details form p.add-to-cart button.js_disabled {
	background: #999;
}
#content div#card div.details form p.add-to-cart button:hover, #content div#card div.details form p.add-to-cart button.js_disabled:hover {
	background:#000;
}
#content div#card div#alert-box {
	margin: 1em 0;
}
#content div#card div#alert-box p {
	margin: 0.2em 0 0;
	color:#f00;
	line-height: 1.2em;
}

/*link back*/
#content p.back {
	padding-top: 1em;
	font-size: 12px;
}
#content p.back a:link, #content p.back a:visited {
	color: #36f;
	text-decoration: none;
}
#content p.back a:hover {
	color: #666;
}









/*pagination*/
ul#prev-next li {
	width: 50%;
}
ul#prev-next li a:link, ul#prev-next li a:visited {
	text-decoration: none;
	color: #36f;
}
ul#prev-next li a:hover {
	color:#666;
}
/**/
#content.shop ul#pagination {
	text-align: right;
	padding: 20px 0 0;
}
#content.shop ul#pagination li {
	display: inline;
	margin: 0 0 0 5px;
}
#content.shop ul#pagination li a:link, #content.shop ul#pagination li a:visited {
	text-decoration: none;
	color: #36f;
}
#content.shop ul#pagination li a:hover {
	color:#666;
}
#content.shop ul#pagination li a.active:link, #content.shop ul#pagination li a.active:visited, #content.shop ul#pagination li a.active:hover {
	color:#000;
	cursor: default;
}




/*Cart*/
#content.shop div#cart {
	font-size: 12px;
	color:#333;
	padding: 0 0 0 18px;
}

#content.shop div#cart h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1.3em;
	line-height: 1em;
	color:#000;
}

#content.shop div#cart table {
	width: 100%;
	border-collapse:collapse;
}
#content.shop div#cart table th {
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px 10px;
	color:#666;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 14px;
	text-align: center;
}
#content.shop div#cart table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
}
#content.shop div#cart table td.item {
	width: 60%;
	text-align:left;
}
#content.shop div#cart table td.btn {
	text-align:right;
	border-color:#fff;
	padding: 15px 0 30px;
}
#content.shop div#cart table td.price {
	font-weight: bold;
	background:#ffe;
	text-align:right;
}
#content.shop div#cart table td.remove {
	text-align:center;
}
#content.shop div#cart table td.shipping-select {
	border-right:0;
	border-top:0;
	border-bottom:0;
	border-left-color:#fff;
	text-align:right;
	padding-top: 10px;
}
#content.shop div#cart table td.total {
	text-align:right;
	border-color:#fff;
	padding: 0;
	font-size: 16px;
	font-weight:bold;
}
#content.shop div#cart button {
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background: #36f;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}
#content.shop div#cart button#update_cart {
	font-size: 13px;
	background: #999;
}

#content.shop div#cart button#update_cart:hover, #content.shop div#cart button#checkout:hover {
	background:#000;
}
	
#content.shop div#cart input.txtinput, #content.shop div#cart select {
	border: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
} 
#content.shop div#cart input.txtinput {
	text-align: center;
}
#content.shop div#cart p.alert {
	text-align:right;
	color:#f00
}





.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}
/* Nasconde da IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Fine dell'hack per IE-mac */