/*  
Theme Name: Blue Black
Description: Simple web2.0 wordpress blog design.
Date: Jun 12, 2009
Version: 2.7.5
Author: Bingo
Author URI: http://www.bingowebdesign.info/
Tags: light, three-Columns, Black, Blue, fixed-width, theme-options
*/

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

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: url(http://www.orangeblooded.net/OB/wp-content/themes/blue-black/images/Background.jpg) repeat-y scroll center top;
	font: 100%/170% Helvetica, Georgia, Helvetica, sans-serif;
	color: #343433;
	height: auto;
	width: auto;
	margin: 0 auto;
	padding: 0;
	
}

/*--formatting--*/
a {
	color: #71321a;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #71321A;
}

p {
	padding: 0 0 .8em;
}

h2 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h2.pagetitle {
	font: 400 24px Arial, Verdana, Tahoma;
	margin-top: 20px;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #323232;
	border: 1px solid #131313;
}

h2.pagetitle strong {
	font-size: 30px;
}

h2 a {
	color: #71321a;
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	background-color: #333333;
	padding: 10px;
	clear: both;
	margin: 10px 0 0 0;
	border: 1px solid #131313;
	font: 400 12px Arial, Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 0pc 18px 5px 50px;
}

ul {
	list-style-type: disc;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #141414;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #141414;
}

/*--container--*/

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

#header {
	width: 960px;
	height: 109px;
	float: left;
	background: url() no-repeat;
        padding-top: 22px;
}

#content {
	width: 960px;
	float: left;
}

#content h2{
	color: #71321A;
	font: 20px;
	margin-bottom: 5px;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding: 0 0 0 52px;
}

#content #right-col {
	width: 300px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 300px;
	float: left;
	position: relative;
}

/*--header--*/

#header #blog-title {
	float: left;
	color: #fff;
	margin: 25px 0 0 50px;
    height: 56px;
    width: 306px;
}

.hd_logo_main {
float:left;
background:
url(http://orangeblooded.net/OB/wp-content/themes/blue-black/images/logo_01.png) no-repeat;
width:52px;
height:54px;
border:0;
cursor: pointer;
}

.ob_logo_main {
float:left;
background:
url(http://orangeblooded.net/OB/wp-content/themes/blue-black/images/logo_02.png) no-repeat;
width:250px;
height:54px;
border:0;
cursor: pointer;
}
/*--updated--*/
#updated{
	width:auto;
    float: left;
}

.update-info {
	float: left;
    color: #554c3a;
    font-size: 12px;
    position: relative;
    margin-left: 7px;
    
}



/*--page-menu--*/
#header #menu {
	float: right;
	margin: 12px 21px 0 0;
}

#header #menu ul {
	list-style: none;
}

#header #menu ul li.page_item {
	float: left;
	margin: 0 0 0 -10px;
}

#header #menu ul li.page_item a {
	width: 98px;
	height: 21px;
	float: left;
	text-decoration: none;
	font: 900 11px Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-align: center;
	padding: 7px 0 0 0;
	text-transform:capitalize;
	font-size: 12px;
}

#header #menu ul li.page_item a:hover {
	color: #554c3a;
}

#header #menu ul li.current_page_item a {
	color: #554c3a;
}




/*--post--*/

.post {
	width: 598px;
	float: left;
	margin-top: 35px;
}

.post-bg-down {
	float: left;
	width: 600px;
	height: 5px;
	background: url(images/) no-repeat;
}

.post-info {
	float: left;
	padding: 0;
        width:100%;
        padding: 0 0 .5em;
}

.post-info a{
	color: #000;	
}

.post-info a:hover{
	text-decoration: none;
}

ul.links {
	list-style: none;
}

.entry {
	height: auto;
	float: left;
	width: 803px;
	padding: 0px 10px 0 0;
}

.entry h2 a {
	font-size: 20px;
	color: #71321a;
	float: left;
	width: 900px;
	margin-bottom: 5px;
}

.entry h2 a:hover {
	text-decoration: underline;
}

.more {
    display: block;
	width: 73px;
	height: 17px;
	display: block;
    margin: 20px 50px 20px 0;
    cursor: pointer;
    float: right;
    font-size: 10px;
    font-weight: bold;
}

.more:hover{
    display: block;
	width: 73px;
	height: 17px;
	display: block;
    margin: 20px 50px 20px 0;
    cursor: pointer;
    float: right;
    font-weight: bold;
    text-decoration: underline;
}


p.metadata {
	padding: 0 0 0 15px;
	margin-left:10px;
	background-color: #323232;
	clear: left;
	margin-top: 15px;
	font-size: 11px;
	background: url(images/tag.png) no-repeat left;
}

p.metadata2 {
	padding: 2px;
	background-color: #323232;
	border: 1px solid #131313;
	clear: left;
	text-align: left;
	width: 592px;
	margin-top: 20px;
	text-align: center;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

.banner-after-post {
	width: 600px;
	height: 60px;
	margin-top: 20px;
	float:left;
}

.banner-after-post img{
	border: none;
}

/*--right-col--*/

/*--feed--*/

.feed {
	width: 300px;
	float: left;
}

.feed ul {
	list-style: none;
	margin: 10px 0 0 0;
}

.feed ul li {
	margin-bottom: 5px;
}

.feed ul li a{
	color: #fff;
	margin: 0 0 0 20px;
	font-weight: bold;
}

.feed ul li a:hover{
	text-decoration: none;
}

.rss-icon {
	float: left;
	background: url(images/rss-icon.png) no-repeat;
	width: 80px;
	height: 60px;
	margin-left: 40px;
}

/*--search--*/
#searchform {
	width: 291px;
	float: right;
	height: 33px;
	margin: 0px 8px 0 0;
}

