/* Resets
================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.clearfix {
	display: inline-block;
	}
 
html[xmlns] .clearfix {
	display: block;
	}
 
* html .clearfix {
	height: 1%;
	}



/* Basics
================================== */

@font-face { font-family: Juniper; src: url('../fonts/juniper.ttf'); } 
@font-face { font-family: FuturaMed; src: url('../fonts/futuraMed.ttf'); } 


a {
	color:#3d5fab;
	}

a, a:hover {
	text-decoration:none;
	}
	
.entry a:hover {
	text-decoration:underline;	
	}


h1, h2, h3 {
	font-family: 'Verdana', Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 20px;
	margin: 10px 0 30px 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, 'Lucida Grande', Sans-Serif;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	text-align: left;
	background-color: #fff;
	margin: 15px auto;
	width: 900px;
	}
	
#content {
	background:rgb(198,132,46) url(../images/bg_middle.gif) repeat-y 50% 0;
	padding:25px 0;
	}

#footer {
	background:rgb(198,132,46) url(../images/doitagain/bg_footer.gif) no-repeat 50% 0;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #fff;
}
.thread-even {
	background-color: #fff;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #3d5fab;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

	
	
	
/* Header
================================== */

#header {
	background:rgb(198,132,46) url(../images/bg_header.gif) no-repeat 50% 0;
	padding:4.5em 0 0 0;
	}
	
#header h1 {
	font:normal 11.5em Juniper,'Lucida Grande', Georgia, sans-serif;
	text-align:center;
	margin:0;
	}

#header h1 a {	
	color:#fff;
	}
	
#header h1 span.letterSpace.it {
	margin:0 -0.34em 0 -0.28em;
	color:#000;
	}

#header h1 span.letterSpace.g {
	margin:0 -0.06em 0 -0.05em;
	}
	
#header h4 {
	text-align:right;
	margin:0 228px -5px 0;
	color: #000;
	letter-spacing:0.15em;	
	font:normal 1.15em/120% "FuturaMed", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	}


/* Scroller
================================== */

#laurels.scrollable {
	display:block;
	position:relative;
	width:362px;
	height:60px;
	overflow:hidden;
	margin:-10px auto 20px;
	}
	
#laurels.scrollable .items {
	position:absolute;
	width:20000em;
	}

#laurels.scrollable .items a {
	display:block;
	}



/* Main nav
================================== */

ul#mainNav {
	margin:-10px auto 0;
	width:70em;
	}

ul#mainNav li {
	display:inline;
	}

ul#mainNav li a {
	font:normal 2.5em/1em Juniper,'Lucida Grande', Georgia, sans-serif;
	float:left;
	display:block;
	margin:0 0 0 0em;
	color:#000;
	background:transparent url(../images/mainNav_bg.png) no-repeat -99999px -99999px;
	width:140px;
	padding:.7em 0;
	text-align:center;
	}

ul#mainNav li.first a {
	margin:0;
	}

ul#mainNav li.news a {
	-webkit-transform: rotate(-8.0deg); 
	-moz-transform: rotate(-8.0deg); }
	
ul#mainNav li.news a:hover {
	background-position:17px -76px;
	}
	
ul#mainNav li.news a.active {
	background-position:0 -7px;	}

ul#mainNav li.screenings a {
	-webkit-transform: rotate(-4.0deg); 
	-moz-transform: rotate(-4.0deg);	}

ul#mainNav li.screenings a:hover {
	background-position:-1px -807px; }

ul#mainNav li.screenings a.active {
	background-position:3px -711px; }

ul#mainNav li.videos a {
	-webkit-transform: rotate(2.0deg); 
	-moz-transform: rotate(2.0deg);	}

ul#mainNav li.videos a:hover {
	background-position:12px -261px; }

ul#mainNav li.videos a.active {
	background-position:12px -164px; }
	

ul#mainNav li.photos a {
	-webkit-transform: rotate(-12.0deg); 
	-moz-transform: rotate(-12.0deg);	}

