/*
Theme Name: The Long Surrender
Author: Madhouse
Author URI: http://www.madmadmad.com
Description: A custom theme created by Madhouse Creative for sole use on www.overtherhine.com - all rights reserved 2011. This theme is not available for download or reuse.
Version: 1.0
*/

html{
	-webkit-text-size-adjust:none;
	background:black;
}

body{
	background: black;
	height:100%;
	font-family:"Georgia",serif;
}

#wrapper{
 	background:url(images/bg.jpg) center top no-repeat;
 	width:960px;
 	margin:0 auto;
}

#header{
	width:100%;
	height:75px;
	position:relative;
}

#logo{
	position:absolute;
	top:20px;
	left:-3px;
	z-index:5;
}

.desktop-hide{
	display:none;
}

#main-nav{
	position:absolute;
	top:48px;
	left:267px;
}

#main-nav li{
	float:left;
	margin-right:20px;
	list-style-type:none;
}

#main-nav li:last-child{
	margin-right:0;
}

#main-nav a{
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	font-family:"Georgia","Times New Roman",serif;
	color:white;
	font-size:14px;
	letter-spacing:-.5px;
}

#main-nav a:hover{
	text-decoration:underline;
}

h2.page-title{
	color:#ccd3c2;
	margin-bottom:15px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:32px;
	font-weight:normal;
}

h3.page-subtitle{
	color:#ccd3c2;
	margin-top:-15px;
	margin-bottom:15px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}

#search{
	width:140px;
	height:32px;
	background: url(images/search-bg.png) repeat;
	position:absolute;
	top:43px;
	right:0;
	-moz-border-radius: 7px;
	border-radius: 7px;
 	-moz-box-shadow:inset 0 0 5px #111111;
  	-webkit-box-shadow:inset 0 0 5px #111111;
  	box-shadow:inset 0 0 5px #111111;
}

#search input {
	background:transparent;
	color:white;
	border:none;
	opacity:.5;
	font-weight:bold;
	font-family:"Georgia","Times New Roman",serif;
	font-size:14px;
	letter-spacing:-.5px;
	padding:8px 12px;
	width:96px;
}

#search #search-icon{
	position:absolute;
	top:6px;
	right:8px;
	background: url(images/search-icon.png) no-repeat;
	width:18px;
	height:20px;
}

#content{
	height:594px;
	position:relative;
}

.subpage #content{
	margin-top:15px;
}

.fundraiser .page-content{
	width:auto;
}

.supporters #content{
	width:auto;
	font-size:30px;
	text-align:center;
		color: #CCD3C2;
    font-family: "Georgia",serif;
    font-size: 13px;
    line-height: 20px;
}

.page-content{
	width:640px;
	color: #CCD3C2;
    font-family: "Georgia",serif;
    font-size: 13px;
    line-height: 20px;
}

.page-content h3{
	color:white;
	margin:20px 0 5px;
	font-size:18px;
	line-height:22px;
}

.page-content h2{
	color:white;
	margin:20px 0 5px;
	font-size:28px;
	line-height:36px;
}

.page-content p{
	margin-bottom:20px;
}

.twitter{
	width:240px;
	position:absolute;
	top:80px;
	left:0;
	height:590px;
	background: url(images/twitter-dog.png) no-repeat;
}

.twitter-content{
	height:165px;
	position:absolute;
	top:20px;
	color:#dddddd;
	font-family:"Georgia","Times New Roman",serif;
	width:180px;
	padding:20px 20px 20px 25px;
	line-height:20px;
	font-size:14px;
}

ul.tweet_list li{
	list-style-type:none;
}

.twitter-content p{
	margin-bottom:10px;
}

.twitter h2{
	display:none;
}

.twitter-content a{
	color:white;
}

.twitter-content span.tweet_time{
	display:block;
	margin-top:5px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	position:absolute;
	bottom:0;
}

a{
	color:white;
}

#social-icons{
	position:absolute;
	bottom:0;
}

#social-icons li{
	float:left;
	list-style-type:none;
}

#social-icons li a{
	text-indent:-9999px;
	display:block;
	height:30px;
	margin:0 2px;
}

