/*

Theme Name: Black Buttons Theme

Theme URI: http://www.wptown.com/

Description: Black Buttons Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar, 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, gray, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly

*/



/* General */



body {

	margin: 0;

	background: #171717;

}



h1, h2, h3, h4 {

	margin: 0;

}



img {

	border: 0;

}



.clear {

	clear: both;

	height: 0;

	overflow: hidden;

}





/* Page */



#page {

	margin: 0 auto;

	width: 1004px;

	background: url("images/page_top_copy.jpg") no-repeat;

}





/* Header */



#header {

	width: 1004px;

	height: 510px;

	position: relative;

}



	/* Header - Info */

	

	#header #header-info {

		position: absolute;

		top: 25px;

		left: 37px;

		width: 930px;

		text-align: left;

	}

	

	#header #header-info h1 {

		color: #cfcdcd;

		font: normal 20px Verdana;

		padding-bottom: 5px;

	}

	

	#header #header-info h1 a {

		color: #000000;

		text-decoration: none;

	}

	

	#header #header-info .description {

		color: #FFFF00;

		font: normal 15px arial;

	}

	

	/* Header - Menu */

	

	#header #header-menu {

		position: absolute;

		top: 448px;

		left: 20px;

		width: 964px;

		height: 35px;

	}

	

	#header #header-menu ul {

		margin: 0;

		padding: 0;

		list-style-type: none;

		width: 964px;

		height: 35px;

	}

	

	#header #header-menu ul li {

		float: left;

		width: 125px;

		height: 35px;

		margin-right: 8px;

		font: normal 16px/35px arial;

		color: #cfcdcd;

		text-align: center;

		background: url("images/header_menu.gif") no-repeat;

	}

	

	#header #header-menu ul li a {

		color: #cfcdcd;

		text-decoration: none;

		display: block;

	}

	

	#header #header-menu ul li a:hover {

		color: #00FF00;

		background: url("images/header_menu_hover.gif") no-repeat;

	}

	

		/* Header - Menu - Active */

		

		#header #header-menu ul li.current_page_item a {

			color: #000000;

			background: url("images/header_menu_hover.gif") no-repeat;

		}

		

		/* Header - Menu - Submenu */

		

		#header #header-menu ul li ul {

			display: none;

		}





/* Main */



