/*
Theme Name: sayBITNB
Theme URI: 
Description: Custom theme for Blood Is The New Black. Design by Jon St. Nichol, programming by Se Reed.
Version: 1.0
Author: Se Reed
Author URI: 




*/



body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;

	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;

	}	
		background-color:#000;
	
p {
padding: 0 0 0 0;
font-size: 10pt;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:100;
	text-transform:uppercase;
	text-align:left;
}

h1 { font-size: 2.4em; }
h2 { font-size: 18pt; }
h3 { font-size: 10pt; }
h4 { font-size: 10pt; }
h5 { font-size: 18pt; }
h6 { font-size: 1.3em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#000000;
}

a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	
}


a:hover {
	text-decoration: underline;
}


hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

html,body { height:100%; }



#header {
	margin: 0 0px;
	width: 960px;
}


#wrapper {
	padding:15px 0 20px 0;
}

#maincontent {
	margin:0;
	padding:0 0 0 0;
	width:690px;
	height:484px;
	float:left;
	overflow:hidden;
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:960px;
	overflow:hidden;
}


#content h5 {
float: left;
margin: 0 0 0 0;
font-weight: 400;

}

#content a {
font-weight: bold;

}



#footer {
	margin: 20px auto;
	clear: both;
}

/* Header */
#headerimage {
	height: 60px;	
}

#headerimage img {
	margin: 18px 0 0 0;
	float: left;
}

#headerimageright {
	margin: 7px 0 0 0;
	float: right;
}

#header h1 {
	margin:10px 0;
}

#header .description {
	font-size:1.2em;
}

#hmenu {
	margin:0 0px;
	padding:2px 5px 3px 25px;
	background-color: #000000;
	color: white;
}



#hmenu ul {
	display:block;
	margin:0;
	padding:0;
	text-align: center;
}


#hmenu ul a {
	color: #FFFFFF;
	display: inline-block;
	width:70px;
	font-weight: 300;
}
	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 25px 0 0;

}

#hmenu ul li {
	font-size:8pt;
	font-weight: 300;
	text-transform:uppercase;
}	

#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	

#header {
	background:url('images/border_h.png') repeat-x bottom;
}


#freeshipping {
text-align: right;
font-size: smaller;
padding-top: 3px;
}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:0px 0 10px 0; 
	text-align: left;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	color: #000000;
	font-weight: 400;
}

.post h3.post-title {
	font-weight:bold;
	font-size:14pt;
	margin:0 0;
	padding:0 0;
	text-align:left;
	text-transform: uppercase;

}	


.page {
	margin: 0;
	padding:0px 0 10px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.page h2 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	color: #000000;
	font-weight: 400;
}

.page h3.post-title {
	font-weight:bold;
	font-size:14pt;
	margin:0 0;
	padding:0 0;
	text-align:center;
	text-transform: uppercase;

}	



div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:8pt;
	color:#888;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.entry {
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 0px 0px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:0px 0 0 0px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:0px 0 0 0px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

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

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

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

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


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

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

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}



img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:75%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	width:255px;
	float:right;	
	margin:0 0 0 0;
/*  	height: 516px;  */
 	height: 486px; 
	overflow: hidden;
}	

#sidebar {
	font: 1.2em Arial, Sans-Serif;
	padding: 0 0 0 0;
	}

#sidebar a {
font-weight: normal;
}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	padding: 0 0 0 0;
	background:url() repeat-x bottom;
	}
	
#sidebar h3 {
font-weight: 100;
font-size: 8pt;
padding: 0 0 0 0;
margin-top: 0px;
}
	
#sidebar h4 {
	padding: 0 0 0 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 0;
	padding: 0 0 0 0;
	}

#sidebar ul li {
	margin:0 0;
	padding:0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0 0;
	padding: 0;
	} 
	
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#teesfooter {
width: 600px;
height: 65px;
background-color: #000000;
padding: 6px; 
margin: 10px 0 0 0;	
clear: left;	
float: left;
}
	
#teesfooter img {
float: left;
margin: 5px 12px 0 3px;
}

#newtees {
background-color: #FFFFFF;
height: 65px;
width: 505px;
margin: 0px 0 0 0;
overflow: hidden;
}

#newtees img {
margin: -10px 6px 0 6px;
}


#newtees .logo {
float: right;
margin: 0px 0px 4px 5px;
clear: none;
}

#connect {
width: 340px;
float: right;
display: inline;
margin: 10px 0 0 0;	

}



