/*
	www.bowthayer.com
	apr 2010
	Julie Berlin
	julie@helpmejulie.com
*/


/* =Basic HTML
--------------------------------------------------------------------------------*/
body {
	font-family: "Lucida Grande", "Calibri", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #433F37;
}

/* anchors
----------------------------------------------- */
a { color: #069;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


/* headings
----------------------------------------------- */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive.eot');
	src: local('../fonts/ChunkFive'), local('../fonts/ChunkFive'), url('../fonts/Chunkfive.woff') format('woff'), url('../fonts/Chunkfive.ttf') format('truetype'), url('../fonts/Chunkfive.svg#ChunkFive') format('svg');
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #C90;
	line-height: normal;
	font-family: Verdana;
}

h1 { font-size: 5px; }

h2 { font-size: 2.7em;
	color: #C93;
	font-weight: normal;
	font-family: "ChunkFiveRegular", sans-serif;
}

h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; text-transform: uppercase; }
h6 { font-size: .9em; }


dt { font-weight: bold; margin-top: 6px; }

/* branding
----------------------------------------------- */
h1#branding {
	text-indent: -9999px;	
	font-size: 1px;
}


/* page heading
----------------------------------------------- */
h2#pageheading {
	font-size: 3em;
	line-height: 1.2em;
}


/*	Paragraphs and block level elements
----------------------------------------------- */
p { margin: 0 0 .5em 0; }
p + p { margin: .7em 0; }

/*	=Lists
----------------------------------------------- */
ol { padding-left: 2.2em; }

ul { padding-left: 2em; }

li { margin: .4em 0; }

ol ol,
ul ul { margin: 4px 0; }

ol ol { list-style-type: lower-alpha; }

ol ol ol { list-style-type: decimal; }

ul ul { list-style-type: circle; }
/*
dd { margin-left: 1em; }
*/

dl { margin-bottom: 20px; }

.tpl-blog-list { padding: 0; }

.tpl-blog-list li {
	line-height: normal;
	list-style-image: none;
	margin: 1px 0;
}

.tpl-blog-list a {
	color: #433F37;
	padding: .3em .4em;
	display: block;
	font-weight: bold;
}

.tpl-blog-list a:hover {
 	background-color: #DFD099;
}

/*
--------------------------------------

-------------------------------------- */

.bord-thick {
	background-image: url(../ui/border-diag.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: .3em;
}

.emph {
	background-image: url(../ui/border-diag.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 18px;
}




/*	=Generic reusable styles
---------------------------------------	*/

.error-msg {  }

.rounded {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.transparent {
	background-color: rgba(100,100,100,.5);
	/*	note that IE doesn't support this	*/
}

.shadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
}

.textshadow {
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
}

.note { font-family: "Trebuchet MS"; font-size: .9em; }

p.note {
	margin: 4px 0;
	line-height: normal;
}

.fl-right { float: right; }

.fl-left { float: left; }	

#home { display: relative;}

#sn-bar {
	background-color: #081014;
	background-color: rgba(11,19,23,.8);
	border-bottom: 1px solid #202930;
	font-family: "Trebuchet MS";
	font-size: .95em;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}

#sn-bar .wrapper { padding: 10px 2% 8px 2%; }

#sn-bar a {
	color: #848C8A;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
}

#sn-bar a.facebook { background-image: url(../ui/icon-facebook.gif); }
#sn-bar a.twitter { background-image: url(../ui/icon-twitter.gif); }
#sn-bar a.flickr { background-image: url(../ui/icon-flickr.gif); }
#sn-bar a.youtube { background-image: url(../ui/icon-youtube.gif); }
#sn-bar a.rss { background-image: url(../ui/icon-rss.gif); }

#sn-bar a:hover {
	color: #FFF;
	text-decoration: none;
}

#sn-bar ul {
	margin: 0;
}

