/*
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

*/



/* Begin Typography & Colors */

html {
background:url("images/") repeat-x fixed center bottom;

}

body {
	font: 62.5% Verdana;
	background:  url('images/bg.jpg') repeat-x;
	
	
	text-align: center;
	}

#page {
	
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	
	
	}

#headerimg 	{
	margin: 0px 0px 0;
	height: 192px;
	width: 740px;
	}

#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 {
margin-bottom:25px;
	text-align: justify;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 0px solid #ddd;
}

.even, .alt {

	border-left: 0px solid #ddd;
}

#footer {
	background: url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar1 h2 {
	font-family: Verdana;
	font-size: 1.2em;
	}
	
	#sidebar2 h2 {
	font-family: Verdana;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana;
	}
.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: Verdana;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar1 {
	font: 1em Verdana;
	}

#sidebar2 {
	font: 1em Verdana;
	}

small, #sidebar1 ul ul li, #sidebar1 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Verdana;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a{
	color: #006699;
	text-decoration: none;
	}

a:hover {
	color: #666666;
	
	}



h2, h3{
color: #cc6633;
}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	
	margin: 0px auto;
	padding 0;
	width: 813px;
	
	}

#header {
	background-color:;
	margin: 0 0 0 0px;
	padding: 0;
	height: 200px;
	width: 800px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
	
.leftcolumn {
	float: left;
	padding:  20px 20px 20px 20px;
	margin: 57px 0 0 150px;
	height: 500px;
	
	}
	
	
.narrowcolumn {
	float: left;
	padding: 50px 0 0px 25px;
	margin: 0px 0 0;
	width: 400px !important;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-left: 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: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	height:65px;
	width: 813px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 65px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 5px 0 0;
	
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: justify;
}

#sidebar1 h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar2 h2 {
	margin: 5px 0 0;
	padding: 0;
	}



/* 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. */

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, #sidebar1 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;
	}

#sidebar1 ul, #sidebar1 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar1 ul p, #sidebar1 ul select {
	margin: 5px 0 8px;
	}

#sidebar1 ul ul, #sidebar1 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar1 ul ul ul, #sidebar1 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar1 ul ol li {
	list-style: decimal outside;
	}

#sidebar1 ul ul li, #sidebar1 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 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;
	}

#sidebar1 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar1 #searchsubmit {
	padding: 1px;
	}
	
	#sidebar2 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar2 #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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#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 Sidebar1 */
#sidebar1
{
	padding: 57px 0 0px 0;
	margin-left: 645px;
	width: 150px;
	}

#sidebar1 form {
	margin: 0;
	}
/* End Sidebar1 */


/* Begin Sidebar2 */
#sidebar2
{
	padding: 0px 0 0px 0;
	margin-left: 28px;
	width: 120px;
	}

#sidebar2 form {
	margin: 0;
	}
/* End Sidebar1 */



/* 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;
	margin-bottom: 60px;
	}
/* 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;
}


/*---:[ headlines ]:---*/

h1 { font-weight: bold; font-size: 4.0em; line-height: 1.8em; }

	#header h1 { text-align: right; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #222; text-decoration: none; }
	


