/*
Theme Name: Real Black
Theme URI: http://themes.netstrife.com/
Description: A sleek, web 2.0 style WordPress theme designed by <a href="http://www.netstrife.com/">Net Strife</a>.
Version: 1.0
Author: Net Strife Internet Marketing Blog
Author URI: http://www.netstrife.com/
*/

body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	min-width:630px;
	background:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
}

div {
	display:block;
	margin:0;
	padding:0;
}

ul {
	list-style-image:url(images/bullet.gif);
	list-style-type:none;
}

li {
	color:#e3e3e3;
	font-size:0.75em;
	margin:0;
	padding:0 0 0 4px;
	clear:both;
}

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

div#header form#searchform input {
	margin:0 auto;
	padding:0;
	border:0;
	background:none;
}

#subscribeForm input {
	
	padding:0;
	border:0;
	background:none;
}

form {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}

.clear {
	clear:both;
	height:0;
	width:0;
}

.center {
	margin:0 auto;
}

.text {
	display:block;
	margin:0;
	padding:0 0 0 12px;
	font-size:0.75em;
	color:#fefefe;
	float:left;
}

.cornerbl {
	background: 0 100% no-repeat;
} 

.cornerbr {
	background: 100% 100% no-repeat;
} 

.cornertl {
	background: 0 0 no-repeat;
}

.cornertr {
	background: 100% 0 no-repeat;
}

#main_container {
	margin:0 auto;
}

#container {
	width:90%;
	height:auto;
	clear:both;
}


/*----------HEADER----------*/

#header {
	height:155px;
	max-height:155px;
	width:100%;
	background:url(images/headerbg.png);
	clear:both;
}

#blogname {
	float:left;
	height:154px;
	width:40%;
	font-size:1.6em;
	color:#fbfbfb;
	line-height:154px;
	padding-left:30px;
	overflow:hidden;
}

#blogname a:hover{
	color:#999999;
	text-decoration:none;
}

#description {
	float:left;
	height:154px;
	width:100%;
	font-size:0.7em;
	color:#fbfbfb;
	line-height:0.8em;
	padding-left:80px;
	margin-top:-55px;
}

/*----------SEARCHBOX----------*/

#search {
	float:right;
	height:154px;
	width:290px;
	padding-right:30px;
	position:relative;
}

#searchbox {
	display:table;
	float:right;
	width:240px;
	height:33px;
	background:url(images/searchbox.png) no-repeat;
	cursor:text;
}

#searchboxAlign {
	display:table-cell;
	vertical-align:middle;
}

div input#s {
	width:214px;
	height:auto;
	line-height:33px;
	margin:0 auto;
	display:block;
	color:#a5a7a8;
}

div#searchWidget {
	width:255px;
	height:auto;
	margin:0 auto;
}

div#searchWidget input {
	height:auto;
	clear:none;
	display:inline;
}

div#searchWidget input#s {
	width:150px;
	color:#666666;
	margin-left:15px;
}

#searchbtn {
	float:right;
	width:290px;
	height:33px;
	background:url(images/gobtn.png) no-repeat center right;
	position:absolute;
	top:50%;
	margin-top:-16px;
}

#search_btn {
	float:right;
	width:50px;
	height:33px;
	cursor:hand;
}

/*----------NAVIGATION----------*/

#navigation {
	height:38px;
	width:100%;
	clear:both;
	background:url(images/navbar_bg.gif) repeat-x;
	position:relative;
}

#navigation_content {
	display:none;
}

#navbtns_container {
	width:auto;
	max-width:100%;
	margin:0;
	padding:0;
	height:30px;
	float:right;
}

.navbar_design {
	width:96px;
	height:30px;
	float:left;
}

#navbar_designl {
	background:url(images/navbar_designl.png) no-repeat;
	margin-right:-16px;
	margin-left:18px;
	clear:left;
}

#navbar_designr {
	background:url(images/navbar_designr.png) no-repeat;
	margin-left:-16px;
	margin-right:18px;
	clear:right;
}

.navbtn {
	height:30px;
	width:auto;
	min-width:98px;
	margin:0 16px 0 16px;
	padding:0;
	float:left;
	background:url(images/navbtn_bg.gif) repeat-x;
}

div.navbtn div {
	width:auto;
	min-width:98px;
	height:30px;
	margin:0;
	padding:0;
}

div.navbtn div.cornertl {
	background-image:url(images/navbtn_cornerl.gif);
}

