/*
Color Palette

Yellow -> #ffcc00

*/

body{
	font-size: 1em;
	font-family: lucida grande, arial, verdana, serif;
	text-align: center;
	color: #ffffff;
	background: #000000 url(../img/bg-wrap.png) repeat-y 50% 0;
}

/*	CONTAINERS	*/
#container	{ background: url(../img/bg-content.png) no-repeat 50% 0;}

#header-wrapper, #content-wrapper	{
	text-align: left;
}

#header-wrapper, #header {
	height: 8em;
}

#header-wrapper	{
	position: relative;
	background: transparent;
}

#footer-wrapper	{
	overflow: hidden;
}

#header, #content, #footer	{
	margin: 0 auto;
	padding: 0 .625em;
	width: 58.75em;
	position: relative;
}

	#footer	{ margin-top: 20px; }

#content-wrapper	{
	width: 100%;
	overflow: hidden;
}

	#main	{
		float: left;
		margin: 30px 0;
		width: 38em;
	}
	
	#sidebar	{
		width: 14.75em;
		float: left;
		margin: 30px .5em 0 1.5em;
	}
	
	
/*	HEADERS	*/	

h1	{
	background: url(../img/logo.png) no-repeat;
	position: absolute;
	width: 285px;
	top: 70px;
	left: 280px;
	height: 150px;
	line-height: 150px;
	text-indent: -9999px;
}

h2	{
	margin-bottom: 1.5em;
	font-size: 1.125em;
	line-height: 1.125em;
	font-family: lucida grande, verdana, serif;
	font-weight: 300;
	color: #ffcc00;
}

/*	PARAGRAPHS	*/
	
p	{
	font-size: 0.750em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

	#footer p	{
		margin-right: 30px;
		float: right;
	}

#sidebar p	{
	padding: 0 1.5em 0 1.5em;
	margin-bottom: 1.5em;
}

/*	LINKS	*/
a:link, a:visited, a:active	{ 
	color: #ffcc00;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

#facebook	{
	height: 35px;
	width: 93px;
	display: block;
	border: 0;
	background: url(../img/logo-facebook.jpg) no-repeat;
	text-indent: -9999px;
}

#myspace	{
	height: 22px;
	width: 138px;
	display: block;
	border: 0;
	background: url(../img/logo-myspace.png) no-repeat;
	text-indent: -9999px;
}


/*	PRIMARY NAVIGATION	*/
#navigation {
	font-size: .75em;
	line-height: 1.5em;
}

#navigation li	{
	padding: 0 0 0 0;
}

	#navigation li li {
		padding: 0;
	}
	
	#navigation li li a	{
		padding-left: 20px;
		width: 160px;
	}

#navigation li a	{
	width: 170px;
	padding: 7px 0 7px 10px;
	color: #ffffff;
	background: url(../img/bg-nav-bottom.png) no-repeat 0 100%;
	display: block;
}

#navigation li a:hover	{
	text-decoration: none;
	background: url(../img/bg-nav-on.png) no-repeat 0 100%;
	color: #000;
	font-weight: 600;
}

#navigation li.selected a, #navigation li ul li.selected a {
	text-decoration: none;
	background: url(../img/bg-nav-on.png) no-repeat 0 100%;
	color: #000;
	font-weight: 600;
}

#navigation li.selected li a {
	background: url(../img/bg-nav-bottom.png) no-repeat 0 100%;
	color: #ffffff;
	font-weight: 300;
}

#navigation li.selected li a:hover {
	background: url(../img/bg-nav-on.png) no-repeat 0 100%;
	color: #000;
	font-weight: 600;
}

/*	DECORATIVE CLASSES	*/
span.amp	{
	font-family: Palatino, Baskerville, "Book Antiqua", serif;
  	font-style: italic;
	font-weight: 300;
}
