/*
Theme Name: Tema
Author: Giofilo
Author URI: http://www.giofilo.it
*/

/* - BASIC STUFF - */
body {
background: #fff;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times serif;
color: #333;
margin:0 auto;
}

a {text-decoration:none; color: #c30;}
a:hover {text-decoration:underline; color: #000;}
a img {border: 1px solid #c30;}
a:hover img {border: 1px solid #666;}
dt.icon a img {border: none;}
dt.icon a:hover img {border: none;}

blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
.entry-title, .page-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:980px;}
#container {
clear: both; 
margin: 2em 0;
}

/* -- HEADER -- */
#header {
margin:0 auto;
background-color: #0E0E2F;
color: #fff;
}
#logo {
background: #0E0E2F url(img/logo.jpg) no-repeat top right;
width: 980px;
height: 150px;
margin: 0 auto;

}
#header h1 {
font-size: 3em;
font-weight: normal;
padding-top: 1em;
padding-left: 2em;
}
#header a {
color: #DDE2FC;
}
#header a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
font-size: 1.5em;
font-weight: normal;
font-style: italic;
margin-top: 1em;
padding-left: 11em;
}

/* -- MENU -- */
#access {
height: 50px;
background: #0E0E2F url(img/access.gif) repeat-x top center;
}
.menu {
font-size: 2em;
font-weight: normal;
letter-spacing: -1px;
margin: 0 auto;
width: 980px;
padding-top: 10px;
}
.menu ul li {
float: left;
margin-right: 2em;
}
.menu ul li a {
color: #666;
}
.menu ul li a:hover {
text-decoration: none;
color: #000;
}
.menu ul li.current_page_item a {
font-style: italic;
color: #444;
}
.menu ul li.current_page_item a:hover {
color: #000;
}

/* -- RIVISTA -- */
#rivista {
height: 175px;
background: #0E0E2F url(img/rivista.gif) no-repeat center top;
line-height: 1.2
}
#rivista dl.attachments {
margin: 0;
width: auto;
}
#rivista-bottom {
height: 10px;
background: #0E0E2F url(img/rivista-bottom.gif) repeat-x;
}
#scroller-container {
width: 800px;
margin: 0 auto;
padding-top: 25px;
padding-left: 120px;
}
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 720px;	 
	height:115px;
}
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}
span.blue a {
font-family: Arial;
font-weight: bold;
font-size: 1.1em;
color: #fff;
display: block;
height: 25px;
padding-left: 22px;
background: url(img/pdf.gif) no-repeat left center;
}
span.blue a:hover {
color: #000;
}
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;
}
/* single item */
#thumbs div {
	float:left;
	height:115px;
	color:#000;
        font-size: 16px;
        width: 720px;
}
/* style when mouse is over the item */
#thumbs div.hover {
}
/* style when element is active (clicked) */
#thumbs div.active {
}
#thumbs p {
margin-top: 5px;
margin-bottom: 5px;
margin-right: 13px;
}
#thumbs h3 em {
	font-style:normal;
	color: #c30;
}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:25px;
	height:25px;
	background:url(img/rivista-left.gif) no-repeat;
	float:left;
	margin:40px 5px;
	cursor:pointer;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -25px;		
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}
/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(img/rivista-right.gif);
	clear:right;	
}
/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}
/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap { 
clear:none;
width:760px;
font-size: 14px;
float:left; 
}
div.post, div.page {
margin-bottom: 2em;
padding-bottom: 10px;
background: url(img/post-top.gif) no-repeat center top;
}
.additional-meta {
font-size: 12px;
text-align: center;
}
.entry-title, .page-title {
height: 45px;
width: 470px;
margin: 0 auto;
padding-top: 13px;
text-align: center;
font-weight: normal;
letter-spacing: -1px;
color: #f2f4f2;
}
.page-title {
height: 
}
.entry-title a {
color: #f2f4f2;
}
.entry-title a:hover {
color: #999;
text-decoration: none;
}
.entry-content {
margin-top: 35px;
line-height: 1.5;
color: #000;
padding: 0 1em;
}
#page-content {
margin-top: 50px;
}
.entry-meta {
font-family: Arial, Verdana, sans-serif;
font-size: 0.9em;
color: #666;
border-top: 1px dashed #666;
padding-top: 2px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto 0 15px;overflow:hidden; float:left; clear:none;width:200px;}
.sidebar {
width:99%;
clear:none;
font-size: 1.1em;
}
.block-1 {
float:right;
border-left: 3px solid #eee;
padding-left: 3px;
}
.sidebar h3 {
font-family: Arial, Verdana, sans-serif;
font-weight: normal;
color: #555;
font-size: 1.3em;
}
.sidebar .widget {
margin-bottom: 2em;
}
.sidebar ul li {
margin-left: 0;
}
.blogroll li {
margin-bottom: 5px;
}

/* -- FOOTER --*/

#footer {
height:70px;
overflow:hidden;
margin:20px auto 0;
clear:both;
float:none;
text-align:center;
background: #0e0e2f url(img/footer-top.gif) repeat-x top;
color: #fff;
font-size: 1em;
}
#footer p {
width: 980px;
margin: 0 auto;
}
#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
color: #fff;
text-decoration: none;
}
#footer .menu {
font-size: 1.2em;
letter-spacing: 0px;
margin: 0 auto;
width: 980px;
padding-top: 12px;
height: 30px;
}
#footer .menu ul li {
float: left;
margin-right: 1em;
}
#footer .menu ul li a {
color: #fff;
text-decoration: none;
}
#footer .menu ul li a:hover {
text-decoration: underline;
color: #fff;
}
#footer .menu ul li.current_page_item a {
font-style: italic;
color: #fff;
}
#footer .menu ul li.current_page_item a:hover {
color: #fff;
text-decoration: underline;
}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto; border: 1px solid #ccc; background-color: #eee; padding: 1em;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
div#respond input#submit {
font-size: 1.2em;
}
div#ed_toolbar input, #ed_toolbar span {
color: #444 !important;
}
textarea#comment {overflow:auto; width: 80%;}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;clear:none;padding-bottom: 10px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}
