
/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* grid */
/* simple grid system */

.pico  { width: 40px;  } /* 1 cols  */
.nano  { width: 100px; } /* 2 cols  */
.micro { width: 160px; } /* 3 cols  */
.milli { width: 220px; } /* 4 cols  */
.centi { width: 280px; } /* 5 cols  */
.deci  { width: 340px; } /* 6 cols  */
.deka  { width: 400px; } /* 7 cols  */
.hecto { width: 460px; } /* 8 cols  */
.kilo  { width: 520px; } /* 9 cols  */
.mega  { width: 580px; } /* 10 cols */
.giga  { width: 640px; } /* 11 cols */
.tera  { width: 700px; } /* 12 cols */
.peta  { width: 760px; } /* 13 cols */
.exa   { width: 820px; } /* 14 cols */
.zetta { width: 880px; } /* 15 cols */
.yotta { width: 940px; } /* 16 cols */



.pico, 
.nano,
.micro,
.milli,
.centi,
.deci,
.deka,
.hecto,
.kilo,
.mega, 
.giga, 
.tera, 
.peta, 
.exa,  
.zetta,
.yotta {
    float: left;
    margin-right: 20px;
    display: block;   
}

.pico.last, 
.nano.last,
.micro.last,
.milli.last,
.centi.last,
.deci.last,
.deka.last,
.hecto.last,
.kilo.last,
.mega.last, 
.giga.last, 
.tera.last, 
.peta.last, 
.exa.last,  
.zetta.last,
.yotta.last{
    margin-right: 0;
}




/* @group content */

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

body {
    background: #666;
    color: #222;
    font-size: 16px;
    font-family: sans-serif;
	}

#bg {
    position: fixed;
    z-index: 0;
    width: 100%;
    min-height: 600px;
    min-width: 1000px;
    top: 0;
	right:0;
	height:100%;
}

.ie6 #bg {
    display: none;
}


.section {
    padding: 20px;
    overflow: hidden;
	clear:both;
}
* html .section {
	height:1%;
	overflow:visible;
}

#pre-wrapper {
    position: relative;
    z-index: 1;
    margin: 30px auto 0 auto;
    width: 920px;
}

#pre-wrapper h3 {color:white;}

#wrapper {
    position: relative;
    z-index: 1;
    border: 10px solid #FFF;
    margin: 30px auto 20px auto;
    width: 940px;
}

#content {
    
    min-height: 300px;    
	padding-top:40px;
}

.receptacle {
	overflow:hidden;
	width:940px;
	margin:0 auto;
}
.pre-wrapper {
	position:relative;
	bottom: -30px;
	max-width:100%;
}

.section {
	background: url('/assets/film_sites/img/wht90.png') repeat;
	background: rgba(255,255,255,0.90);
}

.ie6 .section {
	background: #ccc;
}

.main {
    float: left;
    width: 600px;
	margin-right:20px;
}

.main p {margin-top:16px;}

.side {
    width: 280px;
	
    float: left;
}

.solo-side {margin-left:50px;}

.segment {
	margin-bottom:20px;
	overflow:hidden;
}
.segment.last {margin-bottom:0;}

#poster {
    margin-bottom: 20px;
}

#dw {
    float: left;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    line-height: 1.3;
}

.sub-h1-text {
	margin-top: -30px;
}

h2 {
	font-size:20px;
	text-transform: uppercase;
    margin: 10px 0 20px 0;
    line-height: 1.3;
	letter-spacing:0pt;
	color: #50004D;
}
h3 {
	font-size:15px;
	text-transform:uppercase;
	margin: 10px 0 20px 0;
    line-height: 1.3;
	letter-spacing:1pt;
}
h4 {
	font-size:16px;

	margin: 10px 0 20px 0;
    line-height: 1.3;
	letter-spacing:1pt;
}

p,li {
    line-height: 1.4em;
}

p, ul {
    margin-bottom: 16px;
}

li {
    margin-bottom: 5px;
}

a {
    color: #344b85;
}


.prose p + p { 
	text-indent: 1em;
}
.prose p.first{margin-top:0;}

.lead-in {
	font-variant: small-caps;
    letter-spacing: 1pt;
}
.first-letter {
	display: block;
    float: left;
    font-size: 42px;
    padding-right: 1px;
    padding-top: 12px;
}

