/* Copyright 2006 Debora Masterson & Craig Ingraham */
/* Website design by Oliver Taylor */

html * {
	margin:0;
	padding:0;
}
body {
	font:75% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	line-height:1.6;
	background:#fff;
	padding-bottom:50px;
}

#wrapper {
	margin:0 auto 0;
	width:900px;
	border:1px solid #999;
	border-top:none;
	background:#eee;
}

a img {
	border:none;
}

.right {float:right;}

.small {
	font-size:.9em;
	line-height:2.1;
}
body#film p .small {
	line-height:.9;
}

/* ---------- MASTHEAD ---------- */

#masthead {
	margin:0 auto;
	text-align:right;
}

#masthead li {
	display:inline;
	float:left;
}
#masthead li a {
	display:block;
	padding:7px 20px;
}
#masthead li.contact {
	float:right;
}



body#home #masthead li.home a,
body#trailer #masthead li.trailer a,
body#film #masthead li.film a,
body#dvd #masthead li.dvd a,
body#perkins #masthead li.perkins a,
body#contact #masthead li.contact a {
	color:#fff;
	background:#999;
}
body#home #masthead li.home a:hover,
body#trailer #masthead li.trailer a:hover,
body#film #masthead li.film a:hover,
body#dvd #masthead li.dvd a:hover,
body#perkins #masthead li.perkins a:hover,
body#contact #masthead li.contact a:hover {
	color:#fff;
	background:#999;
}


/* ---------- WRAPPER ---------- */
body#home #img {
	background-image:url(/img/camera-gun_type.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
body#perkins #img {
	background-image:url(/img/bill-perkins_type.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
body#film #img {
	background-image:url(/img/dong-ha_type.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
body#contact #img {
	background-image:url(/img/bridge_type.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
body#dvd #img {
	background-image:url(/img/dvd-artwork.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}


#img {
	height:430px;
	clear: both;
	border-top:1px solid #999;
}

#bottom {
	border-top:1px solid #999;
	padding:25px;
	color:#555;
	clear:both;
}





/* ---------- GENERAL ---------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h2, h3, h4, h5, h6 {

}
h1 { 
	font-size:2em; 
	margin-bottom:1em;
}
h2 {
	font-size:1.4em;
	margin:1em 0;
}
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }


#wrapper h3 {
	margin:1em 0;
}
body#home h3 {
	margin-top:0;
	font-weight:bold;
	font-style: italic;
}

#wrapper p {
	margin-bottom:1em;
}
#bottom ul {
	margin:1em 1em 1em 2em ;
}
dl dd {
	margin: 0 0 0 1em;
}
dl dt {
	margin:.5em 0 0 0;
	font-weight:bold;
}

abbr, .sc {
	text-transform:uppercase;
	font-size:.8em;
}

ul#credits {
	list-style:none;
	margin:0 0 2em 0;
}


/* hidden from IE */
.column2>h2 {
	margin-top:0em;
}

/* ---------- LINKS ---------- */

a {
	text-decoration:none;
	color:#58b;
}
a:hover {
	border-bottom:1px solid #58c;
}
#masthead a {
	border-bottom:none;
}
#masthead a:hover {
	background:#58b;
	color:#fff;
	border-bottom:none;
}


/* ---------- IMG TAG_LINE ---------- */

body #img-tag {
	display:none;
}



/* ---------- COLUMNS ---------- */

.columns {
	position:relative;
}
.column1, .column2 {
	width:380px;
}
.column2 {
	position:absolute;
	top:0;
	right:30px;
}


/* ---------- Home ---------- */


div#buy-box {
	border: 1px solid #999;
	background: #fff;
	width: 170px;
	padding: 1em;
	float: right;
	margin: 0 0 0 2em;
}

div#buy-box p {
	margin: 0;
	padding: 0;
}
div#buy-box h3 {
	margin-bottom: 1em;
}

body#home div#broadcast p {
	margin-top: 1em;
}
body#home p.callout {
/* 	border-bottom: 1px solid #ddd; */
	color: #b32000;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

/* ---------- NIXON ---------- */

div#nixon {
	width:360px;
	padding:3px;
	border:1px solid #aaa;
	background:#fff;
	font-size:.9em;
	line-height:1.2;
}
div#nixon p {
	margin:.5em 0 0 0;
}
div#nixon a {
	border:none;
}


/* ---------- CONTACT ---------- */

div.vcard {
	width:400px;
	padding: 0 0 0 40px;
}

body#contact #bottom {
	padding-left:225px;
}

body#contact form {
	padding-left:40px;
}


/* ---------- FORMS ---------- */

input.realname,
input.email,
textarea.textarea {
	font-size:1.2em;
}


/* ---------- CREDITS ---------- */

body#credits div#bottom dl {
	text-align:center;
}
body#credits dt {
	margin-top:1.5em;
}



/* ---------- TRAILER ---------- */

div.media img {
	display:block;
	padding:3px;
	border:1px solid #aaa;
}
a.img, a.img:hover {
	border:0;
}
div.media p {
	margin:.5em;
}
div.media {
	margin-bottom:3em;
}
#home div.trailer {
	margin:0 auto;
	width:310px;
}

body#film div#media {
	width:310px;
	margin-left:1.5em;
}


div#clip {
	margin: 0 auto;
	display:block;
	text-align:center;
}
div#clip .small {
	line-height:1.3;
	margin-top:1em;
}

/* ---------- DVD ---------- */

div.pay-box {
	background: #fafafa;
	width: 380px;
	height: 10em;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
	float: left;
	border: 1px solid #ccc;
}
div.pay-box#paypal {
	margin-right: 30px;
}

div.pay-box .label {
	font-size: 1.2em;
	font-weight: bold;
}

body#dvd div#info {
	clear: both;
}

p#money {
	font-size:1.4em;
	text-align:center;
}

/*
body#dvd div#info {
	width:380px;
}
body#dvd div#bottom { position:relative; }
body#dvd div#soundtrack {
	position:absolute;
	width:380px;
	left:460px;
	top:210px;
}
body#dvd div#soundtrack h3 {
	font-size:1.2em;
	font-weight:bold;
}
body#dvd div#soundtrack p#links {
	text-align:center;
	font-size:1.2em;
}
body#dvd div#soundtrack p#links span {
	font-weight:bold;
	margin:0 1em;
}
*/

body#dvd div#soundtrack p#links {
	font-size:1.2em;
}
body#dvd div#soundtrack p#links span {
	font-weight:bold;
	margin:0 1em;
}



/* ---------- WATCH ---------- */

body#watch {
	background:#535353;
}

body#watch #wrapper {
	background:#3F3F3F;	
}

body#watch h1 {
	color:#aaa;
}

body#watch p.small {
	color:#aaa;
}