/*
Theme Name: BMF - Custom Theme
Theme URI: http://mcgraphixcreative.com
Description: Custom Theme designed for the Breckenridge Music Festival
Version: 1.0
Author: McGraphix/MPD
Author URI: http://www.mcgraphixcreative.com
*/


/* CSS Document */


/* Font Init
------------------------------------------------------------------------------------------*/

html{
	font-size: 77%; /* Resets 1em to 10px */
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	color: #000;
}

body{
	background: #F3F5DF;
	margin: 0px;
	color: #414042;
	padding: 0px;
	background-image: url(images/design/bg-body.png);
	background-repeat: repeat-x;
	height: 100%;
}




/* Tags
------------------------------------------------------------------------------------------*/
a, a:visited{
	color: #aab300;
	text-decoration: none;
	font-style:italic;
}

label, a:hover, label:hover{
	color: #aab300;
	cursor: pointer;
	text-decoration: underline;
}

/* Typography */
span, p, h1, h2, h3, h4, h5{
	color: #373534;
}

p, ul, ol{
	font-family:   Arial,Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

ul{padding: 0px; margin: 0px;}

h1{
	font-size: 2.4em;
}


h2{
	font-size: 1.4em;
	font-weight: normal;
}

#content-main h2{text-transform: uppercase;}

h3{
	
}

hr{
	background-image:url(images/design/hr-bg.jpg);
	background-repeat: repeat-x;
	width: 885px;
}

p img{
	float: none;
	margin: 0px;
	border: 0px;
}

p a[rel] img{margin:0px 15px 5px 0px;}

p.important{	color: #373534;}
p.small, p.italic{font-style: italic;}


small{	display: block;}

.post h2{text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.post h2 a[rel="bookmark"]{font-style:normal; color: #373534;}

ul.miniposts li h3, .box h3{	padding: 10px 10px 0px 10px; margin: 0px; text-transform: uppercase; font-weight: normal; font-size: 1.3em;}
ul.miniposts li > h3{padding-top: 17px;}
ul.miniposts li p, .box p{ padding: 5px 10px 10px; margin: 0px; line-height: 15px;}
ul.miniposts li p img, .box p img{ margin: -5px -10px -10px; }

#content-supp h2.widget-title {display: none;}

/* Classes
------------------------------------------------------------------------------------------*/
div.colborder{
	border: none;
}

.phark, .phark a{	
	text-indent: -5000px;
	display: block;
	/*font-size: 0;*/
	overflow: hidden;
	background-repeat: no-repeat;
}

.left{float: left; margin: 0px 15px 0px 0px;}
.right{	float: right; margin: 0px 0px 0px 15px;}

.post{
	background:url(images/design/hr.jpg) no-repeat 0 bottom;
	padding: 10px 15px;
	clear: both;
}


ul.miniposts{list-style: none;}

.box, ul.miniposts li{
	padding: 0px;		
	margin: 0px;
	background-color:#E6EB98;
	color: #414042;
}
ul.miniposts li:nth-child(2n), .light{background-color:#F0F3C1;  } 

.grey{background-color:#494743; }

img.alignright {float:right; margin:0 0 5px 15px}
img.alignleft {float:left; margin:0 15px 5px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

p.postmetadata{padding: 10px; background-color: #F0F3C1; clear: both;}
p.postmetadata:last-child{border-right: none;}

/*Specific Post Styles*/
.post.category-event small{display: none;}
.post.category-event{background-image: none;}

.entry ul{
	list-style: none;
	margin-left: 20px;
}

.welcome{
	background-color:#F0F3C1;
	margin:-15px -27px 10px -20px;
	padding:5px 35px;
}


/* Content Divs
------------------------------------------------------------------------------------------*/
.container{
	height: 100%;
	background: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 815px;
	margin: 0 auto;
}

#header {
	height: 321px;
	position: relative;
	text-align: center;
	z-index: 80;
}

	#branding{
		width: 100%;
		height: 238px;
		background-repeat: no-repeat;
		display: block;
		padding-top: 40px;
		background-color: #4A4741;
	}
		
			#branding h1 a{
				height: 159px;
				width: 247px;
			}
	
	
#content{
	min-height: 300px;
	background-color: #FFF;
	background-image: url(images/design/bg-content.png);
	position: relative;
	/*z-index: 0;*/
}		

#content-main{
	position: relative;
	padding: 10px 265px 20px 20px;
	width: 530px;
	/*z-index: -10;*/
	background-image: url(images/design/bg-content.png);
	min-height:1370px;
}

#content-main div:last-child{background-image:none;}

#content-supp{
	background-color: #E6EB98;
	padding: 0px;
	width: 238px;
	min-height: 200px;
	position: absolute;
	left: 577px;
	top: 2px;
	right: 0px;

}
	
#footer{
	height: 25px;
	padding: 8px 0 0 0px;
	font-size: 11px;
	clear: both;
	background-color: #494743;
	text-align: center;
}

#footer a, #footer p{
	color: #5b5959;
}

