@charset "utf-8";
/* CSS Document */
/* Set general styles for the body, links, the wrapper, etc. */
body {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	min-width: 780px;
	color:#333333;
	background-color:#333333;
	font-family: Arial, Verdana, "Trebuchet MS", "Lucida Sans", Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
}

p {
	font-size: 1.3em;
	margin: 2px;
	padding: 2px;
}

a { color:#AC9C9C; text-decoration: none; font-weight: bolder; }
a:link { color:#AC9C9C; text-decoration: none; font-weight: bolder; }
a:visited { color:#AC9C9C; text-decoration: none; font-weight: bolder; }
a:hover { color:#FFFFFF; text-decoration: underline; font-weight: bolder; }
a:active { color:#FFFFFF; text-decoration: underline; font-weight: bolder; }

/* Main wrapper div */
#wrapper {
	text-align: left;
	border:none;
	/* background-color: #BD8354; */
	/* background-color: #222222; */
}

/* Style for the banner header */
#banner {
	margin: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 780px;
	height: 150px;
	border:#ffffff 2px solid;
	background-color: #101422;
}

/* The Navigation Bar styles */
#navBarWrapper {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111111;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

#navBar {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111111;
	border-top: #999999 4px solid;
	border-bottom: #999999 4px solid;
	font-family:  Arial, Tahoma, "Trebuchet MS", Verdana, "Lucida Sans", Helvetica, sans-serif;
	float: left;
}

#navBar ul {
	margin: 0;
	padding: 0;
	width: 780px;
	margin-left: auto;
	margin-right: auto; 
	list-style: none;
}

#navDivider {
	clear: both;
	height: 3px;
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111111;
}

#navBar li {
	float: left;
	margin-left: .34em;
	margin-right: .34em;

}

#navBar li.currentpage {
	background-color:#999999;
	background-image :url(images/menuslider-left.png);
	background-position: center left;
	background-repeat: no-repeat;
}

/* navBar link styles */
#navBar a {
	display: block;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: .65em; 
	padding-left: 1em; 
	padding-bottom: .65em; 
	padding-right: 1em;
}

#navBar a { display: inline-block; }
#navBar a { display: block; }

#navBar a.currenttext {
	padding-left: 2em;
	padding-right: 2em;
	background-image: url(images/menuslider-right.png);
	background-position: center right;
	background-repeat: no-repeat;
	color: white;
}


/* The main page content */
#mainContent {
	clear: both;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	width: 780px;
	height: 1275px;
	border: #C90 2px solid;
	border-top: none;
	background-color: #ffffff;
	overflow: hidden;
}


/* The right side content column */
#contentColumn {
	clear: both;
	height: 1275px;
	width: 220px;
	margin: 0;
	margin-bottom: 2px;
	padding: 4px;
	border-left: 1px solid #999;
	color:#900;
	float: right;
	background-color: #FFFFFF;
}

/* The listen live graphic and text */
a#listenLive {
	display: block;
	width: 100px;
	height: 150px;
	margin: 0;
	margin-bottom: 3px;
	border: none;
	overflow: hidden;
}

a:link#listenLive {
	background: url(images/live-pixie.jpg) bottom left no-repeat;
	/*background-image: url(images/live-pixie.jpg); */
}

a:visited#listenLive {
	background: url(images/live-pixie.jpg) bottom left no-repeat;
	/* background-image: url(images/listen-live.jpg); */
}

a:hover#listenLive {
	background: url(images/live-pixie.jpg) top left no-repeat;
	/* background-image: url(images/listen-live-glow.jpg); */
}

a:active#listenLive {
	background: url(images/live-pixie.jpg) bottom left no-repeat;
	/* background-image: url(images/listen-live.jpg); */
}

#live {
	margin: 0;
	padding: 0;
}

#listenLiveText {
	margin: 0;
	padding: 0;
	width: 120px;
}
#contentColumn #live h2 {
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 7px;
	padding: 0;
	overflow: visible;
}

#live p {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	color: #333333;
}

/* Donations */
#donations {
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

#contentColumn .donations-text {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	padding-left: .75em;
	padding-right: .75em;
	text-transform:uppercase;
}

/* Amazon Associate styles */
#amazonFrame {
	width: 124px;
	/*margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 0; */
	margin: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0;
	padding-left: 4px;
	float:right;
}

#amazonAssociate p {
	display: block;
	width: 82px;
	margin: 0;
	padding: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 3px;
	font-size: 1.1em;
	color: #333333;
	float: left;
}

/* Blogrolling.com div */
#blogRoll a {
	width: 180px;
	height: 1.3em;
	display: block;
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: -20px;
	padding: 0;
	border: none;
	overflow: hidden;
	font-weight: normal;
}

#blogRoll a:link { color:#072C46; text-decoration: none; font-weight: normal; }

#blogRoll a:visited { color:#900; text-decoration: none; font-weight: normal; }

#blogRoll a:hover { color:#072C46; text-decoration: underline; font-weight: normal; }

#blogRoll a:active { color:#072C46; text-decoration: none; font-weight: normal; }

#blogRoll { 
	width: 100%;
	margin: 0;
	margin-top: -6px;
	margin-bottom: -9px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Tahoma, "Trebuchet MS", Arial, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	background-color: #CCCCCC;
}

#blogRoll h3 {
	width: 203px;
	height: 37px;
	margin: 1px;
	margin-left: 7px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	background: url(images/blog-roll-bg.png) top left no-repeat;
}


/* Twitter and Facebook */
#twitterFacebook {
	color: #333333;
}

#twitterFacebook  h4 {
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding-left: 32px;
	padding-right: 18px;
}

#twitterImg {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 18px;
}

#facebookImg {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -7px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left:58px;
	padding-right: 18px;
}



/* This is the main column where the introduction text and 
   main content will go... */
#mainColumn {
	width: 550px;
	font-family: Tahoma, "Trebuchet MS", Geneva, sans-serif;
}

#welcome {
	margin-top: 12px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px;
}

#mainColumn p {
	margin-top: 2px;
	margin-left: 9px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding: 5px;
	
}

#mainColumn h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 18%;
	margin-right: 18%;
	padding-left: 10px;
}

#talentSearch {
	margin: 12px;
	padding: 7px;
	background-color: #CCCCCC;
}

#talentSearch h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 11%;
	margin-right: 11%;
}

#talentSearch li {
	font-size: 1.3em;
}

#talentSearch a:link { color:#2A0055; }
#talentSearch a:visited { color:#7F0000; }
#talentSearch a:hover { color: #333333; }
#talentSearch a:active { color: #2A0055; }

#upcomingTopics {
	width: 520px;
	margin-top: 23px;
	margin-left: 12px;
	margin-bottom: 7px;
}

#upcomingTable {
	margin-top: 0;
	padding: 0;
	font-size: 1.5em;
	color: #111111;
	background-color: #EEEEEE;
/*	background:url(images/upcoming-bg.png) top left no-repeat; */
}

#upcomingTable caption {
	width: 520px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Tahoma, 'Trebuchet MS', Geneva, sans-serif;
	background: url(images/header-bg-520.png) bottom left no-repeat;
}


#upcomingTable img {
	margin-left: 18%;
	margin-right: 20%;
}

/* generic classes */
#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28%;
	padding-right: 28%;
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
	color: #FFFFFF;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.italics {
	font-style: italic;
}

.noborder {
	border: none;
}

.divider {
	clear: both;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 7px;
	border-bottom: 7px groove gray;
	width: 100%;
}

.divider2 {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	height: 7px;
	border-bottom: 3px groove gray;
	width: 70%;
}

.center {
	text-align:center;
}
