/*
Theme Name: RIP
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* {font-family: Helvetica, Arial, sans-serif} */

/*
	RIP
	light blue links: #00affb
	hover links: #147
	
	pink: #ed5496
	
	old: #004914;
*/

/* Begin Typography & Colors */
body {
	font-size: 80.0%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	background: url('/images/rip/rip_site_bg_v3.jpg') no-repeat left top;
	}

input, textarea {
	font-family: Helvetica, Arial, sans-serif;
}

#page {
	background-color: transparent;
	border: 0px;
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 0px 0px 0;
	height: 0px;
	width: 0px;
	}

#content {
	font-size: 1.0em;
	background: #FFFFFF;
	}

#homecontent {
	font-size: 0.9em;
	padding: 5px 47px 0px 3px;
	}

.bs_bottom_space_sm {
	margin-bottom: 10px;
}

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

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

.widecolumn {
	line-height: 1.3em;
	}

#press {
	font-size: 1.1em;
	margin-top: 25px;
	}

#authors {
        font-size: 1em;
        color: #00affb;
        text-align: right;
        }

#advisory {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        }


.pagebolds {
        color: #00affb;
        font-weight: bold;
        }

.pagesubs {
        color: #00affb;
        font-size: 1.1em;
        font-weight: bold;
        }

.blacksubs {
        font-size: 1.2em;
        font-weight: bold;
        }

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

.alt {	}

#footer {
	border: none;
	}

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

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

strong
{
	color: #ed5496;
	font-weight: bold;
}

/* RIP */
.entry h2
{
	color: #ed5496;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	padding-top: 30px;
	border-top: 6px solid black;
}

.entry h3
{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

/* end RIP */


h2 {
	color: #ed5496;
        font-size: 1.2em;
	}

h2.pagetitle {
color: #ed5496;
font-size: 1.2em;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h3 {
	color: #ed5496;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #00affb;
	}

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;
	}

/*
.entry p a:visited {
	color: #444444;
	}
*/

#commentform {
    text-align: left;
}

#commentform table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#commentform table td.commentlabelcell {
    padding-top: 6px;
}

.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;
	}

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

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	}

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

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

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

a
{
	color: #00affb;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #147;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 100px 0;
	padding: 0;
	}

#page {
	margin: 0 0 20px 40px;
	padding: 0;
	width: 980px;
}

#content {
	padding-top: 20px;
}

/*
#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 50px;
	width: 850px;
	}
*/

/* begin .narrowcolumn */

/*
.narrowcolumn 
{
	float: right;
	padding: 0 20px 0px 20px;
	margin: 0px 50px 0 45px;
	width: 511px;
}
*/

.narrowcolumn 
{
	float: right;
	padding: 0 20px 0px 20px;
	margin: 0;
	width: 511px;
}

.widecolumn 
{
	float: right;
	padding: 22px 0px 0px 0px;
	margin: 0px 0 0 45px;
	width: 511px;
}

.post {
	margin: 0 0px 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.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: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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: 0px;
	margin: 1px 0 1px 0px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 10px 0px 20px 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;
	margin: 0;
	}

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

html>body .entry ol.commentlist li, .entry ol.commentlist li {
    margin: 0;
    padding: 10px;
    background-color: #efefef;
    margin-bottom: 8px;
}

html>body .narrowcolumn .entry ol.commentlist li p, .narrowcolumn .entry ol.commentlist li p {
    margin-bottom: 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;
	}

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

select {
	width: 130px;
	}

#commentform {
    margin-top: 30px;
    padding-bottom: 15px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0;
	float: right;
    width: auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 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 50px 10px 10px;
margin-left: 20px;
width: 406px;
}
*/

#sidebar
{
	padding: 0 0 0 25px;
	margin: 0;
	width: 406px;
}

/* Fix IE 7 and below */
*:first-child+html #sidebar { padding-left: 23px; }
* html #sidebar { padding-left: 20px; }

#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 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#post_media {
margin: 15px 0 0 0;	
border: 5px solid #000;
}

/* End Various Tags & Classes*/

/* B-Side */

.bs_page_title
{
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.6em;
	padding: 7px 0px 4px 15px;
	width: 496px;
}

.craw_subtitle
{
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
}

.craw_green
{
	color: #00affb;
}

#craw_share_trailer
{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}


/* begin groundswell screening table */

.event_listing_type
{
	color: #00affb;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 30px;
}

.event_listing_type_previous {
	padding-top: 10px;
	border-top: 6px solid black;
}

table.event_entry_list_table
{
	margin: 0px 0px 10px 15px;
	padding 0px 0px 0px 0px;
}

table.event_entry_list_table, table.event_entry_list_table td
{
	margin: 0px;
	/*padding: 0px;*/
	padding: 0px 0px 0px 0px;
	border: 0px;
}

table.event_entry_list_table tr.event_entry_table
{
	font-size: 12px;
	list-style: none;
	margin: 0px;
	/*height: 30px;*/
}

