/*
Theme Name: Zen Runner
Theme URI: http://matternco.com/
Description: A clean, minimal, dark theme for Wordpress by <a href="http://matternco.com">Mattern Co.</a>
Version: 1
Tags: one-column, two-column, theme options, minimal, dark
Author: Sarah Mattern
Author URI: http://matternco.com/
License: GPL
*/

@import url("css/nav.css");
@import url("css/jquery.ennui.contentSlider.css");

/* Browser Resets */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	background-image: none;
	}

hr, .print {
	display: none;
	}

/* Basics */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	background-color: #2E2E2E;
	}

a {
	color: black; 
	text-decoration: none;
	}

a:hover {
	color: #CC3300; /*red/orange*/
	text-decoration: none;
	}

small {
	font-size: 11px;
	}

.clear {
	clear: both;
	}

.hide, .print {
	display: none;
	}

hr {
	display: none;
	}

.hr {
	height: 1px;
	display: block;
	background: transparent url(images/dottedHrBlack.png) repeat-x;
	}

.hrGrey {
	height: 1px;
	display: block;
	background: transparent url(images/dottedHrGrey.png) repeat-x;
	}
	
h2 {
	font-size: 30px;
	line-height: 120%;
	padding: 5px 0 5px 0;
	color: white;
	}

h2 a {
	color: white;
	}

h2 a:hover {
	color: #FFCC00;
	}

h3 {
	font-size: 25px;
	text-transform: lowercase;
	color: #2D2D2D;
	}

h4 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: black;
	letter-spacing: .05em;
	margin-top: 10px;
	}

h4 a {
	color: black;
	padding-bottom: 7px;
	background: transparent url(images/dottedHrGreyBg.png) repeat-x bottom;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	}

h5 a {
	padding-bottom: 3px;
	background: transparent url(images/dottedHrGreyBg.png) repeat-x bottom;
	}

h6 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: black;
	}

/* Topbar ... */

#topbar {
	height: 40px;
	width: 940px;
	position: relative;
	}

#logo { 
	top: 15px;
	left: 0;
	position: absolute;
	height: 14px;
	width: 216px;
	background: url(images/logo.png) no-repeat top left;
	}

#logo h1 a {
	height: 14px;
	width: 216px;
	display: block;
	cursor: pointer;
	}

#logo b, #tagline {
	display: none;
	}

#topbar .twitter {
	color: #CCCCCC;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	top: 13px;
	right: 0;
	}

#topbar .twitter a {
	border-bottom: 1px dotted #B5B5B5;
	padding-bottom: 1px;
	color: #CCCCCC;
	}

#topbar .twitter a:hover {
	color: white;
	}

#topbar .donate {
	width: 100px;
	height: 100px;
	position: absolute;
	right: -13px;
	top: 5px;
	z-index:10000;
	}

#topbar .donate a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(images/donateBtn.png) no-repeat top left;
	}

#topbar .donate a:hover {
	background-position: bottom left;
	}

#topbar .donate b {
	display: none;
	}

/* Content */

#content {
	width: 100%;
	background-color: black;
	min-height: 500px;
	padding-bottom: 20px;
	}

#contentContainer {
	width: 940px;
	position: relative;
	}

#pageTitle {
	margin-top: 50px;
	border-top: 4px double #666666;
	height: 60px;	
	}

#pageTitle h2 {
	float: left;
	padding-top: 10px;
	}

#pageTitle #subpagenav {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 20px;
	color: white;
	}

#subpagenav li {
	list-style: none;
	float: left; 
	padding-left: 15px;
	}

#subpagenav a {
	padding-bottom: 4px;
	background: transparent url(images/dottedHrGreyBg.png) repeat-x bottom;
	color: white;
	font-weight: bold;
	}

#subpagenav a:hover, #subpagenav .current_page_item a {
	color: #FC0;
	}

#page {
	clear: both;
	width: 900px;
	background-color: white;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	text-align: left;
	font-size: 15px;
	line-height: 140%;
	padding: 25px 20px 25px 20px;
	}

