/*
Theme Name: WordPress Backbench
Theme URI: http://thebackbench.com/
Description: The Backbench WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Stuart Loh
Author URI: http://hearye.org/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

/* -- PAGE-WIDE SETTINGS ------------------------- */

body {
   background-color: #a60000; /* Normal #CCCCF3; iPod PURPLE #9369BF; GREEN #9FCC39; STRONG BLUE #1379F9 */
   font-family: Georgia, Verdana, Geneva, Arial, sans-serif; /* Alternative: Arial, 11px */
   font-size: 12px;
   line-height: 17px;
   color: #000000;
   text-align: center; /* also aligns free divs in the centre */
   padding: 0;
   margin: 0;
}

a:link, a:visited, a:active { /** blue links **/
	color: #0040b6;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted #999999 1px;
}


/* -- FONT STYLES (CLASSES) ---------------------------- */

.baritem, .baritem:link, .baritem:visited {
   padding: 2px 5px 2px 5px;
   color: #e60000;
   /*color: #ffffff;*/
}

.baritem:hover {
   background-color: #a60000;
   color: #fff;
   border: none;
}

.heading0 { /* Top level heading */
   font-family: Georgia, serif;
   color: #91a891; /* #427FBF; */
   font-size: 20pt;
   line-height: 22px;
}

.heading0 a:link, .heading0 a:visited, .heading0 a:hover {
   color: #91a891; /* #427FBF; */
   text-decoration: none;
}

.heading0b { /* Top level heading (italic alternative) */
   font-family: Georgia, serif;
   font-style: italic;
   color: #000;
   font-size: 18pt;
}

.heading1 { /* Subheading */
   font-family: Georgia, serif;
   color: #91a891; /* #427FBF; */
   font-size: 14pt;
}

.heading2 { /* In-text heading */
   font-family: Arial, Georgia, serif;
   color: #707070;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
 /*font-variant: small-caps*/
}

.smalltext {
   font-size: 10px;
   line-height: normal;
}

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


/* -- IMAGE BORDERS -------------------------------- */
.imgborder { border-width: 1px; border-style: solid; border-color: #000 }
.imgborder A:link, .imgborder A:visited, .imgborder A:active, .imgborder A:hover { text-decoration: none; border-width: 0px }
.imgborder_white  { border-width: 1px; border-style: solid; border-color: #FFF }
.imgborder_dashed { border-width: 1px; border-style: dashed; border-color: #000 }

#imgcapt { background-color:#000; color:#fff; text-align:center; padding:0 1px 0 1px; }

/* -- FORM ELEMENTS -------------------------------- */

.inputform td {
   font-family: Georgia;
   font-size: 12px;
}

.inputform input, select, submit {
   font-size: 15px;
}

/* -- REUSABLE IDs BLOCKS (LINES, ETC) ------------- */

#hr_thickbar {
   height: 5px;
   width: 100%;
   background-color: #000;
}

#hr_thinbar {
   height: 1px;
   width: 100%;
   background-color: #000;
}

#hr_nobar { height: 10px; width: 100%; }
#hr_redbar { height: 3px; width: 100%; background-color: #a60000; }
#hr_greenbar { height: 3px; width: 100%; background-color: #9FCC39; }
#hr_bluebar { height: 3px; width: 100%; background-color: #1379F9; }

#hr_dash {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	background: url(/images/hrfrontside.gif) repeat-x;
	margin: 2px 0 4px 0;
}


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

/**---------------- SECTION 1: HEADER ----------------**/

/* Colors: #DFFF0C (lime green); #CCCCF3 (dull purple); #B5C0CF (smoky gray); #6EAFFF (sky blue); #427FBF (faded bottle green) */
/* Colors: #9369BF (ipod purple); #82BFFF (ipod blue); #F59110 (ipod orange); #9FCC39 (ipod green)*/

#header {
   left: 0px;
   width: 970px;
   text-align: left;
   background-color: #fff;
   margin: 0 auto; /* align to center of page in firefox */
   border-width: 1px 1px 0px 1px;
   border-color: #000;
   border-style: solid;
}


#header_content {
   display: block;
   position: relative;
}

#header_logo {
	padding: 0;
	margin: 0;
	position: relative;
      left: 10px;
	top: 0px;
	width: 400px;
	height: 100px;
}

#header_ad {
   z-index: 1000;
   position: absolute;
   right: 0px;
   top: 0px;
   height: 15px;
   font-size: 9px;
   font-weight: bold;
}

