/* Emily Brass Cascading Style Sheet (http://www.emilybrass.com/) */

@import url(../css/reset.css);

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #ff6634;
	margin: 0;
	padding: 20px 0;
	line-height: 1.125em;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFF;
}

a:link {
	color: #FF6633;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color: #FF6633;
}

a:hover {
	text-decoration: underline;
	color: #FF6633;
}

a:active {
	text-decoration: none;
	color: #FF6633;
}

h1 {
	font-family: Impact, sans-serif;
	line-height: 1em;
    font-size: 3em;
    font-weight: 100;
	margin: 30px;
}

h3 {
	font-family: 'Arial Black', sans-serif;
    font-size: 1.2em;
	font-weight: 100;
	margin: 20px 30px;
}

h4 {
	font-family: 'Arial Black', sans-serif;
    font-size: 1em;
	line-height: 1.0em;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 30px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 10px 30px;
}

ul {
	list-style-type: none;
	margin: 20px 0 0 20px;
}

li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 20px 0;
}

strong {
	font-weight: 900;
	color: #FF6633;
}

.date {
	color: #FF6633;
	font-weight: 900;
}

.highlight {
	background-color: #582340;
}

/***********************************************/
/* Main Layout                                 */
/***********************************************/

#container {
	width: 850px;
	margin:0 auto;
	padding:0;
}

#maincontent {
	width: 820px;
	background: url(../images/bg.png) repeat 0 0 #582340;
	margin: 0 auto;
}

#header {
	background: url(../images/header3.png) no-repeat;
	width: 850px;
	height:158px;
	margin:0 auto;
	padding:0;
}

/* Nav Bar */

#nav {
	clear: left;
	padding: 0;
	height: 32px;
	width: 828px;
	background: url(../images/navbg2.png) no-repeat;
	margin: 0 auto;
}

#nav ul {
	padding: 0;
	margin: 0;
	clear: left;
	width: 100%;
}

#nav ul li { 
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul li a {
	margin: 0;
	padding: 8px 12px;
	color: #000000;
	text-decoration: none;
	float: left;
	font-weight: 900;
	font-size: 1.0em;
	line-height: 1.1em;
}

#nav ul li a:hover {
	margin:0;
	background-color: #FF6633;
	color: #FF9933;
}

#nav a.pageindicator {
	background-color: #FF6633;
	color: #000000;
}

#nav a.pageindicator:hover {
	color: #FF9933;
}


/* End Nav Bar */

#topshadow {
	width: 820px;
	height: 30px;
	background:url(../images/shadow.png) 0 0 repeat-x;
	margin: 0 auto;
	clear: both;
	padding:0;
}

#bottomshadow {
	clear: both;
    width: 820px;
	height: 30px;
	background: url(../images/shadowflip.png) 0 100% repeat-x;
	padding: 0;
}

#footer {
	font-size: 0.65em;
	line-height: 1em;
	text-align: center;
	background-color: #3d0041;
	clear: both;
	width: 833px;
	margin: 0 auto;
	padding: 10px 0;
}

/***********************************************/
/* Home                                        */
/***********************************************/

span.emily {
	font-family: Impact, serif;
	font-size: 9em;
	line-height: 0.85em;
	display: block;
}

span.brass{
	font-family: Impact, serif;
	font-size: 7.8em;
	line-height: 0.85em;
	display: block;
}

span.line_one {
	font-family: "Arial Black", sans-serif;
	font-size: 4.3em;
	line-height: 1em;
	letter-spacing: -5px;
	display: block;
	color: #ff9933;
}

span.line_two {
	font-family: "Book Antiqua", serif;
	font-size: 2.9em;
	line-height: 1em;
	display: block;
	color: #ff6633;
}

span.line_three {
	font-family: "Arial Black", sans-serif;
	font-size: 4em;
	line-height: 0.9em;
	display: block;
	font-style: italic;
	letter-spacing: -5px;
	color: #c03039;
}

span.line_four {
	font-family: "Book Antiqua", serif;
	font-size: 1.7em;
	line-height: 1.3em;
	display: block;
	font-style: italic;
}