ul#mainNav li.photos a:hover {
	background-position:3px -435px; }

ul#mainNav li.photos a.active {
	background-position:0 -351px; }

ul#mainNav li.about a {
	-webkit-transform: rotate(6.0deg); 
	-moz-transform: rotate(6.0deg);	}

ul#mainNav li.about a:hover {
	background-position:10px -605px; }

ul#mainNav li.about a.active {
	background-position:10px -524px; }

/* Index page
================================== */
	
h3.tagline {
	text-align:center;
	margin:0;
	color: #000;
	letter-spacing:0.03em;	
	font:normal 24px/130% "FuturaMed", Verdana, Arial, sans-serif;
	}

h3.tagline em {
	color:#fff;
	font-style:normal;
	}
	
	


/* Begin Structure */
/* .narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/





.post hr {
	display: block;
	}
	
	

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


#respond {
	}
	
#respond label small {
	color:#fff;
	filter: alpha(opacity=80); /* internet explorer */ 
	 -khtml-opacity: 0.8;      /* khtml, old safari */ 
	 -moz-opacity: 0.8;       /* mozilla, netscape */ 
	 opacity: 0.8;           /* fx, safari, opera */
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 7px;
	margin: 5px 5px 1px 0;
	border:none;
	filter: alpha(opacity=70); /* internet explorer */ 
	 -khtml-opacity: 0.7;      /* khtml, old safari */ 
	 -moz-opacity: 0.7;       /* mozilla, netscape */ 
	 opacity: 0.7;           /* fx, safari, opera */	  
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 97%;
	margin:5px 0;
	padding: 7px;
	font-size:11px;
	line-height:17px;
	border:none;
	filter: alpha(opacity=70); /* internet explorer */ 
	 -khtml-opacity: 0.7;      /* khtml, old safari */ 
	 -moz-opacity: 0.7;       /* mozilla, netscape */ 
	 opacity: 0.7;           /* fx, safari, opera */
	}

#commentform input:focus, 
#commentform textarea:focus {
	filter: alpha(opacity=100); /* internet explorer */ 
	 -khtml-opacity: 1.0;      /* khtml, old safari */ 
	 -moz-opacity: 1.0;       /* mozilla, netscape */ 
	 opacity: 1.0;           /* fx, safari, opera */
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	background-color:#000000;
	border:0 none;
	color:#FFFFFF;
	float:right;
	margin:0 0 0;
	padding:6px;
	border:1px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;

	}

#commentform #submit:hover {
	cursor:pointer;
	border-color:#fff;
	filter: alpha(opacity=80); /* internet explorer */ 
	 -khtml-opacity: 0.8;      /* khtml, old safari */ 
	 -moz-opacity: 0.8;       /* mozilla, netscape */ 
	 opacity: 0.8;           /* fx, safari, opera */
	}
/* End Form Elements */



/* Begin Comments*/
#comments {
	width:530px;
	margin:auto;
	}

#comments h3 {
	margin:75px 0 15px 0;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:25px 0 0 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin:15px 30px 0 -2px;
	padding-left:45px;
	background:transparent url("../images/doitagain/blockquote_00.png") no-repeat 0 0;
	}

blockquote.rotate01 {
	background:transparent url("../images/doitagain/blockquote_01.png") no-repeat 0 0;
	}

blockquote.rotate02 {
	background:transparent url("../images/doitagain/blockquote_02.png") no-repeat 0 0;
	}


blockquote p,
.entry blockquote p {
	font-size:17px;
	line-height:31px;
	letter-spacing:-0.03em;
	margin-bottom:8px;
	}
	
p strong {
	font-weight:bold;
	}
	