#social-icons li#facebook-icon a{
	background: url(images/social-icons.png) 0 0 repeat;
	width:30px;
}

#social-icons li#facebook-icon a:hover{
	background: url(images/social-icons.png) 0 -30px repeat;
}

#social-icons li#twitter-icon a{
	background: url(images/social-icons.png) -30px 0 repeat;
	width:30px;
}

#social-icons li#twitter-icon a:hover{
	background: url(images/social-icons.png) -30px -30px repeat;
}

#social-icons li#instagram-icon a{
	background: url(images/social-icons.png) -60px 0 repeat;
	width:30px;
}

#social-icons li#instagram-icon a:hover{
	background: url(images/social-icons.png) -60px -30px repeat;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center-pagination{
	text-align:center;
}

a.tweet_avatar img{
	margin:0 15px 10px 0;
	display:block;
}

a.tweet_avatar{
	float:left;
}

#social-icons li.clear{
	float:none;
}

#slides{
	background: url(images/frame.png) no-repeat;
	width:560px;
	height:590px;
	top:0;
	left:240px;
	position:absolute;
	overflow:hidden;
}

.slides_container{
	float:left;
	margin:40px 0 0 10px;
}

.slides_control{
	height:540px;
}

.slides_control[style]{
	height:540px !important;
}

#slides img{
	width:540px;
	height:540px;
}
a.more{
	margin:15px 10px 0 0;
	color:white;
	opacity:.5;
	font-size:12px;
	float:right;
}

a.more:hover{
	opacity:1;
}

#upcoming-shows h2, #upcoming-shows-modern h2, .twitter h2{
	font-size:14px;
	opacity:.5;
	margin-bottom:10px;
	text-align:center;
	color:white;
	font-family:"Georgia","Times New Roman",serif;
}

#upcoming-shows table{
	font-size:12px;
	line-height:18px;
}

#upcoming-shows, #upcoming-shows-modern{
	position:absolute;
	top:160px;
	right:0;
	width:140px;
	padding:0 0 0 20px;
	color:#777777;
}

#mc_embed_signup {
	position:absolute;
	top:520px;
	right:0px;
	width:140px;
}

#mc-embedded-subscribe-form{
	width: 140px;
	height: 32px;
	background: url(images/search-bg.png) repeat;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 0 0 5px #111111;
	-webkit-box-shadow: inset 0 0 5px #111111;
	box-shadow: inset 0 0 5px #111111;
}

.email {
	background:transparent;
	color:white;
	border:none;
	opacity:.5;
	font-weight:bold;
	font-family:"Georgia","Times New Roman",serif;
	font-size:14px;
	letter-spacing:-.5px;
	padding:8px 12px;
	width:115px;
}

.button {
	border: none;
	background: transparent;
	font-weight: bold;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	color: white;
	font-size: 12px;
	letter-spacing: -.5px;
	padding:10px !important;
	cursor: pointer;
	opacity: .5;
}

.button:hover {
	text-decoration:underline;
	opacity: 1;
}

.desktop {
	display:inline-block;
}

.mobile {
	display:none;
}
.gigpress-empty{
	color:#666666;
	font-size:10px;
	text-align:center;
}

#upcoming-shows-modern ul#ticket-list li{
	list-style-type:none;
	width:131px;
	height:67px;
	background: url(images/ticket.png) center center no-repeat;
	margin-bottom:4px;
	position:relative;
}

#upcoming-shows-modern ul#ticket-list li a{
	text-decoration:none;
}

#upcoming-shows-modern ul#ticket-list li:hover{
	-moz-box-shadow:inset 0 0 10px #000;
	-webkit-box-shadow:inset 0 0px 10px #000;
  	box-shadow:inset 0 0 10px #000;
}

div.ticket-city{
    color:#050505;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Helvetica",sans-serif;
	opacity:.8;
	width:131px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	padding-top:15px;
	font-size:10px;
	letter-spacing:-.5px;
	display:block;
	text-decoration:none;
	height:40px;
}

