/*
Theme Name: Tema Default by duDAT.it
Theme URI: http://wordpress.org/
Description: Tema realizzato da <a href="http://www.dudat.it">duDAT.it</a>.
Version: 1.0
Author: duDAT.it
Author URI: http://www.dudat.it

	duDAT.it v1.0
	http://www.dudat.it

	This theme was designed and built by duDAT.it
	whose blog you will find at http://www.dudat.it

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* CSS Document */

@import url(menu.css);

img#logoprint {display:none;}

body {
	text-align:center;
	margin:0;
	padding:0 0 20px 0;
	background-color:#FFF;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;	
}

a {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
	outline:none;
}

form {
	margin:0;
	padding:0;
	}

.clear {
	display:block;
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
	}
	
.cleardotted {
	display:block;
	clear:both;
	margin:0;
	padding:0;
	border-top:1px dotted #6D6D6D;
	height:10px;
	}

.yellow { color:#ff9900;}
.red { color:#cc0001;}
.blue { color:#0000cc;}
.grey { color:#535353;}
.fucsia { color:#d5006a;}


/****************************************************************************
Main structure
****************************************************************************/
#container {
	margin:15px auto;
	padding:0;
	text-align:left;
	width:950px;
}

#header {
	margin:0 24px 0 25px;
	padding:0 0 12px 0;
	border-bottom:1px dotted #6d6d6d;	
}

#main {
	padding:5px 17px;
}


/****************************************************************************
HEADER
****************************************************************************/
#header #header-left {
	width:209px;
	float:left;
}

#header #header-left #logo {
	width:177px;
	height:130px;
	margin:0 0 0 20px;
	padding:0;
}

#header #header-left #logo a {
	width:177px;		
	height:110px;	
	display:block;
	background:#FFF url(images/isbn-logo.gif) no-repeat 0 0;	
	text-indent:-10000px;
	outline:none;
}

#header #header-left .butt {
	padding:13px 4px 13px 20px;
	border-bottom:1px dotted #6d6d6d;
}

#header #header-left #latest #latest-heading {
	font-weight:bold;
}

#header #header-left #culturapop a {
	width:177px;
	height:46px;
	display:block;
	background:#FFF url(http://isbnedizioni.it/culturapop/files/2009/12/pop5_logo_small.gif) no-repeat 0 0;
	outline:none;
}

#header #header-left #shop {
	border:none;
}

#header #header-left #shop a {
	width:177px;
	height:46px;
	display:block;
	background:#FFF url(images/shop-logo.gif) no-repeat 0 0;
	outline:none;		
}

#header #header-right {
	width:670px;
	margin-left:22px;
	float:left;
}

#header #header-right #banner {
	height:327px;
	background:#FFF url(images/banner/background1.jpg) no-repeat 0 0;
}


/****************************************************************************
Little Boxes Little Boxes
*****************************************************************************/

/******** Common Box ********************/
.box {
	width:210px;
	height:210px;
	margin:9.5px 9px 9.5px 9px;
	padding:0;
	float:left;
	background:#FFF url(images/copertina-non-disponibile_box.jpg) no-repeat 0 0;
}

.box .saggistica,
.box .narrativa, 
.box .varia, 
.box .novecento {
	border-top:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;	
	width:209px;
	height:209px;
	margin:0;
	padding:0;
}

.box .saggistica a,
.box .narrativa a, 
.box .varia a, 
.box .novecento a {
	display:block;
	width:210px;
	height:55px;	
	padding:154px 0 0 0;
	font-weight:normal;
	outline:none;
}

.box div a:hover {
	text-decoration:none;
	outline:none;
}

.box-content {
	display:block;
	height:55px;
	background:transparent url(images/bg-catalogo.png) repeat top left;	
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	margin:0;
	padding:0;
	}

.box-content .bc-left {
	display:block;
	width:186px;
	float:left;
	margin:0;
	padding:0;
}

.box-content .bc-left .book-sub {
	display:block;
	padding:10px 2px 2px 10px;
	margin:0;
	font-size:0.9em;
	line-height:1.1em;
	/*text-transform:lowercase;*/
}

/*
.box-content .bc-left .book-sub:first-letter {
	text-transform:uppercase;
}*/

