/* This section is for the major framing sections of the site */

html {
	background: black url('../img/background.jpg');
	background-attachment: fixed;
	font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
}

a { /* no jaggedy borders or lines around links! ewwww! */
	border: none;
}

/* MAIN CONTAINER - THE OUTERMOST DIV OF THE PAGE, CONTAINS ALL */
#maincontainer {
    width: 850px;
    height: 570px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: black url('../img/body-background.jpg') no-repeat;
    position: relative;
}


/* NAV MENU SECTION - SELF EXPLANATORY */
#nav {
	width: 125px;
	height: 200px;
	position: absolute;
	float: left;
	left: 39px;
	bottom: 39px;
	padding: 0;
	font-size: 11pt;
}

#nav ul {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
	border: none;
	letter-spacing: 1px;
	font-family: "Georgia", serif;
}
		
#nav li {
	margin: 0;
	margin-bottom: 5px;
	text-indent: 10px;
	}

#nav li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 2px;
}

html>body #nav li a {
	width: auto;
	color: #d07226;
}

#nav li a:hover {
	background-color: #330303;
}


/*CONTENT SECTION - WHERE THE MAIN BODY OF EACH PAGE IS */
#content {
	width: 615px;
	height: 165px;
	position: absolute;
	float: right;
	right: 39px;
	bottom: 74px;
	padding-right: 20px;
	color: white;
	font-size: 12pt;
	overflow-y: auto;
}

#content a, #content img {
	border: none;
}


/* ANNOUNCEMENT SECTION - WHERE THE CD ON ITUNES BLURB IS */
#announce {
	width: 220px;
	height: 75px;
	position: absolute;
	float: right;
	right: 39px;
	bottom: 246px;
	color: white;
	overflow: hidden;	
}



/* LINKS SECTION - BOTTOM BAR WITH LOGOS TO SOCIAL SITES */
#links {
	width: 500px;
	height: 35px;
	position: absolute;
	float: right;
	right: 39px;
	bottom: 39px;
	overflow: hidden;
}

#links img {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
}

#links a, #links img {
	border: none;
}


/* THIS SECTION IS FOR THROWING KYLER A BONE */
#graphicpilot {
	position: absolute;
	right: 30px;
	bottom: 12px;
}

#graphicpilot a:link, #graphicpilot a:visited, #graphicpilot a:active {
	text-decoration: none;
	color: black;
}

#graphicpilot a:hover {color: orange; }

.copyright {
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}

/* THIS SECTION IS FOR THE STYLES OF THE HEADINGS */


h1 {
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	color: #2D661F;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing:1px;
}

h2, h3 {
	font-family: Courier New, Courier, monospace;
}


h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}



h4 {
font-size: 8pt;
font-weight: normal;
color: white;
font-family: verdana, helvetica, arial, sans-serif;
text-align: left;
}

h4.table {
font-size: 10pt;
font-style: bold;
color: #231FD9;
font-family: verdana, helvetica, arial, sans-serif;
text-align: center;
margin: 0;
}

h5 {
font-size: 10pt;
font-style: bold;
text-align: left;
}

li {
margin-left: 20px;
}

/* Text Alignment & Color Modifiers */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
    text-align: center;
}

.black {
	color: black;
}

.gray {
	color: gray;
}

.brown {
	color: #471207;
}

.orange {
	color: #d07226;
}

.bottom {
	position: absolute;
	bottom: 20px;
}

.50gap {
	margin-top: 50px;
}

.75gap {
	margin-top: 75px;
}

.100gap {
	margin-top: 100px;
}

.200gap {
	margin-top: 200px;
}


p {
	color: #F0E6B9;
	line-height: 125%; 
	font-size: 9.5pt; 
	margin: 5px;
}


/* CONTENT SECTION LINKS */
#content a:link, #content a:visited, #content a:active, #content a:hover  { 
	text-decoration: none;
}
#content a:link {color:#d07226;}
#content a:visited {color:#d07226;}
#content a:active {color:#A53E14;}
#content a:hover {color:#A53E14;}


/* ANNOUNCEMENT SECTION LINKS - ex: CD NOW AVAILABLE */
#announce a:link, #announce a:visited { 
	text-decoration: none; color: white;
}

#announce a:active, #announce a:hover {text-decoration: none; color:black;}

.aligntop {
    margin-top: 0;
}

/* This section is for CSS tricks like preloading, hiding, etc. */
.hidden {
	display: none;
}
