/* CSS Style Sheet  - ocpinc.org
** Author: Robin Hastings, InterTec Designs
** Date: 5/29/2005
** Colors:
** Blue - #000066 
** Red - #7F0000 
** Silver - #D1D1D1
*/

/* General Body Styles */
body {background-color: #000066; color: #FFFFFF; font-family: Verdana, Helvetica, Arial, san-serif; font-size: 62.5%; margin: 0; padding: 0; }
body a, a:visited { color: #D1D1D1; }
p { font-size: 1.4em; }
ul {margin: 0; padding: 0; font-size: 1.4em; }
dl { font-size: 1.4em; }
#body h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	}


/* Layout Styles */
#wrapper { width: 100%; }
#header { position: relative; width: 100%; height: 180px; }
#header img { padding-left: 1em; border: 0; }
#header h1 { padding-left: 2em; margin-top: -.5em;  
position: absolute; top: 1em; left: 150px; color: #D1D1D1; font-family: Georgia, Times, serif; }
#navigation { position: relative; left: 1em; width: 150px; clear: both; }
#navigation ul { margin-top: 1em; list-style-type: none; }
#navigation ul li { width: 150px; height: 42px; padding-top: 0; margin-top: 0; }
#body { position: absolute; top: 150px; left: 270px; padding-top: 1em; width: 550px;  }
.announce { position: relative; border-top: thick solid #7F0000; border-bottom: thick solid #7F0000; }
.credits { font-size: 1em; }
.center { text-align: center; margin: 0 auto; }

/* Form Styles */
form { width: 75%; margin: 1em auto; } 
fieldset { border: thin solid white; }
legend { font-size: 1.3em; }
label { display: block; float: left; width: 30em; text-align: right; font-weight: bold; clear: left; margin-top: 1em; }
input, textarea { display: inline; text-align: left; margin-left: 1em; width: 15em; }
#submit { display: block; width: 150px; text-align: center; margin: 2em auto;  clear: both;  }

/* List Styles */

ul.bimage  {
list-style-type: none;
}

.bimage li {
padding-bottom: .4em;
}

ul.cast {
list-style-type: none;
}

ul#board {
list-style-type: none;
}
ul#board li {
	font-size: .85em; 
}
li h3 {
	margin-bottom: 0; padding-bottom: 0;
	margin-top: .2em; padding-top: 0;
	font-size: 1.8em;
	}

/* Table Styles */
table { font-size: 1.4em; }

/* Gala Picture Styles */

.picleft { float: left; width: 300px; }
.picleft p { float: left; font-size: 1.4em; clear: both; margin-top: 0; padding-top: 0; }
.picright { float: right; width: 300px; }
.picright p { float: right; font-size: 1.4em; clear: both; margin-top: 0; padding-top: 0; }





