/* * { margin: 0px; padding: 0px; border: 0px; } */

/* normalize basic styles */
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0 none;
}

div { zoom: 1; } /* for IE */
ul { list-style: none; }
p { margin: 5px 0px; }
input.checkbox {
	height: 13px;
	width: 13px;
	margin-right: 5px;
	/* vertical-align: -2px; */
	/*	float: left; */
}
/*

/**********************************************/

a {
	cursor: pointer;
	color: #000;
	font-size: 11px;
	outline: 0;
	text-decoration: underline;
}
a.help, .help a {
	cursor: help;
}

body {
	background: #000;
    color: #fff;
	font-size: 11px;
	font-family: Verdana;
}

#page {
	margin: 0px auto;
	position: relative;
	padding-bottom: 30px;
	width: 920px;
}
#page-little {
	margin: 0px auto;
	position: relative;
	width: 800px;
}

#navigation {
	margin: 0 auto 7px;
	overflow: hidden;
	width: 771px;
}
#page-little #navigation {
	margin: 0 auto 7px -35px;
}
#navigation li { 
	float: left; 
	margin-right: 10px;
	padding-top: 35px;
}
#navigation li.first {}
#navigation li.last { 
	margin-right: 0px; 
	padding-top: 0px;
}
#navigation a { 
	background: url('../images/bkg-navigation.png') left top no-repeat; 
	display: block;
	height: 18px;
    text-indent: -2000px;
}
#menu-home a { width: 57px; }
#menu-home a:hover, #menu-home .active { background-position: 0 -18px; }
#menu-board a { background-position: -67px top; width: 132px; }
#menu-board a:hover, #menu-board .active { background-position: -67px -18px; }
#menu-involved a { background-position: -206px top; width: 108px; }
#menu-involved a:hover, #menu-involved .active { background-position: -206px -18px; }
#menu-about a { background-position: -324px top; width: 144px; }
#menu-about a:hover, #menu-about .active { background-position: -324px -18px; }
#menu-videos a { background-position: -472px top; width: 149px; }
#menu-videos a:hover, #menu-videos .active { background-position: -472px -18px; }
#menu-contest a { background-position: -623px top; width: 119px; }
#menu-contest a:hover, #menu-contest .active { background-position: -623px -18px; }
#menu-buy-movie a {
	background: url('../images/bkg-navigation.png') -761px top no-repeat;
	height: 57px;
	width: 120px;
}
.homepage-navigation {
	background: url(/images/bkg-homepage-content.jpg) center top no-repeat;
	padding-top: 67px;
	margin-top: 30px !important;
}

#footer {
 	margin-top: 12px;
	color:#777777;
	font-size:10px;
	text-align:left;
	overflow: hidden;
}
#footer .back-home {
	display: block;
	height: 39px;
	margin: 0px auto;
	float:right;
}
#footer .copyright a {
	text-decoration: none;
	color: #2180B9;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer .social {
	overflow: hidden; 
	float: right;
	width: 197px;
}
#footer .social li { 
	float: left; 
	margin-right: 8px;
}
#footer .social li.no-margin { margin-right: 0px; }
#footer .social a {
	background: url('../images/sample-social-networks.png') left top no-repeat;
	display: block;
	height: 23px;
	text-indent: -2000px;
}
#footer .social .facebook { width: 55px; }
#footer .social .youtube {
	background-position: -64px top;
	width: 54px;
}
#footer .social .twitter {
	background-position: -128px top;
	width: 69px;
}
#content { position: relative; }
.homepage-decorator { 
	margin-bottom: 100px;
	position: relative;
}
.homepage-decorator #banner {
	text-align: center;
	margin: 0 0 10px 203px;
	display: block;
	width: 532px;
	position: relative;
	text-decoration: none;
}
#banner form {
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -160px;
	padding: 10px 20px 5px 20px;
	width: 280px;
	background: #BF2527;
	color: #A5D0ED;
	cursor: default;
	display: none;
	z-index: 1001;
}
#banner form label {
	float: left;
	width: 70px;
	font-size: 13px;
	text-align: left;
	margin-top: 3px;
}
#banner form input.text {
	float: left;
	width: 125px;
	margin-right: 10px;
	border: 0;
}
#banner form .submit {
	float: right;
	color: #A5D0ED;
	background: #000;
	border: 0 none;
}
#banner form .x {
	position: absolute;
	top: 0;
	right: 10px;
	width: 15px;
	height: 15px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