div.ticket-state{
    color:#050505;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Helvetica",sans-serif;
	opacity:.8;
	width:131px;
	text-align:center;
	position:absolute;
	left:0;
	top:2px;
	padding-top:26px;
	font-size:24px;
	letter-spacing:-.5px;
	display:block;
	text-decoration:none;
	height:40px;
}

.ticket-date-left, .ticket-date-right{
	color:#fa3110;
	text-align:center;
	position:absolute;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Helvetica",sans-serif;
	opacity:.9;
	height:49px;
	top:8px;
	font-size:12px;
	letter-spacing:-.5px;
}

.ticket-date-left{
    left:11px;
	-moz-transform: rotate(-90deg);
  	-webkit-transform: rotate(-90deg);
}

.ticket-date-right{
    right:11px;
	-moz-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
}

@-moz-document url-prefix() {
    .ticket-date-left{
    	left:16px;
	}
	.ticket-date-right{
    	right:16px;
	}
}

ul#albums li, ul#solo-albums li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

ul#albums li img:hover, ul#solo-albums li img:hover{
	-moz-box-shadow:inset 0 0 10px #000000;
   	-webkit-box-shadow:inset 0 0 10px #000000;
   	box-shadow:inset 0 0 10px #000000;

}

ul#albums li img, ul#solo-albums li img{
	display:block;
	width:160px;
	height:160px;
	padding:0;
	margin:0;
}

div.three-col{
	width:320px;
	float:left;
}

div#purchase-music{
	padding:139px 0 0 0;
}	
div#purchase-music a{
	padding:3px 0;
	width:148px;
	display:block;
	float:left;
	background:black;
	color:#ccd3c2;
	font-weight:bold;
	font-family:"Georgia",Serif;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	border:1px solid #52544e;
	font-size:13px;
	margin-right:10px;
}

div#purchase-music a:hover{
	border:1px solid #757770;
}

div#purchase-music .disabled{
	padding:3px 0;
	width:148px;
	display:block;
	float:left;
	background:black;
	color:#ccd3c2;
	font-weight:bold;
	font-family:"Georgia",Serif;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	border:1px solid #52544e;
	font-size:13px;
	margin-right:10px;
	opacity:.3;
}

#album-art{
	padding-bottom:10px;
	-moz-box-shadow: 0 0 25px #111111;
  	-webkit-box-shadow: 0 0 25px #111111;
  	box-shadow: 0 0 25px #111111;
}

#track-list{
	color:#ccd3c2;
	font-weight:normal;
	font-family:"Georgia",Serif;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.subpage.secret #track-list{
	margin-top:0;
}

ul#tracks{
	padding:0;
}

ul#tracks li{
	list-style-type:none;
}

ul#tracks li.alt{
	background:url(images/track-stripe.png) repeat;
}

ul#tracks li{
	display:block;
	padding:2px 0 9px 20px;
	height:16px;
	color:#ccd3c2;
	text-decoration:none;
	font-size:14px;
	line-height:22px;
}

ul#tracks li.not-playable{
	padding-left:46px;
}

ul#tracks li.player-song{
	height:30px;
	clear:both; 
	line-height:6px;
	margin-bottom:10px;
	padding-bottom:24px;
	border-bottom:1px solid rgb(255, 255, 255);
	border-bottom:1px solid rgb(255, 255, 255, .5);
}

span#track-listing-title{
	padding:0 0 4px 60px;
	display:block;
}

#album-content{
	border-top:1px dotted #333333;
	width:640px;
	background:url(images/album-background.jpg) -32px 0 no-repeat;
	padding:15px 32px 30px 352px;
	margin-left:-32px;
	color:#ccd3c2;
	font-family:"Georgia",serif;
	font-size:18px;
	line-height:26px;		
	clear:both;
	min-height:960px;
}

#album-nav{
	color:#ccd3c2;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

#album-nav a{
	float:left;
	color:#666666;
	text-decoration:none;
	margin-right:20px;
	font-style:italic;
	cursor:pointer;
}

#album-nav a.active, #album-nav a:hover{
	color:white;
}

.album-tab{
	display:none;
}

.album-tab.active{
	display:block;
}

ul#track-number-nav{
	margin-bottom:20px;
}

