body 
{ 
	background-color: #f0ece1; 
	color: #1c4574;
	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: 900px;
	text-align: left;
	padding: 0;
}

#left_column
{
	width:30%;
	float:left;
}

#right_column
{
	width:70%;
	float:left;
}

#tweetbox
{
	text-align:center;
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	border: 2px solid #1c4574;
	background: #fff;
	float:left;
	margin-top: 5px;
	margin-left: 50px;
	width: 197px;
	padding: 3px;
	height: 300px;
	overflow:hidden;
}

#tweetbox h2
{
	margin-top:3px;
}

#lnav
{
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	float:left;
}

#nav
{
	padding-left: 10px;
}

#lnav li
{
	display: inline;
	list-style-type: none;
	margin-left: 5px;
}

#lnav li
{
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	color: #1c4574;
	text-shadow: 1px 1px 1px #aaa;
}

#lnav li a
{
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	color: #1c4574;
	text-shadow: 1px 1px 1px #aaa;
	text-decoration: none;
}

#lnav li:hover
{
	background: #555;
}

#lnav li 
{
	height:20px;
	position: relative;
}

#lnav ul ul 
{
	position:absolute;
	z-index: 500;
	width:516px;
	height:20px;
	left:-150px;
}

#lnav ul li ul li
{
	width:0px;
	display: inline;
	list-style-type: none;
}

#lnav ul ul
{
	display:none;
}

#lnav ul li:hover ul
{
	display:block;
}

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

#headshot a
{
	text-decoration: none;
}

#headshot a img
{
	border:0;
}

#headshot img
{
	width: 270px;
}

#content
{
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px;
	border: 2px solid #1c4574;
	background: #fff;
	float:left;
	padding-left: 10px;
	margin-top: 35px;
	width: 540px;
	height: 540px;
}

#innerContent
{
	width:520px;
	height:510px;
	margin:10px;
	margin-top:15px;
	overflow:auto;
}

#innerContent a
{
	color: #555;
}

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

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

/*.list_odd
{
	margin-bottom:10px;
	background: #fff;
}

.list_even
{
	margin-bottom:10px;
	background: #fff;
}*/

#viewgb table tbody tr td
{
	padding: 10px 0;
}

.picture_container
{
	float: left;
	margin: 2px;
	width: 131px;
	text-align:center;
}

.picture_link
{
	text-decoration: none;
}

.picture_container:hover
{
	background: #555;
}

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

.category_container
{
	float: left;
	margin: 0 5px;
	padding:0;
	text-align:center;
}

.category_container a
{
	text-decoration:none;
	color:#FFF;
}

.category_container:hover
{
	background: #2D465A;
}

#categories
{
	width:100%;
}

#list_pictures
{
	clear:both;
	width:100%;
}

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

#pagination
{
	clear:both;
	float: left;
	width: 405px;
	text-align: center;
}

.story_title
{
	font-size: 26px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom:10px;
	clear:both;
}

.story_body
{
	<!--background: #406480;-->
	padding: 3px;
	<!--border-left: #2D465A solid 2px;-->
	<!--border-right: #2D465A solid 2px;-->
	clear:both;
}

.story_posted
{
	<!--background: #2D465A;-->
	margin: 0 0 10px 0;
	font-size: 80%;
	text-align:right;
	clear:both;
	border: none;
	height: 1.5em;
}

#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: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #fff;
}
.resume_content_table td
{
	color: #000;
	padding: 6px 8px;
}
.resume_content_table tbody tr:hover td
{
	color: #aaa;
}

#list_videos
{
	float:left;
	height:138px;
	width:450px;
}

#video_scroll
{
	position:relative;
}

.scroll
{
	width:405px;
	height:100%;
	overflow-x:hidden;
	float:left;
}

.scroll_item
{
	position:absolute;
	width: 128px;
	height:138px;
	margin:0;
	padding:0;
	left: -135px;
	text-align:center;
}

.scroll_arrow
{
	width: 9px;
	height:118px;
	top:120px;
	margin:0;
	padding:0;
	float:left;
}

.scroll_arrow
{
	text-decoration:none;
	color: #000;
}

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

#video_0
{
	left:0px;
}

#video_1
{
	left:135px;
}

#video_2
{
	left:270px;
}