#banner form .error-panel {
	display: none;
	border-top: 1px dashed #F69127;
	color: #F69127;
}
#banner form .green { padding: 5px 15px; }
.awards { text-align: center; }
.homepage-decorator .float-area { overflow: hidden; }
.homepage-decorator .float-area .quiz {
	background: url('../images/bkg-quiz.png') 13px top no-repeat;
    color: #000;
	height: 280px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 125px 15px 0 0;
	padding: 40px 10px 0px 20px;
	width: 160px;
}
.homepage-decorator .quiz * { margin: 0px; padding: 0px; border: 0px none; }
.homepage-decorator .quiz .checkbox { margin-right: 5px; }
.homepage-decorator .quiz .formfield { padding: 3px 0px; }
.homepage-decorator .quiz .correct {
	font-size: 20px;
	line-height: 160px;
	text-align: center;
}
.homepage-decorator .quiz .quest { margin-bottom: 6px; }
.homepage-decorator .quiz .correct_answer {
	min-height: 60px;
	margin-bottom: 5px;
	text-align: center;
}
.homepage-decorator .quiz #get-new { 
	margin-left: 20px;
	font-size: 10px;
	cursor: pointer; 
}
.homepage-decorator .player-holder {
	display: block;
	height: 295px;
	margin-bottom: 12px;
	width: 520px;
	position: relative;
	z-index: 10;
}
#splash {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2000;
	cursor: pointer;
}
.no-flash-link {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1900;
}
.homepage-decorator .float-area #player {
	display: block;
	height: 295px;
	width: 520px;
    position: relative;
	
	z-index: 1000;
}

.homepage-decorator .main {
	float: left;
	width: 600px;
}

.homepage-decorator .fb_button {
	margin-left: 183px;
	margin-bottom: 60px;
	width: 200px;
}

.darker-mask-holder {
}

#darker-mask {
	filter: alpha(opacity=80); /* for IE */
	opacity: 0.8; /* CSS3 standard */

	background: #000;
	display: none;
	position: fixed;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 2;
}

#player-overlay {
	background: url('../images/bkg-overlay.png') left top repeat;
	display: none; 
	height: 25px;
	left: 0px;
	overflow: hidden;
	padding: 10px 15px 0px 15px;
	position: absolute;
	top: 0px;
	width: 490px;
	z-index: 2500;
	font-weight: bold;
}

#player-overlay .addThisButton { float: left; margin-top: -3px; }
#player-overlay .addThisButton a { font-size: 17px; }
#player-overlay .addThisButton img { width: 24px; height: 24px; }
a.addthis_button_compact { color: #fff; text-decoration: none; }
#player-overlay .addthis_toolbox.addthis_default_style span {
	background: url('../images/addthis.png') left top no-repeat;
	height: 24px;
	width: 24px;
}
#player-overlay span.addthis_separator { display: none; }

#player-overlay .rate, .clips .rate { 
	color: #fff; 
	float: right;
	overflow: hidden; 
}
#player-overlay .rate .title { 
	float: left; 
	line-height: 15px;
	font-size: 14px;
	width: 95px; 
}
#player-overlay #holder-raters, .clips #holder-raters {
	overflow: hidden;
	float: left;
	line-height: 15px;
	width: 100px;
}
#player-overlay .dec-1, .clips .dec-1 { background: url('../images/stars.png') -76px 0px; }
#player-overlay .dec-2 { background: url('../images/stars.png') -57px 0px; }
#player-overlay .dec-3 { background: url('../images/stars.png') -38px 0px; }
#player-overlay .dec-4 { background: url('../images/stars.png') -19px 0px; }
#player-overlay .dec-5 { background: url('../images/stars.png') 0px 0px; }

#player-overlay #currentRate, .clips #currentRate {
	background: url('../images/stars-half.png') left top no-repeat;
	height: 15px;
	width: 92px;
}
.temp-rate {
	background: url('../images/stars-half.png') left top no-repeat;
	height: 15px;
	width: 92px;
}
.clips .currentRate1 {
	background: url('../images/stars-half-black.png') left top no-repeat;
	height: 15px;
	width: 92px;
}
#player-overlay #currentRateNew, .clips #currentRateNew {
	background: url('../images/stars-half.png') left top no-repeat;
	display: none;
	height: 15px;
	width: 92px;
}
#player-overlay #raters, .clips #raters { overflow: hidden; display: none; }
#player-overlay #holder-raters a, .clips #holder-raters a { 
	background: url('../images/stars.png') -95px top no-repeat;
	cursor: pointer;
	display: block; 
	height: 15px;
	float: left; 
	margin-right: 4px; 
	width: 15px;
}
#player-overlay #holder-raters a.white, .clips #holder-raters a.white { background-position: 0px 0px; }

