@import url(reset.css);

/* hide from IE mac \*/
html
{
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */
body
{
	font: 1em/1.4 Verdana, Helvetica, sans-serif;
	color: #efead6;
	background: #1F262D;
}

/************** Layout Elements *******************/
#wrapper
{
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #333;
	min-height: 400px;
	border-color: #434343;
	/* added border*/
	border-width: 0 1px 1px 1px;
	/* jt */
	border-style: none solid solid solid;
	/* jt */
}

#header
{
	min-height: 100px;
	background: #242424 url(../images/headerBG.jpg) repeat-x;
}

#header #brand { margin-top: 20px; }

#header ul
{
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
	list-style-type: none;
	margin: 13px 20px 1px 20px;
	min-height: 22px;
	height: 22px;
}

#header li
{
	float: right;
	padding: 2px 10px 0;
	border-left: 1px solid #434343;
	height: 22px;
}

#header li a
{
	color: #bbcbe3;
	text-decoration: none;
}

/* sub nav offset */
#header  li.subleft
{
	margin-left: 6.33em;
	border: none;
}

#header li a:hover, #content-sub li a:hover, content-sub2 li a:hover { color: #fd9a01; }
li a#marker { color: #fd9a01; }

#strap
{
	height: 140px;
	background: url(../images/strap-bg-1.jpg) no-repeat;
	border-bottom: 1px solid #000;
}

#strapless
{
	height: 140px;
	background: #000;
	border-bottom: 1px solid #000;
}

#content { padding-top: 1px; }

#innerwrapper
{
	margin: 25px;
	padding-bottom: 25px;
}

#content-main
{
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 200px;
	padding: 1px 10px 10px 10px;
}

#content-sub
{
	float: left;
	width: 200px;
	min-height: 200px;
	background-color: #333;
	border-top: 1px solid #5f5f5f;
}

#content-sub2
{
	float: left;
	width: 200px;
	min-height: 200px;
	background-color: #333;
}

#content-sub ul
{
	list-style-type: none;
	list-style-position: inside;
}

#content-sub li
{
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#content-sub li a
{
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5% 20%;
	color: #bbcbe3;
	line-height: normal;
}

#content-sub li a#here
{
	background-color: #141414;
	width: 122px;
	color: #fd9a01;
}

#content-wide
{
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 0;
	padding: 1px 10px 10px 10px;
}

#facebook img { display: block;
margin: 20px 20px 0;}

/************** headings *******************/
h1, h2, h3, h4, h5, h6
{
	padding:15px 0 3px 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5, h6 { color: #fd9a01; }

h1
{
	color: #feedb7;
	font-size: 1.75em;
	font-family: Georgia, serif;
	padding-left: 15px;
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.38em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.05em; }

/************** Generic Classes *******************/
.topless { padding-top: 0; }

.serif {font-family: Georgia, serif;}

.right
{
	float: right;
	margin: 5px 0 2px 10px;
}

.left
{
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit
{
	font-size: 0;
	line-height: 0;
	clear: both;
}

.alright
{
	float: right;
	position: relative;
	margin: 0.25em 0 0.66em 1.5em;
}

img.border { border: 3px double #5f5f5f; }

img.main
{
	margin: 24px 0 0 12px;
	display: block;
}

img.main2
{
	margin: 24px 0 24px 12px;
	display: block;
}

img.margin-bottom
{
	margin: 12px 0 6px 20px;
	display: block;
}

img.standalone
{
	display: block;
	margin: 0.5em auto;
	width: auto;
	max-width: 100%;
}

.b1 { border: 1px solid #5f5f5f; }

/*med gray*/
.b2 { border: 1px solid #fed08b; }

/*lite orange*/
.b3 { border: 1px solid #5489B1; }

/*lite blue*/
.indent { padding-left: 2em; }
.indent2 { margin-left: 2em; }
.big-bottom { padding-bottom: 18px; }

/*text-decoration*/
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.overline { text-decoration: overline; }
.strikethru { text-decoration: line-through; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.camelcase { text-transform: capitalize; }
.smallcaps { font-variant: small-caps; }
.slant { font-style: oblique; }

.big {font-size: larger}

.wrap
{
	word-wrap: break-word;
	white-space: normal;
}

.pre { white-space: pre; }

/*display*/
.block { display: block; }
.inline { display: inline; }
.none { display: none; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.collapse { visibility: collapse; }

/*margin-classes*/
.mg-top { margin-top: 1em; }
.big-top { margin-top: 18px; }
.mg-right { margin-right: 1em; }
.mg-bottom { margin-bottom: 1em; }
.mg-left { margin-left: 1em; }
.mg-1-2 { margin: 1em 0 2em; }

/* === action links === */
.action a:before
{
	content: "\2192";
	/* right arrow */
	margin-right: .3em;
}

.hiliter
{
	font-style: normal;
	background-color: #FEFF5C;
	padding: 0 0.3em;
}

/* === text-align === */
.center { text-align: center; }
.justify { text-align: justify; }
.righty { text-align: right; }


/************** Link Styles *******************/
a img
{
	border: none;
	outline: 0;
}

a
{
	color: #fed08b;
	/*fd9a01*/
}

a:hover, 
a:focus
{
	color: #fd9a01;
	text-decoration: none;
	outline: 0;
}

a img,
a:link img,
a:visited img,
a:active img,
a:hover img,
a:focus img
{
	border: none;
	outline: 0;
}

/************** footer Styles *******************/
#footer
{
	margin: 20px 20px 0 0;
	padding: 6px 0;
	font-weight: normal;
	color: #a68a63;
	line-height: 1.4;
	border-top: 1px #5f5f5f solid;
}

#footer ul { margin: 5px 0; }
#footer li { display: inline; }
#footer  a { padding: 0 .5em 0 0; }

#footer a:link, #footer a:visited
{
	margin: 0.2em;
	color: #a68a63;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus
{
	color: #cec4a8;
	text-decoration: none;
}

/************** content-main text and list Styles *******************/
#content-main p
{
	margin: 0 20px 1em 10px;
	line-height: 1.7;
}

#content-main  #more p
{
	color: #a68a63;
	padding-left: 1.5em;
	border-left: 5px solid #5f5f5f;
	margin-top: 2em;
	line-height: 1;
}

#content-main ul, #content-main ol, #content-main dl
{
	margin: 1em 0;
	padding-left: 2.5em;
	line-height: 1.2;
}

#content-main li { margin-bottom: 0.75em; }

/*simple dl */
.simple dl
{
	margin: 1em 0;
	padding-left: 2.5em;
	line-height: 1.2;
}

.simple dt { margin: 0.5em 0 0; }
.simple dd { margin: 0.25em 0 0.5em 2.5em; }

.background-image dt
{
	font-weight: bold;
	padding: 1em 0 0.5em 0;
}

.background-image  dd
{
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	background-image: url(../images/mp3.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

.background-image  dd a
{
	margin: 0;
	padding: 0 0 0 15px;
}

#content-main .constrain
{
	width: 41.1em;
	margin-left: 1em;
	padding: 0;
}

#content-main ul ul { margin: 0.5em 1em; }

pre, code, tt
{
	font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace;
	margin: 1em 0;
}

code, tt
{
	border-bottom: 1px solid #E3E3E3;
	padding: 0 1px;
}

strong { font-weight: bold; }

cite
{
	font-weight: 600;
	font-style: normal;
}

#content-main em
{
	border-bottom: 1px dotted #CEC4A8;
	padding: 0 1px;
}

small { font-size: 85%; }
big { font-size: 115%; }

/************** table Styles *******************/
/*albums*/
table#albums
{
	margin: 15px;
	padding: 0;
}

table#albums td { padding: 5px; }

/*albums*/
table#prices
{
	margin: 15px;
	padding: 0;
}

table#prices td
{
	padding: 10px 5px;
	border-bottom: 1px dotted #5f5f5f;
}

table#prices td.sans { border: none; }

/*gigs*/
table#gigs
{
	margin-top: 15px;
	margin-bottom: 10ex;
	padding: 0;
	font-size: .85em;
}

table#gigs th
{
	text-align: left;
	padding: 0 3px;
	font-weight: normal;
	color: #CCDBFF;
}

table#gigs td
{
	padding: 10px 5px;
	border-bottom: 1px dotted #5f5f5f;
}

table#gigs th[scope=row]
{
	background-color: #333;
	border-right: 2px solid #333;
	border-bottom: 1px dotted #5f5f5f;
}

table#gigs td.wrap { white-space: normal; }
#performances #footer { border: none; }

/************** table Styles *******************/
#content-main #reviews
{
	margin-top: 20px;
	height: 400px;
	overflow: auto;
	padding: 2em 0 margin: 0;
}

#content-main h1 { padding-left: 10px; }
#content-main ul.flush { padding-left: 10px; }

a.button
{
	display: block;
	height: auto;
	border: 1px solid #666!important;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	padding: .33em .67em;
}

a.v1,a.v1:link,a.v1:visited
{
	margin: 18px 18px 18px 0;
	font-size: .8375em;
	color: #FFF!important;
	text-decoration: none;
	background: olive !important;
}

a.v1:hover,a.v1:active,a.v1:focus
{
	margin: 18px 18px 18px 0;
	font-size: .8375em;
	background: #C60!important;
	color: #FFF!important;
}

a.v2,a.v2:link,a.v2:visited
{
	margin: 18px 12px;
	font-size: 1em;
	color: #FFF!important;
	text-decoration: none;
	background-color: #22251D;
	border: 1px solid #fff;
}

a.v2:hover,a.v2:active,a.v2:focus
{
	margin: 18px 12px;
	font-size: 1em;
	background: #C60!important;
	color: #FFF!important;
}


/*ordered lists*/
ol { list-style-type: decimal; }

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf']
{
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat 50% right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf']
{
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat 50% right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf']
{
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat 50% right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf']
{
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat 50% right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"]
{
	padding-right: 21px;
	background: transparent url(../images/icon_mailto.gif) no-repeat 3px right;
}


/* all A tags whose CLASS attribute is popup */
a[class ="popup"]
{
	padding-right: 18px;
	background: transparent url(../images/icon_popup.gif) no-repeat center right;
}

a[href$='.doc']
{
	padding-right: 18px;
	background: transparent url(../images/icon_doc.gif) no-repeat center right;
}


/*
 diagnostic styles
*/

/*
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}

img {outline: 5px solid red;}
img[alt][title] {outline-width: 0;}
img[alt] {outline-color: fuchsia;}
img[alt], img[title] {outline-style: double;}
img[alt=""][title], img[alt][title=""] {outline-width: 3px;}
img[alt=""][title=""] {outline-style: dotted;}


 div { border: solid 1px red; }
 div div { border-color: orange; }
 div div div { border-color: yellow; }
 div div div div { border-color: green; }
 div div div div div { border-color: aqua; }
 div div div div div div { border-color: navy; }
 div div div div div div div { border-color: purple; }
 
 
 div#cntContent { color: #f00; }
 div#cntContent * { color: #000; }
 
 *[align], *[valign], *[border], table[cellspacing], table[cellpadding], *[width], *[height], a[href^=Ójavascript:Ó], *[onload], *[onunload], *[onchange], *[onsubmit], *[onreset], *[onselect], *[onblur], *[onfocus], *[onkeydown], *[onkeypress], *[onkeyup], *[onclick], *[ondblclick], *[onmousedown], *[onmousemove], *[onmouseover], *[onmouseout], *[onmouseup]
 {outline:5px solid red;}

*/
