/*
Theme Name: Building Blocks
Theme URI: http://pippinspages.com/wordpress-themes/building-blocks-free/
Description: The building blocks upon which to construct your theme
Version: 1.0
Author: Pippin Williamson
Author URI: http://pippinspages.com
Tags: Simple, one column, base, widgets
*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}
/************************
main structure
************************/

#page {
	background-color: white;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
}
#header	{
	height: 150px;
}
#header .description	{
	font-style: italic;
}
#header .navigation	{
	text-align: right;
	height: 20px;
	float: right;
	font-size: 1.4em;
}
#main-content	{
	width: 70%;
}
#sidebar	{
	width: 25%;
	float: right;
	height: 100%;
	margin-left: 5%;
}
#home	{
	height: 300px;
	border-bottom: 1px solid #ccc;
}
#footer	{
	height: 200px;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
/********************
post styling
********************/
.entry	{
	border-bottom: 1px solid #ccc;
}

/********************
list styling
********************/

#header .navigation ul	{
	display: inline;
}
#header .navigation li	{
	margin: 5px;
	padding: 5px;
	display: inline;
}
#sidebar ul	{
	margin: 0;
	padding: 0;
}
#sidebar li	{
	list-style: none;
}

/********************
link styling
********************/

#header .navigation ul li a:link, #header .navigation ul li a:visited	{
	color: #666;
	text-decoration: none;
}
#header .navigation ul li a:hover	{
	color: #ccc;
}
#header .navigation ul li.current_page_item a:link, #header .navigation ul li.current_page_item a:visited	{
	text-decoration: underline;
}

/******************
image styling
******************/

img.alignleft	{
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignright	{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignnone	{
	margin: 10px;
	display: block;
}
img.aligncenter	{
	margin: 10px auto 10px auto;
	display: block;
}
.wp-caption	{
	padding: 5px;
	background: #f0f0f0;
}
.wp-caption, .alignright{
	margin-left: 10px;
}
.wp-caption, .alignleft{
	margin-left: 10px;
}
.wp-caption img, .wp-caption p	{
	margin: 5px;
}	

/****************
text styling
****************/

p	{
	margin: 8px 0;
}

blockquote	{
	background: #f0f0f0;
	padding: 2px 10px;
	margin: 10px;
}
blockquote p	{
	margin: 4px 0;
}
small	{
	font-size: 10px;
}

/****************
misc styles
****************/
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.clear	{
	clear: both;
}

/***************
form styling
***************/

input	{
	border: 1px solid #ccc;
	padding: 2px 4px;
	color: #666;
}
textarea	{
	width: 300px;
}
input:hover, textarea:hover	{
	border-color: blue;
}

/**************
comment styles
**************/

#comments	{
	background: #f0f0f0;
	padding: 10px;
}
h3#comments 	{
	margin: 0 0 10px 0;
	padding: 0;
}
ol.commentlist li	{
	list-style: none;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
li.even	{
	background: #fff;
}
li.odd	{
	background: #C0C0C0;
}
ol.commentlist li.authorcomment	{
	background: #8394a8;
}
.avatar	{
	float: left;
	margin: 0 10px 10px 0;
}
.comment-text	{
	margin-left: 58px;
}
.reply	{
	float: right;
}