a.more {
	float:right;
	display:inline-block;
	padding-right: 16px;
	font-size: .75em;
	background: url('../img/icon_slide_next.png') no-repeat right center;
}

/* Navigation */
.branding h1 {margin-bottom:5px;}
.branding h1 a {
	font-size:53px;
			height:62px;
			display:block;
	
		text-indent: -9999px;
	}
.branding .a-film-by {
	font-size: 19px;
	letter-spacing:1pt;
	margin-bottom:5px;
	color:#000;
	/*background: url('/assets/img/carolmorley_sm.png') no-repeat;
	height: 26px;
	width: 350px;
	display:block;
	text-indent: -9999px;*/
	margin-top:5px;
		text-indent: -9999px;
	}

.branding {
	margin:0 0 0 10px;
}
.branding img {
}

.branding a, .branding a:link, .branding a:visited, .branding a:active {
	text-decoration:none;
	color:#222;
}

/*.ie6 .branding img {display:none;}
.ie6 .branding {
	height: 151px;
	width:374px;
	background: url('/assets/img/titlebige.gif') no-repeat;
}*/


#topbar {
	background: #222;
	color: #EEE;
	position: relative;
	z-index:2;
}
#topbar .section {
	background: #222;
	color: #EEE;
	width:940px;
	margin:0 auto;
	padding: 15px 20px 5px 20px;
}
#topbar .nav li {
	display:inline-block;
	list-style:none outside none;
	margin:0;
	line-height:27px;
}

#topbar .nav li a {
	color: #ddd;
	padding:5px;
}
#topbar .nav li a:hover {
	color: white;
}

#topbar ul {
	padding:0;
	margin:0;
}
#topbar .social {
	position: relative;
	border:1px solid #666;
	padding:5px;
	top:-5px;
}
#topbar .social h6{
	margin:0;
	position:absolute;
	top:-8px;
	background:#222;
	padding:0 3px;
	
}
#topbar .social {
	width: 115px;
	margin-left: 45px;
}
#topbar .social li {
	list-style: none outside none;
	display:inline;
	margin-right:5px;
}

#topbar .social li.last  {
	margin-right: 0;
}

#topbar .social li a {
	width:24px;
	height: 24px;
	text-indent: -9999px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position:0 0;
}
#topbar .social .twitter a{
	background-image: url('/assets/film_sites/img/social/twitter-24x24.png');
}
#topbar .social .facebook a{
	background-image: url('/assets/film_sites/img/social/facebook-24x24.png');
}
#topbar .social .youtube a{
	background-image: url('/assets/film_sites/img/social/youtube-24x24.png');
}
#topbar .social .flickr a{
	background-image: url('/assets/film_sites/img/social/flickr-24x24.png');
}


#header {
			background: url('http://goodwithfilm.com/library/film_sites/sotb_header_img5.png') repeat;
		width:100%;
	border-bottom:1px solid #333;
	position:relative;
	padding-top:10px;
		height:375px;
	}

.ie6 #header {background:white;}

#header .nav.primary {
	height:50px;
	margin:0;
	padding:0;
	bottom:0;
	position: absolute;
}
#header .nav li{
	display:inline;
	list-style-type:none;
}
#header .nav li a,
#header .nav li a:link,
#header .nav li a:visited{
	padding:9px 15px;
	margin:10px 0 0 10px;
	display:inline-block;
	text-decoration:none;
	color:#111;
	background: #D95;
	background: #D66;
	background: #aaa;
	font-size:17px;
	border-bottom:0px;
}
#header .nav li a:hover, #header .nav li.current a{
	color:#FFF;
	background:#222;
}
#header .nav li a:active {
	color:#FFF;
	background:#666;
}
/*
#header {
	float:left;
	overflow:hidden;
	position:relative;
}

.nav_main ol {
	clear:left;
	float:left;
	left:50%;
	position:relative;
}

.nav_main li{
	float:left;
	right:50%;
	position:relative;
}*/



