/*
Theme Name: Tulip
Theme URI: http://wordpress.org/
Description: adapted from the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Kate Hollenbach
Author URI: http://katehollenbach.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 */

A          { color: #339900; text-decoration:none; }
A:active   { color: #339900; text-decoration:none; background-color: #eeeeee; }
A:hover    { color: #339900; text-decoration:underline }

body {
  font-family: georgia, times, serif;
  font-size: 10pt;
  line-height: 1.3em;
  margin: 0;
}

.postmetadata {
  font-family: Georgia, serif;
  padding: 0;
  margin: 0;
  border: none;
  font-size: .9em;
}

.post {
  text-align: left;
}

.page {
  text-align: left;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h1, h2, h3 {
  font-size: 1em;
}

small {
  font-size: .9em;
}
	
#header a {
  color: white;
}

#header {
  color: white;
  background: black;
}

#headerimg .description {
	text-align: center;
	}

#site-menu {
  text-align: right;
}

h1, h2, #site-menu {
	font-family: Verdana, Sans-Serif;
	letter-spacing: .1em;
	font-variant: small-caps;
	font-size: 1em;
	}
	
h2, #site-menu {
	font-weight: normal;
}
	
h1 {
  font-weight: bold;
}

h3 {
	font-size: 1.0em;
	}

.entry {
  padding-bottom: 1.3em;
  border-bottom: 1px dotted #ccc;
}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Verdana, Arial, Sans-Serif;
	}
.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.0em;
	}

#commentform p {
	font-family: Georgia, serif;
	}

.commentmetadata, .comment-author {
	font-weight: normal;
	font-size: .9em;
	}

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

acronym, abbr, span.caps
{
	font-size: 1.0em;
	letter-spacing: .1em;
	font-variant: small-caps;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .8em;
	}

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#header h1, #site-menu {
  padding-top: 2.8em;
  padding-bottom: .7em;
}

#header h1 {
  width: 16.0em;
  background-image: url('images/tulip.png');
  background-repeat: no-repeat;
  background-position: top right;
}
	
.narrowcolumn, .widecolumn, #site-menu {
  margin-left: 18.1em;
  width: 40em;
}

h1 {
  float: left;
}

.post {
	margin: 0 0 1.3em;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 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 {
	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 */

h1 {
  padding: 0;
  margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	}

h2.pagetitle {
	text-align: left;
	margin: 0 0 2.6em 0;
	padding: 0 0 1.3em 0;
	border-bottom: 1px dotted #ccc;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3#comments {
	padding: 0 0 1.3em 0;
	margin: 2.6em auto 1.3em;
	}
/* 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
*/



.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 {
  margin: 2.8em 3.5em 0 1.4em;
  padding: 0;
}

#sidebar ul li ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 1.3em 0;
	}
	
#sidebar ul li ul li, .textwidget {
  font-size: .9em;
}

#sidebar ul li ul li {
  margin: 0;
  padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {
	width: 9em;
	}

#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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond {
  padding: 0;
  margin: 2.6em 0 0 0;
  text-align: left;
}
#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: .7em 0;
	}

.comment {

}

.commentlist {
	padding: 0;
  margin: 0;
	}

.commentlist li {
	margin: 0 0 1.3em 0;
  border-bottom: 1px dotted #ccc;
	padding: 0 0 1.3em 0;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0;
	margin-top: 1.3em;
	font-weight: normal;
	font-family: georgia, serif;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{ float: left;
  width: 18.1em;
}

#header h1 {
	padding-left: 1.4em;
}

#content {
  padding-top: 2.8em;
}

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

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	float: right;
	text-align: center;
	font-family: verdana, serif;
	font-size: .9em;
	}
/* 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 {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* kjhollen-additions for project & about pages */

/* begin projects */
.project-list, .project-list li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0pt;
}

.project-list {
	margin: 0;
}

.project-list li {
	margin: 0 1.3em 2.6em 0;
}

.project-list li, .project-image img {
  width: 12em;
}

.project-description {
  display: none;
}

.project-details {
  display: none;
}

.project-title {
  font-family: verdana, sans-serif;
  font-size: .9em;
  height: 1.3em;
}

/* end projects */

/* begin resume */

.resume p {
  padding: 0;
  margin: 0 0 1.3em 0;
}

.resume h2 {
  font-variant: small-caps;
  letter-spacing: .1em;
  margin-bottom: 1.3em;
}

.resume h3 {
  font-size: .9em;
  font-weight: normal;
}

.resume li, .resume ul {
  list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

.resume small {
  font-size: .9em;
  font-style: italic;
}

.resume li {
  margin: 0;
}
.resume ul {
  margin: 0 0 1.3em 0;
}
/* end resume */

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