#sn-bar li,
#sn-bar form {
	display: inline;
	margin: 0 .4em;
}

#sn-bar form {
	margin-left: 2em;
}

#sn-bar form :focus {
	border-color: #A0ABB5;
	background-color: #29323C;
}

#sn-bar input {
	border: 1px solid #28313B;
	line-height: 1.2em;
	height: 1.7em;
	color: #FFF;
	margin: 0;
}

#sn-bar input.btn-submit {
	color: #FFF;
	border: 1px solid #202930;
	background-color: #29323C;
	margin: 0;
	height: 2em;
	padding: 2px 8px 3px 8px;
	display: inline;
}




/*	=imagery 
-------------------------------------*/	

.image-wrapper {
	position: relative;
}

.image {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: relative;
}

.image .image-info {
	position: absolute;
	width: 90%;
	left:0;
	bottom: 0;
	background-color: #333;
	background-color: rgba(000,000,000,.7);
	font-size: .8em;
	line-height: 1.2em;
	color: #FFF;
	padding: .6em 5%;
	display: none;	
}

.image .caption {
	display: block;
	float: left;
	margin-right: 1em;
}

.image .photocred {
	font-style: italic;
	display: block;
	float: left;
	margin-right: 1em;
}

.image .link {
	display: block;
	float: right;
}

.image .enlarge {
	display: block;
	float: right;
	margin-right: 1em;
}

.image:hover .image-info a {
	color: #C93;
}

.image:hover .image-info {
	display: block;
}


/*	=blogs
---------------------------------------*/
.author {
	font-weight: 600;
	text-transform: capitalize;
}

.subhead {
	font-weight: 600;
	text-transform: uppercase;
/*	color: #726B5E;	*/
	color: #960;
}

.tpl-blog,
.tpl-blog-full {
	border-bottom: 1px dotted #B6B09C;	
	padding: .8em 0;
}


.tpl-blog-full {
	margin-top: 1em;
}

.tpl-blog-full .image-wrapper {
	height: 110px;
	width: 40%;
	float: left;
	margin: .7em 1em .5em 0;
}

.tpl-blog-full .image {
	background-position: center top;
	border: 2px solid #FFF;
}








/*	=page layouts
--------------------------------*/
#pl-normal {

}

#pl-normal #upper {
	padding-bottom: 2em;
}

#pl-normal #main .col {
	width: 50%;
	margin-left: 0;
}

#pl-normal #aside .col {
	width: 28%;
}






#tweedtix input,
#tweedtix select {
	background-color: #FFF;
	font-size: 1em;
	font-weight: normal;
	height: 1.4em;
	margin-bottom: 1em;
}

#tweedtix input.btn-submit {
	border: none;
	background-color: transparent;
	margin-top: 1em;
	width: auto;
	height: auto;
}	




#tweedtix td {
	font-size: .9em;
	font-weight: bold;
}

.image-thumbs li {
	list-style-image: none;
	display: block;
	float: left;
	width: 49%;
	height: 80px;
}

.image-thumbs a {
	background-color: #CCC;

}

.image-thumbs span.image {
	display: block;
	border: 1px solid #FFF;

}



/*
----------------------------------------
banners
----------------------------------------*/

#focus {

/*	border: 1px solid #202930;
	border-bottom: none;
	
	*/
	height: 20px;
	overflow: hidden;
	font-size: 1.2em;
	
/*	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	*/
}


.banner { height: 100%; line-height: 1.4em; }

#cd-party .inner {
	background-image: url(../ui/b-nov20.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}

#cd-party .deets {
	color: #FFF;
	float: right;
}

#cd-party .img-wrap { margin-top: -15px; }

#cd-party .links a { 
	color: #FFF;	
	background-color: #4C545C;
	font-size: .85em; 
	margin-right: 8px;
	padding: 3px 8px;  
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
	white-space: nowrap !important;
	}
	
#cd-party a.buy-tix { background-color: #069; }

