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



/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font-family: "Myriad Pro", "Myriad", "Calibri", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #433F37;
	line-height: 1.3em;
}


/* anchors
----------------------------------------------- */

a {
	color: #696;
	text-decoration: none;
}

a:hover {
	color: #396;

}
/*	
a:focus {
	outline: 1px dotted invert;
}
*/



/* =Headings
--------------------------------------------------------------------------------*/


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

/*


body {
	font: 11px/1.5em "Georgia";
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, sans-serif;

	font-weight: normal;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}
			
*/


@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;
	margin-bottom: .4em;
	color: #433F37;
	font-family: "Myriad Pro", "Myriad", "Calibri", "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: normal;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 27px;
	color: #960;
	font-family: "ChunkFiveRegular", sans-serif;
}

h2 a { color: #960; }

h3 {
	font-size: 22px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
}
/*
h2 a  { color: #396; }
*/

h3 a, h4 a, h5 a, h6 a {
	color: #433F37;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: #396;
}


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


/* page heading
----------------------------------------------- */
h2#pageheading {
	color: #960;
	margin: 0 0 .5em 0;
	font-size: 30px;
	background-image: url(../ui/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: .3em;
	line-height: 1.2em;
}




/*	Paragraphs and block level elements
----------------------------------------------- */
p {

	margin: 6px 0 12px 0;
}

ol, ul, dl, blockquote {

	margin-bottom: 18px;
}




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

ul {
	padding-left: 2em;
}

li {
	margin: .4em 0;
}

ol li {

}

ul li {

}

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

ul ul ul {
	
}

dl {

}

dt {
	
}

dd {
	margin-left: 1em;
}



/* boxes
----------------------------------------------- */


/* =Microformats
----------------------------------------------- */



/*	styles that are reused in several microformats	
---------------------------------------------- */

.url {

}

.type {

}

.value {

}


/*	=vcards	
----------------------------------------------- */
.vcard {
	margin: .6em 0;
	line-height: 1.2em;
	position: relative;
}

.vcard .note {

}


.adr {

}

.adr .type {	/*	work | home | pref | postal | dom | intl	*/

}

.post-office-box {

}

.street-address {
	margin-right: .75em;
}

.extended-address {

}

.region {

}

.locality {
	
}

.postal-code {

}

.country-name {

}

.tel {

}

.tel .type {	/*	work | home | pref | fax | cell | pager -?? mobile, voice, msg ??-	*/

}

.tel .value {

}

.org {

}

.fn {
	color: #000;
}



.vcard .url {

}

.email {

}

.email .type {

}

.email .value {

}

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

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







/*	=events
--------------------------------------*/
/*
.vevent {
	padding: .8em 0;
}

.venue {
	font-weight: 600;
}

.summary, 
.vevent .summary a {
	color: #960;
	font-weight: 600;
}

.vevent .main-info {
	width: 76%;
	float: right;
	position: relative;
}

.vevent .dtstart {
	width: 5.5em;
	float: left;
}


a.tpl-simple-event {
	color: #433F37;
	padding: .4em;
	display: block;
	border-bottom: 1px dotted #C0B89C;
}

a.tpl-simple-event:hover {
	background-color: #DFD099;
}

.tpl-simple-event span {

}

.tpl-simple-event .summary {

}

.tpl-simple-event .venue {
	font-weight: normal;
	padding-right: 1em;
}



.tpl-simple-event .location {
	float: right;
	margin-right: .5em;
}

.vevent .cover {
	float: right;
	color: #141B1E;
}

.vevent .dtstart abbr {
	/*	this is the day of the week	
	display: block;
	margin: .6em 0 .3em 0;
	text-transform: uppercase;
	font-size: .8em;
}

.vevent .description {
	margin: 0 6em .5em 6.2em;
	line-height: 1.2em;
	font-size: .9em;
	font-style: italic;
}

.vevent .vcard {
	font-size: .95em;
	max-width: 280px;
	
}

.vevent .vcard .notes {
	font-style: italic;
	margin-top: .3em;
	padding-top: .3em;
	border-top: 1px dotted #CCC;
	font-size: .95em;
}

.vevent .vcard .org,
.vevent .vcard .moreinfo {
	background-color: #FFF;
	padding: 6px;
}

.vevent .vcard .moreinfo {
	-moz-box-shadow: 2px 2px 3px #AAA;
  	box-shadow: 2px 2px 3px #AAA;
}


.vevent .vcard .org {
	display: inline;
	padding: .3em 16px .3em 6px;
}


.vevent .tags {
	font-size: .9em;
	line-height: 1.2em;
	font-weight: 600;
	margin: .2em 0 -.2em 0;
	float: left;	
	width: 68%;
}

a.buytix {
	
	background-color: #39F;
	color: #FFF;
	padding: .25em .5em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.sold-out {
	background-color: #2A333D;

}

.vevent a.buytix {
	font-size: .9em;
	display: block;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.buytix:hover {
	text-decoration: none;
	background-color: #2A333D;
}

*/
.sh-widget {
	cursor: pointer;
}	


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

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


.archive {
	width: 400px;
}

.archive .vevent .status,
.archive .vevent .duration,
.archive .vevent .description {
	display: none;
}

.archive .vevent .dtstamp {
	width: 22%;
	float: left;
}

.archive .vevent .info {
	float: right;
	width: 75%;
}

.archive .vevent .summary {
	float: left;
	width: 60%;
	margin-bottom: .35em;
	margin-left: 3%;
}

.archive .vevent .location {
	float: left;
	width: 37%;
}

.archive .vevent .venue {
	font-weight: normal;
	float: left;
	width: 60%;
	color: #333;
}




/*	=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-size: .85em;
}

p.note {
	margin: 1em 0;
	line-height: 1.3em;
}

.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: .8em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#sn-bar .wrapper { padding: 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;
}




#band-pic {
	margin: 2em auto;
	width: 750px;
	position: relative;
}

#band-pic {
	border: 10px solid #000;
	border-color: rgba(000,000,000,.4);
}

#band-pic .infotip {
	position: absolute;
	font-size: .9em;
	color: #FFF;
}

#band-pic .photo-cred {
	position: absolute;
	font-size: 10px;
	color: #FFF;
	bottom: 10px;
	right: 0;
	padding: .5em 1em;
	background-color: #333;
	background-color: rgba(000,000,000,.7);
}
/*
#focus .image .caption {
	display: none;
	position: absolute;
	font-size: 10px;
	color: #FFF;
	padding: .5em 1em;
	background-color: #333;
	background-color: rgba(000,000,000,.7);
}

#focus .image:hover .caption {
	display: inline;
	top: 4px;
	right: -4px;
}
*/
#band-pic .photo-cred a,
#focus .image .caption a {
	color: #999;
}

