/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

.alignleft {
	float: left;	
}
* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #000000;
	background: url(images/background.jpg);
	color: #545454;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	}

body, select, input, textarea {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3629;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #950000;
	text-decoration:none
	}

a:hover, a:active {
	color:#950000;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#514b3b;
	border:0;
	}

small {
	font-size: 0.95em;

	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */
#head_interior {
	position: relative;
	width: 980px;
	height: 230px;
}

#page {
	width:980px;
	margin:0 auto;
	position: relative;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	margin-right: 40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #514b3b;
	padding-left: 10px;
	}

#leftcol {
	width:287px;
	border-right:1px solid #514b3b;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}
	


		
/*Subnav */

.subnav li {
	list-style:none;

	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 8px;

	}
		
.subnav li a:hover, .subnav li a:active {
	background:#950000;
	text-decoration:none;
	color: #fff;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	


h3, #sidebar h2 {

	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#514b3b;
	}

#sidebar h3, #sidebar h2 {
	border-top:3px solid #514b3b;
	border-bottom:1px solid #514b3b;
	padding:6px 0 6px 2px;
	margin-top: 10px;
	font-size:1em;
	}
#sidebar h3, #sidebar h2.talk {
	border-top:3px solid #514b3b;
	border-bottom:1px solid #514b3b;
	padding:6px 0 6px 2px;
	margin-top: 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px solid #514b3b;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	max-width: 273px;
width: expression(this.width > 273 ? 273: true);
padding: 1px;
border: #000 solid 1px;
	}
#small_pic {
	max-width: 75px;
	width: expression(this.width > 75 ? 75: true);
}
#feature_img_back {
	display: block;
	width: 259px;
	height: 92px;
	overflow: hidden;
	
}

p img {
border: #950000 solid 1px;
padding: 2px;
}
#content {
	width:610px;
	float:left;
	margin-left: 40px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#950000;
	padding:15px;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	color: #FFF;
	}
.feature a {
	color: #FFF;	
}

.feature:hover {
	background:#000000;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #514b3b;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;

	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #b6b6b6;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {

	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #950000;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #514b3b;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#514b3b;
	}
.feature h3 a:link, .feature h3 a:visited {
	color:#FFF;
	}
#rightcol h3 a:link, h3 a:visited {
	color:#514b3b;
	}


/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #b6b6b6;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

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

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border: 1px solid #950000;
	background:#fff;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	
#blog_header {
	width: 602px;
	height: 107px;
	background-image: url(images/blog_graph.gif);
	margin-left: 189px;
}

/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}
#cbox {
	position: relative;
	width: 980px;
	height: auto;
	background-image: url(../../../../elements/cbox_back.jpg);
	background-repeat: repeat-y;
	padding: 20px 0 0 0;
}

#footer_full {
	position: relative;
	width: 980px;
	height: 17px;
	clear: both;
	background:url(../../../../elements/footer.jpg);
}
#cbox_footer {
	position: relative;
	width: 980px;
	height: 50px;
	text-align: center;
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}
#cbox_footer a {
	color: #3b3629;
	text-decoration: none;
}
#cbox_footer a:hover {
	color: #3b3629;
	text-decoration: underline;
}
#sprocket_tunes {
	position: absolute;
	height: 51px;
	width: 117px;
	top: -208px;
	left: 20px;
}
.single_pic_home {
	margin: 5px 5px 0 0;
}
@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
body,html {
	min-height:101%;
	}
	
body {

	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	}


.blog {
	margin: 0 0 10px 0;	
}
#big {
	position:relative;
	width:980px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3629;

}
#top_banner {
	position: absolute;
	bottom: 0;
	height: 46px;
	width: 100%;
	position: fixed;
	z-index: 5000;
}
#top_banner a {
	color: #FFF;
	text-decoration: none;
}
#top_banner a:hover {
	text-decoration: underline;
}
#top_banner_player {
	position: absolute;
	top: 17px;
	height: auto;
	width: 200px;
	position: fixed;
	z-index: 5001;
	margin: 0 0 0 -200px;

}
#flash_player_sprock {
	position: relative;
	width: 200px;
	height: 100px;
}
#sprocket_tunes_head {
	position: absolute;
	z-index: 5002;
	background: url(../../../../elements/sprocket_tunes_head.png) no-repeat;
	width: 80px;
	height: 70px;
	margin:-24px 0 0 -22px;
}
#sprocket_tunes_close {
	position: absolute;
	z-index: 5003;
	background: url(../../../../elements/sprocket_tunes_close.png) no-repeat;
	width: 133px;
	height: 57px;
	margin:-11px 0 0 870px;
}
#sprocket_tunes_popup {
	position: absolute;
	z-index: 5004;
	background: url(../../../../elements/sprocket_tunes_popup.png) no-repeat;
	width: 130px;
	height: 46px;
	margin:0 0 0 745px;
}
#wrapper {
	position: relative;
	margin:0 auto;
	width:980px;
	height: 46px;
	background: url(../../../../elements/sprocket_tunes_back.png) no-repeat;
}

