/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px/1.4em arial,helvetica,sans-serif;
	background: url(/site_images/bg_body.jpg) top center repeat;
}
p, address, ul, ol, li, dt, dd, td, th, span, blockquote {
	color: #333;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a.wild, #section-links .pagecontent a, .column.first a {
	color: #c05800;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
}
#section-index .three .two p {
	line-height: 1.2em;
}
#section-index .three .one p, #section-index .three .three p {
	color: #555;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 10px 10px;
}
.column.first img, .border1 {
	border: 1px solid #ccc;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #555;
	line-height: 1.15em;
	padding: 0 0 .5em 0;
}
h1, h2.item-title {
	font-weight: normal;
	font-size: 32px;
	color: #565656;
	clear: both;
}
.textSlide h2 {
	font-size: 18px;
	color: #fff;
}
#section-index h1 {
	display: none;
}
#publications h2.item-title, #products h2.item-title {
	font-size: 24px;
	display: inline-block;
}
#publications h2.item-title {
	display: inline;
}
h2 a {
	color: #565656;
}
h3 {
}
h4 {
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Layout */
#wrap {
}
#section-index #wrap-inner {
	background: url("/site_images/bg_black_hole.png") center 490px no-repeat;
}
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#masthead {
	height: 85px;
	padding: 46px 0 0 0;
}
#logo {
	float: left;
	display: block;
	margin: 0;
}
#primary-menu {
	float: right;
	margin: 12px 0 0 0;
}
#primary-menu li {
	float: left;
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
#primary-menu li.last {
	margin: 0 0 0 10px;
}
#primary-menu a {
	display: block;
	outline: none;
	width: 91px;
	padding: 5px 0 0 0;
	color: #333;
	border-top: 1px solid #333;
	font-size: 18px;
	font-family: "Kozuka", Arial, sans-serif;
}
#primary-menu a:hover, #primary-menu a.active {
	text-decoration: none;
	border-top: 2px solid #d17125;
}
#primary-menu a.active .title {
	color: #d17125;
}
#primary-menu .title {
	display: inline-block;
}
#primary-menu .teaser {
	display: inline-block;
	font-size: 10px;
	font-family: "Kozuka", sans-serif;
	color: #343434;
}
#secondary-menu {
	margin: 0;
	padding: 0;
	height: 35px;
}
#secondary-menu li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	float: left;
	border-right: 1px solid #565656;
	width: auto;
}
#secondary-menu li.first {
	padding: 0 10px 0 0;
}
#secondary-menu li.last {
	padding: 0 0 0 10px;
	border-right: none;
}
#secondary-menu a {
	color: #565656;
}
#secondary-menu a.active {
	color: #d17125;
	text-decoration: none;
	font-weight: bold;
}
#content {
	clear: both;
	padding: 0 0 20px 0;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 100%;
}
.two-a .column.first {
	width: 640px;
	padding: 0 15px 0 0;
	border-right: 1px solid #ccc;
}
.two-a .column.second {
	width: 309px;
	padding: 0 0 0 15px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}