/* Navigation 
------------------------*/

#navigation{
	width:100%;
	height: 45px;
}	

ul#nav-main, ul#nav-supp{
	list-style: none;
	width: 100%;
	margin: 0px;
	height: 45px;
	background-color:#B0BA25;
	position: relative;
	padding: 0px;  
	z-index: 100;
}

ul#nav-main li, ul#nav-supp li{
	display:block;
}

	ul#nav-main a, ul#nav-supp a {
		display: block;
		height: 45px;
		background-repeat: no-repeat;
		width: 128px;
	}
	
	ul#nav-supp a{height: 13px; }
	
	ul#nav-main li, ul#nav-supp li {
		float: left;
		background-repeat: no-repeat;
		display: block;
		/*overflow: hidden;*/
		height:45px;
		width: 128px;
		margin-right: 9px;
		text-indent: -9999px;
	}
	
	.ie6 	ul#nav-main li, ul#nav-supp li{
		overflow: hidden;
	}
	
	/*Sub-nav (dropdown, son of suckerfish)*/
	ul#nav-main li ul {
	  position: absolute;
		left: -999em;
		width: 118px;
		background-color: #939383;
		position: relative;
		z-index: 10;
		list-style: none;
		width: 100%;
		margin:0px 0 0;
		padding: 5px 0px;
	}
	
	
	
	ul#nav-main li:hover ul, ul#nav-main li.sfhover ul {left: auto;}
	ul#nav-main li:hover, ul#nav-main li.hover{position: static; } /*IE7 Fix?*/

	ul#nav-main li ul li{
		float: none;
		background-image: none;
		height: 17px;
		line-height: 17px;
		text-indent: 10px;
		text-align: left;
		margin: 0px;
		background-color: #939383;
		display: block;
	}
	
	ul#nav-main li ul li a{
	color: #FFF;
	font-style: normal;
	background-image:none !important;
	font-size: 10px;
}
	ul#nav-main li ul li:hover{}
	ul#nav-main li ul li:last-child{}
	ul#nav-main li ul li:first-child{}

	
	
	
	
	ul#nav-supp li{
		margin-right: 10px;
		border-right: 1px solid #FFF;
		padding-right: 10px;
		height: 13px;
	}
	
	ul#nav-supp{
		width: 100%;
		height: 30px;
		background-image:url(images/design/bg-nav-supp.png);
		background-repeat: repeat-x;
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		background-color: #FFF;
		padding-top: 10px;
	}

	ul#nav-footer{
		color: #FFF;
		list-style: none;
		color: #999;
		font-size: 11px;
		margin:0 auto;
	  width:100%;
		padding: 0px;
	}
	
	ul#nav-footer li{
		display: inline;
		border-right: 1px solid;
		margin-right:7px;
		padding-right:10px;
		letter-spacing: .5px;
	}
	
	.ie ul#nav-footer li{
		letter-spacing: .01em;
		margin-right: 10px;
	}
	
	ul#nav-footer li a{
		font-style: normal;
		color: #999;
	}

	ul#nav-tertiary{
		
		width: 100%;
		margin-top: 20px;
	}
	
	ul#nav-tertiary li{
		border-right: 1px solid #AAB300;
		margin-right: 4px;
		padding-right: 6px;
		display: inline;
	}
	
	.ie7 ul#nav-tertiary li{margin-right: 8px;}
	
	ul#nav-tertiary li a{
		color: #AAB300;
		font-style: normal;
	}
	
 div.nav-posts{margin-bottom: 15px;}
 div.home{height:15px;margin:5px 0 -12px; background-color: #F0F3C1; padding: 5px 7px;}
 div.nav-posts a{font-size: 13px; font-weight:bold;}

/* LISTS
------------------------------------------------------------------------------------------*/
ul li:last-child, ul li.last-child{margin: 0px !important; padding: 0px !important; border: none !important;}

ul#vcard{
	list-style: none;
	color: #687819;
	background-image: url(images/design/vcard-email-bg.jpg);
	background-position:right;
	background-repeat: no-repeat;
	text-align: left;
	width: 448px;
	position: absolute;
	top: 102px;
	height: 21px;
	left: 453px;
	padding: 10px 0 7px 14px;
	}
	
	ul#vcard li{
	display: inline;
	margin-right: 7px;
	}
	
	ul#photo-row{
	list-style: none;
	background-color: #FFF;
	padding: 9px 0px;
	margin: 0px;
	height: 61px;
	font-size: 12px;
}
	ul#photo-row li{
	display: inline;
	margin: 0 5px 0 0;
}

