/*
Theme Name: EightShapes
Theme URI: http://eightshapes.com/themes/blog/
Description: A theme based off of the branded and designed EightShapes static website.
Version: 0.1
Author: Jason Wishard
Author URI: http://periodicdesign.com/
Tags: fixed width, two columns, left sidebar, widgets, gravatars, orange, maroon, white, valid XHTML, valid CSS

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.subscribe {
	background:url('images/rss.png') no-repeat 0 45px;
	padding-top:30px;
	padding-left:0px;
}

.subscribe h2 {
font-size: 11px;
font-weight: normal;
padding-top: 6px;
padding-left: 20px;
}
.subscribe h2 a {
	text-decoration: none;
}
.subscribe h2 a:hover {
	text-decoration: underline;
}


.hidden {
	display: none;
	}

ul.leftnav h2.widgettitle {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	}

ul.leftnav ul {
	line-height: 1.3;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

/* Post */

.post {
	margin: 0;
	padding:0 0 20px 0; 
	text-align: left;
	overflow:hidden;
	clear:both;
	}

.postmetadata {
	clear: both;
	font-size:11px;
	color:#666;
	margin-top:-10px;
	text-transform:uppercase;
	}

.clear {
	clear: both;
}

.entry {
	font-size:15px;
	line-height:1.4em;
	}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:1em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
	}

.entry blockquote blockquote {
	font-size:1em;
	}

.entry fieldset {
	border:1px dashed #ccc;
	}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
	}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
	}

.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	}

.entry ol {list-style-type:decimal; }
.entry ol ol {list-style-type:lower-alpha; }
.entry ol ol ol {list-style-type:lower-roman; }

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.navigation .alignleft {
	text-align:left;
	}
.navigation .alignright {
	text-align:right;
	}

.navigation {
	font-size:1em;
	font-weight:bold;
	clear:both;
	margin:20px 0;
	}	

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	}

.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;
	}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
/* Download Form */

div.row {
	color: #5b0000;
	clear: both;
	padding-top: 10px;
	}

div.row span.label {
	float: left;
	font-weight: bold;
	width: 125px;
	text-align: right;
	}

div.row span.formw {
	float: right;
	font-weight: bold;
	width: 390px;
	text-align: left;
	}

div.row span.forme {
	color: #f00;
	float: right;
	font-weight: bold;
	width: 390px;
	text-align: left;
	}
div.row span.fielde input {
	border:1px solid #f00;
	}