/*
Theme Name: Shawn Bean
Theme URI: http://wordpress.org/
Description: The Shawn default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
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

*/


/* Begin Typography & Colors */
#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: center;
	}

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

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

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

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

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

h3 {
	font-size: 1.3em;
	}

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

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

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

#sidebar {
	font: 1em 'Lucida Grande', 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;
	}

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



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

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

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

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

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

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

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: center;
	}

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

#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 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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

hr {
	display: none;
	}

a img {
	border: none;
	}

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



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





















































/*  Onera Master CSS  */

/* Universal Styles */
html, body { 
font: normal 12px georgia ; 
color: #fff ; 
line-height: 20px ; 
background-color: #4a3421;
padding: 0px; 
margin: 0px;
}

p { 
font: normal 12px georgia ; 
color: #fff ; 
line-height: 20px ; 
margin: 0px 0px 20px 0px ; 
text-align: left ;
}


h1 { 
font: normal 36px georgia ; 
color: #fff ; 
letter-spacing: -1px;
margin: 0px 0px 20px 0px ;
}

h1 a, h1 a:visited { 
font: normal 36px georgia ; 
letter-spacing: -1px;
}


h2 { 
font: normal 24px georgia ; 
color: #fff ; 
letter-spacing: -1px;
margin: 0px 0px 20px 0px ;
clear: left;
}

h2 a, h2 a:visited { 
font: normal 24px georgia ; 
letter-spacing: -1px;
}


a, a:visited { 
display: inline ; 
font: normal 11px georgia ; 
color: #e5d098 ; 
text-decoration: none ; 
border-bottom: 1px solid #6a5138;
}

a:hover { 
color: #c5945e ; 
text-decoration: none ;
border-bottom: 1px solid #7f5d3b;
}


/* Structural Elements */
#top { 
position:relative ; 
width: 100% ; 
height: 353px ; 
z-index:1 ; 
text-align: center ; 
background: #312115 url(/media/bg-top.jpg) repeat-x ; 
clear: both ;
overflow: visible;
}

#middle { 
position:relative ; 
width: 100% ; 
z-index:0 ; 
text-align: center ; 
background: #392518 url(/media/bg-bottom.jpg) repeat-x bottom ; 
clear: both ;
}

#bottom { 
position:relative ; 
width: 100% ; 
height: 149px ; 
z-index:0 ; 
text-align: center ; 
background: #4a3421 url(/media/bg-footer.jpg) repeat-x ; 
clear: both ;
}

.container { 
position:relative ; 
width: 942px ; 
margin: auto ; 
z-index:0 ; 
text-align: left ;
}


/* Unique Elements */

#navBar { 
height: 62px;
width: 941px;
background: url(/media/bg-navbar.jpg) no-repeat 7px top; 
overflow: hidden;
}

#mainNav li {  }
#mainNav .pagenav { ... }
#mainNav .page_item { display: inline; list-style: none; padding: 0; margin: 0; background: none; border: none; }
#mainNav .current_page_item   { color: #c5945e; border: 0px; background: url(/media/navBar-bg.jpg) no-repeat center; padding: 20px 0px 21px 0px }
#mainNav .current_page_parent { color: #e5d098; border: 0px; background: url(/media/navBar-bg.jpg) no-repeat center; padding: 20px 0px 21px 0px }

#banner { 
height: 232px ;
width: 941px;
background: url(/media/bg-banner.jpg) no-repeat ; 
}

#banner #homeLink { 
float: right;
width: 380px;
height: 110px;
}

#banner #homeLink a, #banner #homeLink a:visited { 
border: 0px;
}

#mainNav {
margin: 16px 0px 0px 30px;
}

#mainNav a, #mainNav a:visited {
font: bold 11px georgia;
color: #e5d098;
border: 0px;
line-height: 46px;
background: url(/media/navBar-bg.jpg) no-repeat center 100px;
padding: 18px 18px 20px 18px;
}

