/*
Theme Name: Kingpin
Theme URI: http://portfolio.keepthismoment.com
Description: Kingpin theme.
Version: 1.0
Author: Michał Bajur
Author URI: http://portfolio.keepthismoment.com

*/

* {
	margin: 0;
	padding: 0;
	}
body {
	background: url(img/skull-dark-bg.png);
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	}
.clear {
	clear: both;
	}
a {
	color: #e19324;
	}
a img {
	border: 0;
	}
h1, h2, h3 {
	margin: 0 0 10px 0;
	}
/* WRAPS */
#wrap {
	width: 1000px;
	margin: 0 auto 50px;
	}
#wrap-content{
	width: 606px;
	background: url(img/box-content-bg.jpg) repeat-y;
	margin: 50px 0 0 0;
	float: left;
	}
	
#wrap-sidebar{
	width: 344px;
	background: url(img/box-sidebar-bg.jpg) repeat-y;
	margin: 50px 0 0 0;
	float: right;
	}
	
/* BOXES */
#wrap-content .box .header {
	background: url(img/box-content-header.jpg) no-repeat;
	width: 100%;
	height: 68px;
	}
#wrap-content .box .footer {
	background: url(img/box-content-footer.jpg) no-repeat;
	width: 100%;
	height: 23px;
	}
#wrap-sidebar .box .header {
	background: url(img/box-sidebar-header.jpg) no-repeat;
	width: 100%;
	height: 67px;
	text-align: center;
	}
#wrap-sidebar .box .footer {
	background: url(img/box-sidebar-footer.jpg) no-repeat;
	width: 100%;
	height: 23px;
	}
	
/* CAPTIONS */
#wrap-content .box .header img{
	margin: 10px 0 0 30px;
	}

/* HEADER */	
#header ul{
	list-style: none;
	}
#header ul li{
	float: left;
	margin: 0 4px 0 0;
	}
#header ul li.last{
	margin: 0 !important;
	}
#header ul li a{
	background: url(img/menu_orange.png) no-repeat;
	width: 139px;
	height: 42px;
	display: block;
	text-align: center;
	}
#header ul li a:hover{
	background: url(img/menu_silver.png) no-repeat;
	}
#header ul li a img{
	margin: 10px 0 0 0;
	}
	
/* CONTENT */
#content {
	padding: 10px 30px;
	}
	
.post {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #1F1D1D;
	}
	
#content p {
	margin: 13px 0;
	}

#content small.postmeta {
        color: #e19324;
        }
        
h2.posttitle a, h2.posttitle, h2.pagetitle a, h2.pagetitle {
	color: #BF0000;
	}

/* SIDEBAR */
#sidebar {
	padding: 10px 30px;
	}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	}
#sidebar ul li h3 {
	
	}
#sidebar ul li{
	margin: 0 0 5px 0;
	}

/* FOOTER */	
#footer {
	background: url(img/footer-yellow-bg.jpg) repeat-x;
	margin: 50px 0 0 0;
	}
#footer ul {
	list-style: none;
	display: block;
}

#footer ul li{
	float: left;
	width: 146px;
	background: url(img/footer-yellow-separator.jpg) no-repeat bottom right;
	min-height: 150px;
	padding: 10px 10px 0 10px;
	color: #fff0da;
	}
#footer ul li.last{
	background: none;
	}
	
/* COPYRIGHT */
#copyright {
	background: url(img/footer-red-bg.jpg) repeat-x;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 10px;
	color: #d19248;
	font-size: 12px;
	}
#copyright a{
	color: #d19248;
	text-decoration: underline;
}

/* COMMENTS */
.commentlist {
	margin: 10px 0 0 10px;
	list-style: none;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	padding: 10px 0;
}

.commentlist li .avatar { 
	float: left;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 3px 0 10px !important;
	}
	
.commentlist p.vcard, .commentlist p.vcard *{
	margin: 0 !important;
	color: #B3A401;
	font-size: 12px;
	text-decoration: none;
	font-family: "Arial black"
	}
	
.commentlist .avatar-row {
	float: left;
	margin: 0 10px 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.comments {
	background: transparent url(images/comment.png) no-repeat;
	width: 140px;
	height: 33px;
	margin: 10px 0px;
	text-align: center;
	line-height: 26px;
	}

.comments a:link, .comments a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