.instruments {
	font-style: italic;
	
}

#band-pic .instruments {
	display: block;
	color: #CCC;
	margin: .1em .5em;
}

#jed { top: 145px; left: 50px; }
#chris { top: 90px; left: 455px; }
#bow { top: 210px; left: 340px; }
#jeff { top: 390px; left: 370px; }
#james { top: 240px; left: 600px; }




.tpl-bio {
	width: 48%;
	margin: 2em 2%;
	padding: 1em 1em 0 1em;
	border: 1px dotted #B6B09C;	
}

.tpl-bio .instruments {
	font-size: .9em;
	font-family: Verdana;
	padding: 1px;
}




.first {
	margin-top: 0;
	border-top: 1px dotted #B6B09C;	
}

.firstl {
	margin-left: 0;
}	





.continue {
	text-align: right;
	margin: 1em 0;
}

.continue a {
	color: #FFF;
	font-size: .9em;
	background-color: #B6B09C;
	padding: .3em 12px .3em .5em;
	background-image: url(../ui/icon-arrow-l-wh.gif);
	background-repeat: no-repeat;
	background-position: center right;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.continue a:hover {
	background-color: #39F;
	text-decoration: none;
}


/*	=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%;
}


/*	=cpntact
----------------------------------	*/

#contactus {

}

#contact-form label,
#tweedtix 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;
}

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

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

#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: #2A333D;
}


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




.pls-excuse {
	padding: .5em 1em;
	border: 1px dotted #B6B09C;	
	font-style: italic;
	line-height: 1.2em;
	background-color: #F2EEDD;
}


.buy-music {
	
	color: #FFF;
	font-family: "Myriad Pro";
	font-size: 1.2em;
	padding: .35em .6em;
	background-color: #39F;
	background-image: url(../ui/bg-btn-fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	border-radius: 11px;
	
	-moz-box-shadow: 3px 3px 5px #999;
 	box-shadow: 3px 3px 5px #999;
}

.buy-music:hover {
	text-decoration: none;
	color: #FFF;
	-moz-box-shadow: 3px 3px 5px #555;
 	box-shadow: 3px 3px 5px #555;
}

#hcard-Beautiful-Day-Media-and-Management .url {
	color: #333;
}

#hcard-Beautiful-Day-Media-and-Management .org {
	font-weight: bold;
}

#hcard-Beautiful-Day-Media-and-Management .email {
	
}

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

}

.ev-details {
	border: 1px solid #DDC68D;
	border-right: 0;
	border-left: 0;
	padding: 4px 0;
	margin-bottom: .8em;
}

.ev-details a,
.ev-details .price,
.ev-details .time,
.ev-details .venue {
	font-weight: 700;
}

.ev-details th {
	text-align: right;
	padding: 0 1.5em 0 0;
	font-weight: 600;
	font-size: .95em;
}

.ev-details td {
	padding: .8em 0;
}

.ev-details td table td {
	padding: .2em;
}

.dtstart {
	width: 4em;
	background-color: #C93;
	text-align: center;
	line-height: 1em;
	padding: 3px 0 2px 0;
	background-image: url(../ui/bg-date.jpg);
	background-position: bottom left;
	margin-bottom: .8em;
	color: #FFF;
}

.month {
	font-size: 14px;
	text-transform: uppercase;
}

.date {
	padding: 3px 0;
	font-size: 22px;
	font-weight: 800;
}

.day {
	font-size: 14px;
	text-transform: capitalize;
}

.more { text-align: right; margin-top: 1em; }

.more a {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 16px 3px 0;
	color: #C93;
	background-image: url(../ui/bg-more.gif);
	background-position: right -99px;
	background-repeat: no-repeat;
}

.more a:hover {
	color: #960;
	background-position: right 0;
}

.subhead a {
	color: #C93;
}

.subhead a:hover { color: #960; }

.tpl-event {
	border-bottom: 1px solid #DDC68D;
	padding: .7em 0;
}

.tpl-event .info {
	float: left;
	width: 70%;
	margin-left: 4%;
}

.tpl-event .dtstart { float: left; }

.tpl-event a { font-weight: 800; }

.tpl-event a .venue {
	color: #433F37;
}

.tpl-event .summary { font-size: 18px; }










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

#focus {

/*	border: 1px solid #202930;
	border-bottom: none;
	
	*/
	height: 240px;
	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;
	*/
}

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

#focus h3 a { color: #FFF; }

.tpl-banner {
	height: 100%;
/*	background-color: #081014;
	
	
	-moz-border-radius: 15px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	*/
}


.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 {

}

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

#photo .banner-text {

}


/*
#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 {
	border: 1px solid #ddc68d;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: .5em;
}

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