  /* Styles for Elliott Bay Music Group */
 /*                  w: Chris Longmoon */
/**************************************/



/* General Styles BEGIN */
* {
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}

/* EBMG: #92AEC2   Halloween: #BFA38F */
body {
	background: #92AEC2 url(../images/backgrounds/Elliott_Bay_Skyline.png) 0 -700px;
	color: #2f373e;
	font-size: 14px;
	font-family: times;
}

p {
	margin-top: 1em;
}

a {
	text-decoration: none;
	color: #a33;
	font-weight: bold;
}

a:hover {
	color: black;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	letter-spacing: 1px;
	border-bottom: 1px solid gray;
}

h4 {
	margin: 20px 0 0;
	letter-spacing: 1px;
	color: black;
}

h4 a {
	color: black;
	text-decoration: underline;
}

small {
	font-size: 0.25em;
	line-height: 0.25em;
}

table {
	border: 1px solid black;
	font-size: 0.75em;
	width: 100%;
	margin-top: 8px;
	border-spacing: 0;
}

th {
	border-bottom: 1px solid black;
	background: #8199A8;
}

th, td {
	padding: 5px 10px 10px;
	line-height: 14px;
	text-align: left;
}

td {	
	vertical-align: top;
}

th {	
	vertical-align: bottom;
	padding-bottom: 4px;
}

#content embed {
	border: 1px solid black;
}

/* General Styles END */





/* Class Selectors BEGIN */

.clear {
	clear: both;
	line-height: 0;
}

.centered {
	margin: 15px auto;
}

.red_text {
	color: #a33;
}

.blue_text {
	color: #1F364B;
}

/* Class Selectors END */





/* ID Selectors BEGIN */


#band_name_wrapper {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 15px auto 0;
	letter-spacing: 7px;
	width: 1030px;
}

#band_name a, #band_name a:hover, #band_name a:visited {
	color: #2F373E;  /* HALLOWEEN - color: #3E352F; */
}

#band_description_wrapper {
	font-size: 18px;
	text-align: center;
	margin: 0 auto 20px;
	letter-spacing: 12px;
	width: 1030px;
	text-align: center;
}

#band_description {
}

#content_nav_wrapper {
	position: relative;
	margin: 0 auto;
	width: 1030px;
	border: 0px solid black;
}

#content_wrapper {
	position: absolute;
	width: 830px;
	top: 0;
	left: 100px;
	border: 0px solid black;
	z-index: 20;
}

#content, #content_tracks {
	background: url(../images/backgrounds/tiel_60per.png);
	padding: 20px 35px 20px 230px;
	width: 565px;
	border: 1px solid #6f777e;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
}

#content_tracks {
	padding-left: 35px;
	width: 760px;
	margin: auto;
}

.band_member {
	font-size: 11px;
	font-family: arial;
	margin: 20px 8px;
	width: 95px;
	text-align: center;
	float: left;
	line-height: 1.2em;
	color: black;
}

.band_member img {
	display: block;
	border: 1px solid black;
	width: 95px;
	height: 186px;
}

#navigation {
	position: absolute;
	background: url(../images/backgrounds/tiel_60per.png);
	border: 1px solid #6f777e; /* #92AEC2 */
	width: 240px;
	top: 50px;
	left: 60px;
	z-index: 50;
}

#navigation h3 {
	color: black;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #6f777e;
	font-size: 1.1em;
}

#navigation ul {
	list-style-type: none;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 40px;
}

#navigation ul li a {
	display: block;
	background: #92AEC2;
	color: #2f373e;
	font-weight: bold;
	padding: 2px 10px;
	margin: 2px 0;
}

#navigation ul li a:hover {
	background: #2f373e;
	color: white;
}

#navigation ul ul {
	margin-top: 2px;
}

#navigation ul li ul li a {
	display: block;
	background: transparent;
	color: black;
	font-size: .9em;
	font-weight: normal;
	padding: 2px 10px;
	margin: 1px 0 0 1em;
}

#navigation ul li ul li a:hover {
	color: #C30D12;
	background: transparent;
}

.marquee {
	background: url(../images/backgrounds/tiel_25per.png);
	padding: 10px 5px 15px;
	border-top: 0px solid #6f777e;
	font-size: 14px;
	line-height: 16px;
}

.marquee u {
	color: black;
	font-size: 16px;
}

.marquee span {
	color: #900;
}

a.venue {
	color: black;
	text-decoration: underline;
}

#social_networking {
	float: right;
	text-align: center;
	font-size: 10px;
	font-family: verdana;
	padding: 3px;
	margin: 0 3px 5px;
	border: 1px solid black;
}

#social_networking img {
	margin: 0;
}

/* ID Selectors END */





/* Repertoire Page BEGINS */

.column_1 {
	background: url(../images/backgrounds/white_25per.png);
	width: 200px;
	/* background-color is #91a9b8 */
}

.column_2, .column_3 {
	background: url(../images/backgrounds/tiel_25per.png);
	/* background-color is #91a9b8 */
}

.mid_table_header {
	border-top: 1px solid black;
}

/* Repertoire Page ENDS */





/* Footer Begins */

#footer {
	margin: 25px;
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	font-weight: bold;
}

#footer a:hover {
	color: #c00;
}

/* Footer ENDS */