.box-content .bc-right {
	display:block;
	float:left;
	margin:30px 0 0 0;
}

.read {
	width:16px;
	height:16px;
	display:block;	
	}

.saggistica .read { background:url(images/saggistica-plus.gif) no-repeat 0 0; }
.narrativa .read { background:url(images/narrativa-plus.gif) no-repeat 0 0; }
.varia .read { background:url(images/varia-plus.gif) no-repeat 0 0; }
.novecento .read { background:url(images/novecento-plus.gif) no-repeat 0 0; }

a:hover .read {
	background-position:0 -16px;
}


/******** Highlight Box ********************/
.box.highlight .saggistica { width:204px; height:204px;	border:3px solid #ff9900; }
.box.highlight .narrativa { width:204px; height:204px;	border:3px solid #cc0001; }
.box.highlight .varia { width:204px; height:204px;	border:3px solid #0000cc; }
.box.highlight .novecento { width:204px; height:204px;	border:3px solid #535353; }

.box.highlight .saggistica a, 
.box.highlight .narrativa a, 
.box.highlight .varia a, 
.box.highlight .novecento a {
	display:block;
	width:204px;
	height:112px;
	padding:92px 0 0 0;
	outline:none;
}

.box.highlight .saggistica a .box-content, 
.box.highlight .narrativa a .box-content, 
.box.highlight .varia a .box-content, 
.box.highlight .novecento a .box-content {
	height:112px;
	outline:none;
}

.box.highlight .saggistica a .box-content {background-image:none; background-color:#ff9900; outline:none;}
.box.highlight .narrativa a .box-content {background-image:none; background-color:#cc0001; outline:none;}
.box.highlight .varia a .box-content {background-image:none; background-color:#0000cc; outline:none;}
.box.highlight .novecento a .box-content {background-image:none; background-color:#535353; outline:none;}

.box.highlight div a .box-content .bc-left .book-sub {
	padding:10px 2px 2px 10px;
	margin:0;
	font-weight:bold;
	font-size:1.05em;
	outline:none;
}

.box.highlight div a .box-content .bc-left .book-text {
	display:block;
	padding:0px 2px 0px 10px;
	margin:0;
	font-size:0.9em;
	line-height:1.1em;
	font-weight:normal;
	outline:none;
}

.box.highlight div a .box-content .bc-right {
	margin:90px 0 0 0;
	outline:none;
}

.box.highlight .saggistica .read {background:url(images/saggistica-read.png) no-repeat 0 0;}
.box.highlight .narrativa  .read {background:url(images/narrativa-read.png) no-repeat 0 0;}
.box.highlight .varia .read {background:url(images/varia-read.png) no-repeat 0 0;}
.box.highlight .novecento .read {background:url(images/novecento-read.png) no-repeat 0 0;}

.box.highlight div a:hover .read {
	background-position:0 -16px;
	outline:none;
}

/****************************************************************************
Multimedia boxes @ Home
*****************************************************************************/

.multimedia-video-box {
	width:666px;
	height:230px;
	margin:9.5px 9px 9.5px 9px;
	padding:0;
	float:left;
}

.multimedia-video-left {
	width:193px;
	height:230px;
	margin:0 9px 0 0;
	padding:30px 0 0 17px;
	float:left;
}


.multimedia-video-left p {
	margin:0;
	padding:0;
}

.multimedia-video-left a {
	margin:0;
	padding:0;
	color:#d5006a;
}

.multimedia-video-right {
	width:438px;
	height:230px;
	margin:0 0 0 9px;
	padding:0;
	float:left;
}

.multimedia-audio-box {
	width:210px;
	height:230px;
	margin:9.5px 9px 9.5px 9px;
	padding:0;
	float:left;
}

/****************************************************************************
Home
****************************************************************************/
h1#hometitle {
	height:1px;
	text-indent:-100000px;
	margin:0;
	padding:0;
	font-size:1px;
}

#box-titles{
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
}

ul#media-titles {
	list-style-type:none;
	margin:0;
	padding:52px 0 0 0;
}

#box-titles li {
	width:210px;
	padding:0;
	margin:0 9px;
	float:left;
}

#media-titles li {
	width:210px;
	padding:0;
	margin:0 9px;
	float:left;
	text-transform:uppercase;
	outline:none;
	font-weight:bold;
}

#media-titles li.double {
	width:438px;
	padding:0;
	margin:0 9px;
	float:left;
	text-transform:uppercase;
	outline:none;
	font-weight:bold;
}

#box-titles li a {
	text-transform:uppercase;
	outline:none;
}


/****************************************************************************
General Main styles
*****************************************************************************/
#top {
	margin:20px 10px;
}

