/**
Theme Name: NoBluff
Author URI: http://wpjunction.com
Version: 1.0
Author: HPA
Description: Theme for NoBluff.com 

*/

/* -------------------------------------- */

.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 url(images/background.gif) repeat-x 0 100%;
	font:normal 12px Arial,Verdana,Helvitica,sans-serif;
	color:#7B878F;
}

a {
	text-decoration:none;
	color:#3C3C3C;
}

#body-in {
	background:url(images/body-in.jpg) repeat-x 0 0;
}

#wrapper {
	width:961px;
	margin:0 auto;
}

/* header */
#header { margin-bottom:36px; }

#header .logo {
	display:block;
	height:162px;
}

#page-menu {
	padding-top:4px;
	overflow:hidden;
	height:43px;
}

ul {
margin-bottom:10px;
}

#page-menu ul {
	display:block;
	height:43px;
        margin:0 1.5em 1.5em 1.5em;
	overflow:hidden;
}

#page-menu ul li {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 0;
	padding-right:2px;
	display:block;
	float:left;
}

#page-menu a {
	display:block;
	float:left;
	height:43px;
	font-weight:bold;
	line-height:43px;
	color:#FFFFFF;
	padding:0 10px;
}

#page-menu ul#page-shadow a { color:#DEA12B; }

#page-menu a:hover, #page-menu .current_page_item a {
	background:transparent url(images/menu-hover-bg.gif) repeat-x 0 0;
}

/* container */
#container { margin-bottom:20px; }

/* content */
#content {
	float:left;
	width:638px;
	padding-top:18px;
}

.block {
	float:left;
	width:314px;
	margin:0 10px 10px 0;
}

.last { margin-right:0 !important; }

.block-title {
	font:normal 16px Tahoma, Verdana, Arial;
	color:#4A4A4A;
	padding-bottom:4px;
	border-bottom:3px solid #289FE0;
	margin-bottom:4px;
}

.block ul li {
	background:transparent url(images/block-list-separator.gif) repeat-x 0 100%;
	overflow:hidden;
	font:normal 13px Tahoma, Verdana;
	height:28px;
        margin:0 1.5em;
	line-height:26px;
}

#recent-entries ul li a, #recent-comments ul li span {
	background:transparent url(images/arrow.gif) no-repeat 2px 3px;
	padding-left:20px;
}

.block a {
	color:#6391C3;
}

.post {
	clear:both;
	margin-bottom:10px;
}

.title {
	font:normal 16px Tahoma, Verdana, Arial;
	color:#3C3C3C;
	margin-bottom:5px;
}

.icon {
	background:url(images/all-icons.gif) no-repeat;
	padding-left:20px;
	margin-right:5px;
}

.meta {
	background:#1F82C9 url(images/meta-bg.gif) repeat-x 0 0;
	height:27px;
	line-height:27px;
	color:#FFFFFF;
}

.meta a { color:#FFFFFF; }

.meta-left {
	float:left;
	width:388px;
	overflow:hidden;
	padding-left:7px;
	height:27px;
}

.single .meta-left { width:500px; }

.date-post { background-position:0 2px; }

.categories-post { background-position:0 -24px; }

.read-more {
	background:#232323 url(images/read-more-bg.gif) no-repeat 100% 0;
	display:block;
	float:right;
	width:102px;
	height:27px;
	padding-left:30px;
}

.comments-post {
	background-position:0 -41px;
	float:right;
	display:block;
	height:27px;
}

.single .comments-post { padding-right:3px; }

.navigation .alignleft a, .navigation .alignright a {
	clear:both;
	background:#212121 url(images/nav-button-bg.gif) repeat-x 0 0;
	display:block;
	float:left;
	font:normal 11px Verdana, Tahoma;
	color:#FFFFFF;
	height:27px;
	line-height:27px;
	padding:0 7px;
}

.pagetitle {
	font-weight:normal;
	color:#6391C3;
	margin-bottom:5px;
}

/* sidebar */
#sidebar {
	padding-top:18px;
	float:right;
	width:319px;
}

.widget {
	clear:both;
	margin-bottom:7px;
}

.widget-title {
	background:#0079C7 url(images/widget-title-bg.gif) repeat-x 0 0;
	border:1px solid #4679AC;
	font:normal 12px Tahoma, Verdana;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	padding:0 9px;
	overflow:hidden;
}

.widget {
	background-color:#F5F5F5;
	margin-bottom:10px;
}

.widget ul li {
	background:#F5F5F5 url(images/widget-list-bg.gif) no-repeat 0 8px;
	border-left:2px solid #E5E5E5;
	display:block;
	height:28px;
	line-height:25px;
	color:#4B4B4B;
	padding:0 0 0 20px;
	overflow:hidden;
}

.widget ul li a {
	color:#4B4B4B;
}

.widget ul li a:hover {
	color:#6391C3;
}


/* footer */
#footer {
	height:134px;
	font-size:10px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding-top:4px;
}

#footer-top {
	height:43px;
	line-height:43px;
}

#footer-content {
	float:left;
	width:700px;
	height:37px;
	padding:27px 0;
	line-height:20px;
}

#credit {
	float:right;
	height:63px;
	padding-top:28px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #DBDBDB;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #3399FF;
	font-weight: bolder;
	color: #000033;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #DADADA;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample a {
	text-decoration:none;
	font-weight: bold;
	color:#0033FF;
}