#ditto_pages a, #ditto_pages span { margin: 4px 6px; }

#focus h3 {
	color: #FFF;
	margin: 0;
	font-size: 1.6em;
	font-weight: 400;
}

#focus h3 a { color: #FFF; }

.tpl-banner {
	height: 100%;
}

.tpl-banner .subhead {
	color: #C93;
	font-size: .8em;
	letter-spacing: .05em;
}

.tpl-banner .link {
	font-size: .8em;
	font-weight: 600;
	padding-left: 1em;
}

.backdrop { height: 100%; width: 100%; }

.tpl-banner .interior { padding: 1em 2%; }

.tpl-banner .banner-img {
	height: 245px;
	float: left;
	display: inline;	
}

.tpl-banner .banner-img img {
	height: 100%;
}

.tpl-banner .banner-text {
	float: left;
	display: inline;
}

.tpl-banner .banner-text p {
	line-height: 1.4em;
}
/*
#nateva {
	background-image: url(../ui/banner-bg-top-fade1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #141D23;	
}

#nateva .backdrop {
	background-image: url(../../../images/banner-bg-trees.gif);
	background-repeat: no-repeat;
}

#nateva .banner-text {
	width: 40%;
	margin-left: 135px;
}

#nateva .banner-img { width: 30%; margin: -1.5em 0 0 0; }
*/
#music .backdrop {
/*	background-image: url(../../../images/banner-bg-wave.jpg);
	background-repeat: no-repeat; */
}

#music .banner-text {
/*	margin-left: 135px;	*/
	width: 40%;
}

#music .banner-img { width: 512px; margin:0; float: right; }


#photo .backdrop {
	background-image: url(../../../images/band-robin2.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#photo .banner-text {

}

#tupelo .backdrop {
	background-image: url(../../../images/tupelo-banner.gif);
	background-repeat: no-repeat;
	position: relative;
}

#tupelo a { font-size: .9em; font-weight: bold; position: absolute; bottom: 10px; left: 0; }

/*
#tweed .banner-text { float: right; width: 40%; margin-top: 4em; }
#tweed strong { font-weight: bold; color: #FFF; }
#tweed h3 a { color: #FF6; }
#tweed a.link { font-size: 1.2em; }

#tweed .banner-img { height: 400px; width: 512px; margin:0; }
*/

.tpl-past-event { margin-bottom: 1em; }

dd { margin-bottom: 1em; }


.player {
	padding: 5px;
	background-color: #FFF; 
	border-color: #FFF;
	margin-bottom: 10px;
	width: 410px;
	-moz-box-shadow: 2px 2px 2px #AFA78C;
	-webkit-box-shadow: 2px 2px 2px #AFA78C;
	box-shadow: 2px 2px 2px #AFA78C;
}

.photoby { 
/*	used in home page #photo div 	*/
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #CCC;
	position: absolute;
	width: auto;
	bottom: 0;
	left: 0;
	background-color: rgba(000,000,000,0.35);
	padding: .2em 1em;
}

