/*  
Theme Name: BlackPress
Theme URI: http://www.the-gatekeeper.net
Description: Theme based on the design of Richard Carpenter of HV-design, with my own twists.
Author: gatekeepeR
Author URI: http://www.the-gatekeeper.net
Version: 1.0
Tags: Black, Right Column, Clean
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

a img { border: none; }
/* end browser reset */



/* basic wordpress style */
/* Images
-------------------------------------------------------------- */

.post img {
        margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
        display: inline;
        float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
        display: inline;
        float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        text-align: center;
        margin-bottom: 1.5em;
}

.wp-caption img {
        border: 0 none;
        margin: 0;
        padding: 0;
}

.wp-caption p.wp-caption-text {
        margin: 0;
}

.wp-smiley { 
        max-height: 1em;
        margin:0 !important;
}

.gallery dl {
        margin: 0;
}

.gallery-caption {
        margin:-1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        text-align: right;
        width: 33%;
}

blockquote.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
        text-align: left;
        width: 33%;
}
/* end basic wordpress style */

/* Rebuild basic styles */

body {
  background: #fff;     
}
body, input, textarea {
        color: #111;    
        font: 12px Arial,sans-serif;
        line-height: 1.5;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
        font-weight: normal;
        clear: both;
}
hr {
  background-color: #999;
  border:0;
  height: 1px;
        margin-bottom: 1.5em;
}


/* Text elements
-------------------------------------------------------------- */

p {
        margin-bottom: 1.5em;
		margin-top: 1.5em;
}
ul {
        margin: 0 0 1.5em 2.5em;
}
ol {
        margin: 0 0 1.5em 2.5em;
}
ul {
        list-style:disc;
}
ol {
        list-style-type: decimal;
}
ol ol {
        list-style:upper-alpha;
}
ol ol ol {
        list-style:lower-roman;
}
ol ol ol ol {
        list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
        margin-bottom:0;
}
dl      {
        margin:0 1.5em;
}
dt {
        font-weight: bold;
}
dd {
        margin-bottom: 1.5em;
}
strong {
        font-weight: bold;
}
cite, em, i {
        font-style: italic;
}
blockquote {
        margin: 0 3em;
}
blockquote, pre {
	background:#F4F5F7 url(images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
code {
        font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
        text-decoration: none;
}
sup,
sub {
        height: 0;
        line-height: 1;
        vertical-align: baseline;
        position: relative;
        
}
sup {
        bottom: 1ex;
}
sub {
        top: .5ex;
}

/* end rebuild styles */

body,td,th {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #D9D9D9;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	border-bottom: 1px solid #666;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #F00;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

h4 {
	font-size: larger;
}

h5 {
	font-size: medium;
}
h6 {
	font-size: small;
}


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

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
}

#topheader {
	width: 100%;
	height: 47px;
	background:url(images/page_bg_top.png) no-repeat;
}

#navheader {
	width: 100%;
	min-height: 32px;
	background: url(images/pg_bg_no_div.png) repeat-y;
	float: left;
}

#navmenu {
	font-weight: bold;
	line-height: 20px;
	margin-left: 50px;
	padding-bottom: 20px;
}

#mainheader {
	width: 100%;
	height: 152px;
	background: url(images/header.png) no-repeat;
	float: left;
}

h1.header {
	color: #fff;
	margin: 33px 0 0 55px;
	font-size:36px;
	font-weight: bold;
}

.header a, .header a:visited, .header a:active, .header a:hover {
	color: #ccc;
}

.header a:hover {
	border-bottom: 1px solid #ccc;
}

.aqua {
	color: #999;
}

h3.header {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: -5px 0 0 225px;
	
}

#contentwrapper {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

#contentwrapper.sidebar {
	background: url(images/pg_bg_div.png) repeat-y;
}

#contentwrapper.nosidebar {
	background: url(images/pg_bg_no_div.png) repeat-y;
}