#mailbox {
background: #000000;
width: 190px;
float: right;
margin: 4px 0 0 0;
height: 43px;
}

#mailbox form {
padding: 2px 2px 1px 1px;
}


#mailbox input {
float: right;
text-align: right;
color: gray;
padding: 2px;
}

#connectbox {
background: #000000;
width: 185px;
margin: 5px 0 0 0;
padding: 3px 0 0 5px;
float: right;
}

#bottombar {
clear: both;
padding: 15px 0 0 0;

}


#footertext {
padding: 20px 0 0 0;
clear:both;
font-size: 7pt;
}

#footertext a {
color:#888;
text-transform: none;
font-weight: 100;
}

#footertext a:hover {
text-decoration: underline;
}

#footer {
	padding:0px;
	text-align:center;
	font-size:1.1em;
	color:#888;
	margin:0px;
	clear: both;
	display: inline;
	width: 960px;

}

#mailinglist {
float: right;
margin: 5px 10px 0 0;
width: 565px;
}
}

#mailinglist img {
float: left;
}

#mlform {
width: 240px;
float: right;
}

#mlform input {
float:right;
}


#fmenu {
	margin:0 0px;
	padding:5px 0px 2px 0px;
	background-color: #000000;
	color: white;
	width: 960px;
	height: 40px;
}



#fmenu ul {
	display:block;
	margin:0;
	padding:0;
	text-align: center;
}

#social {
margin: 5px 0 0 15px;
width: 120px;
float: left;

}





/* FEATURES */


.features {
margin: 0 0 5px 0;
padding: 0 0 0 0;
/* height: 93px;  */
 height: 117px;
overflow: hidden;

}

.featurescrop {
float: left;
margin: 0 4px 4px 0;
width:175px;
overflow: hidden;
}


.featurescrop img {
width: 250px;
margin: -40px 0 0 -20px;
overflow: hidden;

}



.featurescroptop {
float: left;
margin: 0 4px 4px 0;
width:175px;
overflow: hidden;
}


.featurescroptop img {
width: 117px;
margin: 0px 0 0 0;
overflow: hidden;

}


/* PAGES */

#artistnames {
float:left;
width:250px;
font-family: Arial, Helvetica, Sans-Serif;
text-transform:uppercase;
text-align:left;
margin: 0 0 0 0;
clear:left;
}

#artistnames li{
list-style: none;
margin: 0 0 2px 5px;
 }
 
 
#artistnames li ul {
list-style:none;
margin:0 0 0 -30px;
}
 
#randomartist {
float:right;
width:710px;
clear: none;
margin: 40px 0 20px 0;
text-align: center;
}

#randomartist h2 {
float: none;
padding: 0 0 0 0;
text-align: center;
}

#randomartist h6 {
font-size: 1.3em;
line-height: normal;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#randomartist h3 {
text-align: center;
}


#randomartist img {
}

/*ARTIST PROFILE */

#artistleft {
width:330px;
clear: none;
float: left;
margin: 0 auto;
}

#artistleft img {
margin: 0 auto;
}

#artistpic img {
width:315px;
}


#artisttext {
float:right;
text-align: left;
width:617px;
margin: 0 0 0 0;
overflow-x: hidden;
overflow-y: visible;
}

#artisttext .twitter_div {
width: 615px;
}

#artisttext h2 {
margin: 0 0 0 0;

}

#artisttext h3 {
font-size: 12pt;
font-weight: 400;

}

#artisttext h4 {
font-weight: 400;
padding: 0 0 0 0;
margin: 5px 0 0 0;
}

#artisttext h6 {
margin: 10px 0 3px 0;
}

#artisttext h7 {
font-weight: 300;
padding: 0 0 0 0;
margin: 5px 0 0 0;
font-size: 8pt;
text-align: center;
}

#moreartists {
margin: 10px 0 0 0;
text-align: center;
}

#artisttext p {
line-height: normal;
margin: 0 0;
}

#shirtgallery .ngg-gallery-thumbnail img:hover {
background: #FFF;
}


#shoplink {
padding: 10px 0;
text-align: center;

}

/* BLOG */

#blog {
text-align: left;
}


/* LIST STYLE */

#stores ul  {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#stores li {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#stores ul li {
margin: 0 0 0 0;
padding: 0 0 0 5px;
}

#stores ul ul ul li {
margin: 0 0 0 0;
padding: 0 0 0 5px;
}


