/*
Theme Name: riversidepolyband.com
Theme URI: http://wordpress.org/
Description: Custom Theme for Riverside Poly Band.
Version: 1.0
Author: Steve Brazill
Author URI: http://
Tags: band, custom header, fixed width, two columns, widgets

	This theme was designed and built by Steve Brazill,

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

*/

/*

COLORS

Black #000000
White #ffffff
Green #0a7e07
Orange #ff6600
Light orange #ffaa57
Purple #4b006c
Gray #b5beb2
Beige #d2ad71
LightBrown #c99c55
MedBrown #c08d3a
Dark Brown #a05a2b


*/



/* Begin Main CSS */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	background: #0a7e07;
	margin: 0px;
	padding: 0px;

	}

#page {
 	background:  url(images/bkgdBody.gif) top center repeat-y;
	width: 893px;
	margin: 0 auto;
	}

#header {
	background: url(images/bkgdTop.jpg) top center no-repeat;
	height: 280px;	
	margin-bottom: 0px;
	}

#headerimg 	{
	Display:none;
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
	width: 530px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	}

#footer {
	background: #0a7e07 url(images/bkgdFooterSm.jpg) no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 893px;
	height: 33px;
	clear: both;
	}

#container {
	background: url(images/conductor.jpg) no-repeat bottom right;
}

#footer p {
	margin-top: 50;
	padding: 25px 0px 10px 0px;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0a7e07;
	}
	
#sidebar h2 {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
#sidebar .cat-item {
	color: #fff;
}

#sidebar ul ul li.ec3_list {
 margin: 0px 0px;
 font-style: italic;
 color: #fff;
}

#sidebar .ec3_list li {
 font-style: normal;
 padding: 0px 0px 0px 0px;
 font-size: 1em;
}

.ec3_list li:before {
 content: "";
}


/* End Main CSS */



/* Begin Twitter */

#sidebar .twitter-item {
	color: #fff;
	width: 200px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #fff;

	}
	
#sidebar .twitter-timestamp{
	font-style: italic;
	font-size: 10px;
	}

.twitter-timestamp abbr{
	border-bottom: none;
	}
	
	
/* End Twitter */





/* Begin Paypal */


#paypalForm {
	width: 155px;
	margin: 22px auto;
	padding: 0px 0px 5px 0px;
	text-align: center;
	}


/* End Paypal */







/* Begin Anchors */

a, .entry p a:visited {
	color: #4b006c;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover, .entry p a:hover {
	color: #ff6600;
	text-decoration: none;
	}

a:hover {
	color: #ff6600;
	text-decoration: none;
	}
	
#sidebar a {
	font-size: 13px;
}

#nav a, #sidebar a, #nav a:visited, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
	}

#nav a:hover {
	color: #ff6600;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #4b006c;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
	

/* End Anchors */






/* Begin Banner Ads */

.SideBarBanner {
margin: 15pt 0pt 0pt 25pt;
}



/* End Banner Ads */





/* Begin Headings */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 20px;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* End Headings */







/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	width: 530px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */








/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */








/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 13px 8px 20px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 15px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	}	
	
ul#nav {
	height:25px;
	width: 590px;
	margin: -40px 0px 0px 0px;
	padding:0;
}

ul#nav li {
	list-style:none;
	float:left;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
	font-size: 1.3em;
}
/* End Lists */







/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	text-align: center;
	}

#searchform .screen-reader-text {
	display: none;
	}

#sidebar #searchform #s {
	width: 108px;
	height: 16px;
	padding: 0px 0px 1px 0px;
	}
	
#content #searchsubmit {
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	}

#sidebar #searchsubmit {
	padding: 2px 14px 2px 14px;
	margin-left: 10px;
	cursor: pointer;
	background:#c99c55 none repeat scroll 0 0;
	border-color:#d2ad71 #c08d3a #c08d3a #d2ad71;
	border-style:solid;
	border-width:2px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	text-decoration:none;	
	}

#sidebar #searchsubmit:hover {
	padding: 2px 14px 2px 14px;
	margin-left: 10px;
	cursor: pointer;
	background:#c99c55 none repeat scroll 0 0;
	border-color:#c08d3a #d2ad71 #d2ad71 #c08d3a;
	border-style:solid;
	border-width:2px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	text-decoration:none;	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */







/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

/* End Comments */







/* Begin Sidebar */

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 5px 0px 20px 0px;
	margin-top: -20px;
	margin-left: 605px;
	width: 250px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 13px;
	background:  url(images/sidebarHeadBkgrd.gif) center center no-repeat;
	line-height: 2em;
	margin: 5px 0 0;
	padding: 0px 0px 0px 15px;
	}

#sidebar form {
	margin: 5px 0px;
	}
/* End Sidebar */







/* Begin Calendar */

td.ec3_start, td.ec3_to, td.ec3_end {
	height: 30px;
	vertical-align: top;
}

#event-calendar {
	background:  url(images/calBkgrdFull.jpg) top center no-repeat;
	height: 226px;
	}
	
#wp-calendar .ec3_eventday a {
 color:#fff !IMPORTANT;
 background-color: #4b006c;
}

#ec3_big_cal .ec3_event a {
 color:#0a7e07;
}

#ec3_big_cal .ec3_event a:hover {
 color:#ff6600;
}

td.ec3_eventday a.ec3_daynum, td.ec3_postday  a.ec3_daynum, td.ec3_eventday a.ec3_daynum, span.ec3_daynum {
 color:#4b006c;
}

td.ec3_eventday a.ec3_daynum:hover {
 color:#fff;
 background-color:#0a7e07
}

#wp-calendar {
	empty-cells: show;
	margin: 22px auto 0;
	width: 155px;
	color: #4b006c;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

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

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a, #wp-calendar a:visited {
	text-decoration: none;
	display: block;
	color: #4b006c;
	}
	
#wp-calendar a:hover {
	color: #0a7e07;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

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






/* Begin Various Tags & Classes */

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
	}
	
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* End Various Tags & Classes*/




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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Contact Form */


.wpcf7 form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	margin: 30px 0px 0px 30px;
	}

div.wpcf7-response-output {
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	border: 2px solid #0a7e07;
}

div.wpcf7-validation-errors {
	border: 2px solid #FF0000;
	color: #ff0000;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	color: #ff0000;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
}

.requiredfields {
	color: #ff0000;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

.asterix {
	color: #ff0000;
}

/* End Contact Form */



/* Start Video */

.entry object {
	margin-left: 25px;
}


/* End Video */