div.navbtn div.cornertr {
	background-image:url(images/navbtn_cornerr.gif);
}

.nav_text {
	color:#fdfdfd;
	font-size:0.8em;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	text-transform:uppercase;
	margin:0 25px 0 25px;
	padding:0;
	float:left;
	width:auto;
}

#navbtns_container ul {
	width:auto;
	height:30px;
	list-style-type:none;
	list-style-image:none;
	padding:0;	
}

#navbtns_container ul li.navImg {
	width:96px;
	height:30px;
	margin:0;
	padding:0;
	clear:none;
}

#navbtns_container ul li#left_navImg {
	background:url(images/navbar_designl.png) no-repeat;
	margin-right:-25px;
	margin-left:12px;
}

#navbtns_container ul li#right_navImg {
	background:url(images/navbar_designr.png) no-repeat;
	margin-right:25px;
	margin-left:-12px;
}

#navbtns_container ul li {
	width:96px;
	display:inline;
	height:30px;
	margin:0;
	padding:0;
	color:#fdfdfd;
	font-size:0.8em;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	margin:0 12px 0 12px;
	padding:0;
	float:left;
	width:auto;
	clear:none;
	background:url(images/navbtn_bg.gif) repeat-x;
}

p.nav_text a {
	margin:0;
	padding:0;
	clear:none;
	display:inline;
}

p.nav_text a:link, p.nav_text a:visited {
	color:#FFFFFF;
}

p.nav_text a:hover  {
	color:#FF0000;
}

/*----------POSTS----------*/

#post_container {
	height:auto;
	float:left;
	clear:left;
}

div.mcornerbl {
	height:100%;
	width:100%;
	background:url(images/mcornerbl.gif) 0 100% no-repeat;
}

div.mcornerbr {
	height:100%;
	width:100%;
	background:url(images/mcornerbr.gif) 100% 100% no-repeat;
}

div.mcornertl {
	height:100%;
	width:100%;
	background:url(images/mcornertl.gif) 0 0 no-repeat;
}

div.mcornertr {
	height:100%;
	width:100%;
	background:url(images/mcornertr.gif) 100% 0 no-repeat;
}

.content {
	width:100%;
	height:auto;
	float:left;
	background:#1b1b1b;
	clear:both;
}

.title {
	width:97%;
	height:40px;
	margin:0 auto;
	background:url(images/titlebg.gif) repeat-x;

}

.titlecornerbl {
	width:100%;
	height:40px;
	background:url(images/titlecornerbl.gif) 0 100% no-repeat;
}

.titlecornerbr {
	width:100%;
	height:40px;
	background:url(images/titlecornerbr.gif) 100% 100% no-repeat;
}

.titlecornertl {
	width:100%;
	height:40px;
	background:url(images/titlecornertl.gif) 0 0 no-repeat;
}

.titlecornertr {
	width:100%;
	height:40px;
	background:url(images/titlecornertr.gif) 100% 0 no-repeat;
}

.title_text {
	font-size:18px;
	line-height:40px;
	margin:0 0 0 12px;
	padding:0;
	width:auto;
}

.title_text a:link, .title_text a:visited {
	color:#202020;
}

.title_text a:hover {
	color:#202020;
}

.sideimg {
	float:right;
	width:105px;
	height:40px;
	background:url(images/titlegraphic.png) no-repeat;
}

.postdtl {
	width:95%;
	height:31px;
	margin:0 auto;
	background:url(images/postdtlbg.png) repeat-x;
}

.dtl_cornerbl {
	width:100%;
	height:31px;
	background:url(images/postdtlcornerl.gif) 0 100% no-repeat;
}

.dtl_cornerbr {
	width:100%;
	height:31px;
	background:url(images/postdtlcornerr.gif) 100% 100% no-repeat;
}

div.postdtl p.text {
	line-height:31px;
}

.reply {
	margin:0;
	padding:0 12px 0 0;
	font-size:0.75em;
	color:#fefefe;
	line-height:31px;
	float:right;
}

.post {
	width:94%;
	height:auto;
	margin:0 auto;
	background:#141414;
	clear:both;
}

.post_cornertl {
	width:100%;
	height:auto;
	background:url(images/postcornertl.gif) 0 0 no-repeat;
}

.post_cornertr {
	width:100%;
	height:auto;
	background:url(images/postcornertr.gif) 100% 0 no-repeat;
}

.entry {
	margin:0;
	padding:0;
	font-size:0.8em;
	color:#fefefe;
	line-height:1.1em;
	float:left;
	clear:both;
}