.entry {
	width: 579px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

.entryheader {
	min-height: 58px;
	max-height: 58px;
	background: url(images/side_l_header.png) no-repeat;
	color: #fff;
}

h2.entrytitle {
	color: #fff;
	margin-left: 37px;
	line-height: 48px;
	font-weight: normal;
}

h2.entrytitle a {
	color: #fff;
	line-height: 48px;
	font-weight: normal;
}

h2.entrytitle a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

h2.entrytitle a:visited {
	text-decoration: none;
}

.post {
	float: left;
	margin-left: 40px;
	margin-right: 10px;
}


span.tag-links {
	background: url(images/icons.gif) no-repeat;
	background-position: left -400px;
	padding-left: 22px;
	margin-bottom: 15px;
}

.postdivider {
	background:url(images/post_meta_div.png) left center no-repeat;
	padding: 10px 0 10px 0;
}

.entry-utility {
	margin-left: 50px;
	float: left;
}

.postend {
	float: left;
	width: 100%;
	padding: 10px 0 5px 0;
	line-height: 18px;
}

.postend a:hover{
	text-decoration: none;
	border-bottom: 1px solid #666;
}
	

.commentcount {
	float: left;
	margin-left: 40px;
	background: url(images/post-comment.png) left top no-repeat;
	padding-left: 30px;
}

.postedby {
	float: right;
	padding-right: 5px;
	background: url(images/post-meta.png) left top no-repeat;
	padding-left: 28px;
}


.postedbydate {
	color: #999;
}

#sidebar {
	float: right;
	width: 301px;
}

.widget {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}

.widget-title {
	float: right;
	background: url(images/side_r_header.png) no-repeat;
	height: 62px;
	width: 100%;
	margin-top: 0;
}

h2.widgettitle {
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#sidebar ul{
	list-style: none;
	line-height: 30px;
	font-size: 14px;
	margin-left: 5px;
}


#sidebar ul li{
	margin-left: 10px;
}

#sidebar ul li ul {
	border-bottom: none;
}

#sidebar ul li ul li {
	border-bottom: none;
}

.widget-content {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	margin-right: 25px;
}

.categories-list {
	list-style-type: none;
	margin-left: 0;
}

.cat-item {
	background: url(images/folder.gif) 0 5px no-repeat;
	padding-left: 22px;
	list-style: none;
	line-height: 24px;
	font-size: 14px;
}

.widget-content.search {
	margin: -5px 25px 15px 40px;
}

.widget-content.archives {
	list-style: none;
	margin: -5px 25px 15px 0;
}

.widget-content.tagcloud {
	margin-left:15px;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: center;
	margin-right: 30px;
}

ul.open li {
	margin-left: -10px;
}

ul.open a {
	color: #2970a0;
	line-height: 18px;
		margin: 0;
	padding: 0;
}

ul.open a:hover {
	color: #2970a0;
	border-bottom: 1px solid #2970a0;

}

.title a:hover {
	color: #2970a0;
	border-bottom: none;
}

ul.open li {
	padding: 0;
	margin-left: -15px;
	line-height: 14px;
}

.month li {
	padding: 0;
}

#primary {

}

#footerwrap {
	width: 100%;
	background: url(images/footer-bg_02.png) no-repeat;
	float: left;
	padding-top: 10px;
	min-height: 340px;
	font-size: 14px;
}

#leftfooter {
	width: 286px;
	float: left;
	margin-left: 25px;
}

#midfooter {
	width: 318px;
	float: left;
	text-align: center;
}

#rightfooter {
	width: 285px;
	float: left;
	padding-right: 30px;
	text-align: right;
}

.footertitle {
	width:100%;
	float: left;
}

h2.lefttitle {
	color: #fff;
	margin-bottom: 0px;
	padding-left: 15px;
}

h2.midtitle {
	color: #fff;
	margin-bottom: 0px;
}

h2.righttitle {
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
}

.leftcontent {
	float: left;
	color: #fff;
}

.leftcontent ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	line-height: 16px;
	margin-right: 10px;
	margin-top: 10px;
}

.leftcontent ul li {
	padding-bottom: 6px;
	margin-top: 2px;
	padding-top: 2px;
}

#recentcomments a, #recentcomments a:hover, #recentcomments a:visited, #recentcomments a:active {
	color: #fff;
	text-decoration: none;
}

#recentcomments a:hover {
	border-bottom: 1px solid #fff;
}

span.author_name {
	color: #999;
}

div.rc_excerpt {
	color: #CCC;
}

.midcontent {
	width: 100%;
	float: left;
	color: #fff;
}

.midcontent ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	line-height: 14px;
	margin-right: 10px;
	margin-top: 10px;
}

.midcontent ul li {
	padding-bottom: 5px;
	margin-top: 2px;
	padding-top: 2px;
}