#top #top-left {
	float:left;
	width:550px;
}

#titolo {
	font-size:1em;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

#titolo a { color:#000; outline:none; }
#titolo a.hyellow:hover { color:#ff9900; text-decoration:none; outline:none; }
#titolo a.hred:hover { color:#cc0001; text-decoration:none; outline:none; }
#titolo a.hblue:hover { color:#0000cc; text-decoration:none; outline:none; }
#titolo a.hgrey:hover { color:#535353; text-decoration:none; outline:none; }

#top #top-right {
	float:left;
	width:346px;
	text-align:right;
}

#top #top-right form {
	margin:0;
	padding:0;
}

#top #top-right form label {
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	height:13px;
	vertical-align:top;
	margin:0;
	padding:0;
}

#top #top-right form label span {
	text-transform:none;
	color:#666666;
	height:13px;
	vertical-align:top;
	margin:0;
	padding:0;
}

#top #top-right form input#s {
	width:100px;
	border:1px solid #000;
	font-size:0.9em;
	height:14px;
	vertical-align:top;
	margin:0;
	padding:0px;
}


/****************************************************************************
Libri Main styles
*****************************************************************************/
.book #titolo a.hblack:hover { text-decoration:underline; outline:none; }

.book-saggistica #titolo a.hyellow { color:#ff9900; outline:none; }
.book-saggistica #titolo a.hyellow:hover { text-decoration:underline; outline:none; }
.book-narrativa #titolo a.hred { color:#cc0001; outline:none; }
.book-narrativa #titolo a.hred:hover { text-decoration:underline; outline:none; }
.book-varia #titolo a.hblue { color:#0000cc; outline:none; }
.book-varia #titolo a.hyblue:hover { text-decoration:underline; outline:none; }
.book-novecento #titolo a.hgrey { color:#535353; outline:none; }
.book-novecento #titolo a.hgrey:hover { text-decoration:underline; outline:none; }

#content {
	margin:20px 10px 40px 10px;
}

#content-left {
	width:209px;
	float:left;
}

.book-cover {
	margin:10px 0 20px 6px;
	text-align:center;
}

.book-cover a img {
	padding:0;
	margin:0;
	border:none;
	outline:none;
}

.buy-now a {
	margin:20px 0 20px 18px;
	display:block;
	text-align:center;
	width:177px;
	padding:3px 0;
	color:#FFF;
	text-transform:uppercase;
	font-size:0.9em;
	outline:none;
	}

.book-saggistica .buy-now a { background-color:#ff9900; outline:none; }
.book-narrativa .buy-now a { background-color:#cc0001; outline:none; }
.book-varia .buy-now a { background-color:#0000cc; outline:none; }
.book-novecento .buy-now a { background-color:#535353; outline:none; }

#content-right {
	width:660px;
	margin-left:22px;
	float:left;
	padding:9px 0 0 5px;
}

#book-data {
}

#book-data h1.book-title {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:1em;
}

#book-data h2.book-sub {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:1em;
	color:#666666;
}

h2.pagetitle {
	font-size:1em;
	margin:0 0 9.5px 9.5px;
	padding:0;
	text-transform:uppercase;
	color:#A3A3A3;
}

#book-data h3.book-author {
	margin:20px 0 0 0;
	padding:0;
	text-transform:uppercase;
	font-size:0.9em;
}

#book-data .book-details {
	margin:0 0 20px 0;
	font-size:0.9em;
}

#book-stampa {
	margin:20px 0 15px 0;
	padding:46px 0 0 0;
	width:100%;
	font-size:0.9em;
	text-transform:uppercase;
	border-top:1px dotted #6D6D6D;
}

