/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

* { 
	margin: 0;
	padding: 0;
}

a,img { border: none; }

.hidden { display: none; }

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../images/bgpattern.gif);
	text-align: center;
	
	font-family: Georgia;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

p {
	margin-bottom: 1.6em;
	line-height: 22px;
}

p.deck {
	font-size: 16px;
	line-height: 25px;
}

h1,h2,h3 {
	line-height: 14px;
}

h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0 0 0 0;
}

h1.heading {
	font-weight: bold;
	color: #99af4c;
	margin-top: 30px;
	line-height: 20px;
}

h1.title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #ab301e;
	margin: 30px 0 10px;
}

h1.casttitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #ab301e;
	margin: 0 0 10px;
}

h1.presstitle {
	line-height: 20px;
}

h2,h3 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #ab301e;
	margin: 0;
}

h2 {
	margin: 15px 0 3px 0;
}

h3 { 
	color: #6c6c6c;
	margin: 3px 0 1px 0;
}
h3.subtitle { text-transform: uppercase; }
h3.presstitle {
	margin-top: 7px;
	font-size: 11px;
	letter-spacing: 0;
}


a,a:active,a:visited {
	color: #99af4c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container {
	position: relative;
	width: 880px;
	margin: 0 auto;
	background: url(../images/bg_pad.gif) repeat-y;
	text-align: center;
}

#gettickets {
	z-index: 4;
	position: absolute;
	top: 23px;
	left: 2px;
}

#top,#bottom {
	background: url(../images/bgpattern.gif);
	height: 26px;
	overflow: hidden;
}

#top { padding-top: 50px; }
#bottom {
	padding-bottom: 50px;
	margin-top: 30px;
}

#title {
	z-index: 3;
	position: absolute;
	top: 43px;
	right: 75px;
}

#smalltitle {
	z-index: 3;
	position: absolute;
	top: 100px;
	right: 70px;
}

#spacer {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
}

#glove {
	position: relative;
/* 	margin-top: 38px; */
	width: 100%;
	height: 543px;
	overflow: hidden;
	background: url(../images/glove.jpg) center center no-repeat;
}

#glovemenu {
	position: absolute;
	display: block;
	width: 214px;
	height: 200px;
	top: 258px;
	right: 75px;
}

#glovemenu div {
	display: block;
	width: 214px;
	height: 40px;
	overflow: hidden;
}

#glovemenu div a {
	width: 100%;
	height: 100%;
	display: block;
}

#glovemenu #about { background: url(../images/glove_about.jpg) left top no-repeat; }
#glovemenu #about:hover { background: url(../images/glove_about.jpg) left bottom no-repeat; }

#glovemenu #team { background: url(../images/glove_team.jpg) left top no-repeat; }
#glovemenu #team:hover { background: url(../images/glove_team.jpg) left bottom no-repeat; }

#glovemenu #music { background: url(../images/glove_music.jpg) left top no-repeat; }
#glovemenu #music:hover { background: url(../images/glove_music.jpg) left bottom no-repeat; }

#glovemenu #news { background: url(../images/glove_news.jpg) left top no-repeat; }
#glovemenu #news:hover { background: url(../images/glove_news.jpg) left bottom no-repeat; }

#glovemenu #images { background: url(../images/glove_images.jpg) left top no-repeat; }
#glovemenu #images:hover { background: url(../images/glove_images.jpg) left bottom no-repeat; }

#menu {
	position: absolute;
	display: block;
	width: 517px;
	height: 11px;
	top: 36px;
	right: 70px;
}

#menu div {
	display: block;
	height: 11px;
	float: left;
	margin-left: 20px;
}

#menu div a {
	width: 100%;
	height: 11px;
	display: block;
}

#menu #home { width: 47px; background: url(../images/menu_home.gif) left top no-repeat; }
#menu #home:hover { background: url(../images/menu_home.gif) left -13px no-repeat; }

#menu #about { width: 56px; background: url(../images/menu_about.gif) left top no-repeat; }
#menu #about:hover,
#menu #about.selected { background: url(../images/menu_about.gif) left -13px no-repeat; }

#menu #team { width: 79px; background: url(../images/menu_team.gif) top no-repeat; }
#menu #team:hover,
#menu #team.selected { background: url(../images/menu_team.gif) left -13px no-repeat; }

#menu #music { width: 51px; background: url(../images/menu_music.gif) left top no-repeat; }
#menu #music:hover,
#menu #music.selected { background: url(../images/menu_music.gif) left -13px no-repeat; }

#menu #news { width: 102px; background: url(../images/menu_news.gif) left top no-repeat; }
#menu #news:hover,
#menu #news.selected { background: url(../images/menu_news.gif) left -13px no-repeat; }

#menu #images { width: 60px; background: url(../images/menu_images.gif) left top no-repeat; }
#menu #images:hover,
#menu #images.selected { background: url(../images/menu_images.gif) left -13px no-repeat; }


img.title {
	margin-top: 40px;
}

#divider {
	display: block;
	clear: both;
	margin: 30px auto;
	height: 6px;
	width: 250px;
	background: url(../images/divider.gif) repeat-x;
}

#divider.title {
	margin: 30px 0;
	width: 350px;
}

#divider.smalltitle {
	margin: 10px 0;
	height: 1px;
}

#divider.half {
	height: 1px;
}

#bio,
#press {
	padding-top: 15px;
}

#portrait {
	width: 155px;
	height: 155px;
	float: left;
	margin: 5px 20px 15px 0;
}

#playback {
	margin: 15px 0 35px;
}

#description {
	width: 450px;
	font-size: 13px;
	margin: 10px 0 40px;
	font-style: italic;
}

tr.cast,
tr.cast td { vertical-align: top; }

#cast {
	width: 155px;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

#cast a,
#cast a:hover { 
	display: block;
	text-decoration: none;
}

#cast a:hover h3 {
	color:#99af4c;
}

tr.press,
tr.press td { vertical-align: top; }

#release {
	margin: 15px 0 25px;
}

#release a,
#release a:hover { 
	display: block;
	text-decoration: none;
}

#release a:hover h1 {
	color: #99af4c;
}

#release a:hover h3 {
	color: #fff;
}