ul#track-number-nav li{
	float:left;
	margin-right:6px;
	list-style-type:none;
}

ul#track-number-nav li a{
	opacity:.3;
	border:1px solid #ccd3c2;
	display:block;
	width:20px;
	height:19px;
	color:#ccd3c2;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	vertical-align:middle;
	padding-top:1px;
	line-height:normal;	
}

ul#track-number-nav li a.active, ul#track-number-nav li a:hover{
	opacity:1;
	cursor:pointer;
}

.track-info{
	display:none;
}

.track-info.active{
	display:block;
}

span.track-title{
	text-transform:uppercase;
	margin-top:20px;
	display:block;
	font-weight:bold;
}

span.track-writer{
	display:block;
	font-style:italic;
	font-weight:bold;
}
div.track-lyrics{
	margin-top:20px;
}

div.track-lyrics p{
	margin-bottom:20px;
}

div#commentary p{
	margin-bottom:20px;
}

span.track-title, span.track-writer, div.track-lyrics{
	/* font-size:12px; */
}

body.subpage.news h2.page-title{
	font-size:28px;
}

div.news-article{
	width:300px;
	padding:15px 0 5px;
	margin:0 20px 0 0;
	border-top:1px solid #ccd3c2;
	color:#ccd3c2;
	line-height:20px;
	font-size:14px;
	font-family:"Georgia",serif;
}

div.news-article h3{
	color:white;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}

div.news-article h4 {
    color: #dddddd;
    font-size: 14px;
    font-weight:normal;
    margin: 0 0 15px;
}

div.news-article a{
	color:white;
}

div.news-article p{
	margin-bottom:10px;
}

div.news-article ul{
	padding-left:40px;
	padding-bottom:20px;
}

div.search-results-section{
	margin-bottom:80px;
}

h2.search-results-header{
	color:white;
	padding-left:20px;
	margin-top:20px;
}

div.search-result{
	padding:15px 0 5px;
	margin:0 20px 0 20px;
	border-bottom:1px solid #ccd3c2;
	color:#ccd3c2;
	line-height:20px;
	font-size:14px;
	font-family:"Georgia",serif;
}

div.search-result h3 a{
	color:white;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	margin-bottom:0;
	text-decoration:none;
}

div.search-result h4 {
    color: #dddddd;
    font-size: 14px;
    font-weight:normal;
    margin: 0 0 15px;
}

div.search-result p{
	margin-bottom:10px;
}

p.search-again{
	padding:15px 0 400px;
	margin:0 20px 0 20px;
	color:#ccd3c2;
	line-height:20px;
	font-size:14px;
	font-family:"Georgia",serif;
}


div.letter-excerpt{
	padding:15px 0 5px;
	margin:0 20px 0 20px;
	border-bottom:1px solid #ccd3c2;
	color:#ccd3c2;
	line-height:20px;
	font-size:14px;
	font-family:"Georgia",serif;
}

div.letter-excerpt h3 a{
	color:#dddddd;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	text-decoration:none;
}

div.letter-excerpt h3 a:hover{
	color:#ffffff;
}

div.letter-excerpt p{
	margin:6px 0 10px;
}

div#instagram-section div.instagram-photo{
	position:relative;
}

div#instagram-section img{
	background:#4a5737;
	display:block;
	width:320px;
	opacity:.8;
}

div.instagram-caption{
	background: none repeat scroll 0 0 #0E110B;
    bottom: 0;
    color: white;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    opacity: 0;
    padding: 8px 0 12px;
    position: absolute;
    text-align: center;
    width: 320px;
}

.sub-caption {
	font-weight:normal;
	font-size:12px;
}

#twitter-feed ul.tweet_list li{
	border-top:1px solid #ccd3c2;
	color:#ccd3c2;
	line-height:20px;
	font-size:14px;
	font-family:"Georgia",serif;
	padding:15px 0 10px;
	margin-left:20px;
}

#twitter-feed ul.tweet_list li a{
	color:white;
}

#twitter-feed ul.tweet_list li span.tweet_time{
	display:block;
	margin-top:5px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

img.frame{
	border:10px solid #5F675F;
}

#story-header{
	height:365px;
	position:relative;
}

