/*----------------------------------------------

	Theme Name: 	The Night Lenz Black
	Theme URI:		http://www.abmathur.info
	Description:	---
	Version:		1.0
	Author:			Abhishek Mathur
	Author URI:		http://abmathur.info
	Date:			October 23 '09
	File:			style.css
	
-----------------------------------------------*/

/*------------------------------------------
	>> GLOBAL STYLES
------------------------------------------*/

body {
	background-color: #303030;
	margin: 0px;
	font-family: tahoma;
	font-size: 13px;
	color: #ccc;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

.wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper .container {
	width: 920px;
	/*background-color: #ffffff;*/
	background-color: #000000;
	padding: 15px;
	float: left;
}

/*------------------------------------------
	>> HEADER STYLES
------------------------------------------*/
.wrapper .header {
	/*background-image: url(images/bg_header.jpg);*/
	background-image: url(header/rotate.php);
	background-repeat: no-repeat;
	width: 950px;
	height: 390px;
}

.wrapper .header .logo {
	float: right;
	position: relative;
	top: 175px;
	left: 65px;
	z-index: 100;
}

/*------------------------------------------
	>> POST STYLES
------------------------------------------*/
.wrapper .container .postwrap {
	width: 715px;
	float: left;
}

.wrapper .container .postwrap .entry {
	background-image: url(images/bg_post.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 65px;
	min-height: 70px;
	text-align: justify;
	font-size: 13px;
	margin-bottom: 15px;
}

.wrapper .container .postwrap .entry a,
.wrapper .container .postwrap .entry h2 a,
.wrapper .container .postwrap .entry p a {
	/*color: #000000;*/
	color: #ffffff;
}

.wrapper .container .postwrap .entry h2 {
	font-size: 32px;
	font-family: trebuchet ms;
	/*color: #000000;*/
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 28px;
	/*border-bottom: 1px solid #c2c2c2;*/
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 10px;
	text-align: left;
}

.wrapper .container .postwrap .entry cite {
	color: #656464;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	/*border-bottom: 1px solid #c2c2c2;*/
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 10px;
}

.wrapper .container .postwrap .entry .comments {
	color: #ff0000;
	font-weight: bold;
	float: right;
}

.wrapper .container .postwrap .entry .comments a {
	color: #ff0000;
}

.wrapper .container .postwrap .entry .tags {
	display: block;
	/*border-top: 1px dotted #000000;*/
	border-top: 1px dotted #ffffff;
	color: #555555;
	text-transform: uppercase;
	padding-top: 2px;
}

.wrapper .container .postwrap .entry .tags a {
	color: #ea5724;
}

.wrapper .container .postwrap .entry h3 {
	font-family: trebuchet ms;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

.wrapper .container .postwrap .entry input,
.wrapper .container .postwrap .entry textarea {
	width: 400px;
	border: 1px solid #999999;
	font-family: trebuchet ms;
}

.wrapper .container .postwrap .entry #submit {
	font-weight: bold;
	color: #333333;
	padding: 4px;
}

/*------------------------------------------
	>> PAGING STYLES
------------------------------------------*/
.wrapper .container .postwrap .paged {
	width: 100%;
	margin-top: 20px;
}

.wrapper .container .postwrap .paged a {
	/*color: #000000;*/
	color: #ffffff;
	font-size: 22px;
	border-bottom: 1px solid #7f7f7f;
	font-weight: bold;
	font-family: trebuchet ms;
	letter-spacing: -1px;
}

.wrapper .container .postwrap .paged .prev {
	float: left;
	margin-left: 65px;
}

.wrapper .container .postwrap .paged .next {
	float: right;
}

/*------------------------------------------
	>> SIDEBAR STYLES
------------------------------------------*/
.wrapper .container .sidebar {
	width: 135px;
	float: right;
	margin-right: 48px;
	margin-top: 55px;
	position: relative;
	z-index: 1000;
}

.wrapper .container .sidebar .widget {
	width: 100%;
	/*color: #464646;*/
	color: #b9b9b9;
	padding-bottom: 10px;
}

.wrapper .container .sidebar .widget a {
	/*color: #464646;*/
	color: #b9b9b9;
}

.wrapper .container .sidebar .widget #wp-calendar a {
	font-weight: bold;
}

.wrapper .container .sidebar .widget h2 {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 2px solid #3d3d3d;
	/*color: #000000;*/
	color: #ffffff;
	text-align: left;
}

.wrapper .container .sidebar .widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.wrapper .container .sidebar .widget li {
	background-image: url(images/widget_li.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	margin-bottom: 6px;
}

.wrapper .container .sidebar .widget li a {
	/*color: #464646;*/
	color: #b9b9b9;
}

.wrapper .container .sidebar .center {
	text-align: center;
}

/*------------------------------------------
	>> FOOTER STYLES
------------------------------------------*/
.wrapper .footer {
	width: 870px;
	height: 45px;
	background-color: #000000;
	/*background-color: #303030;*/
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	color: #ccc;
	float: left;
	padding-left: 80px;
	padding-top: 30px;
	/*font-weight: bold;*/
	font-family: trebuchet ms;
}