.clips .video-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.clips .video-description {
	min-height: 45px;
	margin-bottom: 10px;
}
.clips .rate { float: left; margin-right: 5px; }
.clips .vote-by { line-height: 20px; }
.clips .video-votes { float: right; }
.clips #youtube-embed { margin-bottom: 5px; }
.clips .bottom-bar {
	background: #EC9015;
	padding: 7px;
	color: #fff;
	font-weight: bold;
}
.clips .bottom-bar .title { color: #fff; font-weight: bold; }
.clips .bottom-bar .rater-holder { 
	overflow: hidden; 
	line-height: 20px; 
}
.clips .bottom-bar .rate-note { float: right; margin-right: 5px; }
.clips .bottom-bar #email-field {
	display: none;
	font-size: 10px;
	font-weight: normal; 
	float: left; 
}
.clips #email-field label { vertical-align: top; }
.clips .bottom-bar #email-tb { font-size: 10px; }
.clips .bottom-bar .red-theme { 
	background: #f7210b;
	border: 1px solid #fff;
	color: #fff;
}
.clips .bottom-bar #vote-response { text-align: center; }

#home-demandchange { }
#home-demandchange a {
	display: block;
	position: absolute;
	top: 100px;
	left: 15px;
	width: 176px;
	height: 120px;
}

#home-contestrules {} 
#home-contestrules a {
	display: block;
	height: 69px;
	position: absolute;
	right: -100px;
	top: 500px;
	width: 272px;
	text-decoration: none;
}
#home-contestrules .expl {
	background: url(../images/arrow.png) right 20px no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	position: relative;
	width: 250px;
}
#home-contestrules .expl ul {
	list-style-type: decimal;
	list-style-position: inside;
}
#home-contestrules .expl ul li { margin: 5px 0px; }
#home-contestrules .popup {
	display: block;
	font-weight: normal;
	position: relative;
	width: auto;
}
#home-contestrules form {
	display: none;
	background: #000;
	margin-left: 0px;
	position: absolute;
	left: -20px;
	height: 180px;
	top: -70px;
}
#home-contestrules form .info-expl {
	padding-left: 8px;
	font-size: 11px;
	font-weight: normal;
}

#home-contestrules form .formfield { position: relative; }
#home-contestrules form .absolute {
	background:transparent url(../images/sample-submit-form.png) no-repeat scroll left top;
	left: 5px;
	top: 5px;
	width: 38px;
}
#home-contestrules form .demand_popup {
	left: 7px;
	top: 140px;
	bottom: auto;
	font-size: 12px;
	text-decoration: none;
}
#home-contestrules form #label_download_name { background-position: -157px top; }
#home-contestrules form #label_download_email { background-position: -60px top; }
#home-contestrules .formfield { padding-left: 8px; }
#home-contestrules label.absolute { left: 13px; }
#home-contestrules .submit { margin-left: 8px; }

#home-playtrailer { }
#home-playtrailer a {
	display: block;
	position: absolute;
	top: 408px;
	left: 320px;
	width: 172px;
	height: 30px;
}

#demand-this-movie {
	background: url('../images/demand-this-movie-2.jpg') left top no-repeat;
	display: block;
	height: 28px;
	width: 330px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}
#demand-this-movie .popup {
	left: -25px;
	bottom: 25px;
	z-index:100;
}
#demand-this-movie:hover .popup { display: block; }

#in-theaters-now {
	display: block;
	height: 425px;
	position: absolute;
	right: 6px;
	text-decoration: none;
	top: 95px;
	width: 170px;
}
#in-theaters-now form { width: 200px; }
#in-theaters-now .demand-in-theaters {
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#in-theaters-now .popup {
	font-weight: normal;
	position: relative;
	display: block;
	width: 260px;
	z-index: 10000;
}
#in-theaters-now form { margin-left: 10px; }
#in-theaters-now form .formfield { position: relative; }
#in-theaters-now form .absolute { 
	background: url(../images/sample-submit-form.png) left top no-repeat;
	left: 5px;
	top: 5px;
	width: 55px;
}
#in-theaters-now form #label_dmd_email { background-position: -60px top; width: 40px; }
#in-theaters-now .demand_popup {
	bottom: 77px;
	left: 8px;
	width: 230px;
	z-index: 20000;
}

.close-popup-holder {
	color: #fff;
	margin: 0px;
	padding-left: 8px;
	text-decoration: underline;
}

.getinvolved-decorator {
	background: url('../images/bkg-getinvolved-content.jpg') left top no-repeat;
    color: #000;
	padding-left: 27px;
	height: 880px; /* TEMP */
	padding-top: 65px;
}
.getinvolved-decorator .quote { 
	font-style: italic; 
	font-weight: bold;
	margin-bottom: 15px; 
}
.getinvolved-decorator .teach-mentor .quote { margin-top: 35px; }
.getinvolved-decorator .teach-mentor {
	float: left;
	margin-right: 30px;
	margin-top: 68px;
	width: 145px;
}
.getinvolved-decorator .teach { margin-bottom: 20px; }
.getinvolved-decorator .title { font-weight: bold; font-size: 12px; margin-bottom: 5px; }
.getinvolved-decorator ul li { line-height: 15px; }