#main {

	width: 1003px;

	padding-left: 1px;

}



	/* Main - Content */

	

	#content {

		float: left;

		width: 766px;

	}

	

	/* Main - Content - Post */

	

	#content .post {

		float: left;

		margin-bottom: 1px;

		width: 766px;

		background: url("images/post.gif") repeat-y;

	}

	

		/* Post - Title */

		

		#content .post .post-title {

			width: 734px;

			padding: 16px 16px 0 16px;

			background: url("images/post_title.gif") no-repeat;

			color: #999898;

			font: bold 10px arial;

		}

		

		#content .post .post-title a {

			color: #999898;

			text-decoration: none;

		}

		

		#content .post .post-title a:hover {

			text-decoration: underline;

		}

		

		#content .post .post-title .post-date {

			float: left;

			text-align: center;

			text-transform: lowercase;

			color: #FF0000;

			width: 52px;

			height: 52px;

			font: normal 20px Verdana;

			background: url("images/post_date.gif") no-repeat;

			margin-right: 10px;

		}

		

		#content .post .post-title .post-date span {

			padding: 1px 0 3px 0;

			font: bold 14px/18px Verdana;

			color: #CCCCCC;

			display: block;

		}

		

		#content .post .post-title h2 {

			color: #FFFFFF;

			font: normal 18px arial;

			padding: 1px 0;

		}

		

		#content .post .post-title h2 a {

			color: #FFFFFF;

			text-decoration: none;

		}

		

		#content .post .post-title h2 a:hover {

			text-decoration: underline;

		}

		

		#content .post .post-title .post-title-info {

			padding-top: 4px;

		}

		

		/* Post - Entry */

		

		#content .post .post-entry {

			padding: 0 17px;

			width: 732px;

			font: normal 13px/20px Verdana;

			color: #CCCCCC;

		}

		

		#content .post .post-entry a {

			color: #FF9933;

			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 #1c1c1c;

			margin: 0px 30px;

			padding-left: 15px;

		}

		

		/* Post - Info */

		

		#content .post .post-info {

			clear: both;

			padding: 0 17px 17px 17px;

			text-align: right;

			background: url("images/post_bottom.gif") no-repeat left bottom;

			width: 732px;

			font: 10px Verdana;

			color: #999898;

		}

		

		#content .post .post-info a {

			color: #999898;

			text-decoration: none;

		}

		

		#content .post .post-info a:hover {

			text-decoration: underline;

		}

		

		/* Post - Bottom */

		

		#content .post .post-bottom {

			clear: both;

			width: 766px;

			height: 17px;

			background: url("images/post_bottom.gif") no-repeat left bottom;

		}

		

		/* Post - Subtitle */

		

		#content .post h3 {

			margin: 20px 0 5px 0;

			color: #999898;

			font: bold 15px Verdana;

		}

		

		/* Post - Comments */

		

		#content .post .comments {

			width: 732px;

			font: normal 11px/18px Verdana;

			color: #7a7a7a;

		}

		

		#content .post .comments ol {

			margin: 10px 0;

			padding-left: 25px;

		}

		

		#content .post .comments ol li {

			padding: 5px;

		}

		

		#content .post .comments ol li a {

			color: #cfcdcd;

			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: #cfcdcd;

			font-style: normal;

			font-weight: bold;

		}

		

		#content .post .comments ol li cite a {

			color: #cfcdcd;

			text-decoration: none;

		}

		

		#content .post .comments ol li cite a:hover {

			text-decoration: underline;

		}

		

		#content .post .comments ol li .commentmetadata a {

			color: #cfcdcd;

			text-decoration: none;

		}

		

		#content .post .comments ol li .commentmetadata a:hover {

			text-decoration: underline;

		}

		

		/* Post - Comment Form */

		

		#content .post #commentform {

			width: 707px;

			font: normal 11px/18px Verdana;

			color: #7a7a7a;

			padding-left: 25px;

			margin: 0;

		}

		

		#content .post #commentform a {

			color: #cfcdcd;

			text-decoration: none;

		}

		

		#content .post #commentform a:hover {

			text-decoration: underline;

		}

	

	/* Main - Content - Navigation */

	

	#content .navigation {

		width: 766px;

		color: #cfcdcd;

		float: left;

	}

	

	#content .navigation a {

		margin-bottom: 1px;

		font: bold 12px/30px Verdana;

		color: #cfcdcd;

		text-decoration: none;

		padding: 7px;

		width: 150px;

		height: 30px;

		background: url("images/navigation.gif");

		text-align: center;

		display: block;

	}

	

	#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: 236px;

		font: normal 12px/18px Verdana;

		color: #FFCC33;

	}

	

	#sidebar a {

		color: #cfcdcd;

		text-decoration: none;

	}

	

	#sidebar a:hover {

		text-decoration: underline;

	}

	

	/* Main - Sidebar - Boxes */

	

	#sidebar .sidebar-box {

		width: 236px;

		margin-bottom: 1px;

		background: url("images/sidebar_box.gif") repeat-y;

	}

	

	#sidebar .sidebar-box-top {

		width: 236px;

		background: url("images/sidebar_box_top.gif") no-repeat;

	}

	

	#sidebar .sidebar-box-bottom {

		width: 236px;

		min-height: 40px;

		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;

	}

	

		/* Sidebar - Titles */

		

		#sidebar h3 {

			width: 222px;

			height: 35px;

			padding: 7px 7px 8px 7px;

			text-align: center;

			font: normal 14px/30px Verdana;

			color: #CCCCCC;

			background: url("images/sidebar_title.gif") no-repeat;

		}

		

		/* Sidebar - Menus */

		

		#sidebar ul {

			margin: 0;

			padding: 0 7px 17px 7px;

			list-style-type: none;

			width: 222px;

		}

		

		#sidebar ul li {

			color: #999898;

			font: bold 11px/20px Verdana;

		}

		

		#sidebar ul li a {

			color: #999898;

			text-decoration: none;

			padding-left: 15px;

			display: block;

			height: 25px;

			background: url("images/sidebar_menu.gif") no-repeat left bottom;

		}

		

		#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: 25px;

			}

		

		/* Sidebar - Forms */

		

		#sidebar #searchform {

			margin: 0;

			padding: 27px 0;

			width: 236px;

			text-align: center;

		}

		

		#sidebar #searchform #s {

			width: 178px;

		}

		

		/* Sidebar - Tables */

		

		#sidebar #calendar_wrap {

			margin: 0 auto;

			padding-bottom: 12px;

			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: 0 13px 12px 13px;

		}





/* Footer */



#footer {

	margin: 0 auto 8px auto;

	width: 984px;

	height: 30px;

	padding: 7px;

	background: url("images/footer.gif") no-repeat;

	color: #7a7a7a;

	font: normal 11px/25px Verdana;

	text-align: center;

}



#footer a {

	color: #cfcdcd;

	text-decoration: none;

}



#footer a:hover {

	text-decoration: underline;

}