#menu {
   left: 0px;
   /*top: 25px;*/
   text-align: left;
   background-color: #000;
   padding: 8px 4px 8px 4px;
   color: #fff;
   margin: 0 auto; /* align to center of page in firefox */
}


/**---------------- SECTION 2: MAIN ------------------**/

/* Padding = inside box, Margin = outside box */

#everything {
   margin: 0 auto; /* align to center of page in firefox */
   width:  950px;
   border-left: 1px solid #000; /*bordering for main content slab: dark purple is 8C8CB3*/
   border-right: 1px solid #000;
   background-color: #FFFFFF;
   padding: 0px 10px 0px 10px;
   /* NOTE: This padding actually pushes out the width of this page to 970px! */
}

#sidebar {
   float: left;
   width: 200px;
   margin: 7px 0px 0 9px;
   padding-left: 3px;
   text-align: left;
   background-color:#ffffff
   /* DEFAULT TEXT style for main bar */
   font-size: 10px;
   font-weight: normal;
   font-family: Arial;
}

/* -------OPTION 1: RIGHT SIDE COLUMN-------
#main {
   float: left;
   width: 570px;
   border-left: 1px solid #dddddd;
   padding: 7px 0 0 9px;
   text-align: left;
}

#rightside {
   float: right;
   width: 150px;
   margin: 7px 0 0 0;
   text-align: left;
   background-color:#eeeeee;
   *//* DEFAULT TEXT style for right bar *//*
   font-size: 10px;
   font-weight: normal;
   *//*line-height: 13px;*//*
}
------------------- END OPTION 1 ---------------- */
 
/* ---------OPTION 2: RIGHT BOX FLOAT ----------- */
  
#main {
   float: left;
   width: 720px;
   border-right: 1px solid #d5d5d5;
   padding: 7px 7px 0 0;
   text-align: left;
}

#rightside_float {
   float: right;
   width: 150px;
   margin: 0px 0px 0px 10px;
   padding: 10px 15px 10px 15px;
   text-align: left;
   background-color:#eeeeee;
   /* DEFAULT TEXT style for right bar */
   font-size: 12px;
   font-weight: normal;
   line-height: 13px;
}

/* ----------------- END OPTION 2 ---------------- */


/**---------------- SECTION 3: FOOTER ----------------**/

#hem { /* Need to expand out the everything div. Putting text in the hem will push
          out the everything div so it goes to 970px */
	margin: 0 auto;
	padding: 1px 0 5px 0;
	width: 970px;
	clear: both;
}

#footer {
   left: 0px;
   width: 970px;
   text-align: left;
   background-color: #fff;
   margin: 0 auto; /* align to center of page in firefox */
}


#footer_content {
   display: block;
   position: relative;
}

/*
#footer_tag {
   float: right;
   margin-top: 1px;
   width: 150px;
   padding: 0px;
   text-align: left;
   background-color: #fff;
}
*/

#footer_text {
   padding: 10px 0 15px 25px;
   text-align: left;
   position: relative;
   top: 0px;
   width: 700px;
}

#footer_tag {
   z-index: 1000;
   position: absolute;
   top: 0px;	
   right: 109px;
   width: 50px;
   /* Font for tag */
   text-align: center;
   font-size: 9px;
   font-weight: bold;
   background-color: #000;
   color: #fff;
}


/* Begin Typography & Colors============================================START WORDPRESS======= */

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


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;
	}

.entry p a:visited {
	color: #b85b5a;
	}
********************/


/ * START ACTUAL WP STYLING */

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}


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

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




/* CALENDAR */


#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 */




/***********************************
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn {
	margin: 0;
	}

**********************************/


.postmetadata {
	color: #555;
	text-align: center;
	background-color: #EEE;
	padding: 5px;
	margin: 30px 0;
	clear: both;
}

.postexcerptmetadata {
	color: #555;
	text-align: center;
	background-color: #EEE;
	padding: 3px;
	margin: 10px 0;
	clear: both;
}


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

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


/* End Structure */



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* 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;
	}

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



/* Begin Images */

/*	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: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#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;
	}


.comment_no {
	font-size: 20px;
}
.comment_author {
	font-weight: bold;
	font-size: 15px;
}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	/* display: block; */
	font-weight: normal;
	}

#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

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



/* 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 */



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

.wp-caption {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

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