table.event_entry_list_table tr.event_entry_table_header td
{
	font-weight: bold;
	padding-bottom: 5px;
}

tr.event_entry_table_spacer
{
	height: 5px;
	line-height: 0;
}

tr.event_entry_table a 
{
	/*color: #559eca;*/
	font-weight: bold; 
}

tr.event_entry_table a:hover
{
	/*color: #d7c60f; */
}

table.event_entry_list_table td.event_public_tag
{
	background-image: url(/images/button_public.png);
	width: 48px;
	background-repeat: no-repeat;
	padding-right: 10px;
}

table.event_entry_list_table td.event_private_tag
{
	background-image: url(/images/button_private.png);
	width: 48px;
	background-repeat: no-repeat;
	padding-right: 10px;
}

table.event_entry_list_table td.event_legit_tag
{
	background-image: url('/images/superhighme/button_legit.png');
	width: 48px;
	background-repeat: no-repeat;
	padding-right: 10px;
}

table.event_entry_list_table td.event_featured_tag

{
	background-image: url('/images/superhighme/button_featured.png');
	width: 48px;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.event_public_img
{
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
}

td.event_capacity
{
	width: 80px;
}

td.event_location
{
	width: 131px;
	text-align: right;
}

table.event_entry_list_table tr.event_entry_table td.event_title
{
	width: 236px;
}

.event_count
{
	margin: 5px 0px 12px 0px;
}

.event_count a
{
	/*color: #559eca;*/
}

.event_count a:hover
{
	/*color: #d7c60f; */
}

.event_date h3 {
	padding-top: 10px;
	border-top: 2px solid black;
}

table.event_listing_table
{
	border: 0px;
	table-layout: fixed;
}

tr.event_item
{
	border: 0px;
}

td.event_item_name
{
	border: 0px;
	width: 110px;
	padding: 0px;
}

td.event_item_value
{
	border: 0px;
	font-weight: bold;
}

td.event_item_value a
{
	/*color: #559eca;*/
}

td.event_item_value a:hover
{
	/*color: #d7c60f; */
}

table.theatrical_listing
{
	border: 0px;
	color: #000000;
}

table.theatrical_listing td
{
	border: 0px;
	padding: 0px;
	padding: 0px 45px 0px 45px;
}

td.theatrical_venue
{
	font-weight: bold;
	border: 0px;
}

table.theatrical_listing tr
{
	border: 0px;
}

/* Store */


/* store */

table.bs_store_table
{
	/*width: 100%;*/
	border: 0px;
}

table.bs_store_table tr
{
	border: 0px;
	margin: 40px;
	padding 50px;
}

table.bs_store_table tr td
{
	border: 0px;
	margin: 40px;
	padding 50px;
}
 
/*style=""  valign="middle" */
table.bs_store_table tr td.bs_store_sku_image
{
	border: 0px; 
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
}
 
table.bs_store_table tr td.bs_store_add_to_cart_image
{
	border: 0px;
	vertical-align: middle;
	padding: 10px 0px 10px 15px;
}
 
table.bs_store_table tr td.bs_store_add_to_cart_image input,
table.bs_store_table tr td.bs_store_sku_image a img
{
	border: 2px solid #76b6dd;
	padding: 0px;
	margin: 0px;
}
 
table.bs_store_table tr td.bs_store_add_to_cart_image input:hover, 
{
	border: 2px solid #ead817;
}
 
table.bs_store_table tbody tr td.bs_store_sku_description
{
	/*padding: 0px 15px 0px 15px;*/
	padding: 0px 25px 0px 25px;
	vertical-align: middle;
}

.bs_thick_bar
{
    width: 511px;
    height: 6px;
    background: #000;
}

.bs_thin_bar
{
    width: 511px;
    height: 2px;
    background: #000;
    margin: 30px 0 20px 0;
}

#bs_pwyw
{
	width: 511px;
	margin-top: 20px;
}

#bs_pwyw_input td
{
	text-align: left;
	padding: 4px 10px 0 0;
}

#bs_pwyw_mid
{
	width: 10px;
}

#bs_pwyw_price
{
	text-align: left;
}

#bs_pwyw_right
{
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	background: #d8f0fc;
	border: 1px solid #59c4f3;
}

#bs_pwyw_dollar
{
	font-size: 3.0em;
	font-weight: bold;
	color: #006b9d;
}

#bs_pwyw_dollar input
{
	height: 0.98em;
	width: 130px;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0;
	margin-top: -1px;
	text-align: right;
}


#bs_pwyw_set
{
	text-transform: uppercase;
	font-weight: bold;
	color: #006b9d;
	margin: 0;
	padding: 0;
}

#bs_pwyw_title
{
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

#bs_pwyw_paypal_left
{
	width: 340px;
}

.narrowcolumn .entry p.bs_rsvpSubHdr {
    border-top: 1px solid #898989;
    margin: 16px 0 4px;
}

.narrowcolumn .entry p.bs_rsvpInfo {
    margin: 16px 0 8px;
}