.getinvolved-decorator .for-parents {
	float: left;
	margin-top: 63px;
	margin-right: 32px;
	width: 160px;
}
.getinvolved-decorator .for-parents .quote { margin-top: 55px; }
.getinvolved-decorator .advocate-or-donate .quote { margin-top: 60px; }
.getinvolved-decorator .your-area { margin-bottom: 5px; }
/*
#ul_parents_one { height: 92px; }
#ul_parents_two { height: 95px; }
*/

.getinvolved-decorator .learn-more .holder { margin-bottom: 5px; }
.getinvolved-decorator .learn-more ul { height: 125px; padding-left: 13px !important; }

.getinvolved-decorator .learn-more .quote { margin-top: 45px; }
.getinvolved-decorator .teach-mentor .category {
	height: 20px;
	margin-bottom: 30px;
	position: relative;
	width: 110px;
}

/* .getinvolved-decorator .popup { */
.popup {
	background: #000;
	cursor: pointer;
	display: none;
	padding: 8px;
	position: absolute;
	width: 400px;
}
/* .getinvolved-decorator .popup .content { */
.popup .content {
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	padding: 8px;
	
	position: relative;
}

.teach-mentor .category .popup { left: 0px; top: -40px; }
.teach-mentor .category:hover .popup { display: block; }

.getinvolved-decorator .teach-mentor .category {
	height: 20px;
	margin-bottom: 30px;
	position: relative;
	width: 110px;
}
.getinvolved-decorator .for-parents .category {
	height: 27px;
	margin-bottom: 25px;
	position: relative;
	width: 90px;
}
.for-parents .category .popup { left: 0px; top: -30px; }
.for-parents .category:hover .popup { display: block; }

.getinvolved-decorator .advocate-or-donate {
	float: left;
	margin-top: 48px;
	margin-right: 43px;
	width: 173px;
}
.advocacy-groups { margin-bottom: 5px }
.getinvolved-decorator select { margin-bottom: 5px }
.getinvolved-decorator ul li { list-style-type: circle; list-style-position: inside; }

/* #ul_advocate_one { height: 80px; } */
.getinvolved-decorator .advocate-or-donate .category {
	height: 20px;
	margin-bottom: 30px;
	position: relative;
	width: 150px;
}
.advocate-or-donate .category .popup { left: 0px; top: -30px; }
.advocate-or-donate .category:hover .popup { display: block; }

.getinvolved-decorator .learn-more {
	float: left;
	margin-top: 48px;
	width: 165px;
}
.getinvolved-decorator .learn-more .category {
	height: 18px;
	margin-bottom: 27px;
	position: relative;
	width: 100px;
}
.learn-more .category .popup { right: -60px; top: -10px; }
.learn-more .category:hover .popup { display: block; }

.messageboard-decorator {
	background: url('../images/bkg-messageboard-decorator.jpg') left top no-repeat;
    color: #000;
	padding-left: 25px;
	padding-bottom: 20px;
}
.aboutlottery-decorator {
	background: url('../images/bkg-aboutlottery-decorator.jpg') left top no-repeat;
    color: #000;
	padding-top: 55px;
}
.aboutlottery-decorator .content { padding: 18px 245px 35px 255px; }
.aboutlottery-decorator .spacer { margin-bottom: 60px; }
.aboutlottery-decorator .about-lottery { height: 215px; }
.aboutlottery-decorator .participants { height : 205px; }

.demand_popup {
	position: absolute;
	left: 30px;
	font-weight: bold;
	padding: 5px 15px;
	bottom: 30px;
	width: 260px;
}
.buy_popup {
	margin-left: 25px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px;
	width: 320px;
}
.no-absolute { position: relative; }

.demand_popup .title, .buy_popup .title { margin-bottom: 5px; 	text-align: center; }
.red { 
	background: #FFCECE;
	color: #C6004A; 
}
.green {
	background: #e7f3d7;
	border: 3px double #008C00;
	color: #008C00; 
}
.contest-error {
	position: relative;
	top: auto;
	bottom: auto;
	margin-top: 20px;
}

.facts-holder { height: 57px; }
#rotating-facts {
	background: url('../images/bkg-rotating-facts.png') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 57px;
	overflow: hidden;
	width: 236px;
	zoom: 1;
}
#rotating-facts li { background: transparent !important; }
.toRight { left: auto !important; right: 0px !important; }
#rotating-facts img { margin: 6px 0px 0px 15px; }

