/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/

/* basics */
img
{
	border: none;
	padding: 0;
	margin: 0;
}

img a { border: none; }

img.left
{
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right
{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

#content { }

.pagetitle
{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
}

.post
{
	margin: 0;
	padding: 0;
	line-height: 14pt;
}

.post
{
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 4px;
}

.post:first-child { padding-top: 0; }
.post.single { border-bottom: 0; }

.post div.title
{
	padding-top: 9px;
	padding-bottom: 7px;
	line-height: 12px;
}

.post h2.post-title
{
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 1em;
	color: #000;
	font-weight: normal;
}

.post h2.post-title a
{
	color: #000;
	text-decoration: none;
}

.post h2.post-title a:hover
{
	color: #000;
	text-decoration: underline;
}

.post span.post-credit
{
	font-style: italic;
	font-size: 11px;
	color: #999;
}

.post ul { }
.post li { }

.entry p
{
	line-height: 1.5em;
	margin-bottom: 0.9em !important;
}

.entry p:first-child { margin-top: 3px; }

.post h2
{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.postmetadata
{
	clear: both;
	background: #F7F7F7;
	padding: 6px;
	margin: 20px 0;
}

/* sidebar */
#sidebar { display: none; }

/* comments */
#commentform { display: none; }

#comment
{
	height: 60px;
	display: none;
}

cite
{
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

cite a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}

/* search */
#searchform { display: none; }

/* misc */
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;
}

.aligncenter
{
	display: block;
	margin-bottom: 6px;
}

.alignright { float: right; }
.alignleft { float: left; }

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.Content-Footer { min-height: 22px; }

