/*
Theme Name: BeanTowne Theme
Theme URI: http://wordpress.org/
Description: Wordpress theme for BeanTowne.
*/



/* Begin Typography & Colors */
*{
padding:0px;
margin:0px;
}
img
{
border:0px;
}
body
{
text-align:center;
background:#3a1f16;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#ffffff;
padding:10px 0px 0px 0px;
}
.home_page_div
	{
	background-image:url('images/home_page_bg.jpg');
	background-position:top center;
	width:802px;
	height:558px;
	margin:10px auto 10px auto;
	display:block;
	overflow:hidden;
	}
.kendall_link
	{
	width:130px;
	height:82px;
	margin:470px 0px 0px 82px;
	display:block;
	overflow:hidden;
	float:left;
	}
.kendall_link a
	{
	width:130px;
	height:82px;
	background-image:url('images/clear.gif');
	display:block;
	overflow:hidden;

	}
.route_link
	{
	width:130px;
	height:85px;
	margin:470px 85px 0px 0px;
	display:block;
	overflow:hidden;
	float:right;
	}
.route_link a
	{
	width:130px;
	height:85px;
	background-image:url('images/clear.gif');
	display:block;
	overflow:hidden;

	}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}


.thread-alt {
	background-color: #AC6E59;
}
.thread-even {
	background-color: #91695C;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



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: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




.clear {
	clear: both;
}

/*#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}*/


/* End Structure */







/* 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 */






#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ddd;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #ddd;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;

	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	width:614px;
	margin-bottom: 10px;
	float:left;
	overflow:hidden;
	clear:both;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* CSS Doc:#cc2;ument */

#page_wrapper
{
width:1001px;
margin:0px auto 0px auto;
padding:0px;
text-align:left;
overflow:hidden;
}
#content_left
{
width:699px;
padding:0px;
margin:0px;
height:600px;
position:relative;
top:0px;
left:0px;
z-index:0;
float:left;
}
#header_logo
{
width:699px;
float:left;
overflow:hidden;
height:93px;
background:url(images/logo.png) no-repeat top left;
z-index:599px;
}
.logo_link
{
width:317px;
height:93px;
float:left;
overflow:hidden;
}
#sidebar
{
background:url(images/sidebar_bg.png) no-repeat top right;
position:relative;
width:272px;
margin:0px 0px 0px 0px;
height:600px;
text-align:center;
padding:20px 15px 12px 15px;
overflow:hidden;
top:0px;
left:-20px;
z-index:9999px;
}
#content
{
width:684px;
padding:10px 15px 0px 0px;
float:left;
overflow:hidden;
}
#body_left_content{
	width:614px;
	padding:0px 0 0 70px;
	margin:0px;
	float:left;
	height:446px;
	overflow-x: hidden;
}
#footer
{
width:684px;
padding:0px 15px 0px 0px;
float:left;
color:#ffffff;
font-size:11px;
overflow:hidden;
text-transform:capitalize;
}
#sidebar_menu
{
width:252px;
margin:0px 0px 15px 0px;
padding:0px 10px 0px 10px;
float:left;
overflow:hidden;
}
.menu_row
{
width:252px;
margin:0px 0px 0px 0px;
padding:0px;
float:left;
overflow:hidden;
}
.menu_link
{
background:url(images/menu_link.png) no-repeat top left;
width:81px;
float:left;
overflow:hidden;
height:35px;
margin:0px 3px 3px 0px;
display:block;
}
.staff_link
{
background:url(images/staff_link.png) no-repeat top left;
width:81px;
float:left;
overflow:hidden;
height:35px;
margin:0px 3px 3px 0px;
}
.theinfo_link
{
background:url(images/theinfo_link.png) no-repeat top left;
width:81px;
float:left;
overflow:hidden;
height:35px;
margin:0px 0px 3px 0px;
}
.news_link
{
background:url(images/news_link.png) no-repeat top left;
width:81px;
float:left;
overflow:hidden;
height:35px;
margin:0px 3px 3px 0px;
}
.friends_link
{
background:url(images/friends.png) no-repeat top left;
width:81px;
float:left;
overflow:hidden;
height:35px;
margin:0px 3px 3px 0px;
}
.contact_link
{
background:url(images/contact_link.png) no-repeat top left;
width:81px;
float:left;
overflow:hidden;
height:35px;
margin:0px 0px 3px 0px;
}
.menu_link:hover,.staff_link:hover,.contact_link:hover,.friends_link:hover,.news_link:hover,.theinfo_link:hover
{
background-position:bottom left;
}
.breaking_news_box
{
width:214px;
height:132px;
margin:0px auto 12px auto;
padding:35px 10px 0px 10px;
overflow:hidden;
background:url(images/breaking_new_bg.jpg) no-repeat top left;
clear:both;
}
.twitter
{
list-style:none;
}
.breaking_heading
{
margin:0px 0px 10px 0px;
padding:0px;
font-size:15px;
text-align:left;
}
.breaking_heading a,.twitter li
{
color:#3A1F16;
font-size:15px;
font-weight:bold;
text-transform:capitalize;
}
.breaking_heading a:hover,.twitter li a
{
color:#3A1F16;
text-decoration:underline;
}
.breaking_news_box ul
{
width:214px;
height:132px;
float:left;
overflow:hidden;
list-style:none;
overflow:hidden;
padding:0px;
margin:0px;
}
.breaking_news_box ul li
{
padding:0px;
margin:0px 0px 5px 0px;
text-align:left;
}
.breaking_news_box ul li a
{
color:#3A1F16;
font-size:14px;
font-weight:bold;
text-transform:capitalize;

}
.breaking_news_box ul li a:hover
{
color:#3A1F16;
text-decoration:underline;
}
.video_box
{
width:234px;
height:151px;
margin:0px auto 0px auto;
padding:25px 0px 0px 0px;
overflow:hidden;
background:url(images/what_img.jpg) no-repeat top left;
clear:both;
}
#sidebar_bottom_links
{
margin:0px;
padding:0px;
float:left;
clear:both;
width:247px;
padding:0px 0px 10px 5px;
overflow:hidden;
}
.news_letter
{
padding:0px;
margin:0px;
width:252px;
float:left;
overflow:hidden;
clear:both;
font-weight:normal;
font-size:13px;
}
.news_letter h2
{
clear:both;
font-size:13px;
font-weight:normal;
}
.news_input
{
border:0px;
margin:0px;
float:left;
padding:2px;
width:189px;
height:16px;
overflow:hidden;
background:#FFFBB2 url(images/news_box_bg.jpg) repeat-x top left;
}
.subscribeform label
{
display:none;
}
.news_button
{
float:left;
overflow:hidden;
margin:1px 0px 0px 5px;
padding:0px;
}
.slider
{
overflow:hidden;
width:560px;
padding:0px 0px 0px 85px;
margin:0px 0px 0px 0px;
}
#photos
{
position:relative;
top:0;
left:0;
overflow:hidden;
}
.footer_icons
{
float:left;
overflow:hidden;
width:300px;
position:relative;
margin:-45px 0px 0px 20px;
}
.margin_box
{
overflow:hidden;
width:600px;
float:left;
padding:0px;
margin:0px 0px 80px 0px;
}
.margin_box1
{
overflow:hidden;
width:600px;
float:left;
padding:0px;
margin:0px 0px 40px 0px;
}
.post{
	float:left;
	width:600px;
	overflow:hidden;
	clear:left;
	padding:0px;
	clear:both;
	margin:0 0 15px 0;
}
.post_gallery_page{
	float:left;
	width:640px;
	overflow:hidden;
	clear:left;
	padding:0px;
	margin:0 0 15px 0;
}
.post_index
	{
	float:left;
	width:600px;
	overflow:hidden;
	clear:left;
	padding:0px;
	clear:both;
	margin:0 0 15px 0;
	}
