/* -----------------------------------------------
Master Style Sheet

site:     Gemini the Musical
author:   Alex Gilbert
email:    alex@valueneutral.com
website:  http://www.valueneutral.com
----------------------------------------------- */

*{
  margin: 0;
  padding: 0;
}

html,
body,
div,
p {
	color: #fff;
}

body {
	font: small/1.4 "Lucida Grande", "Trebuchet MS", sans-serif; 
	margin: 0;
	padding: 0;
	background: url(../images/gm-bg-polaroid.jpg) no-repeat top left #000;
}

/* =links
----------------------------------------------- */

a:link,
a:active,
a:visited{
  color: #00d4d4;
}

a:hover{
  color: #00d4d4;
}

a img{
	border: none;
}

/* =common
----------------------------------------------- */

h1,
h2,
h3,
h4{
  margin: 0;
  padding: 0;
}

h1 { font-size: 210%; }
h2 { font-size: 160%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

br{
	clear: both;
}

hr {
	display: none;
}

p {
	margin: .5em 0	; 
	line-height: 150%;
}

/* =wrappers
----------------------------------------------- */

#wrapper{
  width: 720px;
	padding-top: 30px;
}

/* =masthead
----------------------------------------------- */

#masthead {
	position: relative;
	height: 250px;
}

#masthead #quotes{
	width: 210px;
	margin: 0 auto 0 270px;
	font-size: 90%;
}

#masthead #quotes #inner{
	color: #fff;	
}

#masthead #quotes blockquote{
	background: url(../images/fifty.png);
	padding: 3px 5px;
}

#masthead #quotes div{
	margin-bottom: 1em;
}

#masthead h1{
	position: absolute;
	bottom: 60px;
	right: 0px;
	display: block;
	width: 214px;
	height: 250px;
	text-indent: -9999px;
	background: url(../images/gm-logo.gif) no-repeat;
}


/* =navigation
----------------------------------------------- */

#navigation{
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}

#navigation li{
	float: left;
}

#navigation li a{
	display: block;
	margin: auto 0;
	height: 28px;
	border-right: 1px solid #000;
	background: #222;
	color: #ff6aa4;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
}

#navigation li a#nav-home{ width: 78px; }
#navigation li a#nav-blog{ width: 100px; }
#navigation li a#nav-credits{ width: 114px; }
#navigation li a#nav-history{ width: 154px; }

.home #navigation li a#nav-home,
.blog #navigation li a#nav-blog,
.cast-credits #navigation li a#nav-credits,
.production-history #navigation li a#nav-history{
	background: #000;
}

#navigation li a.first{
	background: #222 url(../images/gm-bg-nav-left.gif) no-repeat left;
}

#navigation li a.last{
	background: #222 url(../images/gm-bg-nav-right.gif) no-repeat right;
}

#navigation li a:hover{
	background: #000;
	color: #00d4d4;
}

/* =content
----------------------------------------------- */

#primary{
	float: right;
	margin-left: 30px;
	padding-bottom: 30px;
	width: 450px;
}

#primary .tagline{
	font-size: 110%;
	margin-bottom: 20px;
	color: #ff6aa4;
}

#primary .tagline .big{
	font-size: 120%;
}

#primary #credits{
	clear: left;
	float: right;
	margin: 10px 0 30px 30px;
	width: 210px;
	background: #1a1a1a;
}

#primary #credits ul{
	padding: 0 20px;
	list-style: none;
	color: #038787;
}

#primary #credits ul li{
	margin: 1em 0;
}

#primary #dates{
	clear: both;
	margin-top: 30px;
	color: #ffa900;
}

#primary #dates h2 span{
	display: block;
	font-weight: normal;
}

#primary #dates h2 span a{
	font-size: 60%;
}

#primary #dates ul{
	margin: 5px 20px;
}

#primary #dates .note{
	font-size: 90%;
	color: #ffa900;
}

#secondary{
	float: left;
	margin-left: 30px;
	width: 210px;
	display: inline;
}

#secondary a{
	color: #00d4d4;
}

/*
#secondary #paypal,
#secondary #list,
#secondary #nymf{
	margin: 20px 0 60px 0;
	background: #00d4d4;
}
*/

#secondary #paypal,
#secondary #list,
#secondary #nymf{
	margin: 10px 0 40px 0;
	background: #1a1a1a;
}

#secondary #paypal div,
#secondary #list div,
#secondary #nymf div{
	padding: 0 20px;
	color: #038787;
}

#secondary #paypal div,
#secondary #nymf div{
	font-size: 90%;
}

/* =footer
----------------------------------------------- */

#footer{
	clear: both;
	margin: 10px 0 40px 30px;
	background: #1a1a1a;
}

#footer div{
	font-size: 90%;
	padding: 0 20px;
	color: #038787;
}

/* =misc
----------------------------------------------- */