/*
#book-stampa a.ext_link_class {background:#FFF url(images/ico_link.gif) no-repeat 0 0; padding-left:18px;}
#book-stampa a.pdf {background:#FFF url(images/ico_pdf.gif) no-repeat 0 0; padding-left:18px;}
#book-stampa a.lightwindow {background:#FFF url(images/ico_jpg.gif) no-repeat 0 0; padding-left:18px;}
*/

.book-saggistica #book-stampa {background:url(images/stampa_tutti.gif) no-repeat 0 20px;}
.book-narrativa #book-stampa {background:url(images/stampa_tutti.gif) no-repeat 0 20px;}
.book-varia #book-stampa {background:url(images/stampa_tutti.gif) no-repeat 0 20px;}
.book-novecento #book-stampa {background:url(images/stampa_tutti.gif) no-repeat 0 20px;}

.book-url {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	width:100%;
	border-top:1px dotted #6D6D6D;
}

.book-url a {background:#FFF url(images/right-purple.gif) no-repeat 0 0; padding-left:18px;}

.book-saggistica div#book-stampa a, .book-saggistica div.book-url a, .book-saggistica .book-longtext a { color:#ff9900; outline:none; }
.book-narrativa div#book-stampa a, .book-narrativa div.book-url a, .book-narrativa .book-longtext a { color:#cc0001; outline:none; }
.book-varia div#book-stampa a, .book-varia div.book-url a, .book-varia .book-longtext a { color:#0000cc; outline:none; }
.book-novecento div#book-stampa a, .book-novecento div.book-url a, .book-novecento .book-longtext a { color:#535353; outline:none; }

.book-saggistica #book-data h1.book-title { color:#ff9900; }
.book-narrativa #book-data h1.book-title { color:#cc0001; }
.book-varia #book-data h1.book-title { color:#0000cc; }
.book-novecento #book-data h1.book-title { color:#535353; }


/****************************************************************************
Tag Cloud
****************************************************************************/
#widget-tag_cloud {
	margin:20px 10px 0 10px;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #6d6d6d;
	border-top:1px dotted #6d6d6d;				
}

#widget-tag_cloud h2 {
	font-size:1.1em;
	margin:10px 0 0 0;
	padding:0;
}

#widget-tag_cloud a {
	color:#a3a3a3;
	font-weight:normal;
	outline:none;
}


/****************************************************************************
RSS Page
****************************************************************************/

#rss {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:0.9em;	color:#4e4e4e;}
#rss ul {list-style-type:none;}
#rss ul li {height:18px;}
#rss ul li a {color:#0088cc; outline:none; text-decoration:none; display:block;	height:17px; padding:0 0 0 37px; background:#FFF url(http://isbnedizioni.it/files/2009/05/rss_icon.gif) no-repeat top left;}
#rss ul li a:hover {text-decoration:none; color:#333333; outline:none;}


/****************************************************************************
Navigazione < > Category
****************************************************************************/
div#navigation {margin:20px 0 0 0; padding-bottom:20px;}
div#navigation.saggistica div.alignleft a, div#navigation.saggistica div.alignright a {color:#ff9900;}
div#navigation.narrativa div.alignleft a, div#navigation.narrativa div.alignright a {color:#cc0001;}
div#navigation.varia div.alignleft a, div#navigation.varia div.alignright a {color:#0000cc;}
div#navigation.novecento div.alignleft a, div#navigation.novecento div.alignright a {color:#535353;}

div#navigation div.alignleft {width:50%; float:left; text-align:left;}
div#navigation div.alignright {width:50%; float:left; text-align:right;}

div#navigation div.alignleft a, div#navigation div.alignright a {color:#A3A3A3;}


/****************************************************************************
FOOTER
****************************************************************************/

#footer {
	color:#bfbfbf;
	font-size:0.9em;
	text-align:center;
	margin:10px 0 0 0;
}

#footer a {
	color:#000;
	font-weight:normal;
	outline:none;
}


/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
#menu ul#nav li a  {
	padding:8px 8px 7px 8px;
	outline:none;
}

#menu ul#nav li.last a {
	padding: 8px 8px 7px 8px;
	outline:none;
}
}