@charset "utf-8";

html
{
	margin: 0;
	padding: 0;
	/*ont-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
body
{
	margin-left: auto;
	margin-right: auto;
	/*spring/summer*/
	background: #a4a6b4 url(/images/ColoradoFlatIrons2.jpg) no-repeat fixed 50% 0;
	
	/*Winter*/
	/*background: #a4a6b4 url(/images/winter_bg5.jpg) no-repeat fixed 50% 0;*/
	width: 1000px;
}
div#main 
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: 	#594336;
	-moz-box-shadow: 0 0 20px #333333;
	box-shadow: 0 0 20px #333333;
	-webkit-box-shadow: 0 0 20px #333333;
}
h3 {
/*	margin: 0px;*/
}
.interview_body {
	width: 725px;
	margin-left: 20px;
}
.interview_body .answer {
	padding-left: 10px;
}
.interview_body .question {
	background-image: none !important;
}
.interview_body p {
	margin: 4px 0px;
}
#header
{
	background-color: #146901;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: white;
	height: 110px;
}
#header_logo {
	float: left;
	width: 160px;
	height: 111px;
	display: block;
	text-indent: -10000px;
	background: transparent url('/images/logohover_both.jpg') no-repeat center left;
}

#header_logo:hover {
	background: transparent url('/images/logohover_both.jpg') no-repeat center right;
}
div#footer 
{
	background-color: #146901;
	color: white;
	font-size: 9pt;
	text-align: center;
	clear: both;
}
#footer a 
{
	font-weight: bold;
	color: white;
}
#footer a:hover
{
	color: #93C5F4;
	text-decoration: none;
}
#googleAds
{
	position: absolute;
	top: 20px;
	left: 210px;
}
#title, #title a
{
	font-size: 22pt !important;
	/*font-weight: bold;*/
	color: white !important;
	/*text-decoration: none !important;*/
}
#author
{
	/*color: white;
	padding-bottom: 10px;*/
	font-size: 12px;
}
#date
{
	font-weight: bold;
	color: white;
}
.question
{
	
	/*background-color: */
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
	
	-moz-border-radius-topleft:				5px;
	-moz-border-radius-topright:			5px;
	-webkit-border-top-left-radius:			5px;
	-webkit-border-top-right-radius:		5px;
}
.answer
{
	background-color: 	white;
	color: 				black;
	padding-top: 		5px;
	padding-bottom: 	10px;
	padding-left: 		0px;
	padding-right: 		10px;
	
	margin-bottom: 10px;
	
	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
	
}

.answer a {
	font-size: 10pt;
}
.speaker
{
	font-weight: 		bold;
}
.speaker a {
	font-size: 10pt;
}
div#content
{
	/*padding-top: 		10px;
	padding-bottom: 	10px;
	padding-left: 		15px;
	padding-right: 		15px;*/
	/*margin-left: 255px;*/
	margin-left: 20px;
	margin-right: 255px;
	margin-bottom: 10px;
   position: relative;
}
.content {
   position: relative;
	margin-left: 20px;
	width: 725px;
}
.caption
{
	text-align: center; 
	font-size: 9pt;
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 10px;
	
}


.photo
{
	background-color: 	white;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		5px;
	padding-right: 		5px;
}
.img1
{
	background-color: 	white;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		5px;
	padding-right: 		5px;
	
	margin-bottom: -5px;
}
.imgBlue
{
	background-color: 	#93C5F4;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		5px;
	padding-right: 		5px;
	
	/*margin-bottom: -5px;*/
}
br 
{
	/*clear: both*/
	margin-bottom: 		5px;
}
a 
{
	text-decoration: 	none;
	color: 				black;
	outline: 			none;
	font-weight: 		bold;
}
a:hover 
{
	text-decoration: 	underline;	
}
img
{
	border: 	none;
}
.links2, .artist_links a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;

	padding: 5px;
}

.picAndCaptionR {
	float: right;
}
.picAndCaptionL {
	float: left;
}
.rounded {
	-moz-border-radius:						5px;
	-webkit-border-radius:					5px;
}

.artist_links {
	width: 720px;
	background-color: white;
	padding: 10px 0px 10px 5px;
}

.artist_links a {
	margin: 0px 5px;
}

.tags {
	background-color: white;
	margin-top: -16px;
	padding: 10px 0px 5px 10px;
	margin-bottom: 10px;
}

.topRounded {
	-moz-border-radius-topleft:				5px;
	-moz-border-radius-topright:			5px;
	-webkit-border-top-left-radius:			5px;
	-webkit-border-top-right-radius:		5px;
}

.bottomRounded {
	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
}

.square {
	-moz-border-radius:	0px !important;
	-webkit-border-radius:	0px !important;
}

