/*
Theme Name: Dark Planet Theme
Theme URI: http://www.wptown.com/
Description: Dark Planet Theme is a unique Widget ready WordPress theme with 3 columns, left and right sidebars, rounded corners and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: black, 3 columns, widget ready, rounded corners, left sidebar, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	/*width: 1004px;
	height: 500px;
	background: url("../img/darkplanet-header.jpg") no-repeat;*/
	width: 844px;
	height: 164px;
	background: url("../img/darkplanet-header3.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 22px;
		left: 50px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 36px Tahoma,Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		color: #CCCCBC;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 16px Verdana;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 34px;
		left: 688px;
		width: 299px;
		height: 30px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 299px;
		height: 30px;
	}
	
	#header #header-search #s {
		width: 190px;
		height: 16px;
		padding: 7px 5px;
		border: 0;
		font: bold 13px Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 82px;
		height: 30px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 989px;
	padding-left: 15px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 170px;
		font: normal 12px/18px Verdana;
		color: #b3b7c6;
	}
	
	.sidebar a {
		color: #63656d;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Boxes */
	
	.sidebar .sidebar-box {
		width: 170px;
		margin-bottom: 15px;
		background: url("../img/darkplanet-sidebar_box.gif") repeat-y;
	}
	
	.sidebar .sidebar-box-top {
		width: 170px;
		background: url("../img/darkplanet-sidebar_box_top.gif") no-repeat;
	}
	
	.sidebar .sidebar-box-bottom {
		width: 170px;
		min-height: 30px;
		background: url("../img/darkplanet-sidebar_box_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 170px;
			height: 35px;
			background: url("../img/darkplanet-sidebar_title.gif") no-repeat;
			font: normal 18px/35px Verdana;
			color: #b3b7c6;
			text-align: center;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding: 0 0 10px 0;
			padding-top: 12px;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #63656d;
			font: bold 12px/22px Verdana;
		}
		
		.sidebar ul li a {
			height: 22px;
			padding: 0 0 2px 10px;
			background: url("../img/darkplanet-sidebar_menu.gif") no-repeat left bottom;
			color: #63656d;
			text-decoration: none;
			display: block;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			.sidebar ul li ul {
				padding: 0;
			}
			
			.sidebar ul li ul li a {
				padding: 0 0 2px 20px;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 3px 0;
			width: 144px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 2px 5px 3px 5px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 604px;
		padding: 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 15px;
		width: 604px;
		background: url("../img/darkplanet-post.gif") repeat-y;
		margin-bottom:64px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 584px;
			padding: 10px 10px 0 10px;
			color: #63656d;
			font: bold 12px Verdana;
			background: url("../img/darkplanet-post_title.gif") no-repeat;
		}
		
		#content .post .post-title a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("../img/darkplanet-post_date.gif") no-repeat;
			width: 50px;
			height: 50px;
			margin-right: 15px;
			color: #b3b7c6;
			text-align: center;
			text-transform: lowercase;
			font: bold 16px Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding: 5px 0 4px 0;
			display: block;
		}
		
		#content .post .post-title h2 {
			padding-top:10px;
			padding-bottom:10px;
			color: #63656d;
			font: normal 25px/30px "Trebuchet Unicode MS","Trebuchet MS",Verdana;
		}
		
			#content .post .post-title h2.post-page-title {
				font: normal 25px/30px Verdana;
			}
		
		#content .post .post-title h2 a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			width: 584px;
			height: 26px;
			line-height: 26px;
			text-align: center;
			background: url("../img/darkplanet-post_title_info.gif") no-repeat;
			clear: both;
			margin-top: 15px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			margin-top:16px; 
			font: normal 12px/18px Verdana;
			color: #b3b7c6;
			width: 574px;
			padding: 0 10px;
			background: url("../img/darkplanet-post_bottom.gif") no-repeat left bottom;
			padding-left:14px; 
			float: left;
		}
		
		#content .post .post-entry a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #0c0d10;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #63656d;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #b3b7c6;
			width: 574px;
		}
		
		#content .post .comments a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #0c0d10;
		}
		
		#content .post .comments ol li cite {
			color: #63656d;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 12px/18px Verdana;
			color: #b3b7c6;
			width: 559px;
		}
		
		#content .post #commentform a {
			color: #63656d;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #b3b7c6;
		float: left;
		width: 604px;
	}
	
	#content .navigation a {
		font: bold 12px/30px Verdana;
		color: #b3b7c6;
		text-decoration: none;
		margin-bottom: 15px;
		width: 150px;
		height: 30px;
		background: url("../img/darkplanet-navigation.gif") no-repeat;
		display: block;
		text-align: center;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	/*width: 974px;*/
	height: 35px;
	margin: 0 auto;
	margin-bottom: 15px;
	/*background: url("../img/darkplanet-footer.gif") no-repeat;*/
	width: 780px;
	background: url("../img/darkplanet-footer2.gif") no-repeat;
	color: #b3b7c6;
	font: normal 12px/35px Verdana;
	text-align: center;
	float: left;
	margin-left: 6px;
	padding-bottom: 12px;
}