#addies {
text-align: center;
text-transform: uppercase;
font-size: 10pt;
}

#addies a {
	color: #000000;
	text-decoration: none;
	font-weight: 300;	
}

#addies a:hover {
	text-decoration: underline;	
}

#stores {
float:right;
width:710px;
clear: none;
margin: 40px 0 20px 0;
text-align: center;
}

#stores h2 {
float: none;
padding: 0 0 0 0;
text-align: center;
}

#stores h6 {
font-size: 1.3em;
line-height: normal;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#stores h3 {
text-align: center;
}



/* POST META */

.post-meta {
list-style-type: none;
}
 
.post-meta-key {
display: none;
}

div.sociable { 
font-size: 8pt;
font-weight: 600;
text-transform: uppercase;
color: #000000;
}stores ul  {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#stores li {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#stores ul li {
margin: 0 0 0 0;
padding: 0 0 0 5px;
}

#stores ul ul ul li {
margin: 0 0 0 0;
padding: 0 0 0 5px;
}


#addies {
text-align: center;
text-transform: uppercase;
font-size: 10pt;
}

#addies a {
	color: #000000;
	text-decoration: none;
	font-weight: 300;	
}

#addies a:hover {
	text-decoration: underline;	
}

#stores {
float:right;
width:710px;
clear: none;
margin: 40px 0 20px 0;
text-align: center;
}

#stores h2 {
float: none;
padding: 0 0 0 0;
text-align: center;
}

#stores h6 {
font-size: 1.3em;
line-height: normal;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#stores h3 {
text-align: center;
}



/* POST META */

.post-meta {
list-style-type: none;
}
 
.post-meta-key {
display: none;
}

div.sociable { 
font-size: 8pt;
font-weight: 600;
text-transform: uppercase;
color: #000000;
}

.twitter_div {
font-size: 10pt;
font-family: Arial, Helvetica, Sans-Serif;
margin: 0px;
float: left;
text-align: left;
}

.twitter_div h3, .twitter_div li {
margin: 0px;
padding: 0px;
}


.twitter_div h6 a {
font-weight: normal;
}

.twitter_div h6 a:hover {
font-weight: bold;
text-decoration: none;
}

.twitter_div h7 {
font-size: 125%;
}

#twitterlink a {
margin: 0px;
padding: 0px;
}

#twitter_update_list {
margin: 0px 0 10px 0;

}

#twitter_update_list li {
margin: 5px 0 0 0 ;
list-style: disc;
text-align: left;
font-size: 115%;
}

#twitter_update_list3 {
margin: 0px 0 10px 0;

}

#twitter_update_list3 li {
margin: 5px 0 0 0 ;
list-style: disc;
}


#tophat {
	margin: 0px auto 0 auto;
	padding: 0 0 5px 0;
	width: 690px;
/* 	height: 30px; */
	text-align: center;
	display: block;
	float: left;
}

#tophat .twitter_div {
margin: 0px;
display: inline;
	text-align: left;
	float: left;
	clear: left;
}

#tophat .twitter_div ul {

}

#tophat .twitter_div ul li {
display: inline;
padding: 0;
}

.tophatleft {
float: left;
}


.tophatunder {
float: left;
clear: left;
}

#twitter_update_list3, #twitter_update_list4, #twitter_update_list5 {
display: inline;
list-style: none;
list-style-position: inside;
margin: 0px;
padding: 0px;
}

.expandedfeatures img {
float: left;
margin: 0 4px 0px 0;
}

.expandedfeatures h3 {
margin-bottom: 75px;

}

/* SPLASH PAGE */

body.splash {
background-color: #000;

height: 100%;
}


#splash {
background-color: #000;

height: 100%;
}


#splashhead {
text-align: center;
margin: 50px auto 50px auto;
}


#splashstuff {
text-align: center;
margin-bottom: 25px;
}


#splashsocial {
width: 120px;
float: none;
text-align: center;
margin: 20px auto 0 auto;
}


#splashlist {
float: none;
margin: 5px auto 0 auto;
width: 565px;
}


#splashlist img {
float: left;
}

#horizontalscroll
{
width: 800px;
height:775px;    
overflow-x: scroll;    

}

#vidbox {

height: 300px;
margin-bottom: 40px;
}

#video {
width: 500px;
margin: -40px auto 0 auto;
}

#video h4 {
color: white;
font-style: italic;
}