#story{
	margin-top:0;
	margin-bottom:40px;
}


body.story h2.page-title {
    color: white;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 4px;
    position: absolute;
    text-align: left;
    text-shadow: 0 0 4px #000000;
    text-transform: uppercase;
    left:12px;
	bottom:0;
}

body.story h3.page-subtitle{
	position:absolute;
	color:#ccd3c2;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	bottom:-10px;
	left:16px;
}


#story-left, #story-right{
	margin-top:15px;
	font-family:"Georgia",serif;
	color:#ccd3c2;
	width:440px;
	font-size:13px;
	line-height:20px;
}


#story hr{
	height:3px;
	background:#ccd3c2;
	margin-bottom:3px;
}

#story hr.thin{
	height:1px;
	background:#ccd3c2;
	margin-bottom:5px;
}

#story-left{
	padding:0 0 0 20px;
	float:left;
}

#story-right{
	float:right;
	padding:0 20px 0 0;
}

body.story p{
	margin-bottom:10px;
}

body.story #wrapper{
	background:black url(images/story.jpg) center top no-repeat;
}

body.fundraiser #wrapper{
	background:none;
}

body.fundraiser{
	min-height:1000px;
	background:url(images/fundraiser.jpg) no-repeat center top;
}

body.story blockquote {
	color:white;
	border-top: 5px solid #ccd3c2;
	border-bottom: 5px solid #ccd3c2;
	width: 420px;
	text-align:center;
	font-size:32px;
	margin: 0px;
	padding: 20px 10px;
	margin:20px 0;
	line-height:32px;
 	quotes: "\201C" "\201D";
}

body.story blockquote p{
	display:inline;
}

div.story-callout{
	width: 440px;
	text-align:center;
	font-size:20px;
	margin:20px 0;
	line-height:28px;
}

div.story-callout img{
	height:auto;
}

blockquote:before{
	content: open-quote;
	font-weight: bold;
}

blockquote:after{
	content: close-quote;
	font-weight: bold;
}

.dropcap {
    color: white;
    float: left;
    font-family: Serif;
    font-size: 700%;
    font-weight: bold;
    left: 0;
    line-height: 0.5em;
    padding: 10px 6px 0 0;
    position: relative;
}

table#shows{
	font-family:"Georgia",serif;
	color:#ccd3c2;
	font-size:14px;
	width:960px;
}

table#shows tr td{
	padding:9px 5px 8px;
}

table#shows tr th{
	color:#ccd3c2;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	padding:9px 5px 8px;
}


table#shows a{
	color:#ffffff;
}

body.shows p{
	font-family:"Georgia",serif;
	color:#ccd3c2;
	width:940px;
	font-size:12px;
	line-height:18px;
	margin:10px 0;
	padding:10px;
}

#letter-content{
	width:600px;
	padding:40px 80px 55px;
	margin:10px auto 0;
	font-family:"Courier",serif;
	color:#222222;
	letter-spacing:.5px;
	font-size:13px;
	line-height:14px;
	background:url(images/paper-tile.jpg) repeat;
}

#letter-content a{
	color:#000000;
	text-decoration:underline;
}

#letter-content p{
	margin-bottom:25px;
}

#letter-navigation{
	color:#949492;
	width:760px;
	margin:0 auto;
}

#oldest-letter{
	margin-right:15px;
}

#newest-letter{
	margin-left:15px;
}

body.letter h2.page-title{
	margin-bottom:0;
}

body.letter h3{
	color:white;
	text-align:center;
}

body.search h2.page-title{
	margin-bottom:0;
}

.letter-date{
	width:100%;
	text-align:right;
}

#letter-navigation a{
	color:#cccccc;
	text-decoration:none;
}

#letter-navigation a:hover{
	color:#ffffff;
}

#contact-boxes{
	padding:10px 0 0;
	width:240px;
	float:left;
}

div.contact-box{
	color:#CCD3C2;
	width:240px;
	margin:0 0 40px;
	font-size:13px;
}
div.contact-box h3{
	color:#ffffff;
	font-size:20px;
	font-style:italic;
}

