/*  
Theme Name: Cascadia
Theme URI: http://www.wpdesigner.com
Description: Cascadia Bike Polo theme
Version: 1.0
Author: Jason Britton
Author URI: http://gold7design.com

*/


/* Global Settings */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
}

body {
	background: #fff;
	font-family: Geneva,Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

/* General styling */

a:link, a:visited {
	color: #060;
	text-decoration: none;
}

a:hover {
	color: #fc0;
}

select {
	border: 1px solid #fc0;
}

input {
	border: 1px solid #fc0;
}

/* Main Structure */

#wrap {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#container {
	background: #fff;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000; */
	margin: 0px auto 0px auto;
	width: 800px;
}

/* Header */

#header {
	background: url(/images/header_bg.jpg) top left no-repeat;
	height: 300px;
	margin: 0px;
	width: 800px;
}

/* Menu */

#menu {
	border-bottom: 5px solid #666;
	height: 26px;
	padding: 5px 0px 2px 0px;
	width: 800px;
}

#menu ul li {
	display: inline;
	float: left;
	margin: 0px;
}

#menu ul li a {
	color: #060;
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin-left: 12px;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}

#menu ul li a span {
	display: block;
	padding-right: 2px 9px 2px 6px;
}

#menu ul li.current_page_item a {
	background: #666;
	color: #fff;
	margin: 0px;
}

#menu ul li a:hover {
	background: #060;
	color: #fff;
}

/* Search */

#search {
	float: right;
}

/* Content - Posts, sidebar, and footer */

#content {
	width: 800px;
}

/* Entries */

#entries {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	padding-left: 10px;
	width: 558px;
}

/* Post */

.post {
	padding: 25px 10px 0px 0px;
	width: 550px;
}

.post h2 {
	padding-bottom: 0px;
}

.post h4 {
	font-size: .70em;
	font-weight: normal;
	padding-bottom: 10px;
}

.post p {
	padding-bottom: 20px;
}

/* Entry */

.entry p {
	font-size: .90em;
	line-height: 1.1em;
}

/* Post metadata */

.postmetadata p {
	font-size: .70em;
}

/* Navigation */

.navigation {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	margin-left: 20px;
	padding-top: 25px;
	width: 200px;	
}

#sidebar ul li {
	display: inline;
}

#sidebar ul li ul {
	padding-bottom: 20px;
}

#sidebar ul li ul li {
	line-height: 1.3em;
}

#sidebar ul li h2 {
	color: #cc0;
	padding: 0px 0px 10px 0px;
}

#tags {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	background: #060;
	clear: both;
	color: #fff;
	padding: 10px;
}

#footer p {
	font-family: Helvetica,sans-serif;
	font-size: .75em;
}

#footer a {
	color: #fc0;
}

#footer a:hover {
	color: #fff;
}

/* Comments Template */

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}