#interior_teaser {
	font-size: 10px;
	padding-right: 6px;
	margin-bottom: 5px;
	text-transform: none;
	background: none;
}
#head {
	position: relative;
	width: 980px;
	height: 397px;
}
#hbar {
	position: relative;
	width: 980px;
	height: 62px;
	background-image: url(../../../../elements/hbar_new.jpg);
	background-repeat: no-repeat;
}
#hbar_btn {
	position: relative;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 852px;
	height: 58px;
	margin-left: 64px;
	padding: 2px 0 0 0;
}
.btn_sub {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	position: relative;
	padding: 10px 0 0 0;
}
.btn_main {
	text-decoration: underline;	
}
#hbar_link {
	position: relative;
	height: 53px;
	text-align: center;
	width: 142px;
	float: left;

	padding: 5px 0 0 0;
}
#hbar_link:hover {
	background: #950000;
	color: #FFF;
}

#hbar_link_active {
	position: relative;
	height: 53px;
	text-align: center;
	width: 142px;
	float: left;

	padding: 5px 0 0 0;
	background: #000000;
	color: #FFF;
}
#hbar_link_active a {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
#hbar_link_active a:hover {

}
#hbar_link_end {
	position: relative;
	height: 53px;
	text-align: center;
	width: 142px;
	float: left;

	padding: 5px 0 0 0;
}
#hbar_link_end:hover {
	background: #950000;
	color: #FFF;
}
#hbar_link_end a {
	color: #38382f;
	text-decoration: underline;
	text-align: center;
}
#hbar_link_end a:hover {
	color: #FFF;
	text-decoration: none;
}
#hbar_link_end_active {
	position: relative;
	height: 53px;
	text-align: center;
	width: 142px;
	float: left;
background: #000000;
	color: #FFF;
	padding: 5px 0 0 0;
}
#hbar_link_end_active a {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
#hbar_link_end_active a:hover {

	text-decoration: none;
}
#logo_btm {
	position: absolute;
	width: 92px;
	height: 49px;
	top: 291px;
	left: 438px;
	z-index: 100;
}

#home_feature {
	position: relative;
	height: auto;
	margin-left: 35px;
	float: left;
	width: 602px;
}
#home_right {
	position: relative;
	float: left;
	width:343px;
	height: auto;
}
#sbar {
	position: relative;
	float: left;
	width:240px;
	height: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #514b3b;
	padding: 20px 0 0 10px;
	margin: 20px 0 0 48px;
}
.sbar_tv {
	margin-top: 15px;	
}
#sbar_btn {
	margin-left: 33px;
	font-size: 12px;
	text-transform: uppercase;
}
#sbar_link {
	position: relative;
	width: 240px;
	height: 20px;
	margin-bottom: 5px;

}
#sbar_link a {
	color: #38382f;
	text-decoration: none;
	width: 240px;
	height: 20px;
	position: absolute;
	padding:4px 0px 0px 0px;
	text-indent: 8px;
}
#sbar_link a:hover {
	color: #FFF;
	background-color: #950000;
	width: 240px;
	height: 20px;
	position: absolute;
}
#sbar_link_double {
	position: relative;
	width: 160px;
	height: 45px;
	margin-bottom: 10px;
}
#sbar_link_double a {
	color: #38382f;
	text-decoration: none;
	width: 160px;
	height: 45px;
	position: absolute;
	padding: 10px 0 0 10px;
}
#sbar_link_double a:hover {
	color: #FFF;
	background-color: #950000;
	width: 160px;
	height: 45px;
	position: absolute;
}
#sbar_link_active {
	position: relative;
	width: 240px;
	height: 20px;
	margin-bottom: 5px;
}
#sbar_link_active a {
	color: #FFF;
	text-decoration: none;
	width: 240px;
	height: 20px;
	position: absolute;
	padding:4px 0px 0px 0px;
	text-indent: 8px;
	background-color: #950000;
}
#sbar_link_double_active {
	position: relative;
	width: 160px;
	height: 45px;
	margin-bottom: 10px;
}
#sbar_link_double_active a {
	color: #FFF;
	text-decoration: none;
	width: 160px;
	height: 45px;
	position: absolute;
	padding: 10px 0 0 10px;
	background-color: #950000;
}
#sbar h2 {
border-bottom:1px solid #514B3B;
border-top:3px solid #514B3B;
font-size:1em;
margin:22px 0 15px;
padding:6px 0 6px 2px;
text-transform: uppercase;
}
#interior h2 {
border-bottom:1px solid #514B3B;
border-top:3px solid #514B3B;
font-size:1em;
margin:22px 0 0 0;
padding:6px 0 6px 0;
text-transform: uppercase;
text-align: center;
}
#banner_caption {
border-bottom:1px solid #514B3B;
font-size:11px;
margin:0 0 15px 0;
padding:6px 0 6px 0;
text-align: center;
font-style: italic;
}

