/*  
Theme Name: Simple Dark Theme
Theme URI: http://www.iacchi.org/progetti/
Description: A simple 2 coloumns dark theme, with grey text and blue links. For the two-coloured title, you have to edit header.php manually.
Version: 0.1
Author: Iacopo Benesperi
Author URI: http://www.iacchi.org/
*/


/*  -----|  Header Typography  |---------------------------------------------------  */

h1 {
	text-transform: lowercase;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0 0 12pt;
	font-family: Georgia, serif;
	}
	
h1:before, h1:after {
	content: " . . ";
	}
	
.description {
	font-weight: bold;
	font-size: 1.2em;
	}

/*  -----|  Globals  |------------------------------------------------------  */

body {
	background-color: #111111;
	font: 64%/80% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #888888;
	margin: 0;
	padding: 0;
	}
	
.hr {
	background-color: #222222;
	border: 1px solid #444444;
	height: 10px;
	margin: 10px 0;
	width: 998px;
	}
	
a:link, a:visited, a:active {
	color: #86A1B6;
	text-decoration: none;
	}
	
a:hover {
	color: #94C2E5;
	text-decoration: none;
	}
	
a img {
	border: 0;
	}
	
ul {
	list-style: none;
	}
	
input, textarea {
	color: #888888;
	font-size: 13px; 
	text-decoration: none; 
	background-color: #222222; 
	border: 1px solid #444444;
	padding: 5px;
	}
	
blockquote {
	background: #333333;
	padding: 1px 10px 5px;
	}
	
table {
	width: 100%;
	border-collapse: collapse;
	}
	
th {
	border-bottom: 1px solid #444444;
	text-align: left;
	}
	
pre {
	padding: 5px 0;
	border-top: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	background: #333333;
	border: 1px solid #444444;
}

/*  -----|  Structure  |----------------------------------------------------  */

#globalpage {
	margin: 30px auto 25px;
	padding: 0;
	width: 1000px;
	}
	
#header {
	text-align: center;
	}
	
#footer {
	margin-bottom: 5px;
	padding-top: 10px;
	clear: both;
	}
	
#header span {
	color: #888888;
	}
	
#container, #headerimg {
	width: 1000px;
	position: relative;
	}

#header-overlay { 
	background: url('images/header_overlay.gif') no-repeat top left;
	width: 1000px;
	height: 151px;
	z-index: 5; 
	position: absolute;
	top: 0;
	left: 0;
	}
	
#page, #sidebar { 
	overflow: hidden;
	}
	
#page {
	float: left;
	font-size: 1.15em;
	width: 680px;
	text-align: justify;
	}
#page h2 {
	margin: 5px 0 8px;
	font-size: 200%;
	font-weight: normal;
	}
#page p {
	line-height: 1.5em;
	}
	
#sidebar {
	float: right;
	width: 300px;
	}
	
#searchform {
	text-align: center;
	}
	
#searchsubmit {
	padding: 4px;
	margin-left: 5px;
	}
	
.sb_div {
	background: #111111;
	border: 1px solid #444444;
	margin: 10px 0;
	border-collapse: collapse;
	}
	
.sb_div a:link, .sb_div a:visited, .sb_div a:active {
	color: #86A1B6;
	text-decoration: none;
	}
	
.sb_div a:hover {
	color: #94C2E5;
	text-decoration: none;
	}
	
.sb_div h3 {
	text-align: center;
	font-size: 150%;
	border-bottom: 1px solid #444444;
	background: #222222;
	line-height: 210%;
	margin: 0;
	}
	
.sb_div ul {
	margin: 10px 5px;
	padding: 0;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	}
	
.sb_div li {
	display: block;
	padding: 4px 10px;
	background: #222222;
	margin: 1px 0;
	line-height: 104%;
	}
	
.sb_div li:hover {
	background: #333333;
	}
	
.sb_div h2 {
	font-size: 120%;
	margin: 10px 0 0 5px;
	}
	
.sb_div ul#link_ul, .sb_div li.linkcat {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	}

ul.nav li {
	line-height: 120%;
	}
	
/* Post Structure */

.post {
	padding: 10px 0 0;
	border-bottom: 1px solid #444444;
	line-height: 1.5em;
	}
	
.post a {
	text-decoration: underline;
	}
	
.post h2 a, .postmetadata a {
	text-decoration: none;
	}
	
.entrytext ul {
	list-style-type: disc;
	}
	
.entrytext li {
	padding: 2px;
	line-height: 1.5em;
	}
	
.authormeta {
	text-decoration: italic;
	}

.authormeta a {
	text-decoration: none;
	}
	
div.postmetadata {
	background: #222222;
	margin: 0;
	padding: 5px;
	}
	
.continue a {
	text-decoration: none;
	}
	
/* Comments Structure */

.comments h3 {
	text-align: center;
	margin-top: 25px;
	font-size: 150%;
	font-weight: normal;
	}

.comment {
	border: 1px solid #444444;
	margin-bottom: 10px;
	background: #222222;
	line-height: 1.5em;
	}
	
.comment p {
	padding: 0 10px;
	}
	
.commentmetadata {
	background: #333333;
	line-height: 150%;
	margin: 0;
	padding: 3px 5px;
	}
	
#commentform p {
	margin: 0 10px 10px 0;
	}
	
#commentform textarea {
	width: 100% !important;
	height: 200px !important;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

/*  -----|  Miscellaneous  |------------------------------------------------  */

.navigation {
	display: block;
	margin-top: 10px;
	padding: 10px;
	line-height: 115%;
	}
	
.navigation .left {
	float: left;
	}
	
.navigation .right {
	float: right;
	}
	
/* Modifica css flod per AdSense */
#adsense_commenti {
	margin: 10px auto;
	text-align: center;
}

#adsense_linksidebar {
	margin: 10px 0;
	}