/*
Theme Name: Baby
Theme URI: http://wordpress.org/
Description: My new theme
Version: 1.0
Author: Greg and Yenari
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

*/


body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	background: #fef0d4;
}

.hidden, hr {
	display: none;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 1px solid #43241E;
}

#banner {
	background: #43241E url(images/header_back.gif) center repeat-x;
	height: 85px;
	border-top: 10px solid #5C362F;
	border-bottom: 10px solid #5C362F;
}
#header {
	color: #43241E;
	text-align: center;
}
#header h1 {
	text-align: center;
	font-size: 32px;
	margin: 10px 0 0 0;
}

#header h1 a, h1 a:hover {
	color: #43241E;
	text-decoration: none;
}
#header div.description {
	text-align: center;
}


#page {
	background: #FFF;
	border: 2px solid #5C362F;
	margin: 30px auto 20px auto;
	width: 810px;
	overflow: hidden;
	padding: 20px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content {
	float: left;
	width: 575px;
	padding: 0 0 0 20px;
}
#content h2 {
	margin:0;
}
#content h2.pagetitle {
	color: #43241E;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}


.post {
	margin-bottom: 30px;
}
.post h2 {
	color: #43241E;
	font-size: 24px;
}
.post h2 a {
	color: #43241E;
}
.post div.entry {
	margin: 0 40px 0 20px;
	text-align: justify;
}

#comments {
	margin-top: 30px;
	font-size: 18px;
	color: #43241E;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	font-weight: bold;
	margin: 15px 30px 0 10px;
	padding: 5px;
}
ol.commentlist li.alt {
	background: #e7f5fb;
	border-top: 1px solid #8BA6C8;
	border-bottom: 1px solid #8BA6C8;
}
ol.commentlist li p {
	font-weight: normal;
}


#sidebar {
	margin-left: 595px;
}
#sidebar ul {
	margin: 0;
	padding: 0 5px 0 0;
}
#sidebar ul ul {
	margin: 5px 0 0 10px;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}
#sidebar ul ul li {
	margin: 3px 0;
}
#sidebar h2 {
	font-size: 12px;
}
#sidebar #s {
	width: 120px;
}


#footer {
	clear: both;
	text-align: center;
}
textarea#comment {
	width: 90%;
}

#dueDateContainer {
	overflow: none;
}
#dueDateCal {
	width: 45px;
	border: 1px solid #8BA6C8;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #004a80;
	float: left;
	margin-right: 10px;
	border-bottom: 2px solid #8BA6C8;
	border-right: 2px solid #8BA6C8;
}
#dueDateDayWeek {
	background: #8BA6C8;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#dueDateDay {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0;
}
#dueDateMonthYear {
	text-align: center;
}

div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.wp-caption {
	background: #F3F3F3;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

p.wp-caption-text {
	font-size: 10px;
	margin: 0;
	padding: 2px;
}