#interior {
	position: relative;
	float: left;
	width: 600px;
	height: auto;
	margin: 20px 0 0 40px;

}
#interior_contact {
	position: relative;
	width: 100%;
	height: auto;
}
.interior_txt {
	padding-left: 30px;	
}
.interior_txt_contact {
	padding-left: 30px;	
	padding-right: 30px;
}
#home_work {
	position: relative;
	width: 343px;
	height: 223px;
	background: url(../../../../elements/home_work.png);
	background-repeat: no-repeat;
}
#home_about {
	position: relative;
	width: 343px;
	height: 209px;
}

#home_casts {
	position: relative;
	width: 343px;
	height: 228px;
	background: url(../../../../elements/home_casts.png);
	background-repeat: no-repeat;
}
#cbox_footer {
	position: relative;
	width: 980px;
	height: 50px;
	text-align: center;
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}
#cbox_footer a {
	color: #3b3629;
	text-decoration: none;
}
#cbox_footer a:hover {
	color: #3b3629;
	text-decoration: underline;
}
#footer {
	position: relative;
	width: 980px;
	height: 17px;
	clear: both;
	background:url(elements/footer.jpg);
}.home_work_txt {
	position: relative;
	width: 120px;
	top: 90px;
	left: 37px;
}
.home_casts_txt {
	width: 145px;
	position: relative;
	left: 165px;
	top: 60px;
}
.headline {
	font-size: 18px;
	line-height: 24px;
	color: #950000;
	text-transform: uppercase;
}
.home_descrip {
	font-size: 10px;
	font-style: italic;
	position: relative;
	margin-left: 100px;
	padding-bottom: 10px;
}
#gallery_div {
	width: 100px;
	height: 130px;
	position: relative;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #950000;
}
#gallery_div_fs {
	width: 100px;
	height: 170px;
	position: relative;
	padding: 4px;
	float: left;
	margin: 0 5px 10px 5px;
	border: 1px solid #950000;
}
#gallery_div:hover {
	background: #000;
}
#gallery_div_fs:hover {
	background: #000;
}
#tarnac_holder {
	border: 1px solid #950000;
	background: #000;
	position: relative;
	width: 540px;
	height: 360px;
	padding: 10px;
}
#zombie_holder {
	border: 1px solid #950000;
	background: #000;
	position: relative;
	width: 600px;
	height: 444px;
	padding: 10px;
}
#cast_big {

	height: auto;
	margin-bottom: 15px;
}
#cast_txt {
	color: #FFF;
	padding: 5px;
}
#home_teaser {
	padding: 5px 35px 10px 35px;	
}
#sprocket_tunes_interior {
	position: absolute;
	height: 51px;
	width: 117px;
	top: -128px;
	left: 50px;
}
#sprocket_tunes_txt {
	position: absolute;
	height: auto;
	width: auto;
	top: -150px;
	left: 20px;
}
#sprock-talk_interior {
	position: absolute;
	height: 51px;
	width: 117px;
	top: -128px;
	left: 815px;
}
#new {
	position: relative;
	width: 600px;
	height: 230px;
	border-bottom:1px solid #514B3B;
}
#new_interior {
	position: relative;
	width: 600px;
	height: auto;
	border-bottom:1px solid #514B3B;
}
#new_title_holder {
	border-bottom:1px solid #514B3B;
	height: 28px;
}
#new_title, #new_title_interior {
	position: relative;
	width:200px;
	height: 28px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	line-height: 28px;
}
#new_title_interior:hover {
	background: #950000;
	color: #FFF;
}
#new_content_blog {
	position: relative;
	width:600px;
	height: 201px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../../../../elements/new_back_color.png);
	background-repeat: no-repeat;
	background-position: left;
}
#new_content_blog_title {
	position: absolute;	
	background-image: url(../../../../elements/new_back_color.png);
	width:200px;
	height: 28px;
	margin: -29px 0 0 0px;
}
#new_content_blog_content {
	position: relative;
	width:200px;
	height: 181px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px 0 0 0;
	float: left;
}
#new_content_blog_other {
	position: relative;
	width:380px;
	height: 181px;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	padding: 20px 0 0 20px;
	float: left;
}
#new_content_vid {
	position: relative;
	width:600px;
	height: 201px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../../../../elements/new_back_color.png);
	background-repeat: no-repeat;
	background-position: center;
}
#new_content_vid_content {
	position: relative;
	width:200px;
	height: 181px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px 0 0 0;
	float: left;
}
#new_content_vid_other {
	position: relative;
	width:200px;
	height: 181px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px 0 0 0;
	float: left;
}
#new_content_vid_title {
	position: absolute;	
	background-image: url(../../../../elements/new_back_color.png);
	width:200px;
	height: 28px;
	margin: -29px 0 0 200px;
}
#new_content_upcoming {
	position: relative;
	width:600px;
	height: 201px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../../../../elements/new_back_color.png);
	background-repeat: no-repeat;
	background-position: right;
}
#new_content_upcoming_content {
	position: relative;
	width:200px;
	height: 181px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px 0 0 0;
	float: left;
}
#new_content_upcoming_other {
	position: relative;
	width:380px;
	height: 181px;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	padding: 20px 20px 0 0;
	float: left;
}
#new_content_upcoming_title {
	position: absolute;	
	background-image: url(../../../../elements/new_back_color.png);
	width:200px;
	height: 28px;
	margin: -29px 0 0 400px;
}
#new_content img{
	margin: 0 0 8px 0;
}
#new_video {
	position: relative;
	width: auto;
	height:auto;
	margin: 20px 0 0 0;
	text-align: center;
}
.hidden { display: none; }
.unhidden { display: block; }
.descrip_txt {
	text-transform: none;	
	font-size: 12px;
}
.new_blog_pic {
	border:1px solid #000000;
	padding:1px;	
}
#sbar_face {
	position: relative;
	width: 240px;
	height: 135px;
	background: url(../../../../elements/sbar_face.gif) no-repeat;
}
#sbar_face_txt {
	position: relative;
	width:140px;
	padding: 2px 0 0 99px;
	text-align: right;
}
#sbar_swag_txt {
	position: relative;
	width:120px;
	padding: 2px 0 0 105px;
	text-align: right;
}
#sbar_swag {
	position: relative;
	width: 240px;
	height: 135px;
	background: url(../../../../elements/sbar_swag.gif) no-repeat;
}
#sbar_talk {
	position: relative;
	width: 240px;
	height: 135px;
	background: url(../../../../elements/sbar_talk.gif) no-repeat;
}
#sbar_talk_txt {
	position: relative;
	width:150px;
	padding: 2px 0 0 0;
}
#sbar h2.teaser {
border-bottom:1px solid #514B3B;
border-top:3px solid #514B3B;
font-size:1em;
margin:0px;
padding:6px 0 6px 2px;
text-transform:uppercase;
}
#sprocket_bio {
	position: relative;
	float: left;
	width: 385px;
	height: auto;
	margin: 10px 0 0 0;
}
#sprocket_bio_pic {
	position: relative;
	float: left;
	width: 200px;
	height: 250px;
	margin: 10px 10px 0 0;
	border: 1px solid #950000;
}