div.entry p {
	margin:0;
	padding:12px;
}

.share {
	width:94%;
	height:auto;
	clear:both;
	margin:0 auto;
	background:#0c0c0c;
}

.share_cornerbl {
	width:100%;
	height:100%;
	background:url(images/sharebl.gif) 0 100% no-repeat;
}

.share_cornerbr {
	width:100%;
	height:100%;
	background:url(images/sharebr.gif) 100% 100% no-repeat;
}

div.share ul {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:5px 0 5px 0;
	line-height:20px;
}

li.text {
	display:block;
	margin:0 12px 0 12px;
	padding:0;
	font-size:0.8em;
	float:left;
	clear:left;
}

li.site {
	display:block;
	margin:0 12px 0 12px;
	padding:0;
	font-size:0.8em;
	color:#fefefe;
	float:left;
	clear:none;
}

li.site a {
	display:inline;
	margin:0;
	padding:0;
}

.extras {
	width:94%;
	height:auto;
	clear:both;
	margin:0 auto;
	background:#141414;
}

div.extras div {
	width:100%;
	height:100%;
}

div.extras div.cornerbl {
	background-image:url(images/extrabl.gif);
}

div.extras div.cornerbr {
	background-image:url(images/extrabr.gif);
}

div.extras div.cornertl {
	background-image:url(images/extratl.gif);
}

div.extras div.cornertr {
	background-image:url(images/extratr.gif);
}

.extra_content {
	padding:5px 0 5px 0;
}

div.extras ul {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	clear:left;
}

div.extras li.text {
	font-size:0.75em;
}

/*------------SIDEBAR-------------*/

#sidebar_container {
	float:right;
	width:266px;
	height:auto;
	clear:right;
}

.head_text {
	color:#111111;
	font-size:18px;
	line-height:40px;
	margin:0 0 0 12px;
	padding:0;
	width:auto;
}

/*----------SUBSCRIBE----------*/

#subscribe {
	width:272px;
	height:auto;
	clear:both;
	background:#1b1b1b;
}

.subscribe_text {
	color:#e3e3e3;
	font-size:0.9em;
	margin:0;
	padding:0;
	width:auto;
	float:left;
	clear:both;
}

#subscribe_head {
	width:255px;
	height:40px;
	margin:0 auto;
	background:url(images/bgmid.png) repeat-x;
}

#sub_cornerbl {
	width:100%;
	height:100%;
	background:url(images/cornerbl.gif) 0 100% no-repeat;
}

#sub_cornertl {
	width:100%;
	height:100%;
	background:url(images/cornertl.gif) 0 0 no-repeat;
}

#rss_icon {
	float:right;
	width:60px;
	height:67px;
	background:url(images/subscribe.png) no-repeat;
	margin-top:-27px;
}

#subscribe_email {
	width:228px;
	height:auto;
	clear:both;
	margin:0 auto;
}

#textbox_email {
	width:225px;
	height:32px;
	clear:both;
	float:left;
	display:table;
	background:url(images/txtbox_email.png) no-repeat left;
}

#gobtn_email {
	width:67px;
	height:32px;
	clear:right;
	float:right;
}

#txtBox_container {
	display:table-cell;
	vertical-align:middle;
}

input#email_txtBox {
	float:left;
	width:144px;
	height:auto;
	color:#262525;
	line-height:32px;
	margin-left:6px;
}

input#send_btn {
	float:left;
	width:67px;
	height:32px;
	background:url(images/gobtn_email.png) no-repeat;
}

#subscribe_rss {
	width:228px;
	height:auto;
	clear:both;
	margin:0 auto;
}

#rss {
	width:228px;
	height:auto;
}

#posts {
	width:auto;
	height:56px;
	clear:left;
	float:left;
	margin-left:10px;
}

#posts_icon {
	margin:0;
	padding:0;
	width:54px;
	height:56px;
	clear:left;
	float:left;
	background:url(images/posts.png) no-repeat bottom center;
}

div#comments {
	width:auto;
	height:56px;
	clear:right;
	float:left;
	margin-left:10px;
}

#comments_icon {
	margin:0;
	padding:0;
	width:45px;
	height:56px;
	clear:left;
	float:left;
	background:url(images/comments.png) no-repeat bottom center;
}

div#rss div p.subscribe_text {
	clear:right;
	font-size:0.8em;
	line-height:56px;
}

