/*
Theme Name: Yummie Tummie Blog
Theme URI: http://wordpress.org/
Description: Based on the default theme. Customized heavily by SD360.com
Version: 1.0
Author: SD360.com
Author URI: http://www.sd360.com/
Tags: yummie tummie, pink

	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

*/
.widecolumn {
	min-height: 1900px;
}
body, div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#rightColContent {
	position: relative;
}
#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	background: #fde9f5;
	padding: 50px 10px 20px 10px;
	z-index: 99999;
}
#sidebar a {
	text-decoration: none;
	font-weight: normal;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#sidebar ul ul {
	padding-left: 20px;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ec098d;
}
#searchform {
	border: 2px solid #ec098d;
	background: #f8a9d6;
	margin-bottom: 20px;
	padding: 10px;
}
li#tag_cloud {
	margin-bottom: 20px;
}
h1.pageName a {
	font-family: 'Angelina','AngelinaRegular', Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #cc0066;
	text-decoration: none;
}
hr.postDivider {
	margin: 20px;
}
#comment {
	width: 500px;
}
h1.pageName {
	font-family: 'Angelina','AngelinaRegular', Arial, Verdana, sans-serif;
	font-size: 24px;
	margin-bottom: 0px;
}

.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.vcard {
	float: right;
	margin: 0px 0px 20px 20px;
	width: 32px;
}
.commentlist {
	margin-bottom: 20px;
}
li.comment {
	padding: 20px;
	width: 510px;
}
li.comment.odd {
	background: #fafafa;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
#comments {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 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;
	margin: 0px 0px 20px 20px;
	}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	}
.wp-caption-text {
	text-align: center;
	color: #666;
	font-style: italic;
	font-size: 11px;
}
/* End Images */

.postNavigation {
	border: 1px solid #dadada;
	border-left: none;
	border-right: none;
	padding: 10px;
	margin-bottom: 30px;
}
li#recent-posts a, li#top-commentators a {
	font-weight: normal;
}
.entry {
	line-height: 18px;
}

/** TWITTER **/

#sidebarTwitter {
}
#sidebarTwitter ul {
	margin-right: 10px;
}
#sidebarTwitter h2 {
	margin-bottom: 10px;
}
#sidebarTwitter li {
	margin-bottom: 10px;
	border-bottom: 1px solid #f9b8de;
	padding-bottom: 10px;
}
#sidebarTwitter li span {
	font-size: 11px;
}
#twitter-link {
	display: block;
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
}
#iconBlogHeader {
	position: absolute;
	top: 60px;
	left: 225px;
}

#standardSidebarBase {
	background: white;
	padding-left: 200px;
}
#standardSidebarBaseContent {
}