div.contact-box a{
	color:white;
	text-decoration:none;
}

div.contact-box a:hover{
	text-decoration:underline;
}

div.contact-box hr{
	margin:5px 0 7px;
	color:#CCD3C2;
	background:#CCD3C2;
	height:1px;
	opacity:.3;
}

#contact-form{
	width:700px;
	float:right;
	padding:0 0 0 20px;
}

#contact-form p{
	font-size:10px;
	color:#888888;
	padding:0 0 0 5px;
	margin-bottom:20px;
	line-height:16px;
}

.wufoo .info{
	display:none
}

body.media #images-section img{
	width:300px;
	padding:0;
	margin:0;
}

body.media #images-section{
	margin-bottom:20px;
}

body.media #images-section li{
	margin-bottom:15px;
}

body.media .press-list{
 	border-bottom:1px solid #51514F;
 	margin-bottom:30px;
 	
}
body.media .press-list li{
	background:#333333;
	padding:20px;
	list-style-type:none;
	color:#ccd3c2;
	border-top:1px solid #51514F;
	border-left:1px solid #51514F;
	border-right:1px solid #51514F;
	line-height:18px;
}

body.media .press-list li a{
	display:block;
	font-style:italic;
	color:white;
	text-decoration:none;
}

body.media .press-list li a:hover{
	text-decoration:underline;
}

body.media p.link-description{
	background:transparent;
	padding:0 20px 20px;
	color:#aaaaaa;
}

body.media #videos-section iframe{
	margin:0 0 40px 20px;
}

body.media #videos-section h4{
		color:white;
		font-size:14px;
		margin:0 20px 10px;
	}

#tracks span.buttons_mp3j, #tracks .buttons_mp3jpause{
	background-image: url(images/transport-album.png);
}

body.player #content{
	margin:0;
	padding:15px 0;
}

.faq-link{
	position:absolute;
	top:20px;
	right:20px;
}


body.player div.player-track-title {
    font: 500 11px/16px 'georgia',serif;
    left: 9px;
    max-width: 97%;
    position: absolute;
    top: -20px;
    width: auto;
    z-index: 50;
    color:white;
}

body.player div.jp-total-time[style] {
    display:none !important;
}

body.player div.statusMI{
    left: 50px;
    bottom:47px;
    right:auto;
}

body.player div.jp-play-time {
    font-size: 12px;
    left: 8px;
    bottom:45px;
}

body.player div.playlist-toggle-MI{
	display:none;
}

body.player div.loadMI_mp3j[style], body.player span.loadB_mp3j[style], body.player span.load_mp3j[style] {
    background: none repeat scroll 0 0 #ccd3c2 !important;
    opacity: 0.7 !important;
}

body.player div.bars_holder .ui-widget-header[style] {
    background: url("http://overtherhine.com/wordpress/wp-content/plugins/mp3-jplayer/css/images/posbar-soften-tipped-2.png") repeat-y scroll right top #B7DD7E !important;
    opacity: 0.8 !important;
}

body.player ul.UL-MI_mp3j li a.mp3j_A_current{
    color: #8EA36E !important;
}

body.player ul.UL-MI_mp3j li a {
    font-family: 'georgia', serif !important;
    font-size: 11px !important;
}