.post-top{
	width:600px;
	float:left;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.post-title{
	width:600px;
	float:left;
	overflow:hidden;
	padding:0px;
	margin:0px;
 }

.post-title h2{
	font-size:18px;
	color:#F2DCC4;
	line-height:31px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	background:url(images/bgr_post_title.gif) repeat-x left bottom;
	margin:0 0 5px 0;
	width:100%;
}
.pagetitle
{
	font-size:30px;
	color:#FCB036;
	line-height:31px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	width:100%;
}
.post-title h2 a{
	color:#F2DCC4;
}


.post-top h3{
	font-weight:normal;
	color:#A89E92;
	font-size:11px;
	padding:0 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.post-top h3 a, .post-top h3 span{
	color:#FCB036;
	font-weight:bold;
	text-transform:capitalize;
}

.entry{
	line-height:20px;
	font-size:16px;
}

.entry p{
	padding-bottom:15px;
}

.entry p a{
	text-decoration:underline;
}

.entry p a:hover{
	text-decoration:none;
}
.postmetadata{
	padding:5px 0px 10px 0px;
	margin:0px;
	width:100%;
	overflow:hidden;
}
.postmetadata a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
.postmetadata a:hover{
	text-decoration:none;
}
.postmetadata .alignright{
	padding:12px 20px 0 0;
}

.post-page{
	width:100%;
}

#comments,#respond h3{
	font-size:24px;
	color:#FFFFFF;
	line-height:31px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	width:100%;
}
#comments a
{
color:#FCB036;
}
.avatar 
{
border:0px;
background:none;
}
.sidebar_widget
{
padding:252px;
margin:0px 0px 10px 0px;
width:0px;
float:left;
overflow:hidden;
clear:both;
}
.sidebar_widget h2
{
	font-size:30px;
	color:#FCB036;
	line-height:31px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	width:100%;
}
.sidebar_widget ul
{
list-style:none;
padding:0px;
margin:0px;
width:252px;
}
.sidebar_widget ul li
{
list-style:none;
padding:0px 0px 4px 0px;
margin:0px;
width:252px;
}
.sidebar_widget ul li a
{
color:#ffffff;
text-decoration:none;
font-size:12px;
line-height:15px;
}