#newspaper {
	display:block;
	position: absolute;
	top: -10px;
	right: -10px;
	background: url('/assets/film_sites/img/wht45.png') repeat;
	background: rgba(255, 255, 255, 0.45);
    padding: 10px 10px 4px 10px;
    box-shadow: 2px 2px 1px #888;
    margin: 0 0 20px 20px;
    border: 1px solid #DDD;
    -moz-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
    -o-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
    transform:rotate(2deg);
	color: #222;
	text-decoration:none;
}
.ie8 #newspaper,
.ie7 #newspaper,
.ie6 #newspaper{
	
	top:-15px;
	right:-15px;
}

#newspaper img {
    max-width: 100%;
	position:relative;
	top:-6px;
    -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    transform:rotate(-2deg);
}
#newspaper h4 {
	margin:0 0 5px 0;
	text-align:center;
}

.newspaper_section #newspaper {display:none;}
/*  */

.screenings h4 {
	margin:16px 0 4px 0;
}



.discuss_section .main {float:left;}
/* */

.page_image {
	float:left;
	margin-right: 20px;
}



/**/

.hasJS .clips .clip{display:none;}
.hasJS .clips .current{display:block;}
.clips h4 {
	margin-top:16px;
	margin-bottom:8px;
	border-bottom: 1px solid #222;
}
.clips .controls {
	display:none;
	margin-top:20px;
}
.hasJS .clips .controls {
	display:block;
	margin:0; padding:0;
}

.hasJS .clips .controls .current {
	border: 3px solid black;
}

.hasJS .clips .controls li {
	float:left;
		list-style:none outside none;
		
	width: 31.5%;
	margin-right: 0.5%;
	border: 3px solid white;
}

.hasJS .clips .controls li a {
	display:block;
	height: 103px;
	color: white;
	text-decoration:none;
	font-size: 20px;
	padding:10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; // first!
	filter: alpha(opacity=75);
	opacity: .75
	
}
.hasJS .clips .controls li a:hover,
.hasJS .clips .controls li.current a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);
	opacity: 1
}

.hasJS .clips .controls li.last {margin-right:0;}

.controls .clip_reporters{
	background: url('/assets/img/reporters_thumb_228.jpg') no-repeat;
}
.controls .clip_searching{
	background: url('/assets/img/searching_thumb_228.jpg') no-repeat;
}
.controls .clip_star{
	background: url('/assets/img/star_thumb_228.jpg') no-repeat;
}


.clips_section .clip .info {
	float:right;
	width: 380px;
}
.clips_section .clip iframe {float:left;}
.clips_section .clip {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	border-top: 1px solid #222;
	padding-top: 20px;
}

/* */
#buy {
    overflow: hidden;
    padding: 10px 4px 4px 0;
}

#buy a {
    display: block;
    border: 5px solid #FFF;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #888;
    -moz-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    position: relative;
}

#buy a:hover {
    -webkit-box-shadow: 1px 1px 1px #888;
    -moz-box-shadow: 1px 1px 1px #888;
    box-shadow: 1px 1px 1px #888;
    top: 1px;
    left: 1px;
}


/* */
.convo {
	clear:left;
	margin-top:40px;
}
.convo h3 {
	border-top: 2px solid #666;
	border-bottom: 3px solid #333;
	font-size:24px;
	padding:10px 20px;
}
#social .feed h4 {
	
}
.convo .feed {
	width:290px;
	
	float: left;
	overflow:hidden;
}

.convo .facebook {margin-right:20px;}

.tweet img {
	float:left;
	margin:0 5px 3px 0;
}
.tweet {font-size:14px;}
.tweet .time {display:none;}

#social #other {
	width:210px;
	float:left;
}
#social #other input{
border: 1px solid #666;
padding: 4px;
font-size: 13px;
margin-bottom: 5px;
}

#social #other input.checkbox {margin:0;}

#social #other button:hover,
#social #other a.button:hover
{
background: #878481;
color: #F7F4F1;
}

#social #other button,
#social #other a.button{
	text-decoration:none;
margin: 5px 0 10px 0;
background: #432;
border: 0;
color: #F7F4F1;
padding: 4px 5px;
}

.promo h4 a{
	font-size: 20px;
	color:#222;
	text-decoration:none;
}
.promo {
	border: 1px solid #CCC;
	/*-webkit-box-shadow: 2px 2px 8px #888;
	-moz-box-shadow: 2px 2px 8px #888;
	box-shadow: 2px 2px 8px #888;*/
	padding: 10px;
	margin-bottom: 16px;
	float: left;
	position: relative;
}
.widget {
	margin-bottom: 16px;
}

