/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The 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

*/




/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



a:link, a:visited {
	color:#a18d84;
	}
	

a:hover {
	color:#a8c340;
	}


p {
	margin-bottom:10px;
	}


img, a img, a:link img, a:visited img {

	}

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.alignleft {
	margin:0 10px 2px 0;
	float:left;
	}

.alignright {
	margin:0 0px 2px 10px;
	float:right;
	}


.push_down {
	margin-top:35px;
	}




/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	text-align: center;
	background:url('images/bg_new.jpg') no-repeat;
	background-position:top center;
	margin-bottom:15px;
	}


#logo {
	margin:0;
	width:359px;
	height:30px;
	display:block;
	text-indent:-5000px;
	outline:none;
	background:url(images/title.gif);
	margin:36px 0 0 30px;
	}


#page {
	width:960px;
	margin:0 auto;
	text-align: left;
	}

.section_title {
	margin:35px 0 5px 0;
	font-size:1.2em;
	background:url(images/heart.gif) no-repeat 0px 2px;
	padding-left:15px;
	}

.section_title_heart {
	margin:35px 0 5px 0;
	font-size:1.2em;
	background:url(images/section_title_heart.gif) no-repeat 0px 2px;
	padding-left:15px;
	padding-bottom:10px;
	}

#gallery_title {
	text-indent:-5000px;
	background:url(images/gallery_title.gif) no-repeat;
	width:70px;
	height:14px;
	margin:35px 0 5px 0;
	}

#recent_news_title {
	text-indent:-5000px;
	background:url(images/recent_news_title.gif) no-repeat;
	width:170px;
	height:14px;
	margin:35px 0 5px 0;
	}

#archives_title {
	text-indent:-5000px;
	background:url(images/archives_title.gif) no-repeat;
	width:170px;
	height:14px;
	margin:35px 0 5px 0;
	}


#contact_title {
	text-indent:-5000px;
	background:url(images/contact_title.gif) no-repeat;
	width:170px;
	height:14px;
	margin:35px 0 5px 0;
	}

#all_things_inspiring {
	background:url(images/all_things_inspiring.gif) no-repeat;
	width:800px;
	height:94px;
	margin:20px auto -20px auto;
	text-indent:-5000px;
	}

#shop {
	background:url(images/shop.jpg) no-repeat;
	width:118px;
	height:32px;
	display:block;
	text-indent:-5000px;
	margin:20px 0 10px 0;
	outline:none;
	}
	
	#shop:hover, #shop:active {
		background-position:0px -32px;
		}

#contact {
	background:url(images/contact.jpg) no-repeat;
	width:118px;
	height:32px;
	display:block;
	text-indent:-5000px;
	margin:10px 0;
	outline:none;
	}
	
	#contact:hover, #contact:active {
		background-position:0px -32px;
		}

#facebook {
	background:url(images/facebook.jpg) no-repeat;
	width:118px;
	height:32px;
	display:block;
	text-indent:-5000px;
	margin:10px 0;
	outline:none;
	}
	
	#facebook:hover, #facebook:active {
		background-position:0px -32px;
		}

#twitter {
	background:url(images/twitter.jpg) no-repeat;
	width:118px;
	height:29px;
	display:block;
	text-indent:-5000px;
	margin:10px 0;
	outline:none;
	}
	
	#twitter:hover, #twitter:active {
		background-position:0px -29px;
		}



/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:none;  font-size:1.4em; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; margin:10px 0 0 20px; }
#nav li {  display:inline; border-right:1px solid #ccc;   }
#nav li, #nav a { color:#a18d84; text-decoration:none; padding:0 8px 0 6px; }
	
	#nav li.blog a:link, #nav li.blog a:visited {
		color:#64a390;
		}
		
		#nav li.blog a:hover, #nav li.blog a:active {
		color:#47e5b5;
		}
	
#nav span { display:none; }

	#nav li.last { border:none; }


#nav li a:hover { color:#a8c340; text-decoration:none; }







#content {
	font-size: 1.2em
	}


/* ----- Lists within main content area ----- */
#content ul {
	margin-left:10px;
	}

	#content ul li {
		/*_position:relative;	 to fix the IE bullet peekaboo pug...NOTE: MUST BE REMOVED FOR DROP-DOWNS TO WORK IN IE 6 */
		padding-left: 12px;
		line-height:1.2em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(images/bullet1.gif) 0px 6px no-repeat;
		}

		#content ul li ul li {
			background: transparent url(images/bullet2.gif) 0px 5px no-repeat;
			}

			#content ul li ul li ul li {
				background: transparent url(images/bullet3.gif) 0px 6px no-repeat;
				}	

		#content ul ul, #content ul ul ul {
			margin-top:8px;
			}

#content ol{ 
	margin-left:30px;
	list-style:decimal;
	}

	#content ol li {
		margin-bottom:8px;
		}

		#content ol ol, #content ol ol ol {
			margin-left:22px;
			margin-top:8px;
			}
			
			
			
			
			

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



.small {

	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#000;
	}



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

h2 {
	font-size: 1.6em;
	margin-bottom:5px;
	}
	


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

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, 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:link, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	text-decoration: none;
	}

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



.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-size: 1.2em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}

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

code {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.1em;
	}

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


#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

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

.narrowcolumn {
	float: left;
	padding:0;
	margin: 0px 105px 0 25px;
	width: 576px;
	}

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

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 0px 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;
}



#footer_bar {
	background:url(images/footer.gif) no-repeat;
	width:910px;
	margin:25px 0 15px 25px;
	height:5px;
	overflow:hidden;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 910px;
	font-size:1.1em;
	color:#888;
	}

#footer p {

	line-height:1.5em;

	}
	
#footer_left {

	float:left;
	}
	
#footer_right {

	float:right;
	}

/* End Structure */



/*	Begin Headers */




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

#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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 108px;
	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: 400px;
	padding: 2px;
	}

#commentform #submit {
	margin:0 0 0 238px;
	}
/* 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 Sidebar */
#sidebar
{
	padding:0;
	float:left;
	width: 225px;
	}
	

#sidebar ul {
	}

	#sidebar ul li a:link, #sidebar ul li a:visited {
		display:block;
		width:205px;
		
		background:url(images/list_item_divider.gif) no-repeat top left;
		text-decoration:none;
		font-weight:bold;
		padding: 10px 0 3px 15px;
		color:#a18d84;
		font-weight:bold;
		outline:none;
		}
	
		
	
	#sidebar ul li a:hover {
		color:#a7c23d;
		outline:none;
		}
	
	


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



.navigation {
	display: block;
	text-align: center;
	margin: 20px auto 0px auto;
	}
/* 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." */
#homelink {
	position:absolute;
	top:0;
	left:334px;
	width:290px;
	height:90px;
}









#recent-posts {
	background:#FFCC00;
	}

.widgettitle {
	background:#00FFFF;
	}