.videosandpictures-decorator {
	background: url('../images/bkg-videosandpictures-decorator.jpg') left top no-repeat;
	margin-bottom: 100px;
}
.videocontest-decorator {
	background: url('../images/bkg-videocontest-decorator.jpg') left top no-repeat;
	margin-bottom: 100px;
}
.videosandpictures-content {
	width: 730px;
	margin: 0px auto;
}
.clips {
	background: #e6e5d4;
	margin-top: 7px;
	overflow: hidden;
	padding: 15px;
}
.clips .video-player { 
	float: left; 
	margin-right: 10px;
	width: 400px;
	position: relative;
}
.clips #video-player {
	display: block;
	
	height: 227px;
	width: 400px;
}
.clips .videos-list {
	float: right;
	height: 227px;
	width: 290px;
}
.videocontest-decorator .clips .videos-list {
	height: 350px;
}
.clips .videos-list .item {
	cursor: pointer;
	display: block;
	padding: 3px 2px;
	overflow: hidden;
	margin-bottom: 5px;
	text-decoration: none;
}
.clips .videos-list .last { margin-bottom: 0px !important; }
.clips .videos-list .item:hover {
	background: #d1d0c1;
}
.clips .item img { 
	float: left; 
	margin-right: 5px;
}
.clips .item .details {
	float: left;
	display: block;
	font-size: 11px;
	width: 173px;
}
.clips .item .details strong { font-weight: normal; }

.images {
	border-top: 1px solid #aeada0;
	border-bottom: 1px solid #aeada0;
	background: #e6e5d4;
	margin-top: 20px;
	padding: 13px 7px 0px;
	height: 94px;
}
.submit-video-area {
	border-top: 1px solid #aeada0;
	border-bottom: 1px solid #aeada0;
	background: #e6e5d4;
	margin-top: 20px;
	font-size: 13px;
	padding: 7px;
}
.submit-video-area h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.submit-video-area ol {
	font-size: 12px;
	list-style-position: outside;
	padding-left: 5px;
}
.submit-video-area ol li {
	margin-bottom: 3px;
	display: block;
	padding-left: 10px;
	position: relative;
}
.submit-video-area ol li .abs {
	position: absolute;
	left: -7px;
	top: 7px;
}
.submit-video-area form .text { width: 300px; }
.submit-video-area .pad { padding-left: 18px; }
.submit-video-area .guest .fb-hold { margin-bottom: 5px; }
.submit-video-area .fb-hold .or {
	font-size: 17px;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: 6px;
}

.submit-video-area .guest .text { width: 120px; }
.submit-video-area .fb-login a { color: #000; }
.submit-video-area .fbimg { vertical-align: top; }
.submit-video-area .formfield label { display: inline; }
.submit-video-area .description label { display: block; }
.submit-video-area textarea { height: 100px; width: 400px; }
#scroll-area {
	width: 716px;
	float: left;
	padding-bottom: 15px;
	padding-right: 0px !important;
}
.images .images-holder {
	display: block;
	height: 65px;
	width: auto;
}
.images .images-holder li {
	float: left;
	margin-right: 4px;
	width: 116px;
	height: 65px;
}
.images .images-holder li.last { margin-right: 0px; }
.download-press {
	background: url('../images/download-press.png') left top no-repeat;
	display: block;
	height: 15px;
	margin: 7px 0px 0px auto;
	width: 243px;
}

.messages { overflow: hidden; }

.messages .main {
	float: left;
	height: 1050px;
	overflow-y: auto;
	padding-left: 10px;
	margin-top: 20px;
	width: 545px;
}
.messages .main .expl {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 10px;
}
.messages .main .post {
	overflow: hidden;
	margin-bottom: 10px;
}
.messages .main .reply {
	background: #ECEFF5;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 60px;
	overflow: hidden;
}
.messages .post .avatar {
	float: left;
	margin-right: 20px;
	width: 50px;
}
.messages .post .details {
	float: left;
	width: 455px;
}
.messages .reply .details { width: 390px; }
.messages .post .reply-link {
	color: #FF0000;
}
.messages .details .name { font-weight: bold; }
.messages .details .date { margin-bottom: 5px; }
.messages .details .embed-post { margin-bottom: 5px;  }
.messages .sidebar {
	float: right;
	padding: 75px 10px 0px 0px;
	text-align: center;
	width: 187px;
}
.messages .sidebar .fb-holder {
	height: 100px;
}
.messages .fb-holder a {
	color: #3B5998;
	text-decoration: none;
}
.fb_button .fb-login {
	padding-left:15px;
}
.fbimg {
	
}
.info-or { margin-top: 25px; }
.post-message {
	background: url('../images/post-message.jpg') left top no-repeat;
	display: block;
	height: 38px;
	margin: 0px auto;
	width: 127px;
}