.CurrentSong {
	background-color: #ffffff;
	padding: 5px 10px;
	/*font-size: 11px;*/
	text-align: center;
}
#showRating {
	text-align: center;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	

	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
	background-color: white;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top : 5px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding-left: 10px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#searchbox {
	width: 65%;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}
	
.post h2, .post h2 a, h3 {
	font-size: 22px !important;
	/*color: white !important;*/
	margin: 0px 0px;
	line-height: 1em;
	letter-spacing: 1px;
}
.date {
	font-weight: bold;
	/*color: white;*/
}

#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;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


#player {
	background-color: white !important;
	width: inherit !important;
	padding-top: 5px !important;
}
#player_links {
	padding: 0px 5px 0px 5px;
	margin: 0;
	text-align: center;
	margin-left: -10px !important;
}

#player_links a {
	padding: 0px 3px;
}
/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0px;
	/*margin-left: 545px;*/
	width: 220px;
	float: right;
	margin-right: 20px;
}
* html #sidebar {
	margi\n-right: 10px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	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;
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.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;
}

.widget ul {
	background-color: #ffffff;
		-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
}

.widget h2 {
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	/*background-color: #93C5F4;*/
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	
	-moz-border-radius-topleft:				5px;
	-moz-border-radius-topright:			5px;
	-webkit-border-top-left-radius:			5px;
	-webkit-border-top-right-radius:		5px;
}

.narrowcolumn, .paypal-donations, .socialmedia-buttons, #searchform {
	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
	background-color: white;
}

.socialmedia-buttons {
	text-align: center;
	padding: 5px;
}

.narrowcolumn {
	margin: 0px 20px 10px;
	background-color: transparent;
}

.paypal-donations {
	text-align: center;
	padding: 5px;
}

#viewRating {
	cursor: pointer;
}


.current_donation {
    color: #f04c0d;
	
}

.reached {
	color: #006838;
}


.target_donation {
	color: #063e3f;
}

#donate {
	padding-top: 5px;
	background-color: white;
	text-align: center;
}

.post {
	margin-bottom: 15px;
	/*margin-top: 10px;*/
	background-color: white;
	padding: 15px;
	
	/*-moz-box-shadow: 0 0 20px #333333;
	box-shadow: 0 0 20px #333333;
	-webkit-box-shadow: 0 0 20px #333333;
	*/
}

.navigation {
	background-color: white;
	padding: 5px;
}
/*******SETLISTS *************/
/*h1
{
	font-size: 18px;
	margin: 0px 10px 10px 10px;
	/*padding-top: 10px;*/
	width: 430px;
	font-weight: bold;
	/*padding-bottom: 5px;*/
	clear: both;
	/*display: inline;*/
	color: white;
}*/
h4
{
	font-size: 14px;
	margin: 5px 10px;
	display: inline;
	color: white;
}

div#photos
{
	/*float: right;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#gallery
{
	width: 500px;
	margin: 5px;
}
.photoHeader {
	margin-left: 10px;
	margin-right: 10px;
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	/*padding: 5px;*/
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	cursor: pointer;
}
div#setlist
{
	width: 370px;
	float: left;
	margin: 10px;
	/*background-color: white;*/
	/*padding: 10px;*/
}
div.correction
{
	font-size: 8pt;
	background-color: white;
	padding: 5px;
}
fieldset
{
	display: block
}
/*br {clear: both}*/
a 
{
	text-decoration: none;
	color: black;
	outline: none;

}
a:hover 
{
	text-decoration: underline;	
}
a:visited
{
	color: #6C2C8C;
}

.content ul#year_nav {
	list-style-type: none;
	margin: 0px auto;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;

}

.content ul#year_nav li {
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	display: inline;
	overflow: hidden;
}
.content ul#year_nav li a{
	padding: 6px 3px 5px 3px;
	font-weight: normal;
}

.content ul#year_nav .rend_year:hover {
/*	padding-right: 14px;
	
	-moz-border-radius-topright:				5px;
	-moz-border-radius-bottomright:				5px;
	-webkit-border-top-right-radius:			5px;
	-webkit-border-bottom-right-radius:		5px;
*/	
}
.content ul#year_nav .lend_year:hover {
	/*padding-left: 30px;*/
	/*padding: 0px 5px;*/
	
	/*-moz-border-radius-topright:				5px;
	-moz-border-radius-bottomright:				5px;
	-webkit-border-top-right-radius:			5px;
	-webkit-border-bottom-right-radius:		5px;
	*/	
}

.content ul li a:visited {
	color: black;
}