#mainNav a.current, #mainNav a.current:visited {
color: #e5d098;
border: 0px;
background: url(/media/navBar-bg.jpg) no-repeat center ;
}

#mainNav a:hover, #mainNav a.current:hover{
color: #c5945e;
border: 0px;
background: url(/media/navBar-bg.jpg) no-repeat center ;
}

#pageTitle {
position: absolute;
top: 320px;
left: 30px;
}

#pageTitle h2 {
margin-top: 9px;
}

#bodyLeft {
float: left;
width: 240px;
margin: 30px 0px 20px 0px;
}

#bodyLeft h2 { font: normal 16px georgia; letter-spacing: -1px; margin: 15px 0 0 0  } 
#bodyLeft li { padding: 0; margin: 0; list-style-type: none; background: none; }



#bodyLeft .content {
padding: 10px 30px 10px 30px;
}

#bodyLeft .subnav {
display: block;
}

#bodyLeft .content .subnav a, #bodyLeft .content .subnav a:visited {
display: block;
font-size: 12px;
padding: 8px 10px;
background-color: transparent;
border: 0px;
clear: left;
}

#bodyLeft .content .subnav a:hover {
color: #c5945e;
background-color: #271a11;
border: 0px;
}

#bodyRight {
float: left;
width: 690px;
margin: 30px 0px 20px 0px;
border-left: 1px solid #4a3321;
}

#bodyRight.noMargin {
margin-top: 0px;
}

#bodyRight .content {
padding: 10px 20px 10px 30px;
}

#bodyRight .bookFeature {
width: 640px;
height: 252px;
padding: 20px 30px 20px 30px;
margin-bottom: 20px;
background: url(/media/bg-bookFeature.jpg) no-repeat;
overflow: hidden;
}

#bodyRight .bookFeature .left {
float: left;
margin-right: 30px;
}
#bodyRight .bookFeature .right {
width: 430px;
float: left;
}

#clear {
height: 20px;
clear: both;
}

#bottom .container a, #bottom .container a:visited {
font-size: 10px;
text-transform: uppercase;
display: block;
width: 100%;
padding: 5px 6px 5px 6px;
background-color: transparent;
border: 0px;
}

#bottom .container a.sublink, #bottom .container a.sublink:visited {
text-transform: none;
}

#bottom .container a:hover, #bottom .container a.sublink:hover {
color: #c5945e;
background-color: #271a11;
border: 0px;
}

#bottom .container .copyright { 
float: left;
margin: 20px 30px 0px 0px;
width: 185px;
font-size: 10px; 
}

#bottom .container .copyright p { 
margin: 0px 0px 0px 30px;
}

.column li { 
	list-style: none; padding: 0; margin: 0; background: none; border: none; 
}

.column li.page_item { 
	list-style: none; padding: 0; margin: 0; background: none; border: none; text-transform: none;
}


#bottom .container .column { 
float: left;
margin: 20px 30px 30px 0px;
width: 135px; 
}

#bottom .container .columnWide { 
float: left;
margin: 20px 0px 0px 0px;
width: 175px; 
}


/* Styles */

.image {
float: left;
margin: 0px 20px 10px 0px;
}

.postDate {
float: left;
width: 84px;
height: 30px;
padding: 8px 0px 0px 0px;
text-align: center;
font: bold 12px georgia;
color: #3a2619;
background: url(/media/blog-dateBg.jpg) no-repeat;
margin: 0px 20px 0px 0px;
}

.postInfo {
height: 30px;
padding: 7px 0px 0px 0px;
margin-bottom: 40px;
}

/* Lists */
ul { 
margin: 0px 0px 20px 20px ; 
padding: 0px 0px 0px 0px ; 
letter-spacing: 0px ; 
list-style-type: none ;
}

li { 
background: #472e1e url(/media/bullet.gif) no-repeat 9px 9px ; 
padding: 0px 0px 0px 25px ;
font: normal 11px georgia ; 
line-height: 24px ;
border-bottom: 1px solid #392518;
}




