/*
	Theme Name: Darkzero
 	Theme URI: http://www.federicopepe.com
 	Description: An amazing dark theme for Wordpress
 	Author: z3ro
 	Author URI: http://www.z3ro.altervista.org
 	Version: 1.0
 	.
 		If you find a bug please contact me at z3ro@email.it
 		You are free to use this theme and edit it
 	.
*/

/* STRUCTURE */
body {
	background-image:url(http://www.piratetroop.com/grafica/sondo2.jpg);
        background-repeat:repeat-x;
        background:#000;
	margin:20px;
	padding:0;
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}

#header {
	width:900px; 
	height:250px; 
	margin:0 auto; 
	background:url(images/header.png) no-repeat;
}

#header div {
	margin:0;
	padding:0;
}

#header h1 {
	margin:0;
	padding:0 25px;
	font-size:300%;
}
#header div.description {
	margin:0;
	padding:20px 25px;
}

hr {
	display:none;
	border:0;
}

#page {
	width:900px; 
	margin:0 auto;
	background:url(images/bg.png) repeat-y;
}
#content {
	width: 600px; 
	float:left;
	padding:0 25px;
}

div#footer {
	background:url(images/background.png) repeat-y;
	width:900px;  
	margin:0 auto;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	text-align: center;
	font-size:70%;
}



.default-style {
overflow:hidden;
}
.default-style a:hover {} .default-style a:active {}



div.navigation {
	font-weight:bold;
	padding:5px;
}
div.navigation div {
	display:inline;
}
div.alignright {
	margin-left:100px;
}


a:link , a:visited{color:#000; 
	text-decoration:none;
font-family:Monospace,Verdana, Arial, Helvetica, sans-serif;
}

a:hover{color:#660000; text-decoration:underline;
font-family:Monospace,Verdana, Arial, Helvetica, sans-serif;
}



/* SIDEBAR */

#sidebar {
	width: 235px; 
	padding-left:10px; 
	float:left;
	font-size:80%;
}
#sidebar li{
	list-style:none;
}
#sidebar h2 {
	color:#000;
	font-size:16px;
	margin:5px 0;
	padding:0;
}
div#sidebar ul {
	margin:0;
	padding:0;
}
div#sidebar li li{
	padding:5px 10px;
	border-bottom:1px solid #d8d8d8;
}
div#sidebar li li:hover{
	border-bottom:1px solid #e7e7e7;
}
div#sidebar li#meta li {
	padding-left:20px;
	background:url(images/wrench.png) center left no-repeat;
}
div#sidebar li#pages li {
	padding-left:20px;
	background:url(images/page_white_text.png) center left no-repeat;
}
div#sidebar li#archives li {
	padding-left:20px;
	background:url(images/date.png) center left no-repeat;
}
div#sidebar li#recent-comments li {
	padding-left:20px;
	background:url(images/comment.png) center left no-repeat;
}
div#sidebar li#categories-1 li {
	padding-left:20px;
	background:url(images/tag.png) center left no-repeat;
}
div#sidebar li#recent-posts li {
	padding-left:20px;
	background:url(images/page.png) center left no-repeat;
}
div#sidebar li#links li {
	padding-left:20px;
	background:url(images/user.png) center left no-repeat;
}
div#sidebar li#search {
	text-align:center;
}
div#sidebar li#search input {
	margin:5px;
}

/* POST */

div.entry, div.comment {
	clear: both;
	margin-bottom: 1em;
}

div.entry ul {
	margin: 0px;
	margin-left: 1em;
	padding: 0px;
}

