/*

Theme Name: Camp Revival
Theme URI: http://camprevival.com
Description: Theme for Camp Revival music blog
Version: 2.0
Author: Scott Thiessen

*/



/* Purification
///////////////////////////////////////////////////////////////// */

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

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th, small {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

img, a img {
	border: none;
	text-decoration: none;
	background: none;
}



/* Base Structure 
///////////////////////////////////////////////////////////////// */

body {
	background: #e9ece6;
	font: 11px/19px "Lucida Grande", Verdana;
	color: #797c76;
}

div#page {
	width: 825px;
	margin: 25px 30px;
}

div#header {
	width: 815px;
	height: 160px;
}

div#sidebar {
	width: 180px;
	float: left;
}

div#content {
	width: 615px;
	float: left;
}



/* Header
///////////////////////////////////////////////////////////////// */

div#header h1 a {
	width: 815px;
	height: 150px;
	display: block;
	background: url("images/title-wide.gif") no-repeat;
	text-indent: -9999px;
	border: none;
	margin: 0px 0px 0px -10px;
	padding: none;
}



/* Main Navigation
///////////////////////////////////////////////////////////////// */

div#sidebar ul.nav {
	margin-top: 1px;
	list-style: none;
}

div#sidebar ul.nav li {
	margin-bottom: 8px;
}

div#sidebar ul.nav li a {
	font: bold 18px/18px Helvetica, Arial;
	color: #a9aca6;
	background: none;
	padding: 1px 4px;
	border-bottom: 1px dotted #c9ccc6;
	text-decoration: none;

}

div#sidebar ul.nav li.current_page_item a {
	color: #e9ece6;
	border: none;
	padding: 2px 4px 3px 4px;
	background: #393c36;
}

div#sidebar ul.nav li.current_page_item a:after {
	content: url("images/nav-arrow.png");
}

div#sidebar ul.nav li a:hover {
	padding: 2px 4px 3px 4px;
	background: #70f;
	color: #e9ece6;
	border: 0px;
}



/* Links: Base
///////////////////////////////////////////////////////////////// */

a {
	color: #000;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #c9ccc6;
	padding-bottom: 1px;
}

a:hover {
	color: #000;
	background: #df0;
	border-bottom: 1px solid #ac0;
}



/* Links: Entries
///////////////////////////////////////////////////////////////// */

div#content div.post div.entry a {
	padding: 1px 2px;
	margin: 0px -1px;
	color: #70f;
	font-weight: bold;
}

div#content div.post div.entry a:hover {
	color: #000;
}



/* Links: Other
///////////////////////////////////////////////////////////////// */

div#content div.post h2 a,
div#content div.post h3 a {
	padding: 1px 3px;
}

div#content div.post h2 span.title-categories a {
	background: #50534f;
	border: none;
	color: #e9ece6;
	font: 11px/19px "Lucida Grande", Verdana;
	padding: 2px 4px 3px 4px;
}

div#content div.post h2 span.title-categories a:hover {
	color: #fff;
	background: #70f;
}



/* Sidebar Content
///////////////////////////////////////////////////////////////// */

div#sidebar ul {
	list-style: none;
}

div#sidebar ul ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div#sidebar li {
	margin: 0;
	padding: 0px;
	line-height: 17px;
}

div#sidebar a {
	padding: 2px 4px 3px 4px;
	margin-left: -4px;
	background: none;
	color: #999;
	border-bottom: none;
	text-decoration: underline;
}

div#sidebar a:hover {
	background: #70f;
	color: #e9ece6;
	text-decoration: none;
}

div#sidebar h2 {
	font-weight: bold;
	color: #696c66;
}



/* Entry Headers
///////////////////////////////////////////////////////////////// */

div#content div.post h2 {
	clear: both;
	color: #000;
	font: bold 22px Helvetica, Arial;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

div#content div.post h3 {
	color: #000;
	font: bold 18px Helvetica, Arial;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

div#content div.post h4 {
	color: #696c66;
	font: 16px/22px Helvetica, Arial;
}



/* Post
///////////////////////////////////////////////////////////////// */

div#content div.post {
	padding-bottom: 15px;
	margin-bottom: 10px;
}

div#content div.post + div.post {
	border-top: 1px dotted #c9ccc6;
	padding-top: 10px;
}

div#content div.post p {
	margin-bottom: 10px;
}

div#content div.post div.entry p {
	font: 11px/19px "Lucida Grande", Verdana;
	color: #696c66;
}



/* Highlight Box
///////////////////////////////////////////////////////////////// */

div#content div.highlightBox {
	background: #f3f6f0;
	padding: 10px;
}



/* Post Metadata
///////////////////////////////////////////////////////////////// */

div#content div.post p.postmetadata {
	margin: -7px 0px 10px 0px;
	color: #999c96;
}

div#content div.post p.postmetadata a {
	margin: 0px -2px;
	padding: 2px 4px 3px 4px;
	background: none;
	color: #999c96;
	border: none;
	text-decoration: underline;
}

div#content div.post p.postmetadata a:hover {
	background: #70f;
	color: #e9ece6;
	text-decoration: none;
}