/* Modules */
.module {
	position: relative;
	margin: 0 0 25px 0;
}
.module h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Kozuka", sans-serif;
	color: #555;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #bfbcba;
}
.module .item h4, .module .item h4 a {
	font-size: 12px;
	margin: 0 0 1px 0;
	color: #c05800;
}
.module .forward {
	font-size: 11px;
	color: #888;
	position: absolute;
	top: 0;
	right: 0;
}
.module.survivorstory {
	height: 300px;
	background: url(/site_images/graphic_dvd.png) 0 45px no-repeat;
}
.module.survivorstory .item {
	margin: 0 0 0 155px;
}
.module.survivorstory ul {
	margin: 0;
	list-style: none;
}
.module.testimonials {
	width: 309px;
	background: url(/site_images/bg_testimonial.jpg) left top repeat-y;
}
.module.testimonials .inner {
	padding: 15px;
	background: url(/site_images/bg_quote.jpg) left top no-repeat;
}
.module.testimonials blockquote {
	margin: 0;
	padding: 10px 5px;
	font-style: italic;
	border: 1px solid #d5a26d;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #f5f5f5;
}
.module.testimonials cite {
	display: block;
	margin: 5px 0 0 30px;
	font-weight: normal;
}
.module.twitter .item {
	padding: 0 0 3px 0;
}
.module.twitter .item img.left {
	margin: 3px 10px 25px 0;
}
.tweetcontent {
	font-size: 11px;
	line-height: 1.4em;
}
.tweettime {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #999;
}
/* Pages */
#events table {
	border-collapse: collapse;
	width: 100%;
}
#events td {
	vertical-align: top;
}
#events th {
	color: #555;
	text-align: left;
	padding: 5px 0;
}
#events th.d {
	width: 20%;
}
#events th.c {
	width: 30%;
}
#events th.v {
	width: 50%;
}
#events td.dl, #events td.v {
	font-size: 14px;
	border-top: 1px solid #bfc0be;
	border-bottom: 1px solid #eaeae7;
	padding: 5px 0;
}
#events td.v, #events .address {
	color: #cb742e;
}
#events .hold, #events .details {
	padding: 10px 0 30px 0;
}
#events .hold a {
	display: block;
	font-size: 10px;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #ee8934;
	padding: 2px 0 2px 13px;
	background: url(/site_images/icon_plus.gif) left center no-repeat;
}
#events .details, #events .details h2 {
	font-size: 13px;
	color: #555;
}
#events .details p {
	margin: 0 0 8px 0;
}
#events .details .admission, #events .details .address-line, #events .details .website {
	display: block;
}
#events p + ul {
	margin-top: -5px; 
}
#section-journal h1#page-title {
	color: #c05800;
	font-size: 14px;
	font-weight: bold;
}
.journal-entry {
	margin: 0 0 20px 0;
}
#publications .item {
	clear: both;
	margin: 0 0 25px 0;
}
#products {
	margin: 25px 0 0 0;
}
#products .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #BFC0BE;
}
#products .item img {
	border: none;
}
#products .price {
	font-weight: bold;
	font-size: 11px;
}
.takesomeaction img {
	vertical-align: middle;
}
#products .product-specs {
	width: 200px;
	float: right;
	text-align: center;
	margin: 0 0 0 10px;
}
#products .product-specs img {
	border: none;
	display: block;
	margin: 0 auto;
}
#products .product-specs .price {
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 15px 0;
}
.vid-preview {
	margin: 10px 0;
}
#section-cart .success, .thankyou {
	font-size: 14px;
	color: #eaeaea;
	background: #666666;
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
}
.cart_table {
	width: 100%;
}
.cart_table th {
	text-align: left;
	height: 30px;
	border-bottom: 1px solid silver;
}
.promoform {
	margin: 0;
}
.promocodebtn {
	background: #555;
	color: #eaeaea;
	padding:2px
}
a.removeItem {
	color: #6B2102;
}
.steps_header { 
border:1px solid #ccc; 
border-right:none;
background:#efefef;
margin-bottom:15px;
}
.steps_header td { 
text-align:center;
font-size:9px; 
padding:3px;
font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
border-right:1px solid #ccc;
color:#999;
}

.steps_header td.active { 
color:white;
background:#f18224;
font-weight:bold;
}


.error { 
border:1px solid silver;
padding:10px; 
color:white;
font-size:13px; 
font-weight:bold;
text-align:center;
background:#990000;
}

.checkout_form { 
width:100%; margin:10px auto;
}
.checkout_form .stdfield { 
width:220px; clear:none; 
margin-bottom:10px; 
color:#999;
}
.checkout_form .cityfield { 
width:110px; clear:right; 
margin-bottom:10px; 
color:#999;
}
.checkout_form .statefield { 
width:30px; clear:right; 
margin-bottom:10px; 
color:#999;
}
.checkout_form .zipfield { 
width:58px; clear:right; 
margin-bottom:10px; 
color:#999;
}
.checkout_form .countryfield { 
width:229px; clear:none; 
margin-bottom:10px; 
padding:3px 0;
border:1px solid #A9AAA8; 
}
.checkout_form .shippingmethodfield { 
width:320px; clear:none; 
margin:5px 0; 
padding:3px 0;
border:1px solid #A9AAA8; 
}

.checkout_form .ccfield { 
width:320px; clear:none; 
margin:5px 0; 
color:#333;
}
.checkout_form .expfield { 
width:40px; clear:none; 
margin:5px 0; 
color:#333;
}
.checkout_form .securityfield { 
width:50px; clear:none; 
margin:5px 0; 
color:#333;
}
.copybilling { 
border:1px solid silver; 
padding:5px 8px; 
color:white !important;
background:#c9691c;
margin-left:-13px;
}
/* Misc */
hr {
	margin: 15px 0;
	color: #ccc;
	background: #ccc;
	height: 1px;
}
.forward, .back {
	display: block;
	padding: 3px;
	color: #333;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.date {
	font-family: "Georgia", serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 5px 0 10px 0;
	padding: 1px 0 2px 12px;
	background: url(/site_images/bg_flag.png) left top no-repeat;
}
.or {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #707070;
	padding: 0 10px;
}
#section-index .date, .author, .entry-footer p, .comment .date, .module .date {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-weight: normal;
	color: #555;
	background: none;
	margin: 4px 0;
	padding: 0;
}
.comment .date {
	display: inline;
}
.byline {
	font-size: 13px;
	color: #555;
}
#publications .byline {
	margin: 10px 0 32px 0;
}
.download {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background: url(/site_images/icon_download.gif) left center no-repeat;
}
.download[href $='.pdf'] {
	padding: 3px 0 3px 23px;
	background: url(/site_images/icon_pdf.gif) left center no-repeat;
}
.caption, .image-wrap .detail {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}
.message {
	background: #cb742e;
	color: #fff;;
	margin: 0;
	padding: 5px;
}
.social {
	vertical-align: middle;
}
.image-wrap .detail {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
}
a.more {
	font-size: 10px;
	font-family: "Lucida Grande";
	font-weight: bold;
	border-bottom: 1px solid #bfbcba;
}
a.more:hover {
	text-decoration: none;
}
.entry-footer {
	margin: 5px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #999;
	clear: right;
}
.entry-footer .activity {
	float: right;
	width: 15px;
	height: 18px;
	padding: 4px 0 0 13px;
	background: url(/site_images/icon_comments.png) left top no-repeat;
}
.entry-footer .activity a {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
}
/* Comments */
.comment {
	margin: 0 0 8px 0;
}
.comment-inner {
	padding: 5px;
	background: #efcaab;
	border-top: 1px solid #969696;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, serif;
}
.commenter {
	padding: 1px 0 5px 50px;
	background: url(/site_images/bg_comment_byline.gif) 20px 0 no-repeat;
}
.commenter .name, .commenter .name a {
	font-weight: bold;
	font-size: 12px;
	color: #cb742e;
}

