/* @override 
	http://chasingthemoon.pdcst.com/css/1.0/main.css
	http://dev.pdcst.com/css/1.0/main.css
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: black url(../../img/full_moon_large.jpg) no-repeat fixed right top;
	color: #aaa;
	}

a:link, a:visited {
	color: #eee;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


#container {
	padding: 0;
	margin: 0;
}

/* width */

#content, #chasing_the_moon, #nav, #footer {
	width: 700px;
	margin: 0 auto;
}

/* header */

#header {
	color: white;
}

h1#chasing_the_moon {
	padding-top: 1.5em;
	font-weight: normal;
}

/* nav */

#nav {
	background: #353231;
	padding: 0 1em;
	list-style: none;
	margin-bottom: 0;
	position: relative;
}

#nav li {
	display: inline;
	font-size: 80%;
}

#nav li a {
	padding-right: 1em;
	line-height: 150%;
	color: #bbb;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.4) 0 1px 2px;
}

/* content */

div#content {
	background: #575453 url(img/bg.png) repeat-x 0 bottom;
	padding: 1em;
	padding-bottom: 6em;
	margin-top: 0;
}

div#content h2 {
	color: #ddd;
	display: inline;
}

div#content #date {
	display: inline;
	margin-left: .5em;
	color: #aaa;
}

div#movie {
	margin: 1em auto;
	width: 640px;
}

#credits_toggle {
	font-size: small;
	cursor: pointer;
}

dl#credits {
	text-align: center;
}

#credits dt {
	color: #888;
	font-size: 80%;	
}

#credits a {
	color: inherit;
}

#credits dd {
	margin-left: 0;	
	margin-bottom: 1em;
}

/* next_prev */

#next_prev, .next_prev {
	width: 210px;
	float: right;
	margin-right: 30px;
}

#next_prev .link, .next_prev .link {
	display: block;
	background: black;
	color: white;
	height: 100px;
	padding: 9px 0;
	font-size: 35px;
	font-weight: bolder;
	text-align: center;
	text-shadow: black 0 0 1px;
	line-height: 80%
}

/* archive / about */

ul#archive, ul#about {
	list-style: none;
	width: 500px;
	margin: 1em auto
}

ul#about {
	width: 600px;
}

ul#about li p {
	color: #bbb;
	font-size: 90%;
	padding: 0 1em;

}

ul#archive li, ul#about li {
	clear: both;
}

ul#archive li a, ul#about li {
	display: block;
	background: #111;
	background: rgba(0,0,0,0.4);
	padding: 3px;
	padding-left: 1em;
	line-height: 100%;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#archive li a {
	height: 118px;
}

ul#archive h3, ul#about h3 {
	font-size: 200%;
	line-height: 90%;
	margin: 0;
	padding-bottom: .3em;
}

ul#about h3 {
	color: #bbb;
}

ul#archive .date, ul#about .credit {
	color: #999;
}

/* subscribe */

ul#subscribe {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subscribe h3 {
	text-shadow: black 0 0 1px;
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 130%;
}

/* contact */

#contact_form {
	width: 310px;
	margin: 1em auto;
}

label {
	font-weight: bold;
	color: #ddd;
	text-shadow: black 0 0 1px;
	display: block;
	float: left;
	width: 70px;
	padding: 0;
	margin: 0;
}

label:after {
	content: ":";
}

input[type="text"], select {
	width: 230px;
	padding: 1px;
}

textarea {
	width: 305px;
}

#c_submit {
	text-align: right;
}

/* footer */

#footer {
	font-size: 70%;
	color: #eee;
	text-align:  center;
}

/* show stuff */

#upcoming_show {
	position: absolute;
	right: 1em;
}

#upcoming_show b.featuring {
	font-weight: normal;
}

#upcoming_show #upcoming_show_expanded a {
	color: white;
	font-size: larger;
}

#upcoming_show_expanded {
	visibility: hidden;
	font-size: smaller;
	background: #575453 url(img/bg.png) repeat-x 0;
	margin: 0;
	padding: 1em;
	padding-top: .3em;
}

#upcoming_show:hover #upcoming_show_expanded {
	visibility: visible;
}