.post-message-popup { 
	left: 150px;
	top: 180px;
	width: 500px;
}
.post-message-popup .content { width: 484px; }

.close-bar {
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}
.close-bar a {
	color: #fff;
	text-decoration: none;
}
.close-bar a:hover { text-decoration: underline; }

.for-education {
	background: url('../images/constitution-page.jpg') left top no-repeat;
	text-align: center;
	width: 578px;
}
.for-privacy {
	color: #e2d8b0;
	width: 800px;
}
.petition-holder { overflow: hidden; }
.education-constitution {
	color: #fff;
	font-size: 12px; 
	font-weight: bold;
	margin-top: 40px;
	float: left;
}
.education-constitution h1 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 30px;
}
.education-constitution h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
.education-constitution .explanation { 
	margin-bottom: 20px;
}
.education-constitution p, .like-p { margin-bottom: 20px; }
.education-constitution p.last { margin-bottom: 50px; }
.education-constitution ul {
	list-style-type: disc;
	list-style-position: inside;
}
.education-constitution a {
	color: #2180B9;
	font-size: 12px;
}

.extend .petitions { text-align: left; }
.extend .petitions .total { margin-bottom: 10px; }
.extend .petitions .list { overflow: hidden; }
.extend .list .title {
	float: left;
	width: 160px;
}
.extend .list .items { float: left; }
.education-constitution .main { height: 775px; }

.extend {
	float: right;
	padding: 0px 15px 20px;
	font-size: 13px;
	color: #E2D8B4;
	margin-top: 40px;
	width: 300px;
	
}
.education-constitution #the-lottery {
	position: absolute;
	left: 350px;
	top: 115px;
	width: 110px;
	height: 40px;
	z-index: 20;
}
.education-constitution #the-lottery-film {
	position: absolute;
	left: 330px;
	top: 805px;
	width: 125px;
	height: 15px;
	z-index: 20;
}

.error_message {
	color: #E2D8B0;
	height: 300px;
	padding-top: 25px;
}
.error_message h1 {
	font-size: 35px;
	margin-bottom: 10px;
}
.error_message p { font-size: 15px; }
.error_message a { color: #2180B9; font-size: 15px; }

.success-message {
	background: #88CCCC;
	color: #000;
	margin: 2em 0em 0.5em 0em;
	padding: 15px;
	width: 376px;
}
.success-message h3 { font-size: 14px; }
.success-message p { margin: 15px 0px 5px 0px; }

.movie-finished {
	background: #000;
	cursor: pointer;
	display: none;
	height: 85px;
	padding: 120px 0px 90px;
	position: absolute;
	text-align: center;
	width: 520px;
	z-index: 2000;
}

.movie-finished .at300bs.at15t_compact {
	background: url(../images/addthis-icon.png) left top no-repeat;	
	width: 64px;
	height: 64px;
}

.movie-finished .addthis_button_compact {
	line-height: 64px;
	font-size: 20px;
	margin-left: 35px;
}


.full-movie {
	padding: 50px 0px 150px;
}
#full-movie {
	display: block;
	height: 295px;
	margin: 0px auto;
	width: 520px;
}

.offLeft { text-align: left; text-indent: -2000px; }
.noHeight { height: 0px; overflow: hidden; }

/* FORMS */
textarea { font-family: Verdana; }
.submit-form { 
	margin-left: 90px;
	width: 370px; 
}
option { padding-right: 10px; }
.submit-form input.text {
	background: #fff;
	border: 0px none;
	color: #2285bd;
	height: 16px;
	margin-right: 25px;
	padding: 2px 5px;
	vertical-align: top;
	width: 120px;
}
.submit-form label {
	background: url('../images/sample-submit-form.png') left top no-repeat;
	display: block;
	height: 10px;
	position: absolute;
	text-indent: -2000px;
	bottom: 5px;
	z-index: 1;
}
#form-postcodecollection {
	position: relative;
}
#form-postcodecollection #map-icon {
	position: absolute;
	right: -22px;
	top: 0;
	cursor: pointer;
}
#us-map {
	position: absolute;
	top: -300px;
	left: 0;
	width: 400px;
	height: 300px;
	background: #000;
	border: 1px solid #fff;
	padding: 5px;
	z-index: 2001;
}
#label_input_zipcode {
	left: 5px;
	top: 53px;
	width: 55px;
}
#label_input_email {
	background-position: -60px top;
	left: 164px;
	top: 53px;
	width: 38px;
}
.submit-form input.submit {
	background: url('../images/sample-submit-form.png') -103px 5px no-repeat;
	cursor: pointer;
	vertical-align: top;
	width: 49px;
	
	border: 0px none;
}
.post-form { text-align: left; }
.post-form .formfield { margin-bottom: 5px; }
.post-form .text { width: 300px; }
.post-form textarea {
	height: 150px;
	overflow: auto;
	padding: 2px;
	width: 480px;
}
.post-form .submit {
	background: #000;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	height: 25px;
	width: 100px;
}
.post-form .formfield-message label {
	float: left;
	width: 100px;
}
.post-form .formfield-message #countdown,
.post-form .formfield-message #countdown2 {
	float: right;
	width: 25px;
	text-align: right;
}
.errors-panel {
	background: #FFCECE;
	color: #C6004A; 
	font-weight: bold;
	margin: 0px auto;
	padding: 5px;
	width: 300px;
}
.errors-panel .title { margin-bottom: 5px; }