.entry p.attribution {
	margin:0 0 30px 43px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
	
.entry_navigation {
	width:530px;
	margin:-45px auto 0;
	}

.postNav.prev {
	float:left;
	}
	
.postNav.next {
	float:right;
	}
	
.postNav a {
	font-family: Juniper, arial, sans-serif;
	text-transform: uppercase;
	font-size: 2.5em;
	color:#000;	
	}

.postNav a span {
	color:#fff;
	}
	
p.tags {
	font-size:10px;
	line-height:160%;
	}
	
p.tags a {
	color:#000;
	}

p.tags strong {
	font-weight:bold;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	background-color:#000;
	color:#ededed;
	font-size:10px;
	line-height:17px;
	margin:-6px 0 20px;
	padding:7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.entry img {
	border: 5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}
	
/* End captions */






/* Mike's Custom styles. Fuck Kubrik. */

.date {
float: left;
width: 50px;
height: 50px;
padding: 3px;
margin-left: -75px;
text-align: center;
background-color: #000;
color: #FFF;
-moz-transform:  rotate(-10deg);
-webkit-transform: rotate(-10deg);
}

p.month {
font-family: "Verdana", arial, sans-serif;
text-transform: uppercase;
margin: 0 0 5px 0;
color: #FFF;
}

p.day {
font-family: Juniper, arial, sans-serif;
text-transform: uppercase;
font-size: 28px;
color: #FFF;
}

ul.post-categories {
	height:16px;
	}

.doit_category a {
	font:bold 9px "Verdana",arial,sans-serif;
	padding:2px 5px;
	color:#000;
	margin:0 5px 10px -5px;
	text-transform:uppercase;
	float:left;
	}

.doit_category a:hover {
	background-color:#000;
	color:#fff;
	}
	
.doit_category li {
	display:inline;
	}


h2 a {
color: #000;
}

.permalink .post {
	padding:0;
	background-image:none;	
	}

.post,
.permalink .post .post {
	background-image: url("../images/doitagain/post_bottom_bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	color:#000;
	padding: 0 0 8px 0;
	margin:-30px 0 80px 0;
	}
	
.post_inside {
	margin: 25px auto 0;
	width:450px;
	padding:60px 50px 50px 50px;
	background-image: url("../images/doitagain/post_top_bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
}


.entry p {
	margin:0 0 20px 0;
	}


.doit_meta {
	padding: 15px 0 0 0;
	background-image: url("../images/doitagain/doit_meta_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	margin:35px 0 0 0;
	}

.doit_meta a {
	color:#000000;
	display:block;
	float:left;
	font:bold 10px "Verdana",arial,sans-serif;
	margin:5px 5px 0 5px;
	padding:2px 5px;
	}

.doit_meta a:hover {
	background-color:#000;
	color:#fff;
}

p {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	}


#doit_video_box {
	margin: -30px auto 15px;
	background: url("../images/doitagain/doit_video_bg.png");
	background-repeat: no-repeat;
	background-position: top;
	width: 550px;
	height: 370px;
	padding: 25px 50px 0 50px;
	text-align: center;
	}


#doit_video_box object {
	margin: 20px 0 0 0;
	}


#doit_trailer_tag {
	float: left;
	margin: 31px 0 0 -69px;
	width: 190px;
	height:46px;
	-moz-transform:  rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	background-color: #FFF;
	z-index: 100;
	position: absolute;
	}

#doit_trailer_tag h2 {
	font:normal 21px/78% Juniper, arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-top:5px;
	}

#doit_trailer_tag h2 span {
	font-size:12px;
	display:block;
	margin:0 0 0 -50px;
	}

#vimeoPlayer {
	left:-8px;
	position:relative;
	top:27px;
	}

#footer {
padding: 135px 0 0;
height:59px;
text-align: center;
font-size:16px;
line-height:16px;
font-weight:100;
text-align:center;
margin:0;
color: #000;
font-family: "FuturaMed", Verdana, Arial, sans-serif;
}

#footer a {
	color: #FFF;
	}

#footer a:hover {
	text-decoration:underline;
	}



#faces {
	position: fixed;
	z-index:101;
	}
	
