/*
Theme Name: Black Couch
Theme URI: http://wpjunction.com
Description: Black Couch
Version: 1.0
Author: wpJunction
Author URI: http://wpjunction.com 
*/



/* General */

body {
	margin: 0;
	background: #181818 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/background_bottom.gif") repeat-x left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1004px;
	height: 305px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 165px;
		left: 10px;
		width: 984px;
		text-align: right;
	}
	
	#header #header-info h1 {
		color: #a2a2a2;
		font: normal 48px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #a2a2a2;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #a2a2a2;
		font: normal 18px Garamond, Georgia, Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 7px;
		left: 8px;
		height: 31px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 31px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 31px;
		font: normal 14px/31px Arial, Verdana;
		color: #181818;
		background: url("images/header_menu.gif") no-repeat;
		margin-right: 9px;
		width: 110px;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		display: block;
		text-decoration: none;
		color: #181818;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 269px;
		left: 655px;
		width: 343px;
		height: 36px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 343px;
		height: 36px;
	}
	
	#header #header-search #s {
		width: 265px;
		height: 18px;
		border: 0;
		padding: 9px 10px;
		font: normal 14px Arial, Verdana;
		color: #9a9a9a;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 54px;
		height: 36px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 649px;
		padding: 83px 0 0 2px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 15px;
		width: 649px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 649px;
			background: url("images/post_title.gif") no-repeat;
			color: #6c6c6c;
			font: normal 12px Arial, Verdana;
			position: relative;
		}
		
		#content .post .post-title a {
			color: #6c6c6c;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			position: absolute;
			top: 0;
			left: 473px;
			text-align: center;
			color: #898989;
			width: 145px;
			height: 37px;
			font: normal 14px/37px Arial, Verdana;
		}
		
		#content .post .post-title h2 {
			color: #707070;
			font: normal 30px Arial, Verdana;
			padding: 23px 20px 8px 20px;
		}
		
		#content .post .post-title h2 a {
			color: #707070;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			background: #323131 url("images/post_title_info.gif") no-repeat;
			width: 603px;
			line-height: 27px;
			padding: 0 5px;
			margin-left: 18px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Arial, Verdana;
			color: #707070;
			width: 609px;
			padding: 0 20px;
		}
		
		#content .post .post-entry a {
			color: #aaaaaa;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/20px Arial, Verdana;
			float: right;
			padding-top: 5px;
			color: #707070;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #1c1c1c;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			clear: both;
			width: 649px;
			height: 20px;
			background: url("images/post_bottom.gif") no-repeat left bottom;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			width: 609px;
			color: #707070;
			font: normal 20px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/19px Arial, Verdana;
			color: #707070;
			width: 609px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #aaaaaa;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #1c1c1c;
		}
		
		#content .post .comments ol li cite {
			color: #aaaaaa;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #aaaaaa;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #aaaaaa;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/19px Arial, Verdana;
			color: #707070;
			width: 584px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #aaaaaa;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px Arial, Verdana;
		color: #707070;
		padding: 0 15px;
		float: left;
		margin-bottom: 15px;
		width: 619px;
	}
	
	#content .navigation a {
		color: #707070;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 352px;
		font: normal 12px/19px Arial, Verdana;
		color: #777777;
		margin-bottom: 15px;
	}
	
	#sidebar a {
		color: #aaaaaa;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 176px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 176px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 176px;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 176px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 176px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 18px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 161px;
			height: 37px;
			padding: 7px 0 0 15px;
			font: normal 14px/33px Arial, Verdana;
			color: #111111;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 4px 0 6px;
			list-style-type: none;
			width: 166px;
		}
		
		#sidebar ul li {
			color: #777777;
			font: normal 12px/22px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #777777;
			text-decoration: none;
			padding-left: 10px;
			padding-bottom: 2px;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			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-left: 20px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0 5px 0;
			width: 176px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 136px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 128px;
		}
		
		#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: 0 11px;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 62px;
	color: #6c6c6c;
	font: normal 12px/62px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #aaaaaa;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
