@charset "UTF-8";

/* forces righthand scrollbar */
html { min-height: 100%; margin-bottom: 1px; }

body {
	color: #666666;
	margin: 0em;
	padding: 0px;
	height: 101%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #006600 url(images/body_bg.gif) repeat-x;
}

/*main container div*/
#wrapper {
	border: 1px solid #000000;
	width: 780px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(images/col.gif);
	background-repeat: repeat-y;
}

/*1st div inside wrapper above leftnav and content divs*/
#head {
	border-bottom: 1px solid #000000;
	height: 170px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background: #370707 url(images/header.jpg);
}

/* use padding for placement with margin to '0' for browser compatibility */
#head h1 {
	margin: 0px;
	padding: 0.5em;
	text-indent: -9999px;
}

/*left navigation div*/
/* All floated items must be given a width */
#leftnav {
	float: left;
	width: 120px;
	margin-left: 10px;
	padding-top: 2em;
	clear: left;
	display: inline;
}
/* Some browsers do not render margin-top correctly for the first item inside a container */
#leftnav p
{
margin-top: 0;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftnav a {
	display: block;
	padding: 1px;
	width: 114px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftnav a:link, #leftnav:visited {
	color: #333333;
}

#leftnav a:hover, #leftnav .current a {
	background-color: #EDE4B7;
}

/*main page content div*/
#content  {
	margin: 0px 0px 0px 132px;
	padding: 15px;
	text-align: justify;
}

/*List formatting in 'Content' pane*/
#content ul {
	float: left;
	margin: 0px 0px 20px 63px;
	padding: 0px;
	list-style-type: square;
}
#content li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
}

#leftcol {
	width: 279px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
}
#rightcol {
	float: right;
	width: 294px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
/*div below content and leftnav*/
#footer {
	clear: both;
	padding: 0.5em;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #000000;
	background: #CCCC99;
}

/*copyright notice*/
#copy a:hover {
	text-decoration: underline;
}
#copy, #copy a {
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
}

/*basics*/
strong {
	color: #003366;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.mp3s {
	vertical-align: bottom;
}
h2  {
	font-size: 16px;
	color: #003333;
}
.top {
	font-size: 9px;
	color: #CC3300;
}

/*images*/
.imgright {
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imgright_bdr {
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 1px solid #999999;
}
.imgleft_bdr {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	margin-right: 20px;
}
.whitespace {
	margin-left: 30px;
	float: right;
	border: 2px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Forms*/
.form_label {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	width: 33%;
}
.accesskey {
	text-decoration: underline;
}
.textinput {
	border: 1px solid #CCCCCC;
}
td {
	border: 1px dotted #999999;
	background-color: #BBCCDD;
	vertical-align: top;
	color: #000000;
}
.crest {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.actors {
	padding: 0px;
	border: 1px solid #445577;
	margin: 1px;
}
.imgspaceleft {
	margin-left: 20px;
	border: 1px solid #445577;
}
.imgspaceright {
	margin-right: 20px;
	border: 1px solid #445577;
}
/*#content table {
	width: 620px;
}*/
#box1, #box2, #box3, #box4 {
	background-color: #BBCCDD;
	padding-left: 30px;
	color: #000000;
	margin-bottom: 3px;
	width: 585px;
	float: left;
}

.diarybox{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	clear: both;
	border-top: 1px solid #666666;
	text-align: center;
	background: #FFFFFF;
}
.diary{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	text-align: left;
}
.left1{
	position: relative;
	float: left;
	left: 0px;
	width: 350px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.right1{
   position: relative;
   float: right;
   right: 0px;
   width: 350px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.headshots {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

#images {
	margin: 0px auto;
	text-align: center;
}

#images img{
	margin: 5px;
	padding: 5px;
	border: solid 1px #cccccc;
}