div#content div.post div.afterEntry {
	margin-top: 20px;
	padding-top: 10px;
}


div#content div.post div.afterEntry p.postmetadata a {
	margin: 0px -4px 0px -4px;
}



/* Entry Blockquote
///////////////////////////////////////////////////////////////// */

div#content div.post div.entry blockquote p {
	color: #696c66;
	font: italic 13px/22px Georgia;
}

div#content div.post div.entry blockquote {
	padding: 10px 0px 10px 20px;
	border-left: 4px solid #c9ccc6;
	margin: 10px 0px;
}



/* Pagination
///////////////////////////////////////////////////////////////// */

div#content div.navigation {
	padding: 0px 0px 60px 0px;
}

div#content div.navigation a {
	border: none;
	background: none;
}

div#content div.navigation p {
	line-height: 16px;
	display: block;
	width: 300px;
	float: left;
	color: #999c96;
}

div#content div.navigation p a {
	margin: 0px -1px 0px -4px;
	padding: 2px 4px 3px 4px;
	background: none;
	color: #999c96;
	border: none;
	text-decoration: underline;
}
div#content div.navigation p a:hover {
	background: #70f;
	color: #e9ece6;
	text-decoration: none;
}



/* Video posts
///////////////////////////////////////////////////////////////// */

div#content div#videos div.post {
	padding: 10px 5px 0px 0px;
	float: left;
	width: 300px;
	height: 275px;
	border-top: 1px dotted #c9ccc6;
	overflow: hidden;
	margin: 0px;
}

div#content div#videos div.post a img {
	width: 300px;
	height: 175px;
	margin-bottom: 10px;
}

div#content div#videos div.post a.img {
	background: none;
	border-bottom: none;
}



/* Comments
///////////////////////////////////////////////////////////////// */


div#commentarea {
	color: #696c66;
	background: #f6f9f3;
	padding: 10px;
	margin-bottom: 10px;
}

div#commentarea h3 {
	font-weight: bold;
	color: #999c96;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c9ccc6;
}

div#commentarea input[type="text"] {
	color: #999c96;
	padding: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #e9ece6;
}
div#commentarea textarea#comment {
	color: #999c96;
	width: 580px;
	border: 2px solid #e9ece6;
	margin-bottom: 10px;
	padding: 5px;
}

div#commentarea ul.commentlist {
	padding-bottom: 20px;
}
div#commentarea ul.commentlist li {
	list-style: none;
	padding: 10px;
}
div#commentarea ul.commentlist li + li {
	border-top: 1px dotted #c9ccc6;
}


div#commentarea ul.commentlist li p.commentmetadata {
	margin-top: 5px;
	color: #999c96;
}

div#commentarea ul.commentlist li p.commentmetadata a,
form#commentform p a {
	margin: 0px -2px;
	padding: 2px 4px 3px 4px;
	background: none;
	color: #999c96;
	border: none;
	text-decoration: underline;
}

div#commentarea ul.commentlist li p.commentmetadata a:hover,
form#commentform p a:hover {
	background: #70f;
	color: #e9ece6;
	text-decoration: none;
}





/* Footer
///////////////////////////////////////////////////////////////// */

div#footer {
	border-top: 1px dotted #c9ccc6;
	margin-top: 25px;
	padding-top: 5px;
	margin-bottom: 40px;
}

div#footer p.alignLeft {
	width: 450px;
}

div#footer p.alignRight {
	text-align: right;
	width: 125px;
}

div#footer p {
	color: #aaa;
}

div#footer p span.separator {
	color: #c9ccc6;
}

div#footer p a {
	background: none;
	border: none;
	color: #aaa;
	margin: 0px -2px;
	padding: 2px 4px 3px 4px;
	text-decoration: underline;
}

div#footer p a:hover {
	background: #a9aca6;
	color: #e9ece6;
	text-decoration: none;
}

div#footer p a.me:hover {
	background: #f09;
	color: #fff;
}



/* Archives
///////////////////////////////////////////////////////////////// */


div.tagCloud {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
}

div.tagCloud a,
ul.archiveList li a {
	padding: 2px 3px;
}

ul.archiveList li {
	list-style: none;
	float: left;
	padding-right: 3px;
}

a.tag {
	font: bold 14px Helvetica, Arial, sans-serif;
	padding: 2px 3px;
}

/* Search
///////////////////////////////////////////////////////////////// */

form#searchform input[type="text"] {
	color: #90f;
	font-weight: bold;
	background: #fff;
	border: 2px solid #c9ccc6;
	padding: 4px;
	margin-right: 5px;
}


/* Sociable
///////////////////////////////////////////////////////////////// */

div.sociable {
	padding-top: 20px;
}

div#content div.post div.sociable p {
	color: #999c96;
}

div.sociable ul li a {
	background: none;
	border: none;
	padding: none;
}


/* Miscellaneous
///////////////////////////////////////////////////////////////// */

.hide {
	display: none;
}

div.entry strong {
	color: #393c36;
}

hr {
	border: none;
	border-top: 1px dotted #c9ccc6;
	margin-top: 25px;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

p.audioplayer_container {
	margin-top: -7px;
	padding-bottom: 4px;
}