/* Menu code */

#menu {
	width: 940px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	z-index: 10000;
	position: absolute;
	left: 0;
	}

/* Home Page Slider */
#featured {
	margin-top: 40px;
	}

.cs_leftBtn, .cs_rightBtn {
  width: 41px;
  height: 72px;
  top: 230px;
	}

.cs_leftBtn b, .cs_rightBtn b {
	display: none;
	}

a.cs_leftBtn {
	background: transparent url(images/slideshowPrev.png) no-repeat top;
	}

a.cs_rightBtn {
	background: transparent url(images/slideshowNext.png) no-repeat top;
	}

a.cs_leftBtn:hover, a.cs_rightBtn:hover {
	background-position: bottom;
	}

.cs_article .post {
	height: 530px;
	width: 270px;
	padding: 0 15px 0 15px;
	position: absolute;
	background: transparent url(images/blackalphaBg.png);
	float: left;
	margin-left: 80px;
	position: relative;
	}

.cs_article .entry {
	height: 340px;
	top: 205px;
	left: 15px;
	margin: 0;
	overflow: hidden;
	color: white;
	font-size: 16px;
	width: 270px;
	text-align: left;
	position: absolute;
	}

.cs_article a {
	color: #FFCC33;
	}

.cs_article .category {
	position: absolute;
	top: 170px;
	right: -5px;
	font-size: 11px;
	text-transform: uppercase;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	overflow: hidden;
	background: transparent url(images/slideshowcatBg.png) no-repeat right;
	padding: 0 5px 0 5px;
	height: 25px;
	line-height: 22px;
	width: auto;
	}

.cs_article .category a {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12p;x
	}

.cs_article h2 a {
	color: white;
	line-height: 120%;
	float: left;
	}

.cs_article h2 a:hover {
	color: #FFCC33;
	}

.cs_article .commentBubble a {
	width: 16px;
	height: 31px;
	padding: 3px 0 0 20px;
	display: block;
	color: black;
	font-size: 14px;
	background: transparent url(images/commentBubble.png) no-repeat left;
	float: right;
	}

.cs_article .commentBubble a:hover {
	text-decoration: underline;
	}

.cs_article .postmetadata {
	clear: both;
	font-size: 13px;
	padding: 5px 0 10px 0;
	}

.cs_article .text {
	line-height: 140%;
	}

/* Home Blocks */

#siteinfo {
	clear: both;
	margin-top: 5px;
	text-align: left;
	background-color: #2E2E2E;
	width: 100%;
	}

#siteinfo .text {
	color: white;
	font-size: 21px;
	line-height: 120%;
	width: 515px;
	float: left;
	margin: 15px 0 0 20px;
	text-transform: lowercase;
	}

#siteinfo .text a {
	color: #FFCC33;
	}
	
#siteinfo .text a:hover {
	color: #FF9900;
	}

#siteinfo .signup {
	float: right;
	margin: 5px -10px 0 0;
	background: transparent url(images/signupBg.png) no-repeat right;
	width: 390px;
	height: 130px;
	}
	
#siteinfo .signup h3 {
	text-transform: none;
	font-size: 18px;
	color: black;
	letter-spacing: normal;
	margin: 25px 0 0 20px; 
	}
	
#siteinfo .signup #mc_embed_signup {
	width: 373px;
	height: 42px;
	background: transparent url(images/signupformBg.png) no-repeat;
	padding: 10px 10px 5px 10px;
	margin: 10px 0 0 10px;
	}
	
#siteinfo input {
	background-color: white;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px 10px 5px 10px;
	width: 120px;
	font-size: 22px;
	height: 25px;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#siteinfo input.btn {
	font-size: 15px;
	font-weight: bold;
	width: auto;
	background-color: #FF9900;
	color: white;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 9px 5px 8px 5px;
	height: 35px;
	}

#toolbox {
	background-color: white;
	clear: both;
	margin-top: 5px;
	text-align: left;
	width: 100%;
	position: relative;
	}