.photoby a { color: #CCC; }






/*
--------------------------------------

--------------------------------------*/



/*
--------------------------------------

--------------------------------------*/
.inner { margin: 10px; }
/*
.header { padding: 5px; }
.article { padding: 5px; }
*/
/*
--------------------------------------
individual event page style upcoming show
--------------------------------------*/
.up-show {  }
.up-show .lineup { font-size: .9em; font-style: italic; }
.up-show .header h3 { color: #2A333D; }
.up-show a { color: #069; }
.up-show a:hover { text-decoration: underline; }
.up-show .fn { color: #960; font-weight: bold; margin-right: 10px; }
.up-show .venue { 
	background-image: url(../ui/border-inset.gif); 
	background-repeat: repeat-x; 
	background-position: top;  
	padding: 16px 5px 5px 5px;
}
.up-show .showtime { padding: 5px; }
.up-show .tix { 
	background-image: url(../ui/border-inset.gif); 
	background-repeat: repeat-x; 
	background-position: top;  
	margin-top: 10px;
	padding: 12px 5px 5px 5px;
}
.price { font-weight: bold; }
.up-show .buy-tix { margin-left: 10px; }
.time { font-weight: bold; }



/*	
-----------------------------------------
archived events
----------------------------------------- */

.archived-event { margin: 8px 0 18px 0; 
	background-image: url(../ui/border-inset.gif); 
	background-repeat: repeat-x; 
	background-position: bottom;  
	padding-bottom: 18px; 
}
.archived-event .narrow { width: 25%; margin-right: 3%; }
.archived-event .wide { width: 72%; }

.archived-event .dtstart { 
	text-align: right; 
	background-image: none; 
	background-color: transparent; 
	color: #333; 
	display: inline;
}

.archived-event .summary { font-weight: 600; display: block; margin-top: 1px; }
.archived-event .description {  }
.archived-event .location {  }
.archived-event .venue { color: #960; padding-right: 10px; }

/*	
-----------------------------------------
events list
----------------------------------------- */
.box {
	background-color: #F2EEDC; 
	border: 2px solid #FFF;
	margin-bottom: 20px; 
	-moz-box-shadow: 2px 2px 2px #AFA78C;
	-webkit-box-shadow: 2px 2px 2px #AFA78C;
	box-shadow: 2px 2px 2px #AFA78C;
}

.small { font-family: Verdana; font-size: 10px; }

.fade { 
	border-top: 1px solid #FFF; 
	background-image: url(../ui/bg-showinfo.jpg); 
	background-repeat: repeat-x; 
	background-position: top; 
}

.vevent {  }

.ev-summary .inner { padding: 4px 1%; margin: 0; }
.ev-summary .when { width: 19%; border-right: 1px dotted #AAA; }
.ev-summary .info { float: right; width: 78%; padding-left: 2%;  }

.ev-summary .links { float: right; text-align: right; font-size: .9em; }
.ev-summary .location .venue { color: #2A333D; font-weight: bold; }
.ev-summary .town { display: block; }
.ev-summary .summary { font-size: 1.2em; font-weight: bold; margin-bottom: 4px; }

.ev-summary .day {  text-transform: uppercase; font-size: .9em; }
.ev-summary .month, 
.ev-summary .date { color: #C93; font-size: 1.2em; font-weight: bold; text-transform: uppercase; }
.ev-summary .time { color: #2A333D; margin-top: 3px; }

.ev-summary .more-info {  }
.ev-summary .buy-tix {  }
.ev-summary .buy-tix a { 
	color: #FFF;	
	background-color: #069;
	padding: 2px 8px;  
	-moz-border-radius: .7em;
	-webkit-border-radius: .7em;
	border-radius: .7em;
	white-space: nowrap !important;
	}
	

.lineup { font-family: "Trebuchet MS"; font-size: .95em; font-style: italic; line-height: normal; }

.ev-details { margin-left: 22%; }
.ev-details .venue { 
	border-top: 1px dotted #AAA;  
	padding: 12px 5px 5px 5px;
}
.ev-details .tix { 
	margin-top: 10px;
	padding: 5px;
}

.ev-details .price, .ev-details .fn { margin-right: 10px; color: #2A333D; font-weight: bold; }

.ev-details .article p { margin-top: 0; }
.ev-details h5 { margin: 0; }

.vevent .expandable { display: none; }

/*	
-----------------------------------------
contact form
----------------------------------------- */

#contact-form label {
	display: block;
	font-weight: bold;
	font-size: .85em;
}

#contact-form textarea {
	width: 99%;
	border: 1px solid #C0B89C;
	height: 6em;
}

#contact-form input,
#contact-form select {
	width: 80%;
	border: 1px solid #C0B89C;
	font-size: 1em;
	font-weight: normal;
	height: 1.4em;
}

#contact-form .buttons input {
	width: auto;
}

#contact-form input.btn-submit,
#contact-form input.btn-cancel {
	color: #FFF;
	border-color: transparent;
	cursor: pointer;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: .25em .5em;
	height: 2em;
}

#contact-form input.btn-submit {
	background-color: #069;
}

#contact-form input.btn-cancel {
	background-color: #C0B89C;
}

#contact-form input.btn-submit:hover,
#contact-form input.btn-submit:focus,
#contact-form input.btn-submit:active,
#contact-form input.btn-cancel:hover {
	background-color: #069;
}


/*	
-----------------------------------------
about us
----------------------------------------- */

.img-wrap { position: relative; }
.img-wrap .note { position: absolute; left: 0; bottom: 10px; background-color: rgba(0,0,0,0.4); padding: 2px 10px; }

.wide-shadow { 
	padding-top: 40px;
	background-image: url(../ui/bg-wide-shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.band-bios .thirds { margin: 12px 6px 6px 6px; }

.primary .article { 
	font-size: 1.2em;
	line-height: 1.5em;
}
/*
--------------------------------------
javascript styles
-------------------------------------- */

.sh-widget { cursor: pointer; }	

.open, .sh-widget {	
	padding-right: 13px;
	background-repeat: no-repeat;
	background-position: right .3em;
	background-image: url(../ui/icon-arrow-l.gif);
}

.open {
	background-image: url(../ui/icon-arrow-d.gif);
}










/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; }
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 7px 10px 0; float: left;}
.flickr_badge_image img {}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#339966;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#433F37 !important;}




/*
--------------------------------------
store page
-------------------------------------- */
.buy-cd {
	background-image: url(../ui/bg-buy-cd-l.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.buy-cd .inner {
	background-image: url(../ui/bg-buy-cd-r.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 410px;
	margin: 10px 0;
	padding: 0 35px;
}

.buy-cd h4 { font-size: 1.4em; font-weight: 400; margin-bottom: 6px; }

.buy-cd .img-wrap { padding: 3px 0; text-align: center; }

.buy-cd .img-wrap img { border: 3px solid #CBBA82; }

.buy-cd .year { font-size: .9em; color: #777; float: right; margin-top: 5px; margin-left: 15px; }
.buy-cd .article { font-size: .9em; line-height: 1.4em; }

.buy-cd .buy-link,
.banner .buy-link { 
	color: #FFF;	
	background-color: #069;
	padding: 2px 8px;  
	-moz-border-radius: .7em;
	-webkit-border-radius: .7em;
	border-radius: .7em;
	white-space: nowrap !important;
}

.more-links a { margin-right: 8px; }



/*
--------------------------------------
new
-------------------------------------- */
.medium { width: 44%; }
.narrow { width: 28%; }


.section { margin: 20px 15px; }

.item { margin: 6px 0;  }

.shows-home { margin-bottom: 12px; }
.shows-home .summary { font-family: Verdana; font-weight: 600; font-size: 1.2em; margin-right: 12px; }
.shows-home .dtstart { color: #666; white-space: nowrap; }
.shows-home .buy-tix { display: block; }

.blog-intro h4 { display: inline; margin-right: 12px; }
.blog-intro .posted { color: #666; font-size: .8em; }
.blog-intro {  }
.blog-intro {  }

ul.lowprofile { list-style: none; padding-left: 0; }
ul.lowprofile li { margin: 3px 0; }
ul.lowprofile li a { color: #2D3640; }


.more a { color: #2D3640; font-weight: bold; }


.bc-player {
	padding: 5px;
	background-color: #FFF; 
	-moz-box-shadow: 2px 2px 2px #AFA78C;
	-webkit-box-shadow: 2px 2px 2px #AFA78C;
	box-shadow: 2px 2px 2px #AFA78C;
}


