body 
{ 
	background-color: #FF0; 
	color: #FF0;
	text-align: center; 
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

a
{
	color: #BFE4FF;
}

#container
{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	padding: 0 5px 0 5px;
	background-color: #000;
	border:groove; 
}

#topnav
{
	width: 780px;
	text-align: right;
}

#topnav img
{
	border:none;
}

.nav
{
	float:left;
	width:250px;
}

#lnav
{
	text-align:right;
}

#lnav ul
{
	float:right;
}

#rnav
{
	text-align:left;
}

#rnav ul
{
	float:left
}

.nav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.nav ul a
{
	display:block;
	text-decoration: none;
	background: #000;
	color: #FF0;
	padding: .5em;
	font-size:20px;
}

.nav ul a:hover
{
	background: #2D465A;
}

.nav li
{
	display:inline;
}

#headshot
{
	float: left;
	width: 240px;
	padding: 0 5px;
	text-align: center;
}

#headshot img
{
	width: 230px;
}

#member_picture
{
	float:left;
	padding-right: 10px;
}

#member_picture img
{
	width: 230px;
}

#member_bar
{
	height: 30px;
	width: 100%;
	border: solid #FF0 1px;
	float:left;
	margin-bottom: 10px;
}

#member_bar ul
{
	margin: 0px;
	padding: 0px;
	color: #FF0;
	line-height: 30px;
	white-space: nowrap;
}

#member_bar li
{
	list-style-type: none;
	display: inline;
}

#member_bar li a
{
	text-decoration: none;
	padding: 7px 10px;
	color: #FF0;
}

#member_bar li a:link
{
	color: #FF0;
}

#member_bar li a:hover
{
	background-color: #2D465A;
}

#member_bar li a:visited
{
	font-weight: bold;
	color: #FF0;
	background-color: #000;
}

#content
{
	float:left;
	width: 580px;
	margin: 0;
	padding: 0;
}

.sidebar
{
	width:175px;
	margin:0;
	padding:0;
	border:dashed;
	text-align:center;
}

#sidebar
{
	float:right;
}

#list_videos
{
	float:left;
	width:134px;
	margin-right:15px;
}

#video_scroll
{
	position:relative;
}

.scroll
{
	width:100%;
	height:415px;
	overflow-y:hidden;
}

.scroll_item
{
	position:absolute;
	height: 138px;
	margin:0;
	padding:0;
	top: -138px;
}

#video_scroll a
{
	text-decoration:none;
	color: #FF0;
}

#video_0
{
	display:block;
	top:0px;
}

#video_1
{
	display:block;
	top:138px;
}

#video_2
{
	display:block;
	top:276px;
}

#show_video
{
	text-align:center;
}

#show_video input
{
	width:275px;
}

#slideshow img
{
	float:left;
	width:170px;
	margin:0;
	padding:0;
}

.recent_title
{
	border: #999 solid 1px;
	margin: 5px 2px 0 2px;
	font-weight:bold;
}

.recent_story
{
	margin: 0 2px 5px 2px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
}

#footer
{
	clear: both;
	width: 780px;
	text-align: center;
}

#picture_links
{
	clear: both;
	text-align: center;
}

.list_odd
{
	background: #2D465A;
}

.list_even
{
	background: #406480;
}

.picture_container
{
	width: 131px;
	height: 193px;
	vertical-align:middle;
	float: left;
	margin: 2px;
}

.picture_link
{
	text-decoration: none;
}

.picture_container:hover
{
	background: #555;
}

.picture_container img
{
	width: 121px;
	margin: 5px;
	vertical-align: middle;
	border: none;
}

.category_container
{
	width: 135px;
	height: 220px;
	float: left;
	margin: 2px;
	text-align:center;
}

#show_picture
{
	padding-top:10px;
	text-align:center;
	clear:both;
}

#pagination
{
	float: left;
	width: 405px;
	text-align: center;
}

.story_title
{
	/*background: #555;*/
	border: #999 solid 2px;
	font-size:200%;
	height: 1em;
	padding: 3px;
	clear:both;
}

.story_body
{
	background: #000;
	padding: 3px;
	border-left: #999 solid 2px;
	border-right: #999 solid 2px;
	clear:both;
}

.story_posted
{
	margin: 0 0 10px 0;
	font-size: 80%;
	text-align:right;
	clear:both;
	border: none;
	height: 1.5em;
	border-left: #999 solid 2px;
	border-right: #999 solid 2px;
	border-bottom: #999 solid 2px;
}

#theater
{
	text-align: center;
}

.production_cell
{
	font-style: italic;
}

.odd
{
	background: #008;
}

.even
{
	background: #800;
}

.alternate_even
{
	background: #500;
}

.alternate_odd
{
	background: #005;
}

table
{
	border-collapse:collapse;
}

#message
{
	width: 330px;
}

#contact
{
	width: 80px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.section_header
{
	width:100%;
	clear: both;
	margin-bottom: 20px;
}

.section_title h2
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.resume_content
{
	clear:both;
}

.resume_content_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	border-collapse: collapse;
	text-align: left;
}
.resume_content_table th
{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 10px 8px;
	border-bottom: 2px solid #fff;
}
.resume_content_table td
{
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 6px 8px;
}
.resume_content_table tbody tr:hover td
{
	color: #aaa;
}
