/* 	musicboxtheatre.com Style Sheet 
	Author: C.L. Welch
	Updated and maintained by adam@engaging.net

	light maroon: #660000
	dark maroon: #440000
*/

/**************
@RESET
**************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img { border: none; }

/**************
@GLOBALS
**************/

/*-------------
@LAYOUT < GLOBALS
---------------*/

body 
{ 
	background: #4b6621;
	background: #999;
	text-align: center; 
	margin: 0;
}

#container 
{
	width: 960px;
	border: 1px solid #600;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#container.showtimes #sidebar #todays-showtimes,
#container.showtimes #sidebar #todays-showtimes-controls,
#container.blog #sidebar #blog-tease,
#container.deals #sidebar #deals,
#container.partners #sidebar #partners
{
	display: none;
}

#container.showtimes #sidebar #announcements
{
	margin-top: 6.25ex;
}

#container.services #main h2
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#container.services #main ul
{
	list-style-type: disc;
	margin-left: 1em;
}

img 
{
	padding-left: 5px;
}

#main
{
	width: 620px;
}

.homepage #main 
{
	width: auto;
}

#content 
{
	clear: left;
	width: 940px;
	margin: 0 auto;
	padding-top: 18px;
	position: relative;
	background: #fff;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.addthis_bar
{
	z-index: 1001;
}

/*-------------
@GRID < GLOBALS
---------------*/

.container_12,
.container_16 
{
	margin-left:auto;
	margin-right:auto;
	width:960px
}

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 
{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px
}

.container_12 .grid_1 {width:60px}
.container_12 .grid_2 {width:140px}
.container_12 .grid_3 {width:220px}
.container_12 .grid_4 {width:300px}
.container_12 .grid_5 {width:380px}
.container_12 .grid_6 {width:460px}
.container_12 .grid_7 {width:540px}
.container_12 .grid_8  {width:620px}
.container_12 .grid_9 {width:700px}
.container_12 .grid_10 {width:780px}
.container_12 .grid_11 {width:860px}
.container_12 .grid_12 {width:940px}

.clearfix:after 
{
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}

.clearfix 
{
	display:
	inline-block
}

* html .clearfix
{height:1%}

.clearfix
{display:block}

.clear-both
{
/*	clear: both; */
	line-height: 0;
}

/*-------------
@TYPOGRAPHY < GLOBALS
---------------*/

body, 
#container 
{ 
	font: normal 12px/18px Arial, Helvetica, sans-serif;
  	color: #333;
}

p 
{ 
	margin-top: 2ex;
	padding: 0 5px;
}

p.controls
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6 
{
	padding: 0 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #222;
}

h4
{
	margin-top: 2ex;
}

q,
.date,
#features-showtimes
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 
{ 
	margin-bottom: 9px;
	padding-bottom: 18px;
	border-bottom: 1px #666 solid;
	font-size: 150%;
	line-height: normal;
	clear: left;
}

h2
{ 
	font-size: 14px; 
}

h3 
{ 
	font-size: 12px; 
}

h4 
{ 
	font-size: 11px; 
}

a 
{
	color: #470000;
	text-decoration: none;
}

a:link, 
a:visited, 
a:active 
{ 
	text-decoration: none;
} 

a:hover 
{ 
	color: #660000;
}

a h1, a h2, a h3, a h4, a h5, a h6 
{
	color: #470000;
}

em, dfn, q, blockquote 
{ 
	font-style: italic; 
}

strong	
{ 
	font-weight: bold; 
}

ul, 
ol, 
dl 
{ 
	margin-bottom: 18px;
	padding: 0 5px;   
}

#bigfooter ul,
#awards ul,
#todays-showtimes ul
{ 
	list-style-type: none; 
}

ol
{
	margin-left: 1.5em;
}

cite
{
	font-weight: bold !important;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.details
{
	margin-bottom: 10px;
}

/*-------------
@CLASSES < GLOBALS
---------------*/

.comment
{
	clear: both;
}

.director
{
	border: 1px solid #999;
	padding: 1px 3px;
}

span.date 
{
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
	color: #333;
}

.date
{
	font-style: normal;
}

.details,
.collection
{
	margin: 0;
/*	font-size: 95%; */
	margin-bottom: 2ex;
}

.collection-title
{
	font-weight: bold;
	font-family: Georgia,serif;
}

.hidden 
{
	height: 0px;
	visibility: hidden;
}

input.emailEntry 
{
	width: 150px; 
	height: 14px; 
	margin: 0 0 9px 5px;
}

input.submit 
{
	padding: 0;
	margin: 0 0 9px 0;
	border: none;
	border-style: none;
	background: none;
	font: inherit;
	font-weight: bold;
	text-decoration: none;
	color: #470000;
	cursor: hand;
	cursor: pointer;
}

#abrams 
{
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
}

ul.external 
{
	margin-bottom: 0px;
}

.controls .button
{
	text-shadow: 1px 1px 1px #000;
}

.controls .button:active
{
	text-shadow: 0;
}

.review p
{
	font-family: Georgia,serif;
	text-align: right;
	font-style: italic;
}

#blurb
{
	font-weight: bold;
	margin-bottom: 2ex;
}

#container.festivals #blurb
{
	font-weight: normal;
}


#blurb p
{
	margin-top: 0;
	margin-bottom: 2ex;
}


#credits,
.credits,
#deals .address,
#partners .address
{
	text-transform: uppercase;
	font-size: 82%;
	line-height: 160%;
	border-bottom: 1px solid #ccc;
/*	padding-top: 1em; */
	padding-bottom: 1em;
	margin-bottom: 1em !important;
}

#deals .address,
#partners .address
{
	border-bottom: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

#sidebar #deals p,
#sidebar #partners p,
#main.homepage #deals p,
#main.homepage #partners p
{
	margin-top: 0;
}

#sidebar #deals .offer p,
#main.homepage #deals .offer p
{
	font-weight: bold;
}



.film-capsule .credits,
.blog .credits
{
	margin-top: 0 !important;
	padding-top: 0;
}

/**************
@HEADER
**************/

#header 
{
	padding: 0;
	background: #600;
	position: relative;
	margin-left: -7px;
	margin-right: -7px;
	border: 7px solid #600;
	border-radius: 7px;
	line-height: 120%;
	font-size: 90%;
}

#header p
{
	margin-top: 0;
}

#header img 
{
	padding: 0;
}

#header h2
{
	padding-right: 5px;
}


/*-------------
 @PAGE-ILLUSTRATION < HEADER
---------------*/

#page-illustration
{
	float: left;
	width: 365px;
}

#page-illustration img
{
	border-top-left-radius: 5px;
}

#mbt-words
{
	padding: 5px;
	top: 160px;
	position: absolute;
	background: #fff;
	width: 355px;
	opacity: 0.7;
 	filter: alpha(opacity=70);
	z-index: 10;
	text-align: left;
}

#mbf-words p,
#mbt-words p
{
	margin-bottom: 0 !important;
}
/*-------------
 @LOGO < HEADER
---------------*/

#logo
{
/*	border-top-left-radius: 5px; */
	background: #fff;
	height: 210px;
	width: 210px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#logo img
{
	padding-top: 30px;
	padding-bottom: 30px;
}

/*-------------
 @MBF SHOWCASE < HEADER
---------------*/

#mbf-showcase
{
	border-top-right-radius: 5px;
	color: #440000;
	float: right;
	position: relative;
	width: 150px;
	width: 365px;
	background: #600;
	height: 210px;
	border-left: 3px solid #600;
}

#mbf-showcase img
{
	border-top-right-radius: 5px;
}

#mbf-words
{
	padding: 5px;
	top: 160px;
	position: absolute;
	background: #fff;
	width: 355px;
	opacity: 0.7;
 	filter: alpha(opacity=70);
	z-index: 10;
	text-align: right;
}

#mbf-caption
{
	padding: 5px;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 0;
	text-align: right;
	width: 123px;
	line-height: 110%;
	z-index: 10;
	opacity: 0.7;
 	filter: alpha(opacity=70);
}

.colorized,
.grayscale
{
	position: absolute;
}

.colorized
{
	display: none;
}

/*-------------
 @MAIN NAV  < HEADER
---------------*/



#mainNav 
{
	width: 960px;
}

#mainNav ul, 
#festival-menu 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

#mainNav ul li,
#festival-menu li 
{ 
	display: inline; 
}

#mainNav ul li a, 
#festival-menu li a 
{
	font-size: 110%;
  	float: left;
	width: 115px;
	width: 85px;
	color: #660000;
	background-color: #500;
	color: #efefef;
	padding: 6px 10px 6px 6px;
	font-weight: bold;
	text-decoration: none;
	margin: 3px;
	margin-top: 6px;
	margin-bottom: 4px;
	border-radius: 2px;
	height: 4ex;
	text-align: center;
}

#festival-menu li a 
{
	width: 6em;
	border: 1px solid #660000;
	border-radius: 5px;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#mainNav ul li a.this,
#festival-menu li a.this
{
	cursor: default;
	background: #fff !important;
	color: #660000;
}

#mainNav ul li a.this:hover
{
	color: #600 !important;
}

#festival-menu li a.this
{
	color: rgb(51,51,51) !important;
	border: 1px solid rgb(51,51,51);
	border-bottom: 0;
}

#festival-menu li a.this:hover
{
	color: rgb(51,51,51) !important;
}

#mainNav ul li a.left,
#festival-menu li a.left 
{
	border-bottom-left-radius: 5px;
	margin-left: 0;
}

#mainNav ul li a.right,
#festival-menu li a.right 
{
	margin-right: 0;
	border-bottom-right-radius: 5px;
}

#mainNav ul li a:hover, 
#mainNav ul li a.this:hover,
#festival-menu li a:hover,
#festival-menu li a.this:hover
{
	background-color: #600;
	text-decoration: none;
}

#mainNav ul li a:hover,
#festival-menu li a:hover
{
	color: #fff !important;
}



h2.url-display
{
	clear: left;
	margin-bottom: 0;
	margin-top: 5px;
}

/*-------------
 @SOCIAL MEDIA < FOOTER
---------------*/

#facebook
{
	margin: 0;
}

#facebook-like
{
	width: 290px;
	margin-bottom: 10px;
	color: #fff !important;
}

#facebook-activity
{
	width: 290px;
	background: black; 
	border: 0;
	border-radius: 5px;
}

#twitter
{
	padding-right: 20px;
	margin: 0;
}

#tweet
{
	margin-bottom: 10px;
}

#twitter-timeline,
.tweets-inner
{
	width: 290px;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#bigfooter #twitter h3
{
	margin-top: 2ex;
}

#facebook-like
{
	height: 600px;
}


/**************
@SIDEBAR
**************/

#sidebar 
{
	float: right;
	width: 300px;
	position: relative;
}

#calendar
{
	clear: right;
}

#calendar p
{
	margin-top: 0;
}

#sidebar h1,
#deals-holder h1,
#partners-holder h1,
#announcements h1
{
	border-top: 1px solid #666;
	padding-top: 2ex;
	border-bottom: 0;
}

#sidebar h1.first
{
	border-top: 0;
	padding-bottom: 2ex;
	padding-top: 0;
	border-bottom: 1px solid #666;
}



/*-------------
@TODAYS-SHOWTIMES < SIDEBAR
---------------*/

#todays-showtimes,
#deals-holder,
#partners-holder
{
	float: right;
	clear: right;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #fff;
	color: #000 !important;
}

#partners-holder
{
	margin-top: 4ex;
}

#todays-showtimes
{
	padding-right: 0;
	padding-left: 0;
	width: 300px;
}

#todays-showtimes a
{
	color: #660000;
}

#todays-showtimes div
{
	display: none;
}

#todays-showtimes-controls
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}

#todays-showtimes div
{
	clear: right;
	margin: 0;
}

#todays-showtimes h1
{
	margin-bottom: 0;
	padding-right: 0;
}

#todays-showtimes a
{
	color: #660000;
}

#todays-showtimes dl
{
	z-index: 100;
	line-height: 150%;
	margin: 0;
	clear: both;
}

#todays-showtimes dd, 
#todays-showtimes dt
{
	padding-top: 1ex;
	padding-bottom: 1ex;
	border: 1px solid #fff;
	border-top: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 0;
}

#todays-showtimes dd
{
	margin-right: 0;
	width: 237px;
	border-right: 0px solid red;
	float: right;
	clear: right;
	font-weight: bold;
	text-align: left;
}

#todays-showtimes dt
{
	float: left;
	clear: both !important;
	text-align: left;
	width: 55px;
}

#todays-showtimes dd.first, 
#todays-showtimes dt.first
{
	border-top: 0px solid #fff;
	border-top: 1px solid #fff;
}

#todays-showtimes a:hover
{
/*	background: #ccc; */
}

#todays-showtimes dt.hovering,
#todays-showtimes dl.hovering
{
	background: #ccc;
	border: 1px solid #999 !important;
}

#todays-showtimes ul,
#todays-showtimes li
{
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	margin: 0;
	padding: 0;
	indent: 0;
}

/*-------------
@DEALS < SIDEBAR
---------------*/

#deals-holder,
#partners-holder
{
	position: relative;
}

#deals-holder h1,
#partners-holder h1
{
	padding-bottom: 1ex;
	border-bottom: 0;
}


#deals,
#partners
{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

#deals img,
#partners img
{
	padding-left: 0;
	border: 1px solid #999;
}

#deals .deal
{
	display: none;
}

#deals .address,
#partners .address
{
	padding-top: 0;
	margin-bottom: 0 !important;
}

#deals-controls,
#partners-controls
{
	position: absolute;
	top: 3ex;
	right: 5px;
	z-index: 100;
}

/*-------------
@ANNOUNCEMENTS < SIDEBAR
---------------*/

#container.showtimes #announcements h1
{
/*	margin-top: 39px; */
}

#announcements
{
	float: right;
	clear: right;
	width: 300px;
	margin-bottom: 2ex;
	padding-bottom: 2ex;
	padding-bottom: 4ex;
}

#announcements p
{
	margin-bottom: 0;
}

#announcements ul
{
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#announcements h1
{
	margin-bottom: 0;
	padding-bottom: 0;
}


#announcements h2
{
	margin-top: 2ex;
}

/*-------------
@CALENDAR < SIDEBAR
---------------*/

#calendar 
{
	padding-bottom: 17px;
	float: right;
	width: 300px;
}

/*-------------
@BLOG-TEASE < SIDEBAR
---------------*/

#blog-tease 
{
	padding-bottom: 17px;
	float: right;
	width: 300px;
	clear: right;
}




p.read-more
{
	text-align: right;
	font-style: italic;
	line-height: 110%;
	margin-top: 0;
}

/*-------------
@UNCLASSIFIED < SIDEBAR
---------------*/

#sidebarInformation
{
	margin-bottom: 50px;
}

#sidebarNewsletter, 
#calendar, 
#sidebarElsewhere, 
#sidebarMusicboxfilms 
{
	margin-top: -9px;
	border-top: 1px solid #999;
	padding-top: 8px;
}

#sidebarNewsletter h3 
{
	padding-bottom: 9px; 
}

#newsletterHeader 
{
	padding-left: 32px;
	margin: 9px 0 9px 5px; 
	background: url(http://www.musicboxtheatre.com/siteArt/envelope_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#rssHeader 
{
	padding-left: 32px;
	margin: 9px 0 9px 5px; 
	background: url(http://www.musicboxtheatre.com/siteArt/rss.png);
	background-position: left;
	background-repeat: no-repeat;
}

#instagram-link p,
#youtube-link p
{
	margin-top: -3ex;
	margin-left: 38px; 
}

#blogLink 
{
	padding-left: 32px;
	margin: 9px 0 9px 5px; 
	background: url(http://www.musicboxtheatre.com/siteArt/blog-logo.png);
	background-position: left;
	background-repeat: no-repeat;
}

#newsletterHeader h3,
#rssHeader h3,
#blogLink h3
{
	padding-bottom: 0;
}

#newsletterHeader p
{
	margin: 0;
}

#rssHeader p,
#blogLink p
{
	margin-top: 0;
}

a.pdf 
{ 
	display: block; 
	padding: 9px 0 9px 37px; 
	background: url(http://www.musicboxtheatre.com/siteArt/pdf_logo.gif);
	background-position: left;
	background-repeat: no-repeat; 
}

a.pdf p,
.pdf h3 
{
	margin-bottom: 0;
	padding-left: 0;
}

#sidebarElsewhere h3.elsewhereHeader, 
#sidebarMusicboxfilms h3 
{
	padding-top: 9px;
}

#sidebarElsewhere
{
	position: relative;
}

a.facebook 
{ 
	display: block; 
	padding: 9px 0 9px 37px; 
	background: url(http://www.musicboxtheatre.com/siteArt/facebook_logo.gif);
	background-position: left;
	background-repeat: no-repeat; 
}

a.twitter 
{ 
	display: block; 
	margin-top: -9px;
	padding: 9px 0 9px 37px; 
	background: url(http://www.musicboxtheatre.com/siteArt/twitter_logo.gif);
	background-position: left;
	background-repeat: no-repeat; 
}

a.youtube 
{ 
	display: block; 
	margin-top: -9px;
	padding: 9px 0 9px 37px; 
	background: url(http://www.musicboxtheatre.com/siteArt/youtube_logo.png);
	background-position: left;
	background-repeat: no-repeat; 
}

a.instagram
{ 
	display: block; 
	margin-top: -9px;
	padding: 9px 0 9px 37px; 
	background: url(http://www.musicboxtheatre.com/siteArt/instagram_logo.png);
	background-position: left;
	background-repeat: no-repeat; 
}



a.facebook h3, a.myspace h3, a.twitter h3, a.youtube h3, 
{
	padding-left: 0;
}

/**************
@HOMEPAGE 
**************/

#main
{overflow:hidden;}

.chunk
{
	border-top: 5px solid #440000;
	border-top: 1px solid #440000;
}

#now,
#soon
{
	width: 100%;
	padding-bottom: 10px;
}

#soon
{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -1px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.homepage #announcements
{
	margin-left: 20px;
}



.homepage #todays-showtimes
{
	margin-left: 20px;
	margin-bottom: 0;
}



/*-------------
@NOW-PLAYING < HOMEPAGE
---------------*/

#now-playing
{
	width: 620px;
	float: left;
}

#now-playing .film-capsule .words,
#up-next .film-capsule .words
{
	margin-left: 300px;
}

/*-------------
@UP-NEXT  < HOMEPAGE
---------------*/

#up-next
{
	float: left;
	width: 620px;
}

/*-------------
@SLIDESHOW < HOMEPAGE
--------------*/

#slideshow-holder
{
	clear: left;
	float: left;
	position: relative;
	margin-left: 320px;
	margin-left: 0;
	margin-bottom: 30px;
	width: 620px;
	padding-top: 18px;
	border-top: 1px solid #666; 
}

#slideshow
{
	margin-left: 5px;
	height: 267px;
}

#slideshow .credits
{
	border-bottom: 1px solid #999;
}

#slideshow .film-capsule
{
	display: none;
	background: #ccc;
	border: 1px solid #999;
	border-radius: 5px;
}

#slideshow img
{
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}

#slideshow .words
{
	float: right;
	z-index: 100;
	width: 203px;
	height: 267px;
	color: #000 !important;
	margin: 0 !important;
	overflow-y: auto; 
	overflow-x: hidden; 
}

#slideshow .alt .words
{
	float: left !important;
}

#slideshow .alt img
{
	float: right !important;
}

#slideshow .words h2
{
	padding: 2px 5px;
	padding-bottom: 0.5ex;

}

#slideshow .textbox p
{
	padding: 2px 5px;
	color: #000;
}

#slideshow .next-screening
{
	width: 70px;
}

#slideshow-controls
{
	text-align: center;
	padding: 2px;
	position: absolute;
	top: 18px;
	right: 0px;
	width: 150px;
	z-index: 50;
}

#feature #slideshow-controls,
#collection #slideshow-controls
{
	text-align: center;
	padding: 2px;
	position: absolute;
	top: 70px;
	left: 487px;
	width: 150px;
	z-index: 50;
}

#collection #slideshow-controls
{
	left: 260px;
}

/**************
@FEATURE 
**************/

.feature #todays-showtimes
{
	margin-top: -45px;	
}

.opening-day
{
	margin: 0;
	margin-right: 5px;
	padding: 0;
	float: right;
	font-size: 132%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#feature h2
{
	margin-top: 2ex;
}


#feature ul.quotes 
{
	margin-bottom: 0px;
}

#feature ul li.quotes
{
	margin-bottom: 18px;
	margin-left: -0.2ex;
}

#feature ul li.quotes q
{
	font-style: normal;
}

#featurePoster 
{
	float: left;
}	

#feature-details,
#event-details
{
	float: left;
	width: 450px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#feature dl dt 
{
	float: left; 
	clear: left;
	width: 140px;
	font-weight: bold;
	margin-right: 20px;
	color: #222;
}

#features-showtimes
{
	background: #fff;
	padding-left: 10px;
	float: right;
	width: 250px;
	margin-right: -5px;
	clear: right;
	margin-bottom: 10px;
}

#features-showtimes h2
{
	margin-top: 0;
}

#features-showtimes dl dt
{
	width: 120px;
	float: left;
	margin-right: 10px;
}

#feature dl dd 
{
	margin-left: 160px;
}

#features-showtimes dl dd
{
	margin-left: 0;
	clear: none;
	width: 110px;
	float: left;
	line-height: 19px;
}

p.buy-tickets
{
	margin-right: 0;
	height: 18px;
}

#technical-information
{
	margin-top: 3ex;
}

#feature-details #credits
{
	margin-top: 0;
}

/*-------------
@AWARDS < FEATURE,
@AWARDS < FILM CAPSULE
--------------*/

#slideshow .awards
{
	display: none;
}

#awards,
.film-capsule .awards
{
	margin-left: 3px; /* Doesn't make mathematical sense but good for visual balance, this moving left (should be 5px) as the page border is further than the feature's contents */ 
	min-width: 150px;
	padding-left: 0;
	opacity: 0.8; 
}

#awards ul,
.film-capsule .awards ul
{
	margin: 0;
	padding: 0;
}

#awards ul
{
	margin-bottom: 40px;	
}

#awards li,
.film-capsule .awards li
{
	list-style: none;
	width: 100%;
	padding: 0;
	font-weight: bold;
	color: #333;
	font-size: 90%;
	line-height: 110%;
	text-align: center;
	margin-bottom: 10px;
	background: url('http://www.musicboxtheatre.com/images/laurel-130.png'); 
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 70px;
}

#awards li
{
	margin-top: 40px;
}

#awards li p,
.film-capsule .awards li p
{
	margin: 0;
	padding: 30px; /* This is pretty firm and tested, so don't try to widen */
	padding-top: 0;
	padding-bottom: 7px;
	vertical-align: bottom;
}

#awards li img,
.film-capsule .awards li img
{
	margin: 0 auto;
	padding: 0;
	padding-top: 2px;
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
	border: 0 !important;
	float: none;
}

#synopsis
{
	clear: left;
}

#event #synopsis
{
	clear: none;
}

.film-capsule
{
	position: relative ;
}

.film-capsule .mini-gutter
{
	float: left;
}

.film-capsule .mini-gutter .awards
{
	max-width: 200px;
}

.film-capsule .awards li
{
	padding-top: 10px;
}



/*-------------
@POSTER < FEATURE
@POSTER < EVENT
--------------*/

#gutter
{
	float: left;
	width: 150px;
	min-width: 150px;
}

#poster
{
	margin-top: 0;
	margin-left: 5px;
	min-height: 227px; 
	padding-left: 0;
}

#poster img
{
	border: 1px solid #333;
	padding-left: 0;
	
}

/*-------------
@STILLS < FEATURE
--------------*/

#stills
{
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
}

#stills img
{
	display: none; 
}

#stills img:first-child  
{
	display: block; 
}


#stills img,
#theatre-photos img
{
	padding-left: 0 !important;
}

/*-------------
@REVIEW < FEATURE
--------------*/

#feature .review
{
	font-size: 132%;
	line-height: 140%;
	margin-bottom: 0;
	padding-top: 50px !important;
	padding-left: 0;
	padding-left: 20px;
	text-align: right;
}

#trailer-and-reviews-holder
{
	clear: right;
	margin-top: 10px;
	background: #000;
 	color: #fff; 
	border: 1px solid #999;
	padding: 5px;
	padding-bottom: 50px !important;
	margin-bottom: 10px;
}

#trailer
{
	padding-top: 50px;
}

/**************
@EVENT
**************/

#event h3
{
	margin-top: 2ex;
/*	text-decoration: underline; */
}

#event ul
{
	margin-top: 2ex;
}

#main.events ul#showtimes-and-tickets,
#collection-films .film-capsule ul.showtimes-and-tickets
{
	margin-top: 0;
	max-width: 190px;
	float: right;
	text-align: right;
	margin-left: 0 !important;
	background: #fff;
}

#collection-films .film-capsule ul.showtimes-and-tickets
{
	margin: 0 !important;
	padding: 0 !important;
}

#collection-films .film-capsule ul.showtimes-and-tickets li
{
	padding-left: 10px;
	padding-bottom: 1px;
}

#main.events #showtimes-and-tickets,
#collection-films ul.showtimes-and-tickets
{
	list-style: none !important;
}

#showtimes-and-tickets p.buy-tickets,
#collection-films .showtimes-and-tickets p.buy-tickets
{
	font-size: 12px;
}

#event .review
{
	font-size: 132%;
	line-height: 140%;
	margin-bottom: 0;
	padding-top: 50px !important;
	padding-left: 0;
	padding-left: 20px;
	text-align: right;
}

#event img 
{
	float: left;
	padding: 0;
	margin: 0 10px 18px 5px;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}

#event #poster img 
{
	padding: 0;
	margin-left: 0;
}


#event-details
{
	z-index: 10;
	margin-bottom: 10px;
/*	padding-left: 5px; */
}

#event-details #blurb
{
	min-height: 15px !important;
}

#event #tickets
{
	margin-right: 0px;
	clear: right;
}

#event #tickets p,
#event #tickets ul,
#event #tickets h2
{
	margin-left: 0;
}


#event-details h2
{
	margin-top: 2ex;
}

#tickets
{
	font-size: 125%;
	float: right;
/*	clear: right; makes it bounce weirdly to the bottom */
	background: #660000;
	border-radius: 5px;
	padding: 20px;
	padding-bottom: 10px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	width: 170px;
}

#tickets p,
#tickets li
{
	margin: 0;
	margin-bottom: 2ex !important;
}

#tickets a
{
	color: #fff;
	text-shadow: 0px 2px 3px #000;
}

#event .film-capsule
{
	clear: none;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
}

#event .film-capsule img.still
{
	margin-left: -160px; 
	margin-right: 0px; 
	padding: 0; 
	margin-top: 15px;
	border: 1px solid #999;
}

#event .film-capsule:hover
{
	background: #fff;
	border: 1px solid #fff;
/*	cursor: default; */
}

#event .film-capsule:hover .director,
#event .film-capsule:hover img.still
{
	border: 1px solid #999 !important; /* suppress the usual capsule hover changes */
}

#event .film-capsule:hover .credits
{
	border-bottom: 1px solid #ccc;
}

#event .upcoming-dates
{
	float: right;
	width: 170px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 132%;
	line-height: 120%;
	min-height: 30px;
}

/*-------------
@STILLS < EVENT
--------------*/

#event #stills
{
}

#event #stills img
{
	padding: 0;
	margin: 0;
	border: 0;
}

/*-------------
@AWARDS < EVENT
--------------*/


/*-------------
@SERVICES
--------------*/

/* all this so as not to affect slideshow */
#main.ssservicesss h2 + ul,
#main.services h2 + ul,
#main.ssservicesss p + ul,
#main.services o + ul
{
	list-style-type: disc;
	margin-left: 1em;
}

#main.ssservicesss div .still-holder p,
#main.services div .still-holder p
{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.7;
	padding: 0.5em 1em;
	width: auto;
	color: #fff;
	text-align: right;
	display: block;
	max-width: 62%;
}

#main.ssservicesss #actions,
#main.services #actions
{
	float: right;
	background: #600;
	color: #aaa;
	font-family: arial, helvetica, san-serif;
	border-radius: 2px;
	padding: 8px 8px;
	margin-top: 0;
	margin-right: 4px;
	margin-left: 12px;
	margin-bottom: 12px;
	font-weight: bold;
}



/*-------------
@TRAILER-AND-REVIEWS < EVENT
--------------*/

#event #trailer-and-reviews-holder
{
/*	margin-left: -75px; */
}

/**************
@COLLECTION
**************/

.collections #main p,
.collections #main h2,
.collections #main h3,
.collections #main h4,
.collections #main ul
{
	margin-left: 223px;
}

.collections #main .collection-schedule h2,
.collections #main .collection-schedule h3,
.collections #main .collection-schedule ul
{
/*	margin-left: 0; */
}

.collections #main ul
{
/*	margin-left: 235px; */
}

.collections #main #collection-films img, 
.collections #main #collection-details img.poster 
{
	float: left;
	padding: 0;
	margin: 0 10px 18px 5px;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}


.collections #main #tickets p,
.collections #main #tickets ul,
.collections #main #tickets h2
{
	margin-left: 0;
}

#collection-details
{
	padding-left: 5px;
}

#collection-details h2
{
	margin-top: 2ex;
}

#collection-films
{
/*	clear: right; */
}

.collection-schedule
{
/*
	float: left;
	clear: left;
*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

.collection-schedule ul
{
	list-style-type: none;
}

.collection .special-body
{
	font-style: italic;
}

/**************
@SHOWTIMES
**************/

#showtimes-subtitle
{
	float: right;
	margin-top: 4px;
	margin-right: 265px;
	font-size: 66%;
	margin-left: 0;
	font-weight: normal;
	font-style: italic;
}

#showtimes h3
{
	float: left;
	clear: left;
	border: 1px solid #fff;
	width: 150px;
}

#showtimes dl
{
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left; 
	width: 450px;
	border: 1px solid #fff;
}

#showtimes dl dt 
{
	clear: left;
	float: left; 
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #222;
	margin-bottom: 1px;
	width: 50px;
	width: 100px;
}

p.buy-tickets,
#showtimes dl p.edit
{
	float: right;
	background: #600;
	color: #aaa;
	font-family: arial, helvetica, san-serif;
	border-radius: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 !important;
	margin-left: 2px;
	font-weight: bold;
}

p.edit
{
	display: inline;
}


#todays-showtimes p.buy-tickets
{
	margin-left: 5px !important;
}

#showtimes dl p.edit
{
	background: yellow;
	border-radius: 0;
	border: 1px dotted #600;
	margin-right: 2px;
}

p.buy-tickets a
{
	color: #fff !important;
}

p.buy-tickets a:hover
{
	color: #aaa !important;
}

#showtimes dl dd 
{
	float: left; 
	font-weight: bold;
	width: 380px;
	width: 330px;
}

#showtimes dl dd cite
{margin}

#showtimes dl dd ul
{
	font-weight: normal;
	margin-left: 0.5em;
	margin-bottom: 0;
	list-style: disc;
	font-family: arial, helvetica, san-serif;
	width: 270px;
	line-height: 130%;
}

/**************
@ABOUT US
**************/

#about-inner
{
	position: relative;
}

#about #theatre-photos p
{
	margin-top: 0;
	color: #222;
	padding-left: 0;
}

#theatre-photos-controls
{
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 100;
}

#about h2
{
	border-top: 1px solid #999;
	padding-top: 2ex;
	margin-top: 2ex;
}

#about #theatre-photos .photo
{
	width: 600px;
	background: #ccc;
	color: #222;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px;
}

#about-us
{
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	z-index: 100;
	position: absolute; /* Otherwise gets obscured by FB */
	right: 13px;
}

#about-us ul.leftCol li a,
#about-us ul.rightCol li a 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#about-us ul.leftCol 
{
	float: left;
	width: 155px;
}

/*-------------
@STATS  < ABOUT US
---------------*/

#stats h2
{
	margin-top: 2ex;
	margin-bottom: 2ex;
}

#stats ol,
#films-screened ol
{
	margin-left: 20px;
}

/*-------------
@THEATRE PHOTOS  < ABOUT US
---------------*/

.photo
{
/*	margin-left: 5px; */
}

.photo img
{
	border: 1px solid #660000;
	padding-left: 0;
}

.photo p
{
	line-height: 120% !important;
}

/*-------------
@CONTACT US  < ABOUT US
---------------*/

.contact-us li,
.ticket-information li
{
	list-style: none;
}

.ticket-information h2,
.theatre-location h2,
.theatre-location h3,
.donations h2,
.theatre-history h3
{
	margin-top: 2ex;
}

.theatre-location h3
{
	margin-bottom: 0;
}

.theatre-photos .photo p,
.theatre-video p
{
	margin-top: 0;
	margin-bottom: 2ex;
}


.theatre-location

/**************
@PARTNERS
**************/

#partners
{
	width: 300px !important;
}

#partners p
{
	margin: 0;
}

#main.partners #partners .partner .coupon
{
	margin-bottom: 10px;
	padding: 20px;
	background: #eee;
	border: 2px #999 dotted;
}

#main.partners #partners .partner img
{
	padding: 0;
	border: 1px solid #470000;
}

#partners .partner
{
	display: none;
}

/* ***********
@FILM-CAPSULE 
@CAPSULE
**************/

.film-capsule
{
	padding: 4px;
	border: 1px solid #fff;
	margin-bottom: 20px;
	clear: left;
}

.film-capsule h2
{
	margin-bottom: 1ex;
}

.film-capsule img.still
{
/*	float: left; */
	border: 1px solid #999;
	padding: 5px;
}

.film-capsule ul
{
	margin-top: 0;
}

.film-capsule .review p
{
	margin-top: 2ex;
	margin-bottom: 2ex;
}

.film-capsule ul
{
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 0;
}

#collection-films .film-capsule ul
{
	margin-left: 235px !important;
}

.film-capsule.hovering,
#todays-showtimes div.hovering
{
	background: #ccc;
	border: 1px solid #999;
	border-radius: 5px;
}

.film-capsule.hovering
{
/*	cursor: pointer; */
}

#comingsoon .film-capsule,
#comingsoon2 .film-capsule,
#events .film-capsule,
#midnight .film-capsule,
#matinees .film-capsule
{
	width: 610px;
}

#midnight .film-capsule.hovering,
#matinees .film-capsule.hovering,
.collections .film-capsule.hovering,
#event .film-capsule.hovering
{
	cursor: default;
}

.film-capsule.hovering img
{
	padding: 0;
	border: 1px solid #fff !important;
	margin: 5px;
}

.film-capsule.hovering .credits,
#slideshow .film-capsule.hovering .credits
{
	border-bottom: 1px solid #eee;
}

.film-capsule.hovering .director
{
	border: 1px solid #eee;
}

#comingsoon .film-capsule .words,
#comingsoon2 .film-capsule .words,
#events .film-capsule .words,
#midnight .film-capsule .words,
#matinees .film-capsule .words,
#festivals .film-capsule .words
{
	margin-left: 235px;
}

.film-capsule .year
{
	font-size: 110%;
}


.next-screening
{
	float: right;
	padding-right: 5px;
	padding-bottom: 1ex; 
	margin-left: 10px !important;
	text-align: right;
	width: 140px;
	line-height: 19px;
	margin-bottom: 0;
}

#now .next-screening,
#slideshow .next-screening,
#up-next .next-screening,
#comingsoon .next-screening,
#comingsoon2 .next-screening,
#events .next-screening
{
	line-height: 18px;
}

.film-capsule .credits
{
	margin-top: 0;
}

.film-capsule .date
{
	background: #fff; 
}

.film-capsule .hovering,
#slideshow-holder .date
{
	background: #ccc !important; 
}


/**************
@MIDNIGHT & @MATINEES
**************/

#midnight-details
{
	margin-bottom: 10px;
}

#midnight .buy-tickets,
#matinees .buy-tickets,
#now .buy-tickets,
#slideshow .buy-tickets,
#up-next .buy-tickets,
#comingsoon .buy-tickets,
#comingsoon2 .buy-tickets,
#events .buy-tickets,
#collection .buy-tickets
{
	margin-left: 5px !important;
}

/**************
@ADD-SCREENINGS
**************/

#add-screenings
{
	width: 940px;
}

#add-screenings h2
{
	margin-bottom: 2ex;
}

#add-screenings dl dt 
{
	float: left; 
	clear: left;
}

#add-screenings dl
{
	font-family: georgia, times, 'times new roman', serif;
	margin: 0;
}
#add-screenings dt
{
	width: 140px;
	margin: 0;
}

#add-screenings dd
{
	margin: 0;
	margin-left: 140px;
}

#add-screening .calendar-picker td,
#add-playdate .calendar-picker td
{
	cursor: pointer;
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px;
	background: #470000;
	color: #fff;
}

#add-screening .pulldown-holder
{
	float: left;
	margin-right: 20px;
}

/**************
@BIGFOOTER
**************/

#bigfooter
{
	position: relative;
	padding-top: 20px;
	background: #660000;
	color: #ccc;
	margin-top: 1px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#bigfooter a
{
	color: #fff;
}

#bigfooter a:hover
{
	color: #eee;
}


#bigfooter h1
{
	color: #ccc;
}

#bigfooter #stay-in-touch li
{
	float: left;
/*	width: 305px; */
}

#stay-in-touch
{
	margin-left: 10px;
	width: 620px;
	float: left;
	padding-bottom: 20px;
}

/**************
@BLOG
**************/

#main.blog .article
{
	padding-bottom: 20px;
}

#main.blog .index-blurb
{
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

#main.blog .index-blurb a
{
	font-weight: bold;
}


/**************
@FOOTER
**************/

#footer 
{
	clear: both;
	width: 960px;
	margin: 0 auto;
	color: #666 !important;
	text-align: left;
	border-top: 0;
}

#footer h1
{
	border-bottom: 0;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	margin: 0;
}

#footer h1 span
{
	font-family: helvetica, arial, san-serif; 
	font-weight: normal;
	font-size: 67%;
}

#footer p 
{
	margin-bottom: 0 !important;
	font-size: 11px;
	padding: 3px 6px;
}

/**************
@SOCIAL-BUTTONS
**************/

#social-buttons
{
	position: fixed;
	top: 600px;
	left: 0;
	width: 150px;
	z-index: 500;
}

#content #google-plus
{
	margin-bottom: 10px;
}

#content #tweet
{
}

#content #facebook-like
{
}

#social-buttons div
{
}



/**************
@FESTIVALS
**************/

#festivals #festival-menu
{
	float: left;
	margin-top: 1ex;
	width: auto;
	margin-bottom: 3ex;
}

#festivals #ticket-pricing
{
	clear: left;
}


#festivals #schedule-h2
{
	
	margin-top: 2ex; 
	padding-bottom: 1ex;
}

#festivals #stills-holder
{
	height: 407px;
	position: relative;
}


#festivals .listing
{
	border-top: 1px solid #999;
	margin-top: 2ex;
	padding-top: 2ex;
	clear: left;
}

#festivals .first
{
	padding-top: 0.5ex;
	border-top: 0 !important;
	margin-top: 0;
}

#festivals .listing .listing-inner
{
	margin-top: 2ex;
	clear: left; 
	border-top: 1px solid #ddd;
	overflow: auto;
}

#festivals .listing .listing-inner .poster
{
	float: left; 
	margin-left: 0; 
	margin-right: 10px; 
	padding-top: 2ex; 
	padding-bottom: 2ex
}

#festivals .listing .listing-inner .still
{
	float: right; 
	margin-right: 0; 
	margin-left: 10px; 
	padding-top: 2ex; 
	padding-bottom: 2ex
}

#festivals .listing .listing-inner .words
{
	width: 280px; 
	margin-left: 120px; 
	margin-bottom: 2ex; 
	padding-top: 2ex
}

#festivals .listing h2
{
	margin-bottom: 2ex;
}


#festivals #listing h3 + p,
#festivals #listing h3 + p + p
{
	margin-top: 0;
}

#festivals .date
{
	margin-top: 5px;
	margin-bottom: 0;
}

.capsule-awards li
{

}

.capsule-awards h3
{
	margin-top: 2ex;
}


#festivals h1
{
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

#festivals h1 + .date
{
	font-size: 150%; 
	margin-top: 0;
}

#festivals h2#schedule-h2
{
	padding-top: 1ex;
	border-top: 1px solid rgb(204,204,204);
	padding-right: 7px;
}


h2 p.buy-tickets
{
	font-size: 12px !important;
}

#festivals #showtimes
{
	border-bottom: 1px solid rgb(204,204,204) !important;
}

#festivals #menu
{
	padding-top: 0;
}

#festivals #menu li
{
	background: maroon;
	color: #fff;
	font-weight: bold;
	display: inline;
	padding: 5px;
	padding-right: 3em;
}

#festivals #menu li a:link,
#festivals #menu li a:visited
{
	color: #fff;
}

#festivals #updates,
#festivals #mentions
{
	float: left;
	width: 100%;
	width: 320px; 
	margin-bottom: 10px;
}

#festivals #mentions .entry
{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#festivals #mentions .credits
{
	border: 0;
	margin: 0;
	padding-bottom: 0;
}

#festivals #mentions p
{
	margin-top: 0;
	padding-top: 0;
}

#festivals #updates
{
	margin-right: 20px;
}

#festivals p#twitter-query a
{
	color: #fff;
}

#festivals #mentions
{
/*	margin-left: 20px; */
}

#festivals #twitter
{
	float: left;
	margin-bottom: 10px;
}

#festivals #updates .entry
{
	margin-top: 1ex;
	padding-top: 1ex;
	margin-bottom: 1ex;
	border-bottom: 1px solid #ccc;
}

#festivals #updates .entry p
{
	margin-bottom: 2ex;
}

#container.festivals #festivals #slideshow-controls
{
	margin-top: 7px;
	left: 7px;
	width: 120px;
}

#container.festivals.films #festivals #slideshow-controls
{
	margin-top: 7px;
}

#container.festivals.films #festivals .words p.buy-tickets
{
	display: inline-block;
	margin-left: 5px !important;
}

p.date-inner
{
	float: right;
	margin: 0;
	max-width: 70px;
	line-height: 110%;
	margin-bottom: 5px;
	padding: 0;
}


#festivals #twitter-timeline
{
	width: 280px;
}

#festivals #twitter
{
	padding-right: 0;
}

#festival-menu li a
{
	height: auto;
}


#festivals .festival-poster
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#festivals #blurb
{
	clear: left;
}





/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}



#festivals
{
	margin-bottom: 10px;
}

#festivals #listing h3 + p,
#festivals #listing h3 + p + p
{
	margin-top: 0;
}

#festivals ul
{
	margin-left: 1em;
}

#festivals #festival-menu
{
	margin-left: 0;
	margin-bottom: 2ex;
	margin-top: -10px;
}

#festivals #partners
{
/*	margin-bottom: -20px !important; */
}

#festivals #partners ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#festivals #partners li
{
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

#festivals #partners img
{
	border: 0 !important;
}


#festivals ul .date
{
	margin-top: 0;
	padding-top: 0;
}

#festivals #updates
{
	clear: left;
}

#festivals #updates .entry .credits
{
	margin-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

#festivals .tweets
{
	float: right;
	width: 270px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #660000;
	padding: 10px 5px;
	display: inline-block;
}

#festivals #common .breaker
{
	width: 600px;
	line-height: 0px;
	float: right;
}

#festivals .tweets-inner
{
	height: 1200px;
}

#festivals .tweets h2
{
	margin-bottom: 1ex;
	color: #fff;
}

#festivals .tweets h2 a
{
	color: #fff;
}

.ce_tweet
{
	clear: left;
	padding-bottom: 1ex;
	margin-bottom: 1ex;
	width: 270px;
	background: #ccc !important;
	border-radius: 5px;
}

#bigfooter .ce_tweet
{
	color: #333 !important;
}

#bigfooter .ce_tweet a
{
	color: #600 !important;
}

#stay-in-touch .ce_tweet
{
	background: #5B1118;
}

.ce_tweet_text
{
	line-height: 120%;
}

.ce_tweet_left,
.ce_tweet_right
{
	float: left;
}

.ce_tweet_left
{
	width: 50px;
	margin-right: 10px;
}

.ce_tweet_left img
{
	margin-top: 5px;
	width: 48px;
}

.ce_tweet_right
{
	width: 200px;
}
