/*  
Theme Name: BlackVoiceBox Beta
Theme URI: http://www.blackvoicebox.com/
Description: WordPress theme created for BlackVoiceBox.com by Marc Sexton of Studio865.
Version: 1.0
Author: Marc Sexton
Author URI: http://www.studio865.com/

	BlackVoiceBox.com Beta
	http://www.blackvoicebox.com/

	This theme was designed and built by Marc Sexton,
	whose site you will find at http://www.studio865.com/

*/

/* PNG Hack for IE 5.5 */
img, #bvblogo { behavior: url(/wordpress/wp-content/themes/beta/iepngfix.htc); }
/* End PNG Hacks */

/* Clearfix Hack */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* End Clearfix Hack */


/* Begin Typography & Colors */
body {
	font-size: 75.1%; /* Resets 1em to 12px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #000;
	color: #333;
	text-align: left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

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

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b4b;
	text-decoration: none;
	}
a:hover {
	color: #303;
	text-decoration: underline;
	}
#footercontent {
	font: 0.9em Arial, Helvetica, sans-serif;
}
#footernav a {
	color: #b4b;
	text-decoration: none;
}
#footernav ul li#copyright {
	border-right: none;
	color: #eae;
}
#sitecredit a {
	color: #666;
	text-decoration: none;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#headercontainer {
	background: url(images/bg_header.gif) top left repeat-x;
	width: 100%
}
#headercontent {
	background: url(images/bg_header-rings.jpg) top left no-repeat;
	width: 945px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
#bvblogo {
	background: url(images/blackvoicebox-logo.png) top left no-repeat;
	width: 420px;
	height: 90px;
	margin: 0 0 0 4px;
	padding: 0;
}
#bvblogo a {
	display: block;
	width: 420px;
	height: 90px;
}
#bvblogo span {
	display: none;
}
#mainnavigation {
	position: absolute;
	bottom: 0;
	right: 20px;	
}
#mainnavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnavigation ul li {
	margin: 0 3px;
	float: left;
}
#mainnavigation .tableft {
	background: url(images/bg_tab-left-off.gif) top left no-repeat;
	padding-left: 10px;
}
#mainnavigation .tabright {
	background: url(images/bg_tab-right-off.gif) top right no-repeat;
	padding-right: 10px;
}
#mainnavigation .ontab .tableft {
	background: url(images/bg_tab-left-on.gif) top left no-repeat;
	padding-left: 10px;
}
#mainnavigation .ontab .tabright {
	background: url(images/bg_tab-right-on.gif) top right no-repeat;
	padding-right: 10px;
}
#mainnavigation a {
	display: block;
	padding: 5px 0;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
#bodycontainer {
	background: #FFF;
	width: 100%;
}
#bodycontent {
	width: 905px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/bg_dotted-line-vertical.gif) 604px 0 repeat-y;
}
#bodyshadowtop {
	background: url(images/bg_content-top.gif) top left repeat-x;
	height: 30px;
	width: 100%;
	clear: both;
}
#bodyshadowbottom {
	background: url(images/bg_content-bottom.gif) top left repeat-x;
	height: 30px;
	width: 100%;
	clear: both;
}
.narrowcolumn {
	float: left;
	width: 564px;
	}

.widecolumn {	
	float: left;
	width: 564px;
	}

.post {
	margin: 0;
	text-align: justify;	
	}

.post h2 {
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.post .podPress_content {
	margin: 15px 0;
}
.postseparator {
	width: auto;
	height: 1px;
	background: url(images/bg_dotted-line-horizontal.gif) top left repeat-x;
}

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

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	color: #FFF;
}	
#categories {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
	background: url(images/bg_sidebar-header.gif) no-repeat;
}

#categories h2 {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 170px;
	height: 28px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

#categories a#cat_button {
	float: right;
	margin: 6px 8px 0 0;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/btn_sidebar-less.gif) no-repeat;
}

#categories a#cat_button span {
	display: none;
}

#categories #catcontent {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg_sidebar-footer.gif) bottom left no-repeat;
}

#categories #catcontent ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

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

#categories #catcontent ul li a {	
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#archives,
#blogroll {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
	background: url(images/bg_sidebar-header.gif) no-repeat;
}

#archives h2,
#blogroll h2 {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 170px;
	height: 28px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

#archives a#arch_button,
#blogroll #broll_button {
	float: right;
	margin: 6px 8px 0 0;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/btn_sidebar-more.gif) no-repeat;
}

#archives a#arch_button span,
#blogroll #broll_button span {
	display: none;
}

#archives #archcontent,
#blogroll #brollcontent {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg_sidebar-footer.gif) bottom left no-repeat;
}

#archives #archcontent ul,
#blogroll #brollcontent ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#archives #archcontent ul li,
#blogroll #brollcontent ul li {
	margin: 5px 0;
	padding: 0;
}

#archives #archcontent ul li a,
#blogroll #brollcontent ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#search {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
	background: url(images/bg_sidebar-header.gif) no-repeat;
}

#search h2 {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 170px;
	height: 28px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

#search a#search_button {
	float: right;
	margin: 6px 8px 0 0;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/btn_sidebar-more.gif) no-repeat;
}

#search a#search_button span {
	display: none;
}

#search #searchcontent {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg_sidebar-footer.gif) bottom left no-repeat;
}
#searchcontent ul, #searchcontent ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#search #searchcontent div {
	margin: 10px;
}

#adspace-sidebar {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
	background: url(images/bg_sidebar-header.gif) no-repeat;
}

#adspace-sidebar  h2 {
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	width: 170px;
	height: 28px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
#adspace-sidebar #adcontent {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#adcontent ul, #adcontent ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnavcontainer {
	background: #000 url(images/bg_footer-subnav.gif) top left repeat-x;
	width: 100%;
}
#subnavcontent {
	width: 945px;
	height: 140px;
	margin: 0 auto;
}
#footercontainer {
	background: #000 url(images/bg_footer-nav.gif) top left repeat-x;
	width: 100%;
}
#footercontent {
	width: 945px;
	height: 40px;
	margin: 0 auto;
}
#footernav {
	float: left;
	margin: 10px 12px;
}
#footernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footernav ul li {
	padding: 0 8px;
	border-right: 1px solid #666;
	float: left;
}
#footernav ul li#copyright {
	border-right: none;
}
#sitecredit {
	float: right;
	margin: 10px 20px;
}
/* End Structure */



/*	Begin Headers */

h2 {
	margin: 15px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/*
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 20px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
