/* Project: Bas Bleu Theatre Company
URL: http://www.basbleu.org/
Date: September 2006
Author: Parallax Web Design
Author URL: http://www.parallaxwebdesign.com */

/* zeroes all margins and paddings */
*, body, table, td, p, ul, li, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* reset height for non IE browsers */
html>body #content {
	height: 100%;
}
/* set base font size to 16px in all browsers except IE */
/*html>body {
	font-size: 16px;
}*/
img {/* avoid image-gap bug in Gecko browsers */
	display: block;
}
/************************************************
  Default rules
************************************************/
h1, h2, h3 {
	color: #404B7C;
	background-color: transparent;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em; 
}
h3 {
	font-size: 1.1em;
}
p, div {
	color: #DADAE0;
	background-color: transparent;	
	line-height: 1.4em;
}
/************************************************
  Main content rules
************************************************/
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 76%; /* Sets 1em to 12px */	
	background-color: #2A3754;
	background-image: url(graphics/eosgameplan5a.jpg);
	background-position: top;
	background-repeat: repeat; 	
}
#wrapper-shadow { 
	position: relative;
	top: 10px;
	left: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
	height: 610px;
	text-align: left;	
	color: black;
	background-color: white;	
	background-image: url(graphics/shadow-right.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#wrapper { 
	margin: 0;
	padding: 8px;
	width: 728px;		
	color: black;
	background-color: white;	
}
#header{
	position: relative;
	top: 0;
	margin-top: -18px;
	padding: 0;
	height: 90px;
	width: 728px;
	color: white;
	background-color: black;
	background-image: url(graphics/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#header img {
	float: right;
	border: 0px;
}

#nav {
	position: relative;
	height: 27px;
	font-weight: bold;
	background-image: url('/p7_cssexpress/p7exp/images/p7exp_mbar.jpg');
	background-repeat: repeat-x;
	background-color: #333333;
}

#content {
	/*position: relative;
	top: 0;*/
	margin: 0;
	padding: 0;
	width: 728px;
}
#content-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 520px;
	color: black;
	background-color: transparent;
}
.overflowtext {
	height: 361px;
	overflow: auto;
}
.italic {
	padding-bottom: 0.2em;
	font-style: italic;
	font-weight: bold;
	color: #404B7C;
}
.clear {
	clear: both;
}
#content-left h1 {
	margin: 0.2em 0 0.4em 0;
	line-height: 1.2em;
}
#content-left-top h2 {
	margin: 0.4em 0 0.6em 0;
}
#content-left p {
	padding: 0.2em 0.2em 0.5em 0;
	line-height: 1.5em;
	color: black;
	background-color: transparent;
}
#content-left-top {
	margin-bottom: 8px;
	padding: 6px;
	height: 367px;
	border-right: 1px solid #2B355C;
	border-bottom: 1px solid #2B355C;
	border-left: 1px solid #2B355C;
}
#content-left-bottom {
	margin: 0;
	padding: 5px;
	height: 75px;
	background-image: url(images/media-box-img.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #2B355C;
}
#content-left-bottom h2 {
	margin-bottom: 0.1em;
	font-size: 1.1em;
	color: white;
	background-color: transparent;
}
#content-left-bottom p {
	font-size: 0.95em;
	color: white;
	background-color: transparent;
}
.col3 {
	float: left;
	width: 480px;
}
.col3-left {
	float: left;
	width: 33%;
	color: black;	
}
.col3-mid{
	float: left;
	width: 33%;
	color: black;	
}
.col3-right {
	float: left;
	width: 33%;
	color: black;	
}
#content-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 475px;
	color: white;
	background-color: #233B57;
	background-image: url(images/script-img.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.more {
	font-style: italic;
}
span.more-offscreen { /* shows rest of more link to screenreaders */
	position: absolute;
	left: -1000px;
	width: 900px;
}
.more a, .more a:link, .more a:visited {
	font-weight: bold;
	color: #FFCC33;
	background-color: transparent;
	text-decoration: none;
}
.more a:hover {
	font-weight: bold;
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

/* charlie's additions */

.smaller {
	font-size: .8em;
}

.bold {
	font-weight: bold;
}

.bigger {
	font-size: 1.2em;
}

#item {
	border: 1px solid grey;
	margin-top: 6px;
	padding: 3px;
	text-align: center;
}

.box {
	color: black;
	margin: 4px;
	border: 1px solid black;
	padding: 2px;
}

#buy {
	height: 300px;
	overflow: auto;
}

#form #box {
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#form #label {
	width: 100px;
	text-align: center;
	float: left;
}

#form {
	border: 1px solid grey;
}

#form #box h2 {
	display: inline;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	border: 1px solid black;
	background-color: tan;
	text-align: center;
}

#event {
	color: black;
	border: 1px solid #cccccc;
	margin: 4px;
	margin-bottom: 12px;
	padding: 6px;
}

#event img {
	border: 0px;
	text-align: center;
	margin: 2px;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

#info h3 {
	color: white;
}

#content-right {
	text-align: center;
}

#content-right h1 {
	font-size: 1.3em;
	color: #FFCC33;;
}

#content-right h2 {
	font-size: 1.1em;
	color: white;
}

#content-right h3 {
	font-size: .8em;
	color: white;
}

#contact {
	width: 350px;
}

#contact #label {
	color: black;
}

#contact #controls {
	display: inline;
	text-align: center;
	padding: 2px;
}

img.border {
	border: 1px solid black;
	margin: 6px;
}

.overflowtext ul {
	list-style: disc;
	color: black;
}

.overflowtext ul li {
	color: black;
	margin-left: 20px;
}

/** Charlie's Wordpress Additions **/

div#wordpress_menu {
	
}

div#wordpress_menu a {
	color: white;
}

/************************************************
  Image page rules
************************************************/
#albumlist {
	list-style-type: none;
	margin-bottom: 1em;
	width: 480px;
}
#albumlist li {
	float: left;
	margin: 0 15px 20px 0;
	width: 100px;
	font-size: 1em;
	font-weight: normal;
	color: black;
	background-color: transparent;
}
#albumlist img {
	display: block;	
	border: 1px solid #616161;
}
/************************************************
  Footer rules
************************************************/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 750px;
	background-image: url(graphics/shadow-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