/* Footer */
#footer {
	clear: both;
	border-top: 1px solid #cbcbca;
	padding: 20px 0 0 0;
}
#footer a {
	text-decoration: none;
}
#footer p {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 1.2em;
}
#footer p.copy {
	float: left;
	width: 300px;
}
body #footer .cd {
	color: #bfbfbf;
}
body #footer a .c-link {
	color: #9a9a9a;
}
body #footer a .d-link {
	color: #34b9df;
}
/* User actions */
#user {
	position: absolute;
	top: 10px;
	right: 0;
}
#user p {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #222;
	margin: 0;
}
#user a {
	padding: 5px 4px;
}
#user .cart {
	padding: 5px 4px 5px 25px;
	background: url(/site_images/icon_cart.gif) left center no-repeat;
}
/* Forms */
.form-line {
	margin: 9px 0;
	clear: both;
}
input, textarea {
	padding: 3px;
	color: #555;
	border: 1px solid #a9aaa8;
}
input.text {
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	color: #555;
}
#customform-contact .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label {
	width: 140px;
	font-size: 14px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea {
	width: 250px;
	padding: 5px;
	background: #d2d5d2;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: auto;
	margin: 0 0 0 145px;
	padding: 5px 10px;
}
.button {
	background: #cb742e;
	color: #fff;
	border: 1px solid #333;
	padding: 2px 10px;
	cursor: pointer;
}
#customform-subscribe .form-line {
	clear: none;
}
#customform-subscribe input {
	float: left;
	margin: 0 15px 0 0;
}
#customform-subscribe label {
	display: none;
}
#customform-subscribe .button {
	background: #555;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 22px/1.2em "Arial Narrow", sans-serif;
	margin: 0 0 12px;
	color: #c05800;
}
#comment-form label {
	float: right;
	width: 350px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                       { width: 980px; height: 375px; position: relative; margin: 0 auto 45px; }
.anythingSlider .wrapper              { width: 980px; overflow: auto; height: 375px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul           { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                 { position: relative; display: block; float: left; padding: 0; height: 375px; width: 980px; margin: 0; }
.textSlide.textRight				  { position: absolute; top: 165px; width: 500px; left: 450px; }
.textSlide.textMiddle				  { position: absolute; top: 175px; width: 430px; left: 300px; }
.textSlide p						  { color: #fff; font-size: 14px; }
.textSlide .readmore				  { display: block; padding: 2px 2px 0 22px; background: url(/site_images/icon_readmore.gif) left center no-repeat; color: #ff6c1e; font-size: 18px;}
.anythingSlider .arrow                { display: none; }
.anythingSlider .forward              { display: none; }
.anythingSlider .back                 { display: none; }
.anythingSlider .arrow:hover		  {}
#thumbNav                             { margin: 5px auto; left: 433px; position: relative; top: 320px; width: 200px; height: 48px; overflow:hidden; } 
#thumbNav a                           { background-color: #fff; border: 1px solid #B5B5B5; padding:2px; color: black; font: 11px/18px; Georgia, Serif; display: inline-block; height: 42px; width: 67px; margin: 0 5px 0 0; text-align: center;}
#thumbNav a:hover                     { background: #e0a213; }
#thumbNav a.cur                       { background: #e0a213; }
#thumbNav .slideThumb				  { height: 42px; width: 67px; }
#holder								  { float: left; height: 100%; overflow: hidden; width: 1000px;}
#start-stop                           { display: none; }
#start-stop.playing                   {}
#start-stop:hover                     {}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }