html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,

b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: 0;
}

/* ===== global styles ===== */

body { background-color: #ECECEC;
}

div#globalContainer {
	position: relative;
	background-color: #ECECEC;
	width:870px;
	margin:50px auto 0 auto;
	height:490px;
	padding:20px 0 0 0;
}

/* ===== header ===== */

#header {
	height: 47px;
	position: relative;
}

#logo {
	height: 47px;
	width: 135px;
	margin: 6px 0 0 0;
	position: absolute;
	background: url(../images/logo.png) no-repeat left top;
	border: none;
}

#logo a {
	display: block;
	height: 45px;
	width: 135px;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat left top;
	border: none;
}

/* ===== navbar ===== */

#navBar {
	position: absolute;
	bottom: 0;
	left: 150px;
	top: 22px;
}	
	
#navBar ul {
	list-style: none;
	margin: 0 0 0 0;
    padding: 0;
}

#navBar li{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#biolink {
	display: block;
	background: url(../images/biography.png) no-repeat left top;
    width: 77px;
    height: 25px;
}

#biolinkactive {
	display: block;
	background: url(../images/biography.png) no-repeat left bottom;
    width: 77px;
    height: 25px;
    cursor: default;
}

#pressLink {
	display: block;
	background: url(../images/press.png) no-repeat left top;
    width: 46px;
    height: 25px;   
}

#pressLinkactive {
	display: block;
	background: url(../images/press.png) no-repeat left bottom;
    width: 46px;
    height: 25px;
    cursor: default;
}

#showsLink {
	display: block;
	background: url(../images/shows.png) no-repeat left top;
    width: 50px;
    height: 25px;   
}

#showsLinkactive {
	display: block;
	background: url(../images/shows.png) no-repeat left bottom;
    width: 50px;
    height: 25px;
    cursor: default;
}

#musicLink {
	display: block;
	background: url(../images/music.png) no-repeat left top;
    width: 50px;
    height: 25px;   
}

#contactLink {
	display: block;
	background: url(../images/contact.png) no-repeat left top;
    width: 62px;
    height: 25px;   
}

#contactLinkactive {
	display: block;
	background: url(../images/contact.png) no-repeat left bottom;
    width: 62px;
    height: 25px;
    cursor: default;
}

#biolink a:hover {
    background-position: left bottom;
}

#biolinkactive a:hover {
    background-position: left bottom;
}

#pressLink a:hover {
    background-position: left bottom;
}

#pressLinkactive a:hover {
    background-position: left bottom;
}

#showsLink a:hover {
    background-position: left bottom;
}

#showsLinkactive a:hover {
    background-position: left bottom;
}

#musicLink a:hover {
    background-position: left bottom;
} 	

#contactLink a:hover {
    background-position: left bottom;
}

#contactLinkactive a:hover {
    background-position: left bottom;
}

#navBar ul li a:hover{
	background-position: left bottom;
}
#navBar li.navSpacer {
	background-color: #ECECEC;
	color: #CCCCCC;
	width: 9px;
	margin: 5px 0 0 0;
	padding: 0;
}

/* ===== stage container ===== */

div#stageContainer {
	height:411px;
	position: relative;
	background-color: #ececec;
}

#openingphoto {
	float: left;
	width: 806px;
	height:411px;
	background: url(../images/openingphoto2.png) no-repeat left top;
}

#newscolumn {
	float: left;
	width: 289px;
	height:411px;
	background: url(../images/newscolumn.png) no-repeat left top;
}

#showscolumn {
	float: left;
	width: 316px;
	height:411px;
	background: url(../images/showscolumn.png) no-repeat left top;
}

#newsBox {
	float: left;
	width: 350px;
	height: 250px;
	margin: 40px 0 0 20px;
}

#presscolumn {
	float: left;
	width: 222px;
	height:411px;
    background: url(../images/presscolumn2.png) no-repeat left top;
}


h1 {
	color: white;
	font-size: 20px;
	font-family: arial, sans-serif;
	font-style: normal;
	padding: 20px 0 0 55px;
}

h2 {
	color: white;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
	padding: 30px 0 0 25px;
}

.bodycopy {
	color: #c0c0c0;
	font-size: 13px;
	font-family: arial;
	font-weight: normal;
	margin: 0;
	line-height: 1.2em;
	padding: 0 25px 0 25px;
}

.venueLine {
	color: #c0c0c0;
	font-size: 15px;
	font-family: arial;
	font-weight: normal;
	margin: 0;
	line-height: 1.3em;
	padding: 0 5px 0 25px;
}

.bodycopy2 {
	color: #c0c0c0;
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0 5px 0 55px;
}
a { color: white; text-decoration: none; }
a:hover { color: #e3372e; text-decoration: none; }

alink { color: #333333; text-decoration: underline; }
alink:hover { color: #e3372e; text-decoration: underline; }

.biocopy {
	color: #333333;
	font-size: 12px;
	font-family: arial;
	margin: 10px 0 0;
	line-height: 1.5em;
	padding: 15px 5px 0 25px;
}

#rtgraystrip {
    width: 64px;
    height: 411px;
    margin: 0 0 0 806px;
    background: url(../images/rtgraystrip.png) no-repeat left top;
}

#biophoto {
	float: left;
	width: 400px;
	height:411px;
	background: url(../images/biophoto.png) no-repeat left top;
}

#biocolumn {
	float: left;
	width: 406px;
	height:411px;
    background: url(../images/biocolumn.png) no-repeat left top;
}

.biotextitalic {
   font-style: italic;
}

#pressphoto {
	float: left;
	width: 584px;
	height:411px;
	background: url(../images/pressphoto2.png) no-repeat left top;
}

.presslinks {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	margin: 10px 0 0;
	line-height: 1.75em;
	padding: 25px 0 0 160px;
}

#showsphoto {
	float: left;
	width: 490px;
	height:411px;
	background: url(../images/showsphoto2.png) no-repeat left top;
}

/* ===== contact page ===== */

#contactphoto {
	float: left;
	width: 806px;
	height:411px;
	background: url(../images/contactphoto.png) no-repeat left top;
}

.contactheadline {
	color: #CCC;
	font-size: 20px;
	font-family: arial;
	margin: 40px 0 0;
	padding: 8px 0 0 80px;
	line-height: 1.35em;
}

#emailbox {
	color: #CCC;
	font-size: 12px;
	font-family: arial;
	padding: 15px 0 0 80px;
}

input {
	line-height: 1.4em;
	color: CCC;
}

#box { margin-top: 5px; }

#messagebox {
	color: #CCC;
	font-size: 12px;
	font-family: arial;
	padding: 15px 0 0 80px;
}

#comment { margin-top: 5px; }

#checkbox {
	color: #CCC;
	font-size: 12px;
	font-family: arial;
	padding: 15px 0 0 80px;
}

#submit {
	color: CCC;
	width: 710px;
	padding: 20px 0 0 80px;
}

#links {
	position: absolute;
	top: 350px;
	padding: 0 0 0 80px;
}	

#links ul {
	list-style: none;
	margin: 0 0 0 0;
    padding: 0;
}

#links li{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#fb_link {
	display: block;
	float: left;
	background: url(../images/juliakent_fb.png) no-repeat left top;
    width: 66px;
    height: 25px;
    padding: 0 10px 0 0;
}

#twitter_link {
	display: block;
	float: left;
	background: url(../images/juliakent_twitter.png) no-repeat left top;
    width: 66px;
    height: 25px;
    padding: 0 10px 0 0;
}

#ms_link {
	display: block;
	float: left;
	background: url(../images/juliakent_ms.png) no-repeat left top;
    width: 87px;
    height: 25px;
}

/* ===== footer ===== */

#footer {
	float: left;
	height: 32px;
	width: 240px
	position: relative;
}

#footer p{
	color: #C2C2C2;
	font-size: 8pt;
	font-family: arial;
	padding: 5px 0 0;
}

#footer_credits {
	float: right;
	height: 32px;
	position: relative;
}

#footer_credits p{
	color: #C2C2C2;
	font-size: 8pt;
	font-family: arial;
	padding: 5px 0 0;
	white-space: no wrap;
	margin-left: 260px;
}