#faces.left {
	background: transparent url("../images/doitagain/doit_heads_left_bg.png") no-repeat 0 0;
	width: 156px;
	height: 431px;
	top:91px;
	}
	
#faces.right {
	background: transparent url("../images/doitagain/doit_heads_right_bg.png") no-repeat 0 0;
	width: 161px;
	height: 640px;
	}


.home #faces.left {
	position:absolute;
	}
	
.home #faces.right {
	position:absolute;
	}
	
.facesContainer.left {
	float:left;
	}

.facesContainer.right {
	float:right;
	position:relative;
	left:-161px;
	}
	
	
/* About page
============================*/

.cast {
	}
	
.cast h2 {
	margin-bottom:12px;
	}	

.cast h5 {
	font-size:17px;
	margin-bottom:20px;
	font-weight:normal;
	}
	
.cast img {
	float:left;
	margin:0 25px 10px -15px;
	}
	
.cast.director img {
	-webkit-transform: rotate(-2.0deg); 
	-moz-transform: rotate(-2.0deg);
	}
	
.cast.actor img {
	-webkit-transform: rotate(2.0deg); 
	-moz-transform: rotate(2.0deg);
	}
	
.crookedRule {
	margin:35px auto 55px;
	background:transparent url(../images/doitagain/crooked_rule.png) no-repeat 0 0;
	height:12px;
	border:none;
	} 
	
	
a.post-edit-link {
	background-color:#fff;
	width:450px;
	padding:0px 50px;
	margin:auto;
	height:30px;
	display:block;
	text-align:right;
	}
	

.sociable ul li {
	display:inline;
	}


/* Screenings
============================*/	

.post.screenings {
	
	}

.post.screenings .headerContainer {
	text-align:center;
	background:transparent url(../images/laurels_bg.png) no-repeat 0 0;
	height:55px;
	margin-bottom:20px;
	padding-top:5px;
	}

.post.screenings h2 {
	margin-bottom:6px;
	font-size:17px
	}
	
.post.screenings .scr_what {
	margin-bottom:25px;
	font-size:15px;
	}

.post.screenings .scr_date {
	font-weight:bold;
	}
	
.post.screenings label {
	float:left;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	width:55px;		
	}

.post.screenings .scr_time {
	
	}


.post.screenings .scr_where {
	
	}

.post.screenings .scr_tickets {

	}
	
.post.screenings .scr_details {

	}


	
/* Safari 4 conditionals
============================*/	
	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
 	
	#vimeoPlayer {
		top:4px;
		}

	#faces.left,
	#faces.right {
		position:absolute;
		}
	
	}./images/doitagain/crooked_rule.png) no-repeat 0 0;
	height:12px;
	border:none;
	} 
	
	
a.post-edit-link {
	background-color:#fff;
	width:450px;
	padding:0px 50px;
	margin:auto;
	height:30px;
	display:block;
	text-align:right;
	}
	

.sociable ul li {
	display:inline;
	}


/* Screenings
============================*/	

.post.screenings {
	
	}

.post.screenings .headerContainer {
	text-align:center;
	background:transparent url(../images/laurels_bg.png) no-repeat 0 0;
	height:58px;
	margin-bottom:20px;
	padding-top:2px;
	}

.post.screenings h2 {
	margin-bottom:6px;
	font-size:17px
	}
	
.post.screenings .scr_what {
	margin-bottom:25px;
	font-size:15px;
	}

.post.screenings .scr_date {
	font-weight:bold;
	}
	
.post.screenings label {
	float:left;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	width:55px;		
	}

.post.screenings .scr_time {
	
	}


.post.screenings .scr_where {
	
	}

.post.screenings .scr_tickets {

	}
	
.post.screenings .scr_details {

	}


	
/* Safari 4 conditionals
============================*/	
	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
 	
	#vimeoPlayer {
		top:4px;
		}

	#faces.left,
	#faces.right {
		position:absolute;
		}
	
	}