body.player div.buttons_mp3j {
    background: url("images/transport.png") no-repeat scroll -110px 1px transparent !important;
    float: right;
    height: 34px;
    margin: 0;
    text-indent: -9999px !important;
    width: 30px;
}
body.player div.buttons_mp3j:hover {
    background: url("images/transport.png") no-repeat scroll -110px -31px transparent !important;
}
body.player div.buttons_mp3jpause {
    background: url("images/transport.png") no-repeat scroll -2px 1px transparent !important;
    float: right;
    height: 34px;
    margin: 0;
    text-indent: -9999px !important;
    width: 30px;
}
body.player div.buttons_mp3jpause:hover {
    background: url("images/transport.png") no-repeat scroll -2px -31px transparent !important;
}
body.player div.Prev_mp3j, div.Next_mp3j {
    float: right;
    height: 28px;
    text-indent: -9999px !important;
}
body.player div.Prev_mp3j {
    background: url("images/transport.png") no-repeat scroll -32px 1px transparent !important;
    margin: 0 2px 0 0;
    width: 22px;
}
body.player div.Prev_mp3j:hover {
    background: url("images/transport.png") no-repeat scroll -32px -31px transparent !important;
}
body.player div.Next_mp3j {
    background: url("images/transport.png") no-repeat scroll -57px 1px transparent !important;
    margin: 0 1px 0 0;
    width: 19px;
}
body.player div.Next_mp3j:hover {
    background: url("images/transport.png") no-repeat scroll -57px -31px transparent !important;
}
body.player div.stop_mp3j {
    background: url("images/transport.png") no-repeat scroll -81px 1px transparent !important;
    float: right;
    height: 34px;
    margin: 0 1px 0 2px;
    text-indent: -9999px !important;
    width: 26px;
}
body.player div.stop_mp3j:hover {
    background: url("images/transport.png") no-repeat scroll -81px -31px transparent !important;
}

a.gift-level{
	display:block;
	padding:20px 40px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease; 
	background:#1f1f1f;
	margin:10px 0;
	text-decoration:none;
}

a.gift-level:hover{
	background:#333333;
}

a.gift-level h2{
	font-size:46px;
	line-height:46px;
}

a.gift-level.the-farm h2{
	color:#ACD373;
}

a.gift-level.barn-raising h2{
	color:#A09F4E;
}

#the-farm-content .fundraiser-message h2{
	color:#ACD373;
}

#barn-raising-content .fundraiser-message h2{
	color:#A09F4E;
}

a.gift-level h3{
	font-size:24px;
	color:#eeeeee;
}

a.gift-level p{
	margin:10px 0;
	font-size:13px;
	line-height:19px;
	color:#CCD3C2;
}

div.gift-message{
	padding:30px 20px 40px;
	border-top:1px #444444 dotted;
	border-bottom:1px #444444 dotted;
	margin:30px 0;
}

.fundraiser-message ul, .gift-message ul, .gift-level ul, .gift-message ol, .gift-level ol{
	padding-left:40px
}

.gift-level-image, .gift-level-copy{
	float:left;
}

.gift-level-image{
	width:25%;
	margin-top:20px;
	padding-right:40px;
}

.gift-level-image img{
	max-width:100%;
}


table#shows a.map-link{
	color:#777777;
}

table#shows a.map-link:hover{
	color:#bbbbbb;
}

.fundraiser-tab{
	width:44.9%;
	color:white;
	font-size:16px;
	padding:1.5%;
	margin:0;
	text-align:center;
	float:left;
	display:block;
	background:black;
	border-left:10px solid #222222;
	border-right:10px solid #222222;
	border-top:10px solid #222222;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color  0.3s ease;
	margin-bottom:-10px;
	position:relative;
	z-index:0;
	cursor:pointer;
}

.fundraiser-tab-content{
	border-top:10px solid #222222;
	z-index:1;
	position:relative;
}


.fundraiser-tab:hover{
	background:black;
}

.fundraiser-tab.active{
	background:black;
	z-index:2;
	padding:2% 1.5%;
}

.fundraiser-message{
	padding:20px 40px;
}

.fundraiser-message h2{
	margin-top:0;
}

.fundraiser-message h3{
	margin-top:5px;
	color:#626a62;
}

body.fundraiser .page-content{
	background:black url('images/dark-green-border-desktop.jpg') no-repeat center 0;
}


#barn-raising-content{
	border-color:#626962;
}


#record-button{
	display:block;
	background: url('images/record-2.png') no-repeat center center;
	height:120px;
	width:141px;
	position:absolute;
	top:29px;
	right:0;
}

img.record-image{
	float:right;
	margin-left:40px;
	margin-bottom:30px;
}

.fundraiser-signature{
	margin-left:45px;
	margin-top:-10px;
}

img.shows-header{
	border:10px solid #2A2D26;
	-moz-box-shadow:    0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow:         0 0 5px #000000;
	width:940px;
	margin-top:10px;
	margin-bottom:30px;
}

body.secret form{
	color:white;
	text-align:center;
}