/*
Theme Name: My Walk Club
Description: Wordpress theme created for MyWalkClub.com by Aaron Collegeman
Version: 1.0
Author: Aaron Collegeman
Author URI: http://aaroncollegeman.com
*/

@import url(reset.css);
@import url(text.css);
@import url(960.css);

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #F3F6F3;
	color: #333;
	margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}


a {
	color: #265E15;
	text-decoration: none;
}

a:hover {
	color: red;
}


a.decorate {
	text-decoration: underline;
}

#page {
	border: 1px solid #ccc;
	background-color: white;
	padding-bottom: 30px;
}

#tabs {
	margin-bottom: -1px;
	position: relative;
}

#tabs ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
}

#tabs ul li {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

#tabs ul li a {
	display: block;
	background-color: #eee;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	color: #444;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px solid #aaa;
	border-bottom: none;
	border-bottom: 1px solid #ccc;
}

#tabs ul li.current_page_item a {
	background-color: white;
	border-bottom: 1px solid white;
}

h1 {
	margin: 0;
}

#social {
	padding-top: 30px;
}

#social img {
	width: 40px;
	border: 0;
}

#searchform {
	text-align: right;
}

#searchform label {
	display: none;
}

#headerimg {
	margin: 20px;
}

#mast .image {
	background-color: black;
	width: auto;
	margin-bottom: 20px;
	height: 150px;	
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#content {
	font-size: 0.8em;
}

#contentwrapper {
	margin: 0px 20px;
}

h2.title,
h3.title {
	margin-bottom: 0;
}

h2.pagetitle {
	margin-bottom: 15px;
}

.post small.byline {
	display: block;
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #555;
}

.post {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}

#sidebar {
	font-size: 0.8em;
	margin-top: -10px;
}

#sidebar .twittere_widget ul li {
	margin: 10px 0;
	font-size: 0.8em;
}

#sidebar .twitter_widget h2 {
	margin-bottom: -10px;
}

#sidebar .twitter_widget li a {
	font-weight: bold;
}

#sidebar li.author img {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #ccc;
}

#sidebarwrapper {
	margin-right: 20px;
}

#sidebar h2 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-weight: normal;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	margin: 0;
}
	
#footer {
	font-size: 0.8em;
}

#footer p {
	padding: 10px 20px;
}

#respond textarea {
	width: 600px;
}

.addthis {
	padding: 10px;
	background-color: #eee;	
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

blockquote {
	padding-left: 20px;
	margin: 10px 30px 10px 30px;
	border-left: 5px solid #eee;
	clear: both;
}