/*
Theme Name: Bike Tour
Theme URI: http://d-formative.com
Description: Christopher Bell Bike Tour Blog
Version: 1.0
Author: Jonathan Bell
Author URI: http://d-formative.com/
Tags: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body * {
	/*margin: 0;
	padding: 0;*/
}
body {
	margin: 0;
	padding: 0;
	border-top: 12px solid #32342b;
	border-bottom: 12px solid #32342b;
	background-color: #54534a;
	font-family: Georgia, Times, serif;
	font-size: .8em;
	color: #32342b;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#page {
	margin: 0 auto;
	width: 1000px;
	background: #54534a url(images/bg.gif) repeat-y;
	text-align: left;
}
#container {
	padding: 40px 90px 400px;
	width: 820px;
	background: url(images/content_bg.jpg) no-repeat bottom;
}
#header {
	margin-bottom: 25px;
	width: 820px;
	height: 53px;
}
#content {
	width: 480px;
	float: left;
}
#sidebar {
	padding-left: 20px;
	width: 290px;
	border-left: 0px dotted #ccc;
	float: right;
}
#sidebar h2 {
	font-size: 1.2em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
#sidebar:first-line {
	font-size: 1em;
	font-weight: bold;
}
#sidebar p {
	text-align: justify;
}
#footer {
	display: none;
}
h1 span {
	display: none;
}
h1 a {
	margin-bottom: 10px;
	width: 820px;
	height: 53px;
	display: block;
	background: url(images/biketour.gif) no-repeat;
}
.description {
	display: none;
}
.post {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}
.sticky .postmetadata, .sticky h2 {
	display: none;
}
h2 {
	margin: 5px 0 10px;
	padding-bottom: 2px;
	/*border-bottom: 1px dotted #54534a;*/
	font-size: 1.5em;
}
h2 a {
	/*text-decoration: none;*/
}
h3 {
	margin; 5px 0 10px;
	font-size: 1.2em;
}
p {
	margin: 0 0 10px;
	font-size: 1em;
	line-height: 1.4em;
}
#sidebar p {
	font-size: .9em;
}
a:link, a:visited, a:active, a:hover {
	color: #32342b;
}
a:hover {
	text-decoration: none;
}
small {
	margin: 0 0 10px;
	display: block;
	font-size: .9em;
	line-height: 1.2em;
	color: #54534a;
}
iframe {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #32342b;
}
textarea {
	padding: 5px;
	width: 100%;
	height: 120px;
}
ol {
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
ol li div {
	margin-bottom: 10px;
}