.bare h3 {margin-top:0;}

.hasJS .promo:hover {
	-webkit-box-shadow: 1px 1px 8px #ccf, 0px 0px 15px #ccf;
	-moz-box-shadow: 1px 1px 8px #ccf, 0px 0px 15px #ccf;
	box-shadow: 1px 1px 8px #ccf, 0px 0px 15px #ccf;
	/*top:1px;
	left:1px;*/
}

.hasJS .promo {cursor:pointer;}
	
.popup_promo {
	border-top: 1px solid #ccc;
	background: #CD3261;
	padding: 10px;
}

.popup_promo .button {
	font-size: 24px;
}


.popup_promo h4 {
	margin:0 0 10px 0;
}

.share {
	/*background: #222;
	color: #eee;*/
	padding:11px;
	border: 1px solid #ccc;
}
.share {
	box-shadow: 0px 0px 15px 0px #fcc;
}
.share:hover {
	box-shadow: 0px 0px 15px 5px #fcc;
}

/* */


#footer {
    clear: both;
    border-top: 5px solid #333;
}

#footer p {
    color: #888;
    font-size: 13px;
    text-align: right;
    margin-bottom: 0;
    margin-top: 8px;
    width: 400px;
    float: right;
}

#footer p a {
    color: #555;
}


/* */
ul.image-assets {padding:0;}
ul.image-assets li{
	list-style-type:none;
	float:left;
	margin-right:20px;
	height: 100px;
	overflow: hidden;
}

/* */

.screenings h4 {
	margin:12px 0 4px 0;
}
.screenings p {
	margin:0 0 4px 0;
}


/* press */
.press_section .reviews {
	list-style-type:none;
	padding:0;
}

.press_section .reviews li{
	margin:20px 0;
	
}

.press_section .star_rating {
    display: inline-block;
    width: 87px;
    background: url('/assets/film_sites/img/sprite_stars_halves.png') no-repeat 0 0;
    text-indent: -9999px;
    margin-left: 5px;
}
.press_section .star_count_5 {
    background-position: 0 0;
}

.press_section .star_count_4 {
    background-position: 0 -50px;
}

.press_section .star_count_3 {
    background-position: 0 -100px;
}

.press_section .star_count_2 {
    background-position: 0 -150px;
}

.press_section .star_count_1 {
    background-position: 0 -200px;
}

.press_section .star_count_0 {
    background-position: 0 -250px;
}
.press_section .star_count_5_5 {
    background-position: -87px 0;
}

.press_section .star_count_4_5 {
    background-position: -87px -50px;
}

.press_section .star_count_3_5 {
    background-position: -87px -100px;
}

.press_section .star_count_2_5 {
    background-position: -87px -150px;
}

.press_section .star_count_1_5 {
    background-position: -87px -200px;
}

.press_section .star_count_0_5 {
    background-position: -87px -250px;
}

/* watch box */
ul.watch {
	margin:20px 0;
	padding:0;
	overflow:hidden;
}
ul.watch li {
	float:left;
	border-right:1px solid #ccc;
	list-style:none outside none;
	margin-bottom:10px;
}
ul.watch li.last {border:none;}
ul.watch li {
	padding: 10px;
}

ul.watch li:hover {
	background: #ccc;
}
ul.watch li .icon {
	width:60px;
	margin-right:10px;
	float:left;
}
ul.watch li h4 {
	width:100px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	height:60px;
	vertical-align:middle;
}
ul.watch li h4 a {text-decoration:none;}
ul.watch li h4 a {
	
}
ul.watch li img {
	height: 57px;
}
ul.watch.brief {margin:0;}
ul.watch.brief li img {
	height: 37px;
}
ul.watch.brief li .icon {
	width:40px;
	margin:0;
}
ul.watch.brief li {
	border:none;
	margin:0;
	padding:5px;
}

.pre-wrapper .right{float:right;}


/* */


/*If there is no packshot, some text is shown under the "buy dvd" title.
O.W float "Buy DVD" to right of packshot*/
.dvd_promo.has-packshot h4{
	float:right;
	width:138px;
}
.dvd_promo.has-packshot .packshot {
	float:left;
	margin-right:20px;
}

/* @end  */


