/* 

Demondrae Thurman
Default Style Sheet

By: Matthew Kilgore, Kilgore Studios
Copyright 2009-2010

 */

/* Remove Default */
@import url("reset.css");

*, html {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

/* Colors
---------------------------------------*/
body {
	background: #000000;
	color: #ffffff;
}

.pageContent {
	color: #000000;
	border: 1px solid #ddbb33; /*#ffdd55;*/
}

.pageContent a:link {
	/*color: #0033ff;*/
	/*color: #ddbb33;*/
	color: #555555;
}

.pageContent a:visited {
	/*color: #003399;*/
	/*color: #aa9933;*/
	color: #222222;
}

.pageContent a:hover, .pageContent a:active {
	/*color: #ffffff;*/
	color: #dedede;
	text-decoration: none;
}

#audioPlayer a:link {
	color: #ffffff;
}

#audioPlayer a:visited {
	color: #ffffff;
}

#audioPlayer a:hover, #audioPlayer a:active {
	color: #dedede;
	text-decoration: none;
}

#navigation a:link {
	text-decoration: none;
	color: #999999;
}

#navigation a:visited {
	text-decoration: none;
	color: #999999;
}

#navigation a:hover {
	text-decoration: none;
	color: #ffffff;
}

#navigation a:active {
	text-decoration: none;
	color: #ffffff;
}

#navigation a.current {
	color: #ddbb33;
	cursor: default;
}

/* Layout
---------------------------------------*/
#container {
	width: 960px;
	margin: 20px auto;
}

#primaryContent {
	position: relative;
	width: 960px; /* Set to make background show in IE6, doesn't seem to break anything else */
}

#audioPlayer {
	position: absolute;
	top: 0;
	right: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	width: 80px; /* Use Margin line if you need more nav buttons */
	height: 50px;
	/*margin-left: 15px;*/
}

#navigation {
	height: 50px;
}

.pageContent {
	width: 480px;
	margin: 0 0 20px 20px;
	padding: 10px 20px;
}

.pageContent p {
	margin: 10px 0;
}

#presskit_images li {
	display: inline;
	margin-right: 5px;
}

/* Events
---------------------------------------*/
.event {
	margin-bottom: 10px;
}

.event td {
	padding: 4px 10px;
}

td.event_title {
	font-weight: bold;
}

hr.event_divider {
	width: 60%;
	height: 1px;
	border: 1px solid #666666;
	margin: 0 auto 15px;
}

.image_gallery li {
	list-style: none;
	display: inline;
}

/* Badge
---------------------------------------*/
#siteBadge {
	display: block;
	font-size: 32px;
	width: 800px;
	/*height: 60px;*/
	height: 140px;
	line-height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent:-5000px;
}

#footer {
	font-size: 12px;
	text-align: center;
}

#navigation a {
	text-align: center;
	line-height: 50px;
}

/* Background Images
---------------------------------------*/
#primaryContent {
	background: transparent url(../images/Demondrae_Thurman_bg.jpg) no-repeat top right;
}

#siteBadge { /* Image Replacement */
	/*background: transparent url(../images/badges/badge.png) no-repeat top left;*/
	background: transparent url(../images/badges/badge1.png) no-repeat top left;
}

.pageContent {
	background: transparent url(../images/backgrounds/silver.jpg) repeat-y top center;
}

#navigation a:link {
	background: transparent url(../images/backgrounds/navigation_bg.jpg) repeat-y top center;
}

#navigation a:visited {
	background: transparent url(../images/backgrounds/navigation_bg.jpg) repeat-y top center;
}

#navigation a:hover {
	background: transparent url(../images/backgrounds/navigation_bg.jpg) repeat-y top center;
}

#navigation a:active {
	background: transparent url(../images/backgrounds/navigation_bg.jpg) repeat-y top center;
}

a.pdf {
	background: transparent url(../images/file_icons/pdf.png) no-repeat center left;
	padding-left: 18px;
}

/* Hidden Bio
---------------------------------------*/
#hiddenBio p.hide {
	display: none;
}

.hide {
	display: none;
}


/* Links
---------------------------------------*/
.linksTitle {
	/*font-weight: bold;*/
}

.linksHref {
	margin-bottom: 1em;
}


/* Text
---------------------------------------*/
.pageContent p {
	line-height: 18px;
}


/* Section Title
---------------------------------------*/

