/* @override http://l/edbreazeale/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #bac1c1;
	
	font: normal 0.9em/1.5 HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	line-height: 1;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-style: oblique;
}

ol, ul {
	margin-left: 1em;
}

li {
	
}

p {
	font-size: 1em;
	line-height: 1.4;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link {
	text-decoration: none;
	color: #e0a547;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active {
	
}

a img {
	border-width: 0;
}

img.bordered {
	border: 2px solid white;
}

#container {
	position: relative;
	width: 900px;
	height: 672px;
	margin: 40px auto 0 auto;
	
	background-image: url(img/bg/InformationCrop.jpg);
	
	overflow: visible;
}

#header h1,
#header h2 {
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
}

#header h1 {
	width: 232px;
	height: 55px;
	top: 0;
	left: 24px;
}

#header h1 a {
	display: block;
	background-image: url(img/eb/EdBreazealeBlue.png);
	width: 232px;
	height: 55px;
}

#header h2 {
	display: none;
	/* hiding this because we are lazy and putting the two pieces in the h1 image */
}

#content {
	position: absolute;
	top: 60px;
	left: 400px;
	width: 500px;
	height: 565px;
	
	background-image: url(img/bg/InfoBG.png);
}

#content_inner {
	margin: 10px 10px 0px 20px;
}

#content_inner h2 {
	color: #f6ca46;
	font-size: 1.4em;
}

#content_inner h3 {
	font-style: normal;
	margin: 1em 0 0.3em;
}

#content_inner h4 {
	font-style: normal;
	margin: 1em 0 0.3em;
}

#content .scroller {
	margin-top: 20px;
	overflow: auto;
	height: 500px;
	padding-right: 10px;
}

#nav_main {
	position: absolute;
	top: 520px;
	left: 30px;
	width: 160px;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

#nav_main ul li a {
	display: block;
}

#nav_main ul li a.active {
	color: #bac1c1;
}

#nav_main ul {
	font-size: 1.3em;
	list-style-image: url(img/plus_blue.png);
}

#nav_main {
	
}

#nav_inner {
	position: absolute;
	top: 16px;
	left: 380px;
	width: 580px;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

#nav_inner li {
	float: left;
	list-style: none;
	width: 100px;
	margin-right: 30px;
	font-size: 1.2em;
}

#nav_inner li.first {
	width: 80px;
}

#nav_inner li a {
	display: block;
	background: url(img/plus_blue.png) 0 center no-repeat;
	padding-left: 20px;
}

#nav_inner ul li a.active {
	color: #bac1c1;
}

#nav_inner li.last {
	width: 120px;
}

/* @group Home */

body.home #container {
	margin-top: 20px;
	background-image: url(img/bg/HomeCrop.jpg);
}

body.home #header h1 {
	top: 110px;
	left: 47px;
}

body.home #header h1 a {
	background-image: url(img/eb/EdBreazealeRed.png);
}

body.home #nav_main {
	left: 710px;
	top: 480px;
}

body.home #nav_main a {
	color: #8f8c4d;
}

body.home #nav_main ul {
	list-style-image: url(img/plus_red.png);
}

body.home #nav_main ul a:hover {
	color: #72141d;
}

body.home #homeplayer {
	position: absolute;
	top: 570px;
	left: 730px;
	width: 55px;
	font-size: 11px;
	color: #444;
}

#mp3button {
	float: right;
	height: 17px;
	width: 17px;
}

/* @end */

/* @group Media */

body.media #container {
	margin-top: 20px;
	background-image: url(img/bg/AudioVideoCrop.jpg);
}

body.media #header h1 {
	top: 600px;
	left: 0px;
}

body.media #header h1 a {
	background-image: url(img/eb/EdBreazealeLavender.png);
}

body.media #nav_main {
	left: 720px;
	top: 580px;
}

body.media #nav_main a {
	color: #e5d36d;
}

body.media #nav_main ul {
	list-style-image: url(img/plus_lavender.png);
}

body.media #nav_main ul a:hover,
body.media #nav_main ul a.active {
	color: #604b4c;
}

ul.media_list {
	margin: 0;
	padding: 0;
}

ul.media_list li {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

ul.media_list li a {
	color: #e6d46d;
	font-size: 1.2em;
}

ul.media_list ul {
	font-size: 0.8em;
	background: #201817;
	border: 1px solid #5a5536;
	padding: 2px 6px 4px;
	margin: 0;
	width: 72px;
	/*display: none;*/
}

ul.media_list ul li {
	position: static;
	display: list-item;
	list-style: none;
	line-height: 1.2;
}

ul.media_list ul li a {
	color: #fffcc3;
	font-weight: bold;
	font-size: 12px;
}

#media_1 {
	top: 130px;
	left: 20px;
}

#media_2 {
	top: 60px;
	left: 110px;
}

#media_3 {
	top: 20px;
	left: 290px;
}

#media_4 {
	top: 30px;
	left: 470px;
}

#media_5 {
	top: 80px;
	left: 630px;
}

#media_6 {
	top: 160px;
	left: 710px;
}

#media_7 {
	top: 250px;
	left: 700px;
}

#media_8 {
	top: 340px;
	left: 750px;
}

#media_9 {
	top: 430px;
	left: 710px;
}

#media_10 {
	top: 500px;
	left: 600px;
}

#videoplayer {
	position: absolute;
	width: 425px;
	height: 350px;
	background: black;
	border: 1px solid #332a2c;
	top: 170px;
	left: 190px;
	display: none;
}

#musicplayer {
	position: absolute;
	top: 300px;
	left: 250px;
}

.media #credits {
	display: none;
	font-size: 0.8em;
	position: absolute;
	top: 140px;
	left: 330px;
	background: #2a181e;
	padding: 1em;
	width: 220px;
	border: 1px solid #57464c;
	color: #cfcfcf;
}

.media #show_credits {
	position: absolute;
	top: 600px;
	left: 330px;
	width: 250px;
	text-align: center;
	font-size: 0.75em;
}

/* @end */

/* @group Contact */

body.contact #content h3 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: #bbc2c2;
}

body.contact #content p {
	color: #e3eeee;
	font-size: 1.2em;
}

body.contact #content p a {
	color: #e3eeee;
}

/* @end */