
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000 url(../images/bg.jpg) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #FFF; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #24517D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #666;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;		
	color: #666;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}
h4 {
 font-size: 1.1em;
 color: #396697;
}

/* Paragraph 
p { padding: 12px 10px;	}
*/
/* Lists */
ul, ol { margin: 10px 20px; padding: 0 20px; }
ul { list-style: none; list-style-type: square; }
dl { padding: 10px; margin: 0; }

/* images */
.bioimg {
    border: 2px solid #000;
	margin: 0 auto;
}
.player-img {
	border: 2px solid #333;
	padding: 14px;
}
.player-vid {
	border: 2px solid #333;
	padding: 6px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.caption { 
	color: #999;
	font: 11px/1.4em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-style: italic;
}

/* start - table */
table {
	border: none;
}
.photo-cell {
	width: 180px;
	float: left;
}
.bio-cell {
	width: 630px;
	float: right;
}
.pad {
	padding: 2px;
}
/* end - table */

/* form elements */
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select, textarea {
	padding: 4px;
	color: #FFCC00;		
	background: #000;
	width: 350px;
  	border: 1px solid #666;
	font: normal 11px Verdana, sans-serif;
}
textarea {
	height: 80px;
	display: block;	
}
.button { 
	font: bold 11px Arial, Sans-serif; 
	height: 30px;
	width: 80px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ccc #666 #666 #ccc;
}
.hr tr {
	border-bottom: 1 solid #666;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;	
}
#header {
	position: relative;
	text-align: center;
	width: 860px;
	height: 203px;
	padding: 0;
	margin: 0 auto;
}

/* Navigation */
#nav {
	clear: both;	
	text-align: center;
	padding: 0;	margin: 0 auto;
	width: 860px;
	height: 43px;
	background: #000 url(../images/nav-bg-pattern.png) no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0 auto;
	padding: 0;	
	height: 43px;	
}
#nav ul li {
	display: inline;
	margin: 0 auto; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	position:relative;
	width: 860;
	text-align:center;
	padding: 0 15px;
	border-right: 2px solid #2A2A2A;
	color: #fff;
	font: bold 15px/42px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.6px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFCC00;	
}
#nav ul li#current a {	
	color: #FFCC00;
}
#nav ul li#last a {	
	border-right: none;
}

/* index content */
#index-content-wrap {
	width: 860px;
	height: 375px;
	background: url(../images/rss-about-bg.png);
	margin: 0 auto;
	padding: 0;
}
#index-content-wrap p {
	padding:10px 0;
}
#index-content-wrap a:hover { 
	color: #FFCC00; 
	text-decoration: none;
}
#rss {
	position: relative;
	top: -25px; left: 70px;
	width: 333px;
	height: 300px;
}
#rss h1 {
	color: #000; 
	font-size: 1.8em;
	margin-bottom: 10px;
}
#rss-link {
	position: relative;
	top: 5px;
	left: 5px;
}
#rss-data {
	background-color: #D3D3D3;
	width: 312px;
	height: 258px;
	margin: 0;
	padding: 10px;
	overflow: auto;
	border: 1px solid #C0C0C0;
}
.rss-data-page {
	color: #ccc;
	width: 690px;
	margin: 0;
	padding: 20px;
	overflow: auto;
	border: 1px solid #999;
}
#about {
	position: relative;
	top: -327px; left: 430px;
	width: 415px;
	height: 320px;
}
#about h1 {
	color: #FFF; 
	font-size: 1.8em;
	margin-bottom: 10px;
}
#spacer {
	width: 860px;
	height: 15px;
	background-color: #000000;
}
/* player content */
#player-content-wrap {
	width: 860px;
	background: url(../images/player-bg.png) no-repeat;
	margin: 0 auto;
	border: 1px solid #333;
	background-color: #1c1c1c;
	padding: 0;
	margin-top: 20px;
}
#player-content-wrap a:comments { 
	color: #FFF; 
	text-decoration: none;
}
#player-content-wrap a:hover { 
	color: #FFCC00; 
	text-decoration: none;
}
#player-content-wrap h1 {
	margin-bottom: 20px;
}
#player-content-wrap p {
	padding: 15px 0;
}
#player-content {
	padding-left: 80px;
	padding-top: 30px;
	padding-right: 20px;
}
.player {
	width: 740px;
	background-color:#161616;
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 20px;
}
.player h2 {
	color: #24517D; 
	font-size: 1.8em;
	margin-bottom: 10px;
}
.player h3 {
	color:#FFCC00;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.player h4 {
	color:#FFF;
	font-size: 1.1em;
}
.player-results td {
	padding: 10px;
	border-top: 1px solid #333;
}

/* representation content */
#representation-content-wrap {
	width: 860px;
	height: 550px;
	background: url(../images/representation-page-bg.png);
	margin: 0 auto;
	padding: 0;
}
#representation-content-wrap a:hover { 
	color: #FFCC00; 
	text-decoration: none;
}
#representation-content {
	padding-left: 80px;
	padding-top: 40px;
	padding-right: 20px;
}
#representation-content-wrap p {
	padding: 15px 0;
}
#sitemap-content-wrap {
	width: 860px;
	height: 850px;
	background: url(../images/sitemap-bg.png);
	margin: 0 auto;
	padding: 0;
}
/* about content */
#about-content-wrap {
	width: 860px;
	height: 500px;
	background: url(../images/about-page-bg.png);
	margin: 0 auto;
	padding: 0;
}
#about-content {
	padding-left: 80px;
	padding-top: 40px;
	padding-right: 20px;
}
#about-content p {
	padding: 10px 0;
}
#about-content h2 {
	font-size: 1.6em;
	color: #FFCC00;
}
#about-content h3 {
	color:#999;
	font-size: 1.2em;
}
.contact-table {
	width: 530px;
}
.contact-table td {padding: 2px;}
/* footer bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 860px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
	margin-top: 1px;
}
#footer-bottom p {
	paddingt:10px 0;
}
#footer-bottom a { color: #306495; }
#footer-bottom a:hover { color: #FFF; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


