/*  
Theme Name: Black Sleek Theme
Theme URI: http://bloggingzone.info
Description: Sleek black theme for wordpress
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: #000000 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 980px;
}


/* Header */

#header {
	background: url("images/header.jpg") no-repeat;
	width: 980px;
	height: 220px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 71px;
		left: 0;
		width: 980px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 14px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0;
		left: 0;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: bold 15px/38px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 0 35px;
		border-right: 1px dashed #ffffff;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 980px;
	padding-bottom: 25px;
}

	/* Main - Sidebar */
	
	#main .sidebar {
		float: left;
		width: 240px;
		color: #636465;
		font: bold 14px "Trebuchet MS", Verdana;
	}
	
	#main .sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#main .sidebar a:hover {
		text-decoration: underline;
	}
	
	#main .sidebar .sidebar-box {
		background: #212121;
		width: 240px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	
		/* Main - Sidebar - Titles */
		
		#main .sidebar h3 {
			font: bold 14px/32px "Trebuchet MS", Verdana;
			color: #ffffff;
			width: 223px;
			height: 32px;
			background: url("images/sidebar_title.gif") no-repeat;
			padding-left: 17px;
		}
		
		/* Main - Sidebar - Menus */
		
		#main .sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			margin-top: 5px;
		}
		
		#main .sidebar ul li {
			font: bold 14px/32px "Trebuchet MS", Verdana;
			color: #636465;
			padding-left: 17px;
			border-bottom: 1px dashed #ffffff;
			width: 223px;
		}
		
		#main .sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#main .sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#main .sidebar ul li ul {
			display: none;
		}
		
		/* Main - Sidebar - Tables */
		
		#main .sidebar #calendar_wrap {
			width: 150px;
			margin: 5px auto 0 auto;
		}
		
		/* Main - Sidebar - Forms */
		
		#main .sidebar #searchform {
			width: 150px;
			text-align: center;
			margin: 0 auto;
			padding-top: 15px;
		}
		
		#main .sidebar #searchform #s {
			width: 150px;
		}
	
	/* Main - Content */
	
	#main #content {
		width: 460px;
		float: left;
		padding: 0 20px;
	}
	
	/* Main - Content - Post */
	
	#main #content .post {
		float: left;
		margin-bottom: 50px;
		width: 460px;
		color: #ffffff;
	}
	
		/* Post - Title */
		
		#main #content .post .post-title {
			width: 460px;
			padding: 5px 15px 0 0;
			font: normal 11px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#main #content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#main #content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main #content .post .post-title h2 {
			color: #ffffff;
			font: bold 20px/36px "Trebuchet MS", Verdana;
			background: url("images/post_title.gif") no-repeat;
		}
		
		#main #content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#main #content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#main #content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#main #content .post .post-entry a {
			color: #636465;
			text-decoration: none;
		}
		
		#main #content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main #content .post .post-entry .post-date {
			margin: 10px 10px 5px 0;
			float: left;
			width: 64px;
			text-align: center;
			color: #ffffff;
			text-transform: lowercase;
		}
		
		#main #content .post .post-entry .post-date .day {
			width: 64px;
			border: 1px dashed #ffffff;
			font: normal 26px/35px "Trebuchet MS", Verdana;
			height: 35px;
		}
		
		#main #content .post .post-entry .post-date .month {
			width: 64px;
			border: 1px dashed #ffffff;
			font: normal 13px/22px "Trebuchet MS", Verdana;
			height: 22px;
			margin-top: 2px;
		}
		
		#main #content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#main #content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #636465;
			float: right;
			padding-bottom: 5px;
		}
		
		#main #content .post .post-entry .more-link a {
			color: #636465;
			text-decoration: none;
		}
		
		#main #content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#main #content .post .post-info {
			clear: both;
			font: normal 11px/28px "Trebuchet MS", Verdana;
			color: #ffffff;
			height: 28px;
			width: 326px;
			border-bottom: 1px dashed #ffffff;
		}
		
		#main #content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#main #content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			padding: 0 10px;
			height: 36px;
			color: #ffffff;
			font: bold 17px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
		}
		
		#content .post .comments {
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#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: #212121;
		}
		
		#content .post .comments ol li cite {
			color: #636465;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #636465;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #636465;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}


/* Footer */

#footer {
	width: 980px;
	height: 36px;
	font: normal 15px/36px "Trebuchet MS", Verdana;
	color: #ffffff;
	text-align: center;
	border-top: 1px dashed #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