/*----------CATEGORIES----------*/

#categories {
	width:272px;
	height:auto;
	clear:both;
	background:#1b1b1b;
}

#categories_head {
	width:255px;
	height:40px;
	margin:0 auto;
	background:url(images/bgmid.png) repeat-x;
}

div#categories_head div {
	width:255px;
	height:40px;
}

div#categories_head div.cornerbl {
	background-image:url(images/cornerbl.gif);
}

div#categories_head div.cornerbr {
	background-image:url(images/cornerbr.gif);
}

div#categories_head div.cornertl {
	background-image:url(images/cornertl.gif);
}

div#categories_head div.cornertr {
	background-image:url(images/cornertr.gif);
}

#categories ul {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
}

ul#list_container {
	display:none;
}

/*------WIDGETS------*/

.widget {
	width:272px;
	height:auto;
	clear:both;
	background:#1b1b1b;
}

div.widget div.widget_head {
	width:255px;
	height:40px;
	margin:0 auto;
	background:url(images/bgmid.png) repeat-x;
	color:;
	font-size:;
	padding:;
	clear:both;
}

div.widget div.widget_head div {
	width:255px;
	height:40px;
}

div.widget div.widget_head div.cornerbl {
	background-image:url(images/cornerbl.gif);
}

div.widget div.widget_head div.cornerbr {
	background-image:url(images/cornerbr.gif);
}

div.widget div.widget_head div.cornertl {
	background-image:url(images/cornertl.gif);
}

div.widget div.widget_head div.cornertr {
	background-image:url(images/cornertr.gif);
}

#widget_content {
	display:none;
}

table#wp-calendar {
	margin:0 auto;
	color:#e3e3e3;
	font-size:0.9em;
	margin:0 auto;
	width:100%;
}

td {
	text-align:center;
}

td#today {
	color:#FFFFFF;
}

div.widget p.widget_headtext {
	color:#111111;
	font-size:18px;
	line-height:40px;
	margin:0 0 0 12px;
	padding:0;
	clear:both;
	width:auto;
}

div.widget div {
	display:block;
	color:#e3e3e3;
	font-size:0.75em;
	margin:0 auto;
	padding:0;
	width:230px;
	clear:both;
}

div.widget ol {
	display:block;
	color:#e3e3e3;
	font-size:0.75em;
	margin:0 auto;
	padding:20px;
	width:230px;
	clear:both;
}

div.widget li {
	font-size:0.98em;
}

div.widget ul {
	display:block;
	color:#e3e3e3;
	font-size:0.75em;
	margin:0 auto;
	padding-left:20px;
	width:230px;
	clear:both;
}

div.widget p {
	display:block;
	color:#e3e3e3;
	font-size:0.75em;
	margin:0 auto;
	padding:0;
	width:230px;
	clear:both;
}

div.widget div.mcornerbl {
	height:100%;
	width:100%;
	font-size:1em;
}

div.widget div.mcornerbr {
	height:100%;
	width:100%;
	font-size:1em;
}

div.widget div.mcornertl {
	height:100%;
	width:100%;
	font-size:1em;
}

div.widget div.mcornertr {
	height:100%;
	width:100%;
	font-size:1em;
}

div.widget div.clear {
	display:block;
	color:;
	font-size:;
	margin:0;
	padding:0;
	width:0;
	clear:both;
}



/*------------FOOTER-----------*/

#footer {
	height:50px;
	width:100%;
	clear:both;
	background:url(images/footer.gif) repeat-x;
}

#footer_text {
	float:left;
	color:#fefefe;
	font-size:0.8em;
	margin:0;
	padding:25px 0 0 10px;
}

ul#footer_links {
	display:block;
	float:right;
	list-style-type:none;
	margin:0;
	padding:25px 10px 0 0;
	width:auto;
	height:auto;
}

ul#footer_links li {
	display:inline;
	margin:0;
	padding:0 4px 0 4px;
}

/*----------ERROR 404----------*/
div.notFound {
	float:left;
	width:auto;
	height:auto;
	color:#C7C7C7;
	font-size:1.5em;
	margin:0;
	padding:25px 0 0 50px;
}

.notFound_text {
	float:left;
	width:auto;
	height:auto;
	color:#fefefe;
	font-size:0.6em;
}

/*---------COMMENTS PAGE----------*/

h3#comments, h3#respond {
	font-size:1.4em;
}

ol.commentlist li {
	font-size:1em;
}

label small {
	font-size:0.9em;
}