.quiz-form .quiz-body { margin-bottom: 5px; }
.quiz-form .formfield { overflow: hidden; }
.quiz-form .checkbox { float: left; }
.quiz-form label {
	display: block;
	float: left;
	width: 140px;
}
.quiz-form .submit {
	background: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	line-height: 20px;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	width: 70px;
}

.petition-form {
	text-align: left;
	margin-bottom: 50px;
}
.petition-form .formfield { margin: 0px 0px 10px 0px; }
.petition-form label {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	width: 70px;
}
.petition-form .text {
	float: left;
	width: 200px;
	background: #e2d8b3;
	border: 1px solid #000;
	color: #000;
}
.petition-form .submit {
	background: #e2d8b3;
	border: 2px solid #000;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	width: 100px;
}
.petition-form .demand_popup {
	position: inherit;
	margin-bottom: 5px;
}

/*********/

/* JSCROLLPANE */
.jScrollPaneContainer { position: relative; overflow: hidden; z-index: 1; }
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0px;
	bottom: 0px;
	height: 5px;
	background: #FFF;
}
.jScrollPaneDrag {
	position: absolute;
	background: #0785bd;
	cursor: pointer;
	overflow: hidden;
	height: 17px;
	left: 0px;
	width: 70px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
.clips .jScrollPaneDrag { background: #87b640; }

/************* ADDITIONAL FOR HORIZONTAL *******************/

.images .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0px;
	bottom: 1px;
	background: #fff;
	width: 786px;
	height: 5px !important;
} 
.images .jScrollPaneDrag {
	position: absolute;
	background: #87b640;
	cursor: pointer;
	height: 7px !important;
	left: 0px;
	top: -1px;
	width: 70px !important;
}
/***********************************************************/

/* buy film page */
.long { width: 400px; }
#DoDirectPaymentForm {
	color: #8cc;
	font-size: 13px;
	width: 420px;
	margin: 1em auto;
}
.coming-soon  { margin: 6em auto 10em !important; }
.coming-soon h1 { margin-bottom: 50px; }
.coming-soon h2 { margin-bottom: 20px !important; }
.coming-soon label, .coming-soon .text { margin-bottom: 10px; }
.coming-soon .submit { padding: 1px 5px; margin: auto; }

