/*
Theme Name: Tema MiniSito Saggistica 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
*/

img#logoprint {display:none;}

/* Begin Typography & Colors */
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;
}

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

form {
	margin:0;
	padding:0;
	}

.clear {
	display:block;
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
	}

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


/****************************************************************************
Main structure
****************************************************************************/

	

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

#header {
	margin:0 24px 0 25px;
	padding:0 0 0 0;
}

#main {
	padding:5px 17px;
}

#content {
	margin:0 10px 40px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/****************************************************************************
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 .book-cover {
	margin:20px 0 0 6px;
	text-align:center;
}

#header #header-left .book-cover a img {
	border:none;
	outline:none;
}



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

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


/****************************************************************************
General Main styles
*****************************************************************************/

#top {
	margin:20px 10px;
}

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


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

#top #top-right form label {
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
}

#top #top-right form label span {
	text-transform:none;
	color:#666666;
}

#top #top-right form input#s {
	width:100px;
	border:1px solid #000;
}

/****************************************************************************
Content Left styles
*****************************************************************************/

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

.buy-now a {
	margin:15px 0 20px 18px;
	display:block;
	text-align:center;
	width:177px;
	padding:3px 0;
	color:#FFF;
	text-transform:uppercase;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	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;}


#nav {
	margin:52px 0 0 0;
	}

#nav ul {
	list-style-type:none;
	margin:0 0 0 18px;
	padding:0;
}

#nav ul li {
	margin:0;
	border-bottom:1px dotted #6D6D6D;
	padding:10px 0;
}

#nav ul li a {
	font-size:1.25em;
	color:#000;
	font-weight:normal;
	outline:none;
}

#nav ul li a:hover {
	text-decoration:none;
	outline:none;
}

.book-saggistica #nav ul li a:hover {color:#ff9900; outline:none;}
.book-narrativa #nav ul li a:hover {color:#cc0001; outline:none;}
.book-varia #nav ul li a:hover {color:#0000cc; outline:none;}
.book-novecento #nav ul li a:hover {color:#535353; outline:none;}


/****************************************************************************
Content Center styles
*****************************************************************************/

#content-center {
	/*width:470px;*/
	width:660px;
	margin-left:22px;
	float:left;
	padding:9px 0 0 5px;
}

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

#titolo {
	text-align:center;
}

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

#titolo h1 {
	margin:0;
	padding:0;
	font-size:3.5em;
	font-style:italic;
	line-height:0.8em;
}

#titolo h2 {
	margin:8px 0 0 0;
	padding:0;
	font-size:1.5em;
	letter-spacing:-0.05em;
}

#text {
	margin:10px 0 0 0;
	padding:10px 0 40px 0;
	border-bottom:1px dotted #6d6d6d;	
	line-height:1.5em;
	}

#text h2 {
	margin:0;
	padding:0 0 10px 0;
}

#text p {
}

#text .bigger {
	font-size:1.4em;
}

#text-bottom {
	margin:15px 0 0 0;
}

#text-left {
	width:50%;
	float:left;
}

#text-right {
	width:50%;
	float:left;
	text-align:right;
}

#text-bottom div a {
	color:#000;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	outline:none;
}

#text-bottom div a:hover { text-decoration:none; outline:none; }
.book-saggistica #text-bottom div a:hover { color:#ff9900; outline:none;}
.book-narrativa #text-bottom div a:hover  { color:#cc0001; outline:none;}
.book-varia #text-bottom div a:hover { color:#0000cc; outline:none;}
.book-novecento #text-bottom div a:hover { color:#535353; outline:none;}


/****************************************************************************
Content Right styles
*****************************************************************************/

#content-right {
	margin-left:30px;
	width:160px;
	float:left;
}

#latest-comments {
	margin:90px 0 0 0;
}

#latest-comments h4 {
	margin:0;
	padding:10px 0 0 0;
	font-size:1.3em;
	font-weight:normal;
}

#latest-comments ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#latest-comments ul li {
	margin:5px 0;
	padding:10px 0;
	border-bottom:1px dotted #6d6d6d;
	font-size:0.85em;
}

#latest-comments ul li span.comment-author {
	font-weight:bold;
	display:block;
	font-style:italic;
}

form textarea {width:656px; border:1px solid #ff9900;}
#submit {border:1px solid #ff9900; color:#ff9900; background-color:#FFFFFF;}

/****************************************************************************
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 */


}