ul#legend{ list-style: none; margin:-10px 20px 15px;}
ul#legend li{text-transform:uppercase; background-color:transparent !important; font-size:11px;  }
 ul#legend li a{font-style:normal;}
 ul#legend li.blue-river-series a{color:#104b7d;}
 ul#legend li.bmf-orchestra-concert a{color: #afbd21;}
 ul#legend li.champagne-concert-series a{color:#687819;}

ul#location-info li span.key{font-weight: bold;}

	
/* FORMS
------------------------------------------------------------------------------------------*/
form.custom-form{
	position: relative;
	margin-top: 25px;
	width: 95%;
}
form.custom-form fieldset { margin-bottom: 10px;}
form.custom-form legend {  padding: 0 2px;  font-weight: bold;}
form.custom-form label { display: inline-block; line-height: 1.8;vertical-align: top;}
form.custom-form fieldset ol {  margin: 0;  padding: 0;}
form.custom-form fieldset li {  list-style: none;  padding: 5px;  margin: 0;}
form.custom-form fieldset fieldset {  border: none; border-width: 0; margin: 0 0 -55px -18px;}

.ie form.custom-form fieldset fieldset{ margin-bottom: -35px; margin-top: -28px;}

form.custom-form fieldset fieldset legend {  padding: 0 0 5px;  font-size: 12px; color: #687819;}
.ie form.custom-form fieldset fieldset legend {}

form.custom-form fieldset fieldset label {  margin-top: -40px; margin-right: -90px; margin-left: 50px;  width: auto;}
.ie form.custom-form fieldset fieldset label{ margin-top: -30px; }

form.custom-form label.required:after{	content: '*';	 font-weight: bold;  font-style: normal;  color: #f00;}
form.custom-form em {  font-weight: bold;  font-style: normal;  color: #f00;}
form.custom-form label {  width: 120px; /* width of labels */}

form.custom-form input:focus{outline: #AO5423; }
form.custom-form input[type=text]{	width: 25%;}
form.custom-form input[type=text].short{	width: 75px;}
form.custom-form textarea{
	margin-right:5px;
	width:480px;
	height: 75px;
}

.webkit form.custom-form textarea{margin-top: 0px;}

form.custom-form fieldset fieldset label {  margin-left: 123px; /* Width plus 3 (html space) */}
form.custom-form li#button{position: absolute; bottom: 5px; }

.ie form.custom-form li#button{position: relative; }
.ie form.custom-form {padding-bottom: 15px; }


/* TABLES [Calendar]
------------------------------------------------------------------------------------------*/
#wp-calendar{margin-bottom: 10px; padding: 10px;}
#wp-calendar a{color: #4d4d4f; font-style: normal;}
#wp-calendar table caption {font-size:110%;font-weight:bold;margin-top:-20px; margin-bottom: 12px;}
#wp-calendar table thead th{background-color: #4d4d4f; color: #FFF; font-size: 10px;}
#wp-calendar table tbody tr {border-bottom: 1px solid #c3c786; padding: 5px 0px;}
#wp-calendar table tbody tr td{ font-size: 11px;}
#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td {padding: 4px 0px !important; border: none !important; } 
#wp-calendar table td:hover, #wp-calendar table #today{border:1px solid #4d4d4f; padding: 3px 0px;}
#wp-calendar table td.ec3_eventday{background-color:#B2BB1A; }
#wp-calendar table td.ec3_eventday a{color: #FFF;}

table.ec3_schedule{border: none; float: none; margin:-13px 0px 0px -3px;}

a#ec3_publish{	display: none !important;}

 #wp-calendar table td.blue-river-series{background-color:#104b7d;}
 #wp-calendar table td.bmf-orchestra-concert {background-color: #afbd21;}
 #wp-calendar table td.champagne-concert-series{background-color:#687819;}


/* PHARK
------------------------------------------------------------------------------------------*/
h1#logo{
	width: 247px;
	background-image:url(images/design/breckenridge-music-festival.jpg);
	margin: 0 auto;
	height: 159px;
}

h3#sign-up{
	width: 159px;
	height: 13px;
	background-image: url(images/text/h3-sign-up-for-newsletter.jpg);
}

h3#donate-now{
	width: 159px;
	height: 13px;
	background-image: url(images/text/h3-donate-now.jpg);
}

a#go{
	width: 25px;
	height: 23px;
	background-image:url(images/design/buttons/btn_go-hover.jpg);
	float: right;
	margin:-28px 27px 0;
}

