@charset "UTF-8";
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 12px;
}
#nav {
	float: right;
	white-space: nowrap;
	text-align: left;
	margin-top: 60px;
}
#nav a {
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	margin-left: 15px;
	display: block;
	float: left;
}
#nav a:hover {
	background-position: left bottom;
}
#nav a.home {
	background-image: url(images/home.gif);
	width: 64px;
}

#nav a.production_blog {
	background-image: url(images/production_blog.gif);
	width: 114px;
}
#nav a.video_library {
	background-image: url(images/video_library.gif);
	width: 104px;
}
#nav a.merchandise {
	background-image: url(images/merchandise.gif);
	width: 104px;
}


#header {
	padding-bottom: 10px;
	border-bottom: 10px solid #111111;
	margin-bottom: 10px;
	position: relative;
	padding-top: 25px;
	margin-top: 25px;
}
#progress_bar {
	position: absolute;
	top: 15px;
	left: 300px;
	/*display: none;*/
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	color: white;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	color: #666666;
	font-size: 13px;
	margin-top: 5px;
	padding-top: 65px;
	margin-left: 10px;
}
#left_col, #right_col {
	width:250px;
	line-height: 18px;
}
#left_col {
	border-right: 1px solid #222222;
	padding-right: 25px;
}
#right_col {
	width:650px;
	float: right;
}
.donate_box {
	background-color: #111111;
	border: 1px solid #333333;
	text-align: center;
	padding: 10px;
}
b {
	color: white;
}
h3 {
	color: #FED014;
	font-size: 15px;
}
h4 {
	color: white;
}
h4 a {
	text-decoration: none;
	color: white;
}
#video,
.video {
	margin-bottom: 25px;
	border: 10px solid #222222;
	clear: left;
}
#footer {
	clear: both;
	border-top: 10px solid #111111;
	padding-top: 10px;
	font-size: 11px;
	margin-bottom: 50px;
}
#footer #credits {
	float: right;
}
#footer #credits a {
	color: #666666;
	text-decoration: none;
}
#footer #credits a b {
	color: white;
}

h1#logo {
	background-image: url(images/logo.jpg);
	padding: 0px;
	height: 97px;
	width: 298px;
	float: left;
	margin-bottom: 15px;
	margin-right: 7px;
	margin-top: 0px;
	margin-left: 0px;
}
.swap span {
	display: none;
}
a {
	color: #FFE102;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
#sidebar {
	padding: 20px 0 10px 0;
}
#sidebar form {
	margin: 0;
}

.post {
	border-bottom: 1px dotted #333333;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
img.alignleft {
	float: left;
	margin-bottom: 25px;
}
p.intro {
	color: white;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}
#donate_now {
	height: 129px;
	width: 960px;
	position: absolute;
	background-color: #222222;
	top: -100px;
	z-index: 999;
}