#searchform form {
	float: left;
	width: 310px;
	margin: 10px;
	display: inline;
	height: auto;
}

#searchform form input#s {
	width: 139px;
	background: url(images/form.gif) no-repeat top left;
	height: 19px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 67px;
	color: #666;
	font-size: 11px;
}

#searchform form input#searchsubmit {
	width: 61px;
	background: url(images/search.png) no-repeat center left;
	height: 23px;
	border: 0;
}

/* Contact images */

#Contact{
	width:auto;
	float: right;
	height: auto;
	width: auto;
	margin: 0 54px 0 0;
	padding:0;
	
		
	
		
}

#Contact ul{
	list-style: none;
	margin-left: 0;
	
}

#Contact ul li{
	list-style: none;
	margin: 0;
	display: inline;
}


/*--ad block--*/

.ads {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}

.ads h2 {
	background: url(images/h2-sidebar.png) no-repeat;
	width: 290px;
	height: 25px;
	font-size: 17px;
	padding: 20px 0 0 10px;
}
.adsimg {
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
	width: 285px;
	padding: 10px 0 0 13px;
}

.ads img {
	border: none;
	margin: 0 0 5px 5px;
}

.li-sidebar-bottom {
	float: left;
	width: 300px;
	height: 4px;
	background: url(images/li-sidebar-bottom.png) no-repeat;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}


#sidebar2 {
	float: left;
	width: 300px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}

#sidebar ul li h2 {
	background: url(images/h2-sidebar.png) no-repeat;
	width: 280px;
	height: 25px;
	font-size: 17px;
	padding: 20px 0 0 20px;
	text-transform: capitalize;
}


#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 300px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
	float: left;
	width: 258px;
	text-decoration: none;
	color: #bababa;
	padding: 5px 10px 0 30px;
}

#sidebar ul li ul li a:hover {
	color: #0196e6;
	font-weight: normal;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
	padding: 0px 0 20px 0;
	color: #000;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 200px;
	float: left;
	text-indent: -9999em;
	padding: 5px 0 0px 0;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 475px;
	min-height: 120px;
	overflow: visible;
	font-size: 11px;
	padding: 0 5px 0 10px;
}

#comments ol li.alt .comment-data {
	float: left;
	width: 475px;
	min-height: 120px;
	overflow: visible;
	padding: 0 5px 0 2px;
	background: none;
}

#comments .comment-gravatar {
	float: left;
	margin: 0 10px 0 10px;
}

#comments .comment-gravatar img{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 15px solid #fff;
	
}

#comments .comment-info {
	color: #71321a;	
	font-size: 12px;
	padding: 3px 0 0;
}

#comments .comment-info a {
	color: #fff;
	text-decoration: none;
}

/*--respond--*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 0 0 10px 0px;
}

#respond input {
	padding: 2px;
	border: 1px solid #a9a9a9;
}



/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud {
	text-align: center;
}

/*--page nav--*/

.navigation {
	float: left;
	font-weight: bold;
	width: auto;
	height: auto;
}

.navigation .previous {

	float: left;
	display:block;
	width: 100px;
	height: 22px;
	margin: 7px 0 20px 0px;
	cursor: pointer;
	padding-right: 38px;
}

.navigation .next {

	float: left;
	display:block;
	width: 100px;
	height: 22px;
	margin: 7px 20px 20px 0;
	cursor:pointer;
}

/*--contact--*/

.contact-form {
	
	width: 550px;
}

.contact-form input {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form textarea {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form form, fieldset {

	border: none;
	
}

.contact-form .cp_message {
	width: 90%;	
	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

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

/* Modfied 1/18/2006 To correctly allow the footer area's height to flex in size. */
/* #footer is a total of 770px because 768px + 1px left border + 1px right border */
#footer{
	background:#71705C url(../images/layout/footer_bg.gif) repeat-x bottom left;float:left;color:#fff;
	padding:10px 0;
	border-top:1px solid #615F50;
	height:97px;
	voice-family: "\"}\"";
	voice-family:inherit;
	clear:both;
	margin-left: 30px;	
	font-size: 12px;
	line-height: 16px;
	width: 905px;
	margin-top: 5px;
	position:static;
}


html > body #footer{
	height:auto;
}

#footer dl{
	float:left;
	width:155px;
	font-size: .9em;
	
/*background: url(../images/layout/divider_vert.gif) repeat-y top left;*/}
#footer dl a{
	color:#fff;
}

#footer dl dt{
	font-weight:bold;
	text-transform:uppercase;
}

.footer-logo{
	margin:25px;
	float:left;
}

/* .footer-disclaimer is a total of 770px because 760px + 5px left padding + 5px right padding */

.footer-disclaimer{
	color:#999;border-top:1px solid #E5E6DE;
	font-size:.8em;
	clear:both;
	padding:5px;
	margin-top:15px;
	width:760px;
}


dl#customer-service{
	border-left:1px dashed #000;
	padding-left:20px;
}
 
#legal{
	height:50px;
	text-align:center;
	font-size:10px;
	line-height: 12px
}

#legal a{
	text-decoration:underline;
	color:#71321A;
}
 
#print-window a{
	color:#333;
}

#printable {
	display:none;
}

#w250{
	width:250px;
}

.w46 {
	width:46px;
}
 
#terms-and-conditions textarea {
	width:484px;
	height:125px;
	display:block;
	font-family:arial;
	font-size:11px;
}

.print-terms {
	background:url(../images/layout/print-page.gif) no-repeat 3px 0px;
	font-size:1em;
	padding-left:17px;
	display:block;
	padding-top:0px;
}

.privacy-statement{
	font-size:.8em;
	color:#666;
	margin:30px 10px;
	padding-top:10px;
	border-top:1px solid #E5E6DE;
}
 