.category-what-shes-not-telling-you {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-women-work {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-shipping-service {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-technology {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-travel-leisure {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-health {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-moms-families {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-money {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}



.category-new-product-launches {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-food-beverage{
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-generations {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-ad-campaigns {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}

.category-fashion-beauty {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}



.category-authors {
font-size: 1.6em !important;
color: #006699 !important;
text-align: left;
}

/*
.category-authors:hover { color: #666666 !important }
*/
.category-games {
font-size: 1.6em !important;
color: #3399cc !important;
text-align: left;
}
/*
.category-games:hover { color: #666666 !important }
*/
.category-publicappearances {
font-size: 1.6em !important;
color: #ff9966 !important;
text-align: left;
}
/*
.category-nowappearing:hover { color: #666666 !important }
*/
.category-inthenews {
font-size: 1.6em !important;
color: #993300 !important;
text-align: left;
}
/*
.category-inthenews:hover { color: #666666 }
*/

h2 { font-weight: normal; font-size: 1.5em; }

	.post h2 { color: #000; line-height: normal; padding-top: 0px; margin-bottom: 0px; }
	
		.post h2 a { color: #006699; text-decoration: none; }
		
		.post h2 a:visited { color: #006699; text-decoration: none; }
		
		.post h2 a:hover { color: #cc6633; text-decoration: none; }
	
	#sidebar h2 { color: #999; }
	
	h2.archive_head { font-size: 1.5em; padding: 4px 4px 4px 0px; background: #f5f5f5 url('images/icon_folder.gif') 5px 50% no-repeat; border-bottom: 0px solid #bbb; margin-bottom: 0px; }
	
	h2.comment_head { padding-left: 29px; line-height: 1.5em; background: url('images/icon_comment.gif') 0 50% no-repeat; color: #999; }
	
	h2.form_head { color: #999; }

	
	#sidebar h2 { font-size: .4em;color: #999; }
	

h3 { font-weight: normal; font-size: 1.5em; margin-bottom: 0px; color: #999; }

h4 { display: inline; font-weight: normal; padding: 0px; line-height: 0em; font-size: .8em; text-transform: uppercase; background: #f5f5f5; border-bottom: 0px solid #ddd; }

b { font-weight: normal; font-size: .8em; margin-bottom: 0px; color: #666; }


/*---:[ comment styles ]:---*/

#comments { width: 400px; font-size: 1.4em; line-height: 1.7em; color: #444; float: left; clear: both; }

	ul.comment_list { list-style: none; margin-bottom: 40px; border-top: 0px dotted #bbb; float: left; }
		
		ul.comment_list li, ul.comment_list li.alt, ul.comment_list li.author_comment_, ul.comment_list li.author_comment_alt { width: 480px; padding: 15px 10px 5px 10px; border-bottom: 0px dotted #bbb; float: left; }

		ul.comment_list li.alt, ul.comment_list li.author_comment_alt { background: #f5f5f5; }
		
			.comment_intro { width: 480px; margin-bottom: 15px; line-height: normal; float: left; }
			
			* html .comment_intro { margin-bottom: 0; }
			
			.author_comment_ .comment_intro { width: 453px; padding-left: 27px; background: url('images/icon_author.gif') 0 50% no-repeat; }
			
			.author_comment_alt .comment_intro { width: 453px; padding-left: 27px; background: url('images/icon_author_alt.gif') 0 50% no-repeat; }
			
				img.gravatar { float: right; margin: 0 0 10px 10px; }
			
				.comment_author { font-weight: bold; font-size: 1.2em; }
				
				.comment_meta { font-size: .9em; }
				
					.comment_meta a, .comment_meta a:visited, .comment_meta a:hover { color: #999; text-decoration: none; }
		
			#comments .entry { clear: both; }
			
			#comments .entry ul, #comments .entry ol { margin: 0 0 15px 40px; color: #000; border: none; float: none; }
	
			#comments .entry ul { list-style-type: square; }
	
				#comments .entry li { width: auto; padding: 3px 0; border: none; float: none; }
		
					#comments .entry ul li ul, #comments .entry ul li ol, #comments .entry ol li ul, #comments .entry ol li ol { margin: 0 0 0 30px; }


/*---:[ comment form styles ]:---*/

#comment_form { width: 400px; padding: 10px 0; float: left; }

	#comment_form p { padding: 6px 0; margin-bottom: 0; }
	
		#comment_form label { padding-left: 10px; font-size: .9em; }

		#comment_form .text_input { width: 40%; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 0px solid #999; border-left: 0px solid #999; border-right: 0px solid #fff; border-bottom: 0px solid #fff; }
		
		#comment_form .text_area { width: 95%; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 0px solid #999; border-left: 0px solid #999; border-right: 0px solid #fff; border-bottom: 0px solid #fff; }
	
		#comment_form .text_input:focus, #comment_form .text_area:focus { border-top: 0px solid #444; border-left: 0px solid #444; border-right: 0px solid #ddd; border-bottom: 0px solid #ddd; }
	

/*---:[ header styles ]:---*/

#nav { width: 100%; border-top: 0px solid #222; border-bottom: 0px solid #222; float: left; }

	#nav ul { list-style: none; }

		#nav li { float: left; }
		
			#nav li a, #nav li a:visited { display: block; height: 3.0em; padding: 0 1.2em; line-height: 3.0em; color: #222; text-decoration: none; font-size: 1.4em; text-transform: uppercase; letter-spacing: .3em; float: left; }
		
			#nav li a:hover { color: #fff; background: #222; text-decoration: none; }
			
			.blog #nav li a.blog, .blog #nav li a.blog:visited, .archive #nav li a.archives, .archive #nav li a.archives:visited, .about #nav li a.about, .about #nav li a.about:visited { background: #222; color: #fff; cursor: default; }

#pic { width: 770px; height: 200px; border-bottom: 0px solid #222; clear: both; float: left; }

	.blog #pic { background: url('images/churchill.jpg') no-repeat; }
	
	.archive #pic { background: url('images/books.jpg') no-repeat; }
	
	.about #pic { background: url('images/deuce_stream.jpg') no-repeat; }


/*---:[ content styles ]:---

.post { width: 400px; margin-top: 5px; font-size: 1em; line-height: 1.em; color: #444; float: left; }

#entry { width: 400px; margin-bottom: 5px; font-size: 1em; line-height: 1.em; color: #444; float: left; }

	.entry ul, .entry ol { margin: 0 0 15px 0px; color: #000; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { padding: 3px 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 0px; }
	
	.entry dl { margin-bottom: 0px; }
			
	.entry dt { font-weight:none; color: #000; }
	
	.entry dd { margin: 0 0 0 0px; font-style: italic; }

	.entry img.left { padding: 6px; margin: 0 10px 5px 0; background: #f5f5f5; border: 0px solid #bbb; float: left; }

	.entry img.left_off { margin: 0 10px 5px 0; float: left; }
	
	.entry img.right { padding: 6px; margin: 0 0 5px 10px; background: #f5f5f5; border: 0px solid #bbb; float: right; }

	.entry img.right_off { margin: 0 0 5px 10px; float: right; }
	
	.entry img.center { display: block; padding: 6px; margin: 0 auto 15px auto; background: #f5f5f5; border: 0px solid #bbb; }
	
	.entry img.center_off { display: block; margin: 0 auto 15px auto; }
	
	.post_meta { width: 400px; padding: 4px 0px; border-top: 0px dotted #bbb; border-bottom: 0px dotted #bbb; background: #f5f5f5; line-height: normal; float: left; }
	
		p.num_comments { padding-left: 27px; margin-bottom: 0; line-height: 1.6em; background: url('images/icon_excl.gif') 0 50% no-repeat; float: right; }
		
		p.tagged { padding-left: 27px; margin-bottom: 0; line-height: 1.6em; background: url('images/icon_file.gif') 0 50% no-repeat; float: left; }
		*/
	
.navigation { width: 400px; padding: 10px; margin-bottom: 0px; font-size: 1.4em; line-height: 1.7em; background: #f5f5f5; float: left; }

* html .navigation { line-height: normal; }
	
	.previous { padding-left: 27px; margin-bottom: 0; background: url('images/icon_previous.gif') 0 50% no-repeat; float: left; }
	
	.next { padding-right: 27px; margin-bottom: 0; background: url('images/icon_next.gif') 100% 50% no-repeat; float: right; }
	
	.jump { padding: 4px 6px 4px 33px; margin: 0 0 10px 10px; background: #f5f5f5 url('images/icon_down.gif') 6px 50% no-repeat; float: right; clear: both; }

/* 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." */