#footer a {
	color: #63656d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.bottom {
	padding-bottom:0.2em;
}

#content .post .post-entry img 
{
	margin:0 0 5px 0; 
	padding:3px;
	padding-right:4px;
	padding-bottom:4px;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #101010;
}

#content .post .post-entry a
{
	font-weight: bold; 
	font-size:115%;
	font-family: Tahoma;
	background: #111;
}
#content .post .post-entry a:link, #content .post .post-entry a:visited
{
	/*text-decoration: underline;*/
	text-decoration:none;
	border-bottom: 1px solid #333;
}
#content .post .post-entry a:hover
{
	color:#706860;
	text-decoration:none;
	border-bottom: 2px solid #FF1C00;
}
#content .post .post-entry .post-link
{
	font-family: Verdana;
	font-weight: normal; 
	background: #000;
	font-size:115%;
}
#content .post .post-entry .image, #content .post .post-entry .image:link, #content .post .post-entry .visited
{
	background: #000;
}
#content .post .post-entry .image:hover 
{
	background: #000;
	border-bottom: 4px solid #505050;
	/*text-decoration:none;
	border-bottom: 2px solid #E01C00;*/
}
#content .post .post-entry .post-link:hover 
{
	color:#fff;
	border-bottom: 1px solid #333;
}
#content .post .post-entry span 
{
	display:block; margin-bottom:10px;
}

#content .post .post-entry h5 
{ 
	font-family: "Trebuchet Unicode MS","Trebuchet MS"; font-size: 150%; font-weight:normal; text-transform:capitalize; line-height: 1.25em; 
}
#content .post .post-entry h5 a
{ 
	font-family: "Trebuchet Unicode MS","Trebuchet MS"; font-size: 100%; font-weight:normal;
}
#content .post .post-entry h6 
{
	font-family: Tahoma,Arial; font-size: 120%; font-weight: normal; text-transform: uppercase; line-height: 1.4em; 
}
#content .post .post-entry h6 a
{
	font-family: Tahoma,Arial; font-size: 100%; font-weight: bold; text-transform: uppercase; line-height: 1.4em; 
}

.sidebar .include 
{
	margin-left: 20px; margin-top: 120px; margin-bottom: 10px; font-family: Tahoma,"Trebuchet Unicode MS","Trebuchet MS"; font-size: 130%; font-weight:normal; 
}
.sidebar .include-link
{
	font-weight: bold; 
	font-size:115%;
	font-family: Tahoma;
	background: #111;
}
.sidebar .include-link:link, .sidebar .include-link:visited
{
	text-decoration:none;
	border-bottom: 1px solid #333;
}
.sidebar .include-link::hover
{
	color:#FF1C00;
	text-decoration:none;
	border-bottom: 1px solid #706860;
}

#content .post .post-entry h3 
{
	font-size:145%;
	font-weight: normal;
	font-family: Tahoma; 
}
#content .post .post-entry .related-posts
{
	margin-top: 0;
}
#content .post .post-entry .related-posts a
{
	font-weight: normal;
	font-size:120%;
}
#content .post .post-entry .related-posts a:hover
{
	color:#fff;
	border-bottom: 1px solid #333;
}
#content .post .post-entry .technorati a
{
	font-size:100%;
}
#content .post .post-entry .technorati a:hover
{
	color: #63656d;
	border-bottom: 0;
	text-decoration:underline;
}

#content .post #respond 
{
	padding-bottom: 5px;
}
#content .post #respond a 
{
	font-weight: normal;
	font-size:120%;
	font-family: "Trebuchet Unicode MS","Trebuchet MS"; 
}
#content .post #respond a:link, #content .post #respond a:visited
{
	color: #fff;
}
#content .post #respond a:hover
{
	border-bottom: 3px solid #CCCCBC;
}

#content .post .comments ol li .commentmetadata a
{
	font-weight: normal;
}
#content .post .comments ol li .commentmetadata a:hover
{
	color: #63656d;
	border-bottom: 0;
	text-decoration:underline;
}