.midcontent a {
	color: #fff;
	text-decoration: none;
}

.midcontent a:hover {
	border-bottom: 1px solid #fff;
}

.midcontent a:visited {
	color: #fff;
}

.rightcontent {
	width: 100%;
	float: left;
	color: #fff;
}

.rightcontent ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	line-height: 16px;
	margin-right: 10px;
	margin-top: 10px;
}

.rightcontent ul li {
	padding-bottom: 10px;
	margin-top: 2px;
	padding-top: 2px;
}

.rightcontent a {
	color: #fff;
	text-decoration: none;
}

a.rsslinks {
	background: url(images/icons.gif) no-repeat;
	background-position: right -256px;
	padding-right: 22px;
}

.rightcontent a:hover {
	border-bottom: 1px solid #fff;
}

.rightcontent a:visited {
	color: #fff;
}

.footerdiv {
	background: url(images/footer_div.png) no-repeat center center;
	float: left;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
}

#pagebottom {
	width: 100%;
	height: 57px;
	background: url(images/page_bg_bottom.png);
	float: left;
	margin-top: -2px;
}

p.copyright {
	text-align: center;
	padding: 8px 0 5px 0;
	margin-top: 0px;
}

.edit-link {
	color: #2970a0;
	font-weight: bold;
	background: url(images/icons.gif) no-repeat 0 -64px;
	padding-left: 22px;
	line-height: 20px;
	padding-top: 2px;
}

.edit-link a {
	color:#2970a0;
}

.edit-link a:hover {
	border-bottom: 1px solid #2970a0;
}

#nav-below {
	float:left;
	width: 575px;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 14px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	margin-right: 35px;
}

#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	width:209px;
	height:21px;
	display:block;
	float:left;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:3px 2px;
}

#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}

#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}

#searchbox .searchtip {
	color:#999;
}

/* =Comments
-------------------------------------------------------------- */
.comments-template {
	float: left;
	margin-left: 35px;
}

#comments {
    padding:22px 0 0 0;
}

#comments,#comments input,#comments textarea {
    font-size:13px;
    line-height:18px;
}

#comments code {
    font-size:12px;
    line-height:18px;
}

#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
	margin-left: 10px;
}

#comments-list {
    padding:0 0 18px 0;
}

#comments-list ol, #comments-list ul {
    list-style:none;
    margin:0;
}

#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#eee;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}

#comments-list li.alt {
    background:#fff;
}

#comments-list li.bypostauthor {
    background:#FFFFEC;
}

#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}

#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}

#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}

#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}

#comments-list .comment-meta a {
    color:#666;
    text-decoration:none;
}

#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
    color: #FF4B33;
}

.comment-reply-link {
    font-size:11px;
    padding:0;
    text-align:right;
	margin-bottom: 18px;
}

.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}

.comment-reply-link a:active, .comment-reply-link a:hover {
    color: #FF4B33;
}

.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}

.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}

.comment-navigation a:active,.comment-navigation a:hover {
    color: #FF4B33;
}

.comment-navigation a, .comment-navigation span {
    margin-right:0.5em;
}

#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}

#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}

#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}

#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}

#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}

#cancel-comment-reply a {
    color:#666;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

.form-section label {
    font-size:11px;
}

.form-section input {
    margin:0 0 18px 0;
    width:98%;
}

.form-section textarea {
    width:99%;
}

#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}

#form-allowed-tags span {
    font-style:italic;
}

#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}

.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}

.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}

.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* No Sidebar Formatting */
.entry.nosidebar{
	width: 949px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

.entryheader.nosidebar {
	min-height: 58px;
	max-height: 58px;
	background: url(images/page_banner.png) no-repeat;
	color: #fff;
	margin-right: 40px;
	width: 100%;
}

.post.nosidebar {
	float: left;
	margin-left: 40px;
	padding-right: 10px;
	margin-right: 30px;
}

/* Nav Menu Styling */

#navmenu a:hover {
	border-bottom: none;
}

/*** ESSENTIAL STYLES ***/


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:14px;
}
.sf-menu {
	line-height:	1em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border:	1px solid #ccc;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#fafafa;
}
.sf-menu li li {
	background:		#fafafa;
}
.sf-menu li li li {
	background:		#fafafa;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fafafa;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/* end nav-menu styling */
.nosidebar a:hover {border-bottom: none;}