#toolbox .item {
	float: left;
	margin: 20px 0 20px 20px;
	width: 265px;
	background-color: #E0E1DE;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#toolbox .item p {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 140%;
	}

#toolbox .label {
	position: absolute;
	width: 105px;
	height: 75px;
	background: transparent url(images/toolbox.png) no-repeat;
	top: -2px;
	left: -2px;
	}

#toolbox .label b {
	display: none;
	}

#excerpts {
	background-color: #E9EBE5;
	clear: both;
	margin-top: 5px;
	text-align: left;
	width: 100%;
	}

#excerpts #recentnews {
	background-color: #E9EBE5;
	float: left;
	width: 470px;
	position: relative;
	}

#excerpts #recentnews h5 {
	margin: 15px 0 15px 20px;
	text-transform: uppercase;
	}

#excerpts #recentnews .post {
	background-color: white;
	width: 450px;
	margin-left: -2px;
	border: 1px solid #E2E3DF;
	border-left: 1px solid #535352;
	padding: 5px;
	margin-bottom: 15px;
	}

#excerpts .thumb {
	float: left;
	margin-left: 15px;
	}

#excerpts .thumb img {
	width: 60px;
	height: 60px;
	}

#excerpts #recentnews .text {
	float: right;
	margin-right: 15px;
	width: 345px;
	}

#excerpts #recentnews h6 {
	font-size: 16px;
	padding-bottom: 6px;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

#excerpts #recentnews .postmetadata {
	line-height: 200%;
	font-size: 12px;
	}

#excerpts .more {
	position: absolute;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	top: 15px;
	right: 15px;
	}

#excerpts .more a {
	padding-bottom: 3px;
	background: transparent url(images/dottedHrOrange.png) repeat-x bottom;
	}

#excerpts #recentcomments {
	float: left;
	background-color: white;
	width: 210px;
	padding: 15px 10px 15px 10px;
	}

#excerpts #recentcomments h5 {
	text-transform: uppercase;
	margin-bottom: 15px;
	}

#excerpts #recentcomments .comment {
	margin-bottom: 10px;
	}

#excerpts #recentcomments .thumb {
	margin: 0 10px 0 0;
	}

#excerpts #recentcomments .text {
	color: #666666;
	font-size: 11px;
	line-height: 120%;
	margin: 0;
	}

#excerpts #recentcomments .text a {
	color: black;
	}

#excerpts #recentcomments .text a:hover {
	color: #CC3300; /*red/orange*/
	}

#excerpts #recentcomments .more {
	position: relative;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	top: auto;
	right: auto;
	margin-bottom: 5px;
	}

#excerpts #toplist {
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 140%;
	position: relative;
	padding: 15px 0 15px 15px;
	}

#excerpts #toplist h5 {
	text-transform: uppercase;
	margin: 0 0 15px 30px;
	width: 140px;
	line-height: 140%;
	}

#excerpts #toplist .badge {
	width: 52px;
	height: 53px;
	position: absolute;
	background: transparent url(images/top25.png) no-repeat;
	top: -5px;
	left: -10px;
	}

#excerpts #toplist .badge b {
	display: none;
	}

#excerpts #toplist ul, #excerpts #toplist ul li {
	padding: 0;
	margin: 0;
	list-style: decimal;
	}

#excerpts #toplist ul {
	margin-left: 15px;
	}

#excerpts #toplist .more {
	right: 0;
	}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 100px 0;
	text-align: left;
	}

#footer a {
	color: #FFCC33;
	}

#footerContent {
	width: 940px;
	}

#footer .text {
	width: 480px;
	float: left;
	color: white;
	font-size: 13px;
	}

#footer .text p {
	padding: 0 0 5px 0;
	}

#footer .search {
	float: right;
	}

#footer .search input {
	background-color: white;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px 10px 5px 10px;
	width: 255px;
	font-size: 22px;
	height: 25px;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#footer .search input.btn {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	width: auto;
	background-color: black;
	color: white;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 5px 0 5px;
	}

/* Style for images... */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Style for comments...*/

.commentBlock {
	margin-top: 30px;
	}

