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

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

/* used for alternating boxes that comments go in, except we're not alternating them so it's meaningless! */
.alt {
	background-color: #FFFFCC;
line-height: 20px;
width: 300px;
margin-left: auto;
margin-right: auto;
	}

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

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

.entry p a:visited {
	color: grey;
	}

/* Makes the top left corner rounded */
#left-column {
}

#blog-links a:link, a:visited  {
font-weight: bold;
}

#blog-links a:hover, a:active  {
text-decoration: underline;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
line-height: 20px;
margin: 0;
padding: 0;
	}

.commentlist li {
	font-weight: bold;
	background-color: #FFFFCC;
width: 300px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
line-height: 20px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
line-height: 40px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
background-color: white;
text-color: red;
	}

/* End Typography & Colors */



/* Begin Structure */

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

div.cream {
padding-bottom: 2px;
}

/*	Begin Headers */

h1 {
text-align: center;
font: normal normal normal 18px Verdana, Arial, sans-serif;
padding-top: 20px;
}

h2 {
font: normal normal normal 18px Verdana, Arial, sans-serif;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
border-top: 1px solid red;
	} 

.post {
margin-left: 10px;
margin-right: 10px;
	text-align: justify;
line-height: 20px;
padding-bottom: 0px;
padding-top: 0px;
margin-top: 0;
margin-bottom: 0;
	}

h3 {
border-top: 1px dotted grey;
font-size: 14px;
line-height: 20px;
margin: 10px 0 0;
padding-top: 20px;
text-decoration: none;
	}

.meta {
margin-top: 0px;
line-height: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.storytitle a {
text-decoration: none;
}

.storycontent {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom; 0px;
}

.storycontent p {
margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom; 0px;
}

.feedback {
margin: 0px;
padding-top: 0px;
padding-bottom: 10px;
clear: both;
}

#respond {
margin-left: 10px;
margin-right: 10px;
margin-top: 0;
margin-bottom: 0;
padding-top: 20px;
line-height: 20px;
}

h3.comments {
	padding: 0;
	margin: 20px auto 15px ;
border-bottom: 1px solid red;
	}

.meta a {
font-weight: bold;
text-decoration: none;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
margin: 0;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*	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-left: 5px;
	margin-left: 5px;
	display: inline;
	}

img.alignleft {
	padding-right: 5px;
	margin-right: 5px;
	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: 10px;
	}

#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 SideColumn */
#SideColumnlist{
	margin: 0;
	padding: 0;
}
#SideColumnlist li{
	position: relative;
	list-style-type: none;
	width: 100%;
	border: 1px solid black;
	padding: 0;
	margin: 2px 0px;	
	padding: 2px;
}
#SideColumnlist a{
	display: block;
	position: relative;
	text-decoration: none;
font-weight: bold;	
}
#SideColumnlist a:hover{
	background: #EEEEEE;
	text-decoration: none;
	color: #000000;
}

#SideColumnlist .children {
margin:0 20 0 -25;
}

/* END SideColumn */


/* 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: 0px;
	margin: 0px 5px 0px 0;
line-height: 40px;
	}

#commentform textarea {
	width: 100%;
	padding-left: 5px;
padding-right: 5px;
	}

#comment {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 5px;
}

#commentform #submit {
	margin-right: 10px;
margin-top: 5px;
background-color: white;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#comments {
line-height: 20px;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 10px;
}

.alt {
	margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
	}

.commentlist {
	padding: 5;
margin: 0;
	text-align: justify;
	}

.commentlist li {
	padding: 5px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
line-height: 20px;
	}

#commentform p {
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
line-height: 20px;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
line-height: 20px;
	}
/* 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: hide;
	margin: 6px auto;
	width: 100%;
background-color: white;
	}

#wp-calendar table {
background-image: url(http://www.tattydevine.com/boutique/images/_blog/calendar-page.jpg);
}

#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;
	position: relative;
	font-weight: bold;
	height: 100%;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 92%;
background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-size: 77%;
	border: 1px solid black;
color: red;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
color: red; }
#wp-calendar td.pad{
	border: none;	
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: none;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid red;
	}

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

#nav {
padding-left: 0;
padding-right: 0;
}

#nav ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

#nav li {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

#nav a {
display: block;
width: 160px;
text-decoration: none;
}

#nav a:link {
text-decoration: none;
color: #3F3F3F;
font-weight: normal;
}

#nav a:visited {
color: #3F3F3F;
}

#nav a:active {
text-decoration: none;
background-color: #ffccff;
color: white;
font-weight: normal;
}

#nav a:hover {
text-decoration: none;
background-color: #FFCCFF;
color: white;
font-weight: normal;
}

#nav .cat_lev_0 {
margin: 8 0 2 0;
font-weight: normal;
}	

#nav .cat_lev_1 {
font-size: 10px;
letter-spacing: .1;
font-weight: normal;
}	

#nav .cat_lev_1 a:link { 
padding: 1 3 1 3;
line-height: 1;
font-weight: normal;
}

#nav .cat_lev_1 a:visited {
color: #3F3F3F;
padding: 1 3 1 3;
line-height: 1;
font-weight: normal;
}

#nav .cat_lev_1 a:active {
text-decoration: none;
background-color: #ffccff;
color: white;
padding: 1 3 1 3;
line-height: 1;
font-weight: normal;
}

#nav .cat_lev_1 a:hover {
text-decoration: none;
background-color: #cccccc;
color: white;
padding: 1 0 1 3;
line-height: 1;
font-weight: normal;
}
