@charset "UTF-8";
/* CSS Document */
/*  Designed by Dreamingfish Seattle / Contact: k@dreamingfish.com  */	
	
/* *********** GLOBAL STYLES  **********  */
body {
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
	color: #000000;
	background-color:#fef0ed;
	letter-spacing: -0.1em;
	font-family: "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
	font-size: 18px;
	}
	
a {
	text-decoration: none;
	color: #660000;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #660000;
	}
	
h1 {
	color:#663333;
	letter-spacing:0.3em;
	text-transform: uppercase;
	}
	
	
h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .01em;
	margin: 1;
	padding: 1;
	text-transform:uppercase;
	color: #333333;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
/* *********** DIV STYLES  **********  */
	
/*  CONTAINER contains COLUMN1 and COLUMN 2  */	
#container {
	height: 900px;
	width: 1000px;
	background-image: url(images/creatures.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	top: 0;
	left: 0;
	z-index: 8;
	}

/*   COLUMN 1 currently holds INTRO and DETAIL 1 box  */
#column1 {
	width: 410px;
	float: left;
	clear: left;
	text-align: right;
	padding: 0px;
	margin-left:30px;
	}
	
#column1 span {
	text-align: right;
	margin-right: 0;
	display:block;
	font-size: 22px;
	color:#996666;
	letter-spacing:0.2em;
	text-transform: uppercase;
	font-weight: bold;
	}

/*  INTRO currently holds Pagetitle, h1 and LOGO  */		
#intro {
	font-weight: bold;
	width: 400px;
	text-align: right;
	font-size: 18px;
	margin: 0;
	float: left;
	}

#intro p {
	text-align: left;
	padding: 0;
	margin: 0;
	}	

#intro .style1 {
	font-size: 20px;
	text-align: right;
	color:#996666;
	letter-spacing:0.3em;
	padding-left: 10px;
	text-transform: uppercase;	
	}
	
#intro .style2 {
	font-weight: normal;
	color:#990033;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	font-variant:small-caps;
	}


/*   COLUMN 2 currently holds NAV, DETAIL 2 and DETAIL 3 box  */
#column2 {
	width: 410px;
	float: left;
	text-align: left;
	margin-left: 60px;
	margin-top: 0;
	padding-top: 0;
	}
	
#column2 h3 {
	padding-top:50px;
	}

#column2 span {
	text-align: left;
	margin-left: -5px;
	display:block;
	font-size: 22px;
	color:#996666;
	letter-spacing:0.2em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
/*   NAVIGATION   */
#nav {
	width: 425px;
	height: 200px;
	float: left;
	margin-bottom: 100px;
	margin-top: 70px;
	padding-top: 0;
	}
	
#nav ul {
	margin: 0;
	text-align:left;
	list-style: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 22px;
	letter-spacing: .29em;
	line-height: 30px;
	}
	
#nav li {
	margin:0;
	padding: 0;
	}

#nav li a {
	color: #9F0050;
	display: block;
	}

#nav li a:hover {
	padding-left: 20px;
	text-decoration: none;
	color:#FF0066;
	}


	
/*   ticket and venue information on play pages */	
.details1 {
	display: block;
	padding: 50px 5px 5px 20px;
	text-align: center;
	font-size: 18px;
	color:#660000;
	letter-spacing:0.2em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.details1 a {
	text-decoration: underline;
	color: #990000;
	}
	
.details1 a:hover {
	color:#FF0000;
	}
	
/*  production credits on play pages */	
.details2 {
	display: block;
	margin-top:25px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#993333;
	border: 2px solid #FF8484;
	}

/*  illustration and web credit on play pages */
.details3 {
	display: block;
	margin:50px 0 0 20px;
	font-size:14px;
	font-weight: bold;
	text-align: right;
	color:#666666;
	}

	
/*  SAGA styles for the continuing saga story page  */	
#saga1 span, #saga2 span {
	font-size: 24px;
	color:#663333;
	letter-spacing:0.2em;
	font-weight: bold;
	display: inline;
	}
	
#saga1 p {
	text-align:left;
	}

	
/* CONTRIBUTORS styles for contributing artists page */
.contributors {
	font-size:16px;
	margin-left:0px;
	border-bottom: 1px #660000 solid;
	margin-bottom: 10px;
	}
	
.contributors p {
	padding: 0;
	margin-bottom: 20px;
	}
	
.contributors ul {
	list-style: none;
	margin: 0;
	font-size:12px;
	}

.contributors li {
	margin-bottom: 5px;
	}

/*  DONATE page styles  */	

/*  headers for paragraphs containing DONATE buttons */
.donation {
	display:block;
	font-size: 18px;
	color:#000;
	letter-spacing:0.1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;	
	}
	
.button {
	display: block;
	padding-left: 60px;
	}

/* *********** OTHER STYLES  **********  */

/* LOGO STYLE for use with Gravity and Glass Productions logo */
.logoGG {
	margin-top: 5px;
	text-align: left;
	}

.logoBBC {
	margin-right:40px;
	margin-bottom: 10px;
	}


.paranormal {
	padding: 0px;
	text-align: left;
	margin: 0 0 20px 0;
	}


/*  PULL QUOTE style for emphasis paragraphs */
.pullQuote {
	display:block;
	font-size: 18px;
	color:#8C4646;
	letter-spacing:0.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-left: -5px;
	}

/* *********** UTILITIES  **********  */

/*  clears floating DIVs for the lovely and talented IE6  */
#clear {
	clear: both;
	}

/*  adds whitespace for columns with little content  */	
.empty {
	padding: 1px;
	margin: 1px;
	width: 400px;
	height: 500px;
	}