.content ul li a:hover {
	text-decoration: none;
}
.content ul#year_nav li #selected_year{
	padding: 6px 3px 5px 3px;
	color: #e2e2e2;
	font-weight: bold;
}
.content ul#year_nav li a:hover {
	color: #e2e2e2;
	font-weight: bold;
}

div.year 
{
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	/*padding: 5px;*/
	font-weight: bold;
	/*margin-bottom: 4px;
	margin-right: 20px;*/
	margin-left:30px;
	margin-right: 30px;
	padding: 5px;
}


.setType
{
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.showLink {
	/*display: block;*/
	/*width: 900px;*/
	margin: 0px;
	width: 725px;
}
.showLink:hover {
	background-color: #93C5F4;
	/*background: #93C5F4 url('/images/favicon2.gif') no-repeat 0 0;*/
}
.showLink a {
	padding-left: /*20px;*/ 10px;
	font-weight: normal;
}
.showLink a:hover
{
	/*float: right;*/
	/*color: #6C2C8C;*/
	/*color: white;*/
	text-decoration: none;
	font-weight: bold;
}

.upload_link:after{
	content: "upload";
}

div.showGroup
{
	/*background-color:#A69460;*/
	background-color: white;
	color: black;
	margin-bottom: 15px;
	margin-left:30px;
	margin-right: 30px;
	/*padding:10px;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 20px
}
.lib {
}
/*upload link*/
.upload {
	/*float: right;*/
	/*margin-right: 5px;*/
	/*display: none;*/
	text-decoration: none;
	cursor: pointer;
/*	float: right;*/
   position: absolute;
	right: 10px;
}
.upload:hover {
	/*font-weight: normal !important;*/
	/*font-decoration: none;*/
}


/*upload popup*/
#uploader {
	height: 253px;
}
.uploadTop {
	/*background-color: #93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	font-weight: bold;
	padding: 5px;
	width: 390px;
}

.uploadBody {
	/*border: solid 1px black;*/
	padding: 5px 10px 10px 10px;
	width: 380px;
	height: 280px;
	background-color: #ffffff;
	font-size: 12px;
}
#showdate_upload {
	font-size: 11px;
	font-style: italic;
}

.borderBottom {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}
.formItem {
	padding: 10px 0px;
}
/*.jelly {
	/*float: left;
	padding-right: 20px;
	background: url(./images/favicon2.jpg) no-repeat 0 0;
	visibility: hidden;
}*/
/*.jelly:hover {
	visibility: visible;
}*/

.button {
	/*background-color:	#93C5F4;*/
	background: #93C5F4 url('images/blue_bg.png') repeat-x center;
	color:			black;
	cursor:			pointer;
	font-weight:		bold;
	padding:		1px;
	text-align:		center;
	text-decoration:	none;
	width:			75px;
}

.button:disabled {
	cursor: default;
	color: #777777;
	text-decoration: none !important;
}

.button:hover {
	text-decoration: underline;
}
#error {
    height: 20px;
    padding-top: 5px;
    color: #F49393;
    font-weight: bold;
}
.label {
	font-weight: bold;
	display: block;
}

img 
{
border: none;	
}
#headline {
	font-size: 18px;
	margin: 0px 10px 0px;
	width: /*515px;*/ 465px;
	/*font-weight: bold;*/
	clear: both;
	color: white;
}
#headline a {
	color: white; 
	text-decoration: underline;
	font-weight: bold;
}
#headline a:hover {
	color: #93C5F4;
}
#googleAds {
	float: right;
	padding-right: 50px;
}
#sciShows {
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	padding-top: 30px; 
	color: white;
}
#sciShows a, .nextShow a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
#sciShows a:hover, .nextShow a:hover {
	text-decoration: none;
	color: #93C5F4;
} 
.song {
	padding-left: 10px;
}
.songs {
	background-color: white;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.nextShow {
	color: white;
	float: right;
}



.rounded {
	-moz-border-radius:						5px;
	-webkit-border-radius:					5px;
}
.topRounded {
	-moz-border-radius-topleft:				5px;
	-moz-border-radius-topright:			5px;
	-webkit-border-top-left-radius:			5px;
	-webkit-border-top-right-radius:		5px;
}
.bottomRounded {
	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
}


/*********SWF UPLOAD*************/
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	color: #000000;
}


div.flash {
	width: 348px;
	margin: 20px 5px 10px 5px;
	border-color: #594336;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/images/buttons/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.main_article {
	width: 705px;
	margin-left: 20px;
	margin-top: 15px;
}


.validation-advice {
	font-size: 11px;
	color: #F49393;
	font-weight: bold;
}

.validation-failed {
	/*background-color: #F49393;*/
}

#contest_table td {
    width: 200px;
}

.menu a, .blogroll a {
	font-weight: normal;
}
