/**
Theme Name: BidZine
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine Theme 
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#ffffff;
	font:normal 12px Tahoma, Verdana;
	color:#000000;
}

a {
	text-decoration:none;
	color:#920000;
}

a:hover { color:#020000; }

#wrapper {
	background-color:#918b7e;
	margin:0 auto;
	padding:0 8px;
	width:999px;
	border-left:1px solid #f8d78b;
	border-right:1px solid #f8d78b;
}

/* header */
#header {
	background:url(images/header-bg.gif) repeat-x 0 36px;
}

#header-in {
	background:url(images/header-top-bg.png) no-repeat 0 0;
	height:178px;
	overflow:hidden;
}

#page-menu ul {
	display:block;
	height:36px;
	overflow:hidden;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	color:#E6E7E0;
	font-size:10px;
	text-transform:uppercase;
	line-height:36px;
	margin:16px;
}

#page-menu, #top-search-wrap {
	float:left;
	width:700px;
	display:block;
	height:36px;
}

#top-search-wrap {
	background:url(images/top-searc-form-bg.gif) no-repeat 0 6px;
	float:right;
	width:287px;
	height:28px;
	padding-top:8px;
	position:relative;
}

#top-search {
	position:absolute;
}

#top-search input {
	border:none;
	background:none;
}

#top-s {
	font-size:10px;
	text-transform:uppercase;
	margin-left:10px;
	width:245px;
	color:#363636;
}

#top-search-submit {
	width:21px;
	cursor:pointer;
	margin-left:6px;
}

#branding {
	clear:both;
	height:99px;
	overflow:hidden;
}

#blog-title {
	display:block;
	float:left;
	font:bold 52px Verdana, Tahoma, Arial;
	margin:0 14px 0 11px;
	line-height:99px;
	text-transform:uppercase;
}

#blog-title a { color:#020000; }

#blog-title a:hover { color:#920000; }

#blog-description {
	display:none;
}

#cat-menu { clear:both; }

#cat-menu ul {
	display:block;
	height:40px;
	overflow:hidden;
}

#cat-menu ul li {
	display:inline;
}

#cat-menu a {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 2px;
	display:block;
	float:left;
	height:40px;
	font-size:10px;
	line-height:40px;
	color:#807965;
	padding:0 11px 0 8px;
	text-transform:uppercase;
}

#cat-menu a:hover, #cat-menu .current-cat a {
	color:#4D493D;
}

/* container */
#container {
	background:#FFFFFF url(images/container-bg.gif) repeat-y 100% 0;
	padding-left:8px;
}

/* content */
#content {
	padding:8px 10px;
	float:left;
	width:670px;
}

.pagetitle {
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin:5px 0 5px;
}

.post .title {
	font:normal 20px Tahoma, Verdana;
	color:#000000;
	margin-bottom:5px;
}

.meta {
	background:url(images/arrows.gif) no-repeat 0 0;
	display:block;
	height:18px;
	font-size:10px;
	color:#555555;
	text-transform:uppercase;
	padding-left:20px;
}

.meta a { color:#555555; }

.post .entry {
	background:#FFFFFF url(images/entry-bg.gif) no-repeat 50% 0;
	padding-top:3px;
}

.navigation .alignleft a, .navigation .alignright a {
	background-color:#F7F7F7;
	border:1px solid #CFCFCF;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	color:#717171;
	height:27px;
	line-height:27px;
	padding:0 7px;
}

/* sidebar */
#sidebar {
	float:right;
	padding:8px 0;
	width:291px;
}

.widget {
	clear:both;
	margin-bottom:7px;
}

.widget-title {
	background:#DDDED6 url(images/widget-title-bg.gif) repeat-x 0 0;
	border-bottom:1px solid #C2C4BA;
	font:normal 14px Tahoma, Verdana;
	color:#710000;
	height:34px;
	line-height:34px;
	text-transform:uppercase;
	padding:0 9px;
	overflow:hidden;
}

.widget-content {
	padding:0 8px 4px;
}

.widget-content ul li {
	background:url(images/arrows.gif) no-repeat 3px -19px;
	padding-left:20px;
	display:block;
	line-height:28px;
	border-bottom:1px solid #EAEAE4;
	color:#2C2C2C;
}

.widget-content ul li a {
	color:#2C2C2C;
}

.widget-content ul li a:hover {
	color:#920000;
}

/* footer */
#footer {
	background:url(images/footer-bg.gif) repeat-x 0 0;
	border-top:8px solid #918b7e;
	font-size:11px;
	color:#63605a;
	height:42px;
	line-height:42px;
	padding:0 10px;
	text-transform:uppercase;
}

#copyright {
	float:left;
}

#credit {
	float:right;
}


#footer a, #footer a:hover {
	color:#FFFFFF;
}