div.entry ul li {
	margin: 1em;
	padding: 0px;
}
div.post {
	border-bottom:2px solid #d8d8d8;
	padding-bottom:10px;
}
div.postmetadata {
	background-color:#fafafa;
	color:#da4c52;
	font-size:70%;
	padding:2px 10px;
}
div.postmetadata .user {
	padding-left:20px;
	height:20px;
	background: url(images/user.png) center left no-repeat;
}
div.postmetadata .date {
	padding-left:20px;
	height:20px;
	background: url(images/date.png) center left no-repeat;
}
div.postmetadata .comment {
	padding-left:20px;
	height:20px;
	background: url(images/comment.png) center left no-repeat;
}
div.postmetadata .category {
	padding-left:20px;
	height:20px;
	background: url(images/tag.png) center left no-repeat;
}
div.postmetadata .edit {
	padding-left:20px;
	height:20px;
	background: url(images/pencil.png) no-repeat;
}
div.post-contents {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	text-align:justify;
	font-size:12px;
}

div.post-contents p {
	line-height: 140%;
	margin-top: 1em!important;
}

div.post-contents img {
	width: auto;
	max-width: 100%;
	height: auto;
	border:0px;
}

div.post-contents blockquote {
	background: url(images/blockquote.png) center left no-repeat #fafafa;
	margin:5px 0;
	padding:0 0 0 60px;
}
div.post-contents blockquote blockquote {
	background:none;
	margin:5px 0;
	padding:5px;
}

div.post-contents div.delicious-tags {
	text-align: right;
	font-size: x-small;
}
div.post-contents:after {
	content: "";
	display: block;
	clear: both;
}
div.post ol, div.post ul {
	padding:0 50px;
	margin:0;
}
div.post ol li, div.post ul li {
	padding:0;
	margin:0;
}

h4.post-title, div.post-title, .comment-title {
	margin:0;
}

h4.post-title a, div.post-title span, .comment-title span{
	display: block;
	font-weight: normal;
	font-size: 140%;
	text-decoration: none;
}
h4.post-title a, .comment-title a {
	color: #000;
	text-decoration:none;
}
h4.post-title a:hover, .comment-title a:hover {
	text-decoration: underline;
}

h2.date {
	color: #666;
	font-weight: normal;
	font-size: 130%;
	padding-left: 10px;
}

/* COMMENT */

div#comment-form {
	margin-left:150px;
}
div#calendar_wrap a{
	font-weight:bold;
}

ol.commentlist {
	font-size:80%;
	margin:0;
	padding:0;
	padding-left:35px;
}
div.comment {
	margin:10px 0;
}
div.comment div.post {
	background:#FAFAFA;
	padding:5px;
	border:1px solid #d8d8d8;
	color:#000;
	font-size:100%;
}
ol.commentlist {
	color:#ccc;
	font-size:14px;
}
ol.commentlist li.alt div.post {
	background-color:#e7e7e7;
	border:1px solid #d8d8d8;
}
div#comment-form {
	width:450px;
	font-size:12px;
}
div#comment-zero {
	padding:10px;
	background-color:#fafafa;
}
p#comment-top {
	width:450px;
	height:20px;
	background: url(images/comment-top.png) no-repeat;
	margin:0;
	padding:0;
}
p#comment-bottom {
	width:450px;
	height:20px;
	background: url(images/comment-bottom.png) no-repeat;
	margin:0;
	padding:0;
}
div#comment-form input, div#comment-form textarea, div#sidebar input {
	background:#FFF;
	border:1px solid #d8d8d8;
	padding:2px;
}

div#comment-form h3 {
	font-size:14px;
}
div#menu2{float:right;margin-top:40px; width:578px;}
div#menu2 ul{list-style:none;margin:0 auto;padding:0}
div#menu2 ul li{float: left;width: 90px;margin:0 -9 0 0px;
    padding:0; text-align:center;}
div#menu2 a{display: block;height: 35px;line-height: 30px;
    text-decoration:none; text-align: center;color: #000; font-size:12px;}
div#menu2 a:hover{background: url(images/bck_m.png) no-repeat;color: #fff;}
div#menu2 ul li .active{background: url(images/bck_m.png) no-repeat;color: #fff;}