a#go:hover{
	background-image:url(images/design/buttons/btn_go.jpg);
}


/* Nav
-------------------*/
ul#nav-main li#about-us a{background-image: url(images/text/nav/nav-about-us.jpg);}
ul#nav-main li#about-us a:hover, ul#nav-main li#about-us{background-image:url(images/text/nav/nav-about-us-hover.jpg); }
ul#nav-main li#programs-of-the-bmf a{background-image: url(images/text/nav/nav-programs-of-the-bmf.jpg);}
ul#nav-main li#programs-of-the-bmf a:hover, ul#nav-main li#programs-of-the-bmf{background-image:url(images/text/nav/nav-programs-of-the-bmf-hover.jpg); }
ul#nav-main li#concert-schedule a{background-image: url(images/text/nav/nav-concert-schedule.jpg);}
ul#nav-main li#concert-schedule a:hover, ul#nav-main li#concert-schedule{background-image:url(images/text/nav/nav-concert-schedule-hover.jpg); }
ul#nav-main li#applause-events a{background-image: url(images/text/nav/nav-applause-events.jpg);}
ul#nav-main li#applause-events a:hover, ul#nav-main li#applause-events{background-image:url(images/text/nav/nav-applause-events-hover.jpg); }
ul#nav-main li#supporting-excellence a{background-image: url(images/text/nav/nav-supporting-excellence.jpg);}
ul#nav-main li#supporting-excellence a:hover, ul#nav-main li#supporting-excellence{background-image:url(images/text/nav/nav-supporting-excellence-hover.jpg); }
ul#nav-main li#tickets a{background-image: url(images/text/nav/nav-tickets.jpg);}
ul#nav-main li#tickets a:hover, ul#nav-main li#tickets{background-image:url(images/text/nav/nav-tickets-hover.jpg); }

ul#nav-main li.page-item-2 a{background-image: url(images/text/nav/nav-about-us.jpg);}
ul#nav-main li.page-item-2 a:hover, ul#nav-main li.page-item-2{background-image:url(images/text/nav/nav-about-us-hover.jpg); }
ul#nav-main li.page-item-9 a{background-image: url(images/text/nav/nav-programs-of-the-bmf.jpg);}
ul#nav-main li.page-item-9 a:hover, ul#nav-main li.page-item-9{background-image:url(images/text/nav/nav-programs-of-the-bmf-hover.jpg); }
ul#nav-main li.page-item-10 a{background-image: url(images/text/nav/nav-concert-schedule.jpg);}
ul#nav-main li.page-item-10 a:hover, ul#nav-main li.page-item-10{background-image:url(images/text/nav/nav-concert-schedule-hover.jpg); }
ul#nav-main li.page-item-11 a{background-image: url(images/text/nav/nav-applause-events.jpg);}
ul#nav-main li.page-item-11 a:hover, ul#nav-main li.page-item-11{background-image:url(images/text/nav/nav-applause-events-hover.jpg); }
ul#nav-main li.page-item-12 a{background-image: url(images/text/nav/nav-supporting-excellence.jpg);}
ul#nav-main li.page-item-12 a:hover, ul#nav-main li.page-item-12{background-image:url(images/text/nav/nav-supporting-excellence-hover.jpg); }
ul#nav-main li.page-item-13 a{background-image: url(images/text/nav/nav-tickets.jpg);}
ul#nav-main li.page-item-13 a:hover, ul#nav-main li.page-item-13{background-image:url(images/text/nav/nav-tickets-hover.jpg); }

ul#nav-supp li#dates-bmf{
	background-image:url(images/text/2009-2010-breckenridge-music-festival.jpg);
	height: 32px;
	width: 298px;
	border: none;

	margin:-10px 285px 0 0;
}
ul#nav-supp li#contact-us a{background-image:url(images/text/nav/nav-supp-contact-us.jpg); width: 64px;}
ul#nav-supp li#contact-us a:hover, ul#nav-supp li#contact-us{background-image:url(images/text/nav/nav-supp-contact-us-hover.jpg); width: 64px; }

ul#nav-supp li#news-pressroom a{background-image:url(images/text/nav/nav-supp-news-pressroom.jpg); width: 99px;}
ul#nav-supp li#news-pressroom a:hover, ul#nav-supp li#news-pressroom	{background-image:url(images/text/nav/nav-supp-news-pressroom-hover.jpg); width: 99px;}

/*h1
-------------------*/
h1.headings{
	height: 12px;
	margin: 7px 0 0 -17px;
}

h1#one-bed{	background-image:url(images/text/one-bedroom.jpg); width: 149px;}
h1#two-bed{	background-image:url(images/text/two-bedroom.jpg); width: 149px;}