#DoDirectPaymentForm h2 { margin-bottom: 5px; }
fieldset {
	margin: 1em 0 3em;
	overflow: hidden;
}
input, select, textarea {
	font-size: 14px;
}
.formfield {
	margin: 6px 0;
	overflow: hidden;
}
.formfield label {
	display: block;
	padding: 0 0 4px 0;
}
.formfield input {
	padding: 2px 3px;
}
#fld-cc_type {
	float: left;
	padding-right: 45px;
	width: 165px;
}
#fld-cc_type select {
	width: 99%;
}
#fld-cc_number {
	float: left;
	width: 200px;
}
#fld-cc_number input {
	width: 200px;
}
#fld-cc_expiry {
	clear: left;
	float: left;
	width: 210px;
}
#fld-cc_ccv {
	float: left;
	width: 140px;
}
#fld-cc_ccv .help {
	font-size: 10px;
}
#fld-cc_ccv a {
	color: #f0f;
}
#fld-cc_ccv .popup {
	display: none;
}
#fld-cc_ccv input {
	width: 50px;
}
.firstname {
	clear: left;
	float: left;
	padding-right: 8px;
	width: 202px;
}
.lastname {
	float: left;
	width: 210px;
}
.addr {
    clear: left;
}
#fld-cc_number input,
.firstname input,
.lastname input,
fieldset.address .city input {
	width: 190px;
}
fieldset.address .addr input {
	width: 402px;
	margin: 0 0 3px;
}
fieldset.address .city {
	float: left;
	padding-right: 8px;
	width: 202px;
}
fieldset.address .state {
	float: left;
	padding-right: 18px;
	width: 60px;
}
fieldset.address .state select {
	width: 54px;
}
fieldset.address .zip {
	float: left;
	width: 120px;
}
fieldset.address .country {
	clear: left;
}
#fld-s_use_b_addr {
	margin-top: 0;
}
#fld-s_use_b_addr label {
	display: inline;
}
#facebook-post-form .publish {
	margin-top:7px !important;
	margin-bottom:7px !important;
	overflow:hidden;
}
.publish_fb_checkbox {
background:transparent url(http://static.ak.fbcdn.net/images/icons/favicon.gif) no-repeat scroll left top;
float:left;
line-height:16px;
padding-left:20px;
}
.publish_fb_checkbox input {
height:13px;
margin-right:5px;
vertical-align:-1px;
width:13px;
}
.publish_fb_checkbox label {
	width: auto !important;
}
.copyright {
	float: left;
	margin: 0px;
	width: 410px;
}
.pagination {
	color: #444444;
	/*font-size: 82%;*/
	font-size: 11px;
	overflow: hidden;
	margin: 10px 0;
}
.pagination a { text-decoration: none; }
.pagination a:hover { text-decoration: underline; }
.pagination p.left {
	float: left;
}
.pagination p.right {
	float: right;
}
.pagination p.right .disabled {
	color: #aaa;
}
.white,
.white a{
	color:white;
	text-decoration:none;
}
.white a { padding-left:10px;}
/***************/

.upcoming-screenings {
	background: url(../images/bkg-upcoming-screenings[3].jpg) left top no-repeat;
	height: 410px;
	padding: 31px 5px 15px 12px;
	width: 153px;
	font-size: 11px;
	font-weight: normal;
}
.upcoming-screenings li { margin-bottom: 4px; }
.upcoming-screenings p { margin: 0px; }
.upcoming-screenings p.name { font-weight: bold; }
.upcoming-screenings a { 
    color: #000; 
    font-weight: bold; 
    text-decoration: none; 
}
.upcoming-screenings a:hover { text-decoration: underline; }
.upcoming-screenings li.title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
.upcoming-screenings li.title-2 {
	font-size: 11px;
	margin: 12px 0 8px 0;
}

.rsvp {
	color: #fff;
	margin: 30px auto;
	width: 500px;
	overflow: hidden;
}
.rsvp h2 {
	text-align: center;
	margin-bottom: 20px;
}
.rsvp h2 img { vertical-align: -8px; }
.rsvp input.text { width: 291px; }
.rsvp select { width: 298px; }
.rsvp .formfield {
	margin: 6px auto;
	width: 300px;
}
.rsvp label { overflow: hidden; }
.rsvp label span {
	float: right;
	color: #ED1B30;
}
.rsvp .green {
	width: 280px;
	padding: 5px;
	text-align: center;
	margin: 20px auto 0 auto;
}
.rsvp a {
	color: #2186BA;
	font-size: 14px;
	font-weight: bold;
}
#forward-rsvp fieldset { display: none; }
#forward-rsvp fieldset.active { display: block; }

.rsvp3-print-ticket {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0;
}
.rsvp3-print-ticket a {
    color: #2180B9;
    font-size: inherit;
}
.social-2 {
	background: url(/images/sample-social-networks[3].png) left top no-repeat;
	width: 515px;
	height: 30px;
	margin: 25px 0;
}
.social-2 li {
	float: left;
	height: 30px;
	margin-right: 47px;
}
.social-2 li.twitter {
	width: 204px;
	margin-right: 49px;
}
.social-2 li.youtube { width: 74px; }
.social-2 li.facebook { width: 141px; }
.social-2 li.last { margin-right: 0; }
.social-2 li a {
	display: block;
	height: 30px;
	cursor: pointer;
	text-indent: -2000px;
}
#nowPlaying {
    color: #f5f5f4;
    margin: 30px auto 70px;
    width: 500px;
}
#nowPlaying h1 {
    color: #be2525;
    font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0 0 1.5em;
}
#nowPlaying .playing-city-list {
    list-style: none;
    margin-bottom: 2em;
    padding-left: 28px;
}
#nowPlaying .playing-city-list li {
    margin-bottom: 9px;
}
#nowPlaying .playing-city-list span {
    display: block;
    text-indent: 0px;
}
#nowPlaying .playing-city {
    color: #f48f1f;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
}
#nowPlaying .playing-city-list .playing-date {
    text-indent: 0;
}
#nowPlaying .playing-city-list a {
    color: #2186BA;
    font-weight: bold;
    text-decoration: none;
}
#nowPlaying .playing-city-list a:hover {
    text-decoration: underline;
}
