/*
Theme Name: WordPress Emily
Theme URI: http://notsorural.com/
Description: This is based on the Default Wordpress theme.
Version: 1.6
Author: David Jonathan Ross
Author URI: http://djr.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

*/


			* {
				margin: 0;
				padding: 0;
				border: 0;
				#font-family: sans-serif;
				font-size: 1em;
				font-weight: normal;
				font-style: normal;
				text-decoration: none;
			}
			
			body
				{
				/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Tahoma, Helvetica, Arial, sans-serif;*/
				font-family: Verdana, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
				font-size: 12px;
				line-height: 20px;
				color: #533211;
				/*background: url('images/stripes.png') repeat-x 50% 0; */
				/*background-attachment: fixed;*/
				}




			strong 
				{
				font-weight: bold;
				}
			em
				{
				font-style: italic;
				}
strong em, em strong
{
font-weight: bold;
font-style: italic;
}
				
			#container
				{
				width: 850px;
				margin-left: auto;
				margin-right: auto;
				background: #fff;
				}

			a
				{
				color: #717802;
				
				}
			a:hover
				{
				text-decoration: underline;
				}

			#header, #main, #footer
				{
				margin-left: 25px;
				margin-right: 25px;
				margin-bottom: 50px;
				}
			
			#container {
			/*background: url('images/stripes.png') repeat-x 50% 0;*/
			}
				
			h1
				{
				background: none #533211;
				color: #cde760;
				padding: 1em;
				font-size: 18px;
				line-height: 24px;

				}
			h1 a
				{
				color: #fff;
				}


			.topphoto
				{
				border-left: 1px solid;
				border-right: 1px solid;
				}			
			
			#main
				{
				}
			
			#content
				{
				width: 500px;
				float: right;
				}

		
			#sidebar
				{
				width: 250px;
				font-size: 90%;
				line-height: 18px;
				}
			.small
				{
				font-size: 90%;
				line-height: 18px;
				}
			#footer
				{
				font-size: 90%;
text-align: center;
				}
				
			p
				{
				margin-bottom: 1em;
				}
				
			.description p
				{
				margin: 0;
				}
			blockquote
				{
				padding-left: 2em;
				#border-left: 1px solid;
				}
				
			ul
				{
				list-style-type: none;
				}
				
			h2
				{
				font-size: 24px;
line-height: 30px;
				font-family: Georgia, 'Times New Roman', serif;
				border-bottom: 1px solid;
				margin-bottom: 1em;
				padding-bottom: .5em;
				padding-top: 2em;
				font-weight: bold;
				}

			h2 a, h3 a
				{
				font-weight: bold;
				}
			.post
				{
				margin-bottom: 3em;
				}
			.date
				{
				font-weight: bold;
				}
			.postmetadata
				{
				font-weight: bold;
				text-align: right;

				}
                        .postmetadata a
                                {
                                font-weight: bold;
                                }
				


			#sidebar h2
				{
				font-size: 12px;
				/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'verdana';*/
				font-family: Verdana, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
				line-height: 14px;
				padding-bottom: .5em;
				padding-top: 1em;
				}

			h3
				{
				font-size: 18px;
				margin-top: 1em;
				margin-bottom: 1em;
				font-weight: bold;
				font-family: Georgia, 'Times New Roman', serif;
				}
			
			h3#comments, h3#respond, .posttitle
				{
				border-bottom: 1px solid;
padding-bottom: .5em;
				}
			
			.description
				{
				border: 1px solid;
				background: #cde760;
				padding: 1em;
				margin: 2em 0;
				}
				
			.clear
				{
				clear: both;
				}
			
			#footer
				{
				margin-top: 3em;
				border-top: 1px solid;
				padding-top: 3em;
				clear: both;
				}


			.singlepostmetadata
				{
				border: 1px solid;
				background: #cde760;
				padding: 1em;
				margin: 2em 0;
				/*font-size: 90%;*/
				}
				
			form input, form textarea
				{
	padding: .2em;
	border: 1px solid;
	color: #533211;
	background: #fff;
	}
		form input:hover
			{
				background: #cde760;
			}

h2.pagetitle {
padding-top: 0;
border-bottom: 0;
}
.post h2.pagetitle {
border-bottom: 1px solid;
}



#comment
	{
	margin: 0;
	}


.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid;
	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;
	}

hr
	{
	height: 0;
	border-top: 1px solid;
	}























/*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;
	}*/


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 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. */





ul, ol
	{
	margin: 1em 0;
	}
ul li, ol li
	{
	margin-left: 25px;
	}
ol li
	{
	margin-left: 50px;
	}
ul li:before
	{
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ul ul, ol ol
	{
	margin: 0;
	}









/*
html>body .entry ul {
	list-style: none;
	text-indent: -50px;
	}
html>body .entry li, #sidebar ul li {
	}

.entry ul li:before, #sidebar ul li:before {
	content: "\00BB \0020";
	}

.entry ol, #sidebar ol, .entry ul, #sidebar ul {
	padding: 0 0 0 50px;
	margin: .3em 0 .3em 0;
	}
*/




/*
#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 0;
	}

#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 {
	color: #533211;
	}

#sidebar #searchform #s {
	padding: .2em;
	border: 1px solid;
	color: #533211;

	}

#sidebar #searchsubmit {
	padding: .2em;
	border: 1px solid;
	color: #533211;
	background: none #cde760;

	}

.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 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: 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 cite {
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

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, .alignnone {
	margin-bottom: 1em;
	/*display: block;*/
}
.wp-caption {
	display: block;
	}

img.alignnone {
border: 2px solid #533211;
padding: 0;
}

.wp-caption img {
	padding: 0;
	border: 2px solid #533211;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.post h2
{
margin-top: 0;
padding-top: 0;
}

sup 
{
line-height: 0;
font-size: 80%;
}

.breadcrumbs
{
font-size: 80%;
}

/* "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." */

