/*
Title: EastCoastRecordingCompany.com screen styles
Date Modified: 12/20/2008
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
	icons
	legacy
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #1B1D1E url(/images/backgrounds/texture.jpg) fixed center top repeat-x;
	font: small/1.4em Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	}

#container {
	background-color: #4D758F;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	}

/* ----- header ----- */
#header {
	/* background: url(/images/photos/ecr-outside.jpg) right top no-repeat; */
	margin: 0;
	height: 130px;
	padding-right: 75px;
	}

#logo {
	float: left;
	width: 242px;
	padding: 25px 0 0 38px;
	}

#logo h1, #logo h1 a {
	text-indent: -4000px;
	display: block;
	margin: 0;
	padding: 0;
	width: 242px;
	height: 99px; 
	background: url(/images/logos/east-coast-recording.gif) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	}
	

/* navigation
------------------------------------- */
a {
	color: #4e8cb7;
	text-decoration: none
	}

a:link {
	color: #4e8cb7;
	text-decoration: none
	}

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

#nav {
	margin: 0 auto;
	padding: 0;
	height: 32px;
	background: #3B5A6F url(/images/backgrounds/navbar.jpg) left top no-repeat;
	border-top: 1px solid #669bbf;
	border-bottom: 1px solid #666666;
	}

#nav ul {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #333;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

#nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

#nav ul li a:hover {
	color: #A0D9F6;
	}

#nav ul li a.selected {
	color: #A0D9F6;
	}

#nav ul li a.last { border-right: none; }

#navcontainer #active { border-left: 1px solid #fff; }

/* ---- headings ---- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #6ca247;
	font-weight: normal;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #6ca247;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #7ebd51;
	}

h2 {
	margin-top: 0;
	font-size: 200%;
	line-height: 1em;
	}

h3 {
	font-size: 140%;
	padding-left: 15px;
	border-left: 3px solid #7ebd51;
	}

/* ---- main content ---- */
#main {
	margin: 0 auto;
	padding: 45px 125px 50px 125px;
	color: #333;
	background: #fff;
	}

/* ---- footer ---- */
#footer {
clear: both;
margin: 0 auto;
padding: 10px 25px;
width: 800px;
height: 32px;
text-align: right;
line-height: 1.4em;
font-size: 80%;
color: #ccc;
/* border-top: 1px solid #FFF; */
}

/* ---- misc ---- */
.align_left {
float: left;
padding: 0 25px 5px 0;
}

.align_right {
float: right;
padding: 0 0 5px 25px;
}

.caption, .source{
font-size: 80%;
color: #000;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 15px;
padding-right: 75px;
font-style: italic;
}

/* icons */
a.feed {
font-size 90%;
color: #666666;
background: url(/images/icons/feed-icon-14x14.png) left 50% no-repeat;
padding-left: 18px;
}