h3#comments, #respond h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	}

#commentform {
	padding: 0;
	}

.commentlist li {
	width: 255px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #E5E5E5;
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	}

#commentform label {
	font-size: 13px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#commentform .input, #commentform .textarea {
	border-top: 2px solid #BFBFBF;
	border-left: 2px solid #BFBFBF;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: white;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	width: 210px;
	margin-top: 3px;
	}

#commentform .textarea {
	width: 550px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

#commentform #submit {
	border: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-color: black;
	letter-spacing: .08em;
	}

#commentform p {
	padding: 5px 0 5px 0;
	}
	
#commentform {
	margin: 0 0 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.commentlist li .avatar { 
	float: left;
	margin: 5px 10px 10px 0;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-weight: bold;
	}

.commentlist li {
	padding-top: 10px;
	}

.children { padding: 0; }

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#maincol .commentBlock ol.commentlist {
	margin: 3px 0 0px 0;
	padding: 0;
	list-style: none;
}

#maincol .commentBlock ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* Contact Form */
.wpcf7-form {
	margin: 15px 0 15px 0;
	}

#mainCol div.wpcf7-response-output {
	padding: 0;
	}

#mainCol div.wpcf7-mail-sent-ok {
	border: none;
	padding: 0;
	margin: 0;
	color: #006666;
	font-weight: bold;
	}

#mainCol div.wpcf7-validation-errors, #mainCol div.wpcf7-spam-blocked {
	border: none;
	padding: 0;
	margin: 0;
	color: #D85F39;
	font-weight: bold;
	}

.wpcf7-form .quartercol {
	width: 220px;
	float: left;
	margin-right: 20px;
	font-size: 13px;
	line-height: 120%;
	}

.wpcf7-form label {
	font-size: 15px;
	color: black;
	}
	
.wpcf7-form .input, .wpcf7-form .textarea {
	border-top: 2px solid #BFBFBF;
	border-left: 2px solid #BFBFBF;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: white;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 210px;
	margin-top: 3px;
	}

.wpcf7-form .textarea {
	width: 600px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	}

.wpcf7-form .submit {
	border: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-color: #006666;
	letter-spacing: .08em;
	}

/* Signup */
.signup {
	line-height: normal;
	margin-top: 10px;
	}

.signup .input {
	float: left;
	padding: 3px 8px 3px 8px;
	width: 155px;/*171px*/
	height: 14px;/*20px*/
	font-size: 12px;
	color: #666;
	margin-right: 5px;
	background: transparent url(images/whiteInput.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.signup .submit {
	float: left;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Misc. blog stuff... */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
a img {
	border: none;
	}

.navigation {
	display: block;
	clear: both;
	margin: 0 0 50px 0;
	text-align: center;
	}

.navigation .alignleft a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-left: 25px;
	height: 14px;
	background: transparent url(images/back.png) no-repeat left top;
	}

.navigation .alignright a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-right: 25px;
	height: 14px;
	background: transparent url(images/next.png) no-repeat right top;
	}

.navigation .alignleft a:hover {
	color: #D95F39; /*orange*/
	background-position: left bottom;
	}

.navigation .alignright a:hover {
	color: #D95F39; /*orange*/
	background-position: right bottom;
	}

.navigation .alignleft a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-left: 25px;
	height: 14px;
	background: transparent url(images/back.png) no-repeat left top;
	}

/* Posts */
#page .post {
	padding: 15px 0 15px 0;
	}

#page h3 {
	margin-bottom: 5px;
	}

#page p {
	margin: 0;
	padding: 8px 0 8px 0;
	}

#page .date {
	font-size: 13px;
	margin: 10px 0 6px 0;
	font-style: italic;
	}

#page a {
	color: #666;
	}

#page a:hover {
	color: #CC3300; /*red/orange*/
	}

#page .postmetadata {
	margin: 10px 0 6px 0;
	font-size: 13px;
	font-style: italic;
	}

.entry ul li {
	padding: 5px 0 5px 18px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	}

.entry ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}
