/*	
	STUDIO JUICE STYLESHEET
	
	CLIENT:		EDITH BOWMAN
				(http://www.edithbowman.com/)

	MEDIA:		SCREEN
	
	AUTHOR:		STUDIO JUICE
				(http://www.studiojuice.com/)
	
	DESIGNER:	DOM WILLIAMS
				(dom@studiojuice.com)
	
----------------------------------------------------*/
body {
	background: #221A0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B641B;
	padding: 0px;
	margin: auto;
}

/* =a Default styling for links
----------------------------------------------------*/
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #9B641B;
}
a:hover {
	color: #CCCCCC;
}
/* =p Default styling for paragraphs
----------------------------------------------------*/
p {
	line-height: 130%;
	width: 450px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;	
}
/* =abbr Default styling for abbreviations
----------------------------------------------------*/
abbr[title] {
	border: 0px;
}
/* =img Default styling for images
----------------------------------------------------*/
img {
	border: 0px;
}
/* =form Default form styling
----------------------------------------------------*/
fieldset {
	border: solid 0 transparent;
	margin: 0px;
	padding: 0px;
}
#email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 161px;
	background: #302514;
	border: 1px #9B641B solid;
	color: #9B641B;
	padding: 3px;
}
/* =divs Columns and layout
----------------------------------------------------*/
#vcenter {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#container {
	width: 807px;
	height: 602px;
	margin: auto;
	margin-left: -404px;
	position: absolute;
	top: -301px;
	left: 50%;
	padding: 0px;
	visibility: visible;
}
#eb_main {
	background: #221A0D;
	width: 805px;
	height: 550px;
	margin: auto;
	border: 1px #9B641B solid;
}
#eb_footer {
	background: #221A0D;
	width: 807px;
	height: 42px;
	margin: auto;
	margin-top: 8px;
	padding: 0px;
	border: 0px;
}
#mp3Player {
	width: 242px;
	height: 38px;
	margin: auto;
	margin-left: 0px;
	margin-top: 2px;
	padding:0;
	border:0;
	float: left;
}
#sign-up {
	height: 12px;
	margin: auto;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0px;
	border: 0px;
	float: left;
}
#mediaPartner {
	width: 89px;
	height: 43px;
	margin-left: 18px;
	border: 0px;
	float: right;
}
.clear {
	clear: both;
}
/* =NON FLASH LAYOUT
----------------------------------------------------*/
#non_flash {
	width: 765px;
	height: 510px;
	margin: 20px;
}

#edith_info {
	width: 505px;
	height: 510px;
	float: left;
}
#contact_info {
	width: 220px;
	height: 510px;
	float: right;
	padding-left: 20px;
	border-left: 1px #9B641B solid;
}
ul {
	padding: 0px;
	padding-bottom: 15px;
	border-bottom: 1px #9B641B solid;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 15px;
}
li {
	padding-bottom: 1px;	
}
/* =END
----------------------------------------------------*/