/* Site:	Inlaws and Outlaws
Edited:		Drewonimo @ True Stories
Updated:	05-20-11    */

@import url("nav-new.css");

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 85%;
	color: #000;
	background: #000 url(image/main_bg.png) 0 0 repeat-x;
}

body.campaign {
	background-image: url(image/main_campaign_bg.png);
}

/* @group RESET */
* {
	padding: 0;
	margin: 0;
}

a img, a:hover img {
	border: none;
}

ul {
	list-style: none;
	font-size:12px;
	line-height: 18px;
	margin-top: 6px;
}

ol {
	list-style: decimal;
	font-size:12px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 85%;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
}

table {
	margin-left: 12px;
	width: 385px;
}

th, tr, td {
	font:inherit;
	font-size: 12px;
	font-weight: normal;
	vertical-align:text-top;
	padding: 3px 6px 3px 0;
}

th.event {
	background: url(/assets/image/IO-logo-sm.gif) no-repeat center;
	height: 46px;
	padding:0;
}

table.event {
	margin: 0 0 12px 0;
	border: 5px solid #cceaf6;
	padding: 0 12px 12px 12px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
	border-radius: 9px;
	behavior: url(border-radius.htc);
}

table.tour {
	white-space: nowrap;
}

td.event {
	padding-top: 8px;
}

th.ucc {
	height: 28px;
	padding:0;
}

table.ucc {
	background: url(/assets/image/uccscreenings.png) no-repeat center;
	margin: 0 0 12px 0;
	border: 5px solid #cceaf6;
	padding: 0 0 12px 12px;
	margin: 0 0 12px 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
	border-radius: 9px;
	behavior: url(border-radius.htc);
}

/* @group Layout */

#wrapper {
	position: absolute;
	width: 800px;
	left:50%;
	margin-left: -400px;
}

#content_wrapper {
	background: #fff url(image/content_bg.png) 0 0 repeat-y;
	padding: 10px 24px;
}

#main_content {
	float: right;
	width: 580px;
	margin-bottom: 30px;
}

#main_col {
	float: left;
	width: 320px;
}

body.content #main_col{
	width: 390px;
}

#second_col {
	float: right;
	width: 245px;
	margin: 0;
}

body.content #second_col {
	width: 175px;
}

#sub_content {
	float: left;
	width: 157px;
	margin-bottom: 50px;
}

#site_info {
	clear: both;
	background: url(image/foot_bg.png) 0 0 repeat-x;
}

body.campaign #site_info {
	clear: both;
	background: url(image/foot_campaign_bg.png) 0 0 repeat-x;
}

#site_top h1 a{
	display: block;
	margin: 15px 0 5px;
	font-size: 2em;
	line-height: 80px;
	text-indent: -1000em;
	overflow: hidden;
	height: 80px;
	width: 485px;
	background: url(image/logo.png) no-repeat;
}

#content_wrapper h1 {
	padding: 0 0 5px;
	margin: 10px 0 20px;
	font-size: 21px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #c02426;
	border-bottom: 1px solid #b9b9b0;
}

a:link, a:visited {
	color: #00548a;
	text-decoration: none;
}

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

a:active {
	color: #94d31b;
}

.help {
	cursor: help;
}

/* @group Main Content */

#main_content h2 {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b9b9b0;
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #00548a;
}

#main_content h2

#main_content h2.contact_us,
#main_content h2.watch_clips {
	display: none;
}

#main_content p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 17px;
}

/* BUTTONS ID*/
/*Home Page Buttons ID*/

#buyDVD {
	clear: both;
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	width: 125px;
	height: 41px;
	background: url("/images/buttons/buy-DVD-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#buyDVD:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -41px;
}

#buyDVD:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#buyDVD:hover {
	color: red; /* irrelevant definition to overcome IE bug */
}

#buyDVD span {
  display: none;
}

#donate {
	clear: both;
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	width: 125px;
	height: 41px;
	background: url("/images/buttons/donate-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#donate:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -41px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#donate:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#donate span {
  display: none;
}


#joinus {
	clear: both;
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	width: 125px;
	height: 41px;
	background: url("/images/buttons/join-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#joinus:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -41px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#joinus:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#joinus span {
  display: none;
}

#volunteer {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	width: 150px;
	height: 50px;
	background: url("/images/buttons/volunteer-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#volunteer:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -50px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#volunteer:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#volunteer span {
  display: none;
}


/*BUTTON CLASSES*/

.button img{
	border: 4px;
	border-style:solid;
	border-color:#FFF	
}

.button:hover img{
	border:4px;
	border-style:solid;
	border-color:#3FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	color: red; /* irrelevant definition to overcome IE bug */
}

.button:active img{
	border:4px;
	border-style:solid;
	border-color:#FC3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.button-center img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:4px;
	border-style:solid;
	border-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.button-center:hover img{
	border:4px;
	border-style:solid;
	border-color:#3FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	color: red; /* irrelevant definition to overcome IE bug */
}

.button-center:active img{
	border:4px;
	border-style:solid;
	border-color:#FC3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

/*BUTTON IDS*/

#buyonline {
	float: left;
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	width: 150px;
	height: 60px;
	background: url("/images/buttons/buy-online-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#buyonline:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -60px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#buyonline:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#buyonline span {
  display: none;
}

#mailfax {
	float: left;
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	width: 150px;
	height: 60px;
	background: url("/images/buttons/mail-fax-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#mailfax:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -60px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#mailfax:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#mailfax span {
  display: none;
}

#screeninglicenses {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	background: url("/images/buttons/Screenings-dbl.gif") no-repeat 0 0;
}

#screeninglicenses:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -50px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#screeninglicenses:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#screeninglicenses span {
  display: none;
}

#eqdeal {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	background: url("/images/buttons/EQ-Deal-dbl.gif") no-repeat 0 0;
}

#eqdeal:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -50px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#eqdeal:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#eqdeal span {
  display: none;
}

#education {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	background: url("/images/buttons/Education-dbl.gif") no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#education:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: 0 -50px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#education:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#education span {
  display: none;
}

#libraries {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	background: url("/images/buttons/Libraries-dbl.gif") no-repeat 0 0;
}

#libraries:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -50px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#libraries:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#libraries span {
  display: none;
}

#licenseinfo {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	background: url("/images/buttons/License-Info-dbl.gif") no-repeat 0 0;
}

#licenseinfo:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -50px;
	cursor:help;
	color: red; /* irrelevant definition to overcome IE bug */
}

#licenseinfo:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
}

#licenseinfo span {
  display: none;
}

#moreinfo {
  	border:4px;
	border-style:solid;
	border-color:#FFF;
	display: block;
	float:left;
	width: 125px;
	height: 34px;
	background: url("/images/buttons/More-Info-dbl.gif") no-repeat 0 0;
}

#moreinfo:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: 0 -34px;
	cursor:help;
	color: red; /* irrelevant definition to overcome IE bug */
}

#moreinfo:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#moreinfo span {
  display: none;
}

#addcart {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float:left;
	width: 125px;
	height: 34px;
	background: url("/images/buttons/Add-to-Cart-dbl.gif") no-repeat 0 0;
}

#addcart:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	background-position: 0 -34px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#addcart:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#addcart span {
  display: none;
}

#addcartsm {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	float:left;
	width: 100px;
	height: 27px;
	background: url("/images/buttons/add-cart-sm.gif") no-repeat 0 0;
}

#addcartsm:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	background-position: 0 -27px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#addcartsm:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#addcartsm span {
  display: none;
}

#readinfo {
  	border:4px;
	border-style:solid;
	border-color:#FFF;	
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	float:left;
	width: 225px;
	height: 34px;
	background: url("/images/buttons/screening-info-dbl.gif") no-repeat 0 0;
}

#readinfo:hover { 
  	border:4px;
	border-style:solid;
	border-color:#3FF;
	background-position: 0 -34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: red; /* irrelevant definition to overcome IE bug */
}

#readinfo:active {
	border:4px;
	border-style:solid;
	border-color:#FC3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#readinfo span {
  display: none;
}

/*Text Style Classes*/

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

.side_head {
	padding: 0 0 5px 0;
	text-align:center;
	border-bottom: 1px dashed #b9b9b0;
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight:normal;
	letter-spacing: 1px;
	color: #00548a;
}

.salmon {
	float:left;
	background-color: #ffe4e1;
	margin:0;
	padding: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.salmondash {
	float:left;
	background-color: #ffe4e1;
	margin: 0;
	padding: 16px;
	border: 2px dashed #b9b9b0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.blue {
	float: left;
	background-color: #cceaf6;
	border:thin;
	padding: 16px;
	border-color: #06F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	box-shadow: 3px 3px 3px #666;
}

.bluedash {
	float: left;
	background-color: #cceaf6;
	margin: 0;
	padding: 16px;
	border: 2px dashed #39C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
	
.green {
	float:left;
	background-color: #E0FFE0;
	padding: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.gray {
	float:left;
	background-color: #E6DED6;
	padding: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#main_content .more{
	font-size: 12px;
	margin: 0 0 12px 0;
}

/* @group Main Col */

h3 {
	font-size: 14px;
	line-height: 14px;
	color: #00548a;
	margin-bottom: 4px;
}

body.campaign {
	color: #000;
}

body.store h3 {
	clear:both;
	color: #00548a;
}

h4 {
	clear: both;
	font-size: 14px;
	line-height: 14px;
	color: #00548a;
	margin-bottom: 2px;
}

h5 {
	clear:both;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b9b9b0;
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #fd9305;
}

#main_col h6{
	padding: 5px;
	border: 1px solid #0096d3;
	border-width: 1px 0;
	margin: 15px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #00548a;
	background-color: #cceaf6;
}

#main_col p{
	font-size: 12px;
	line-height: 18px;
}
#main_col ul {
	list-style-type: disc;
	margin: 6px 0 18px 24px;
}

em {
	font-style: italic;
}

em.alt1 {
	font-style: normal;
	color: #c02426;
} /*RED*/

em.alt2 {
	font-style: normal;
	color: #00548a;
} /*BLUE*/

.alt3 {
	font-style:normal;
	color: #c02426;
	font-weight: bold;
}  /*RED*/

.alt4 {
	font-style: normal;
	color: #00548a;
	font-weight: bold;
}  /*BLUE*/

a.alt3 {
	font-style:normal;
	color: #c02426;
	font-weight: bold;
} /*RED*/


#main_col ul#current,
#main_col ul#screen_list{
	list-style: none;
	margin: 0;
}

#main_col li h3 { 
	font-size: 14px;
	line-height: 14px;
	color: #00548a;
	font-weight: bold;
	text-decoration: underline; 
}

body.campaign #main_col li h3,
body.campaign #main_col li h3 a {
	color: #fd9305;
	margin-top: 9px;
}

/*Headings for News in News Home and Archive too*/

body.store #main_col li h3,
body.store #main_col li h3 a {
	clear:both;
	color: #00548a;
	margin-top: 24px;
}

#main_col li h4{
	padding: 0 0 4px 0;
	margin: 5px 0 10px 0;
	font-size: 12px;
	color: #363636;
	border-bottom: 1px dashed #b9b9b0;
	}	
	
#main_col ul#screen_list li h4 {
	list-style-type: none;
	margin-left: 0;
	font-size: 12px;
	line-height: 14px;
	color: #F60;
}
	
#main_col li.more,
#main_col li p.more{
	margin-top: -10px;
	margin-bottom: 25px;
}	
	
#clips {
	margin: 27px 0;
}	

/* @group Screenings Search */

#screenings {
	background: url(/assets/image/screening_bg.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#screenings h2{
	padding: 5px 10px;
	margin: 0;
	border: none;
	font-size: 13px;
	line-height: 16px;
	text-transform: none;
	font-weight: bold;
	color: #fff;
	background-color: #00548a;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-top: 5px;
	behavior: url(border-radius.htc);
	
}

#screen_list div.featured h2 {
	border-bottom: none;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
}


#screenings li h3 {
	margin: 15px 10px 0 10px;
	font-size: 15px;
	line-height: 18px;
	color: #00548a;
}

/*Dates*/
#screenings li h4{
	padding: 0 0 5px 0;
	margin: 5px 10px;
	font-size: 11px;
	color: #363636;
}

/*Listing*/
#screenings li p {
	margin: 4px 10px;
	font-size: 12px;
	line-height: 16px;
}	

#screenings li p.more {
	margin: 0 10px 0 10px;
}

#screen_list div.featured {
	background-color: #cceaf6;
	border: 1px solid #0095d3;
	padding: 10px 10px 6px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

/* @group sub content */

#sub_content h5{ clear: left; 
	padding: 0 0 2px; 
	margin: 0 0 6px; 
	border-bottom: 1px solid #e5e5e5; 
	font-size: 14px; 
	color: #5e8b07; 
	font-weight: bold; }

#sub_content p {
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 15px;
}

p[class="hang"] {
	text-indent: -4px;
}

.indent {
	text-indent: 24px;
}

/* @group Site info -- Header and Footer */

#site_info {
	position: relative;
	padding: 15px 0 20px 0;
	font-size: 10px;
	line-height: 12px;
}

#site_info p{
	clear: left;
	margin: 0 0 4px 0;
}

#site_info ul {
	float: left;
	margin: 0 0 4px 0;
}

#site_info li{
	float: left;
	padding: 0 15px 0 0;
}

/*GSBA logo + text*/

#site_info p#member{
	position: absolute;
	top: 24px;
	left: 390px;
	line-height: 47px;
	height: 47px;
	font-weight: bold;
}

/*3$B logo + text*/

#site_info p#project{
	position: absolute;
	top: 20px;
	left: 610px;
	font-weight: bold;
}

#site_info a {
	color: #000;
}

#site_info img{
	vertical-align: middle;
}

/* @group Link with icons */

a#movie {
	padding: 0 0 0 15px;
	margin: 18px 0 0 0;
	background: url(image/icon_film.png) 0 50% no-repeat;
}

a#archive {
	padding: 0 0 0 17px;
	background: url(image/icon_archive.png) 0 50% no-repeat;
}

a#more_screenings {
	padding: 0 0 0 18px;
	background: url(image/icon_calendar.png) 0 50% no-repeat;
}

a#feed {
	padding: 0 0 0 16px;
	height: 16px;
	line-height: 16px;
	background: url(image/icon_feed.png) 0 50% no-repeat;
}

/* @group Home */

body.home #main_content{
	float: left;
	width: 490px;
}

body.home #main_col {
	float: right;
	width: 320px;
}

#second_col {
	margin: 0 0 10px 0;
}

/*HOME INTRO - Flash & Blurb*/

#intro {
	width: 490px;
	height: 324px;
	padding: 6px 0 0 0;
	margin: 0 0 16px 0;
	background: url(image/intro_bg.png) no-repeat 50% 90%;
}

#intro h1 {
	padding: 0 10px;
	margin: 10px 0 10px;
	border-bottom-width: 0;	
}

#intro p {
	margin: 0 10px 5px;
	font-size: 14px;
	line-height: 20px;
}

body.home #main_col h2 {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
	color: #ce2821;
	font-size: 16px;
	font-weight:bold;
}

/* @group Campaign */
/*This is the video object*/
#barker {
	float: right;
	padding: 0 0 18px 18px;
	background-color: #fff;
}

body.campaign #main_content h2 {
	color: #ce2821;
}

/*Group campaignhome*/

body.campaign #main_col h6 {
	padding: 5px;
	border: 1px;
	border: #ffb300;
	border-width: 1px;
	margin: 11px 0 15px 0;
	font-size: 15px ;
	line-height: 17px;
	color: #d2372e;
	background-color: #fff5cd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}


body.campaignhome #main_col li h3 a{
	color: #d2372e;
}

body.campaignhome #screenings {
	background-image: url(image/screening_campaign_bg.jpg);
}

body.campaignhome #screenings h2 {
	color: #fff;
	background-color: #d1362d;
}

/*screening listing titles*/
body.campaignhome #screenings li h3 a {
	color: #d1362d;
}

body.campaign #content_wrapper {
	background-image: url(image/campaign_bg.png);
}

body.campaign #main_col {
	width: 580px;
}

body.campaignhome #main_col {
	width: 320px;
}

body.campaign #second_col {
	width: 115px;
}

body.campaignhome #second_col{
	width: 245px;
}

/* @group Store */

body.store #main_col {
	width: 580px;
}

#storeintro {
	float: left;
	width: 375px;
	margin:0;
}

#mainimage {
	float: right;
	width: 160px;
	margin:0;
}

/*AddThis*/

.addthis_toolbox.addthis_pill_combo a {
	float: left;
	margin: 0 0 4px 4px;
}

.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
	float: left;
	margin-top: -2px;
}

.addthis_button_compact .at15t_compact {
	float: left;
}  

/* AddThis All Menus font */

.addthis_toolbox  {
	color:#00548a;
	z-index:0;
}

/* AddThis Vertical Layout Menu */

.addthis_toolbox .vertical {
    width: 165px;
    padding: 0;
    border: 4px solid #cceaf6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.addthis_toolbox .vertical a {
    width: 130px;
    padding: 5px 0 5px 37px;
    position: relative;
    display: block;
	font-size: 12px;
    text-decoration: none;
}

.addthis_toolbox .vertical a:hover {
	text-decoration:underline;
	background-color: #cceaf6;
}

.addthis_toolbox .vertical span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more {
    border-top: solid 1px #cceaf6;
	padding: 9px 0 -6px 0;
}

/* @ Images */

img.right {
	float: right;
	padding: 0 0 0 3px;
	margin: 0 0 0 8px;
	background-color: #fff;
}

img.left {
	float: left;
	padding: 0 3px 0 0;
	margin: 0 8px 0 0;
	background-color: #fff;
}

/* FORMS */

#screenings input#find_screenings {
	width: 155px;
	height: 18px;
	margin: 10px 8px;
	border: 1px solid #00548a;	
}

body.campaignhome #screenings input#find_screenings{
	border-color: #ffb300;
}

#screenings input#find_btn {
	margin: 0 8px;
}

#search_callout{
	border: solid #00548a;
	border-width: 1px 0;
	padding: 20px 10px 10px 10px;
	background-color: #ceecf7;
}

#search_callout #search {
	border: 1px solid #00548a;
	width: 300px;
	height: 18px;
	padding: 2px;
}

#search_callout dt {
	margin: 0 0 9px 0;
}

/* @group Comment */

#comments {
	background-color: #fff5cd;
	padding: 10px;
	border: 1px solid #ffb300;
	border-width: 1px 0;
}

#comments h3 {
	margin: 6px 0;
	color: #ce2821;
	font-size: 14px;
}

#comments h4 {
	margin: 6px 0 0 0;
	color: #0a6f08;
	font-size: 12px;
	font-weight: bold;
}

#comment p#rules {
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

#comments dl {
	margin: 0 0 10px 0;
}

#comments dt {
	clear: left;
	width: 75px;
	color: #0a6f08;
	font-size: 10px;
	margin: 10px 0 2px 0;
}

#comments input {
	border: 1px solid #ffb300;
	width: 275px;
	height: 16px
}

#comments textarea {
		border: 1px solid #ffb300;
	width: 275px;
	height: 100px
}

#comments input#submit_btn {
	border: none;
	width: 63px;
	height: 17px;
}

/* @group contact */
#contact {
	background-color: #fff5cd;
	padding: 10px;
	border: 1px solid #ffb300;
	border-width: 1px 0;
}

#contact dl{
	font-size: 11px;
	margin: 18px 0;
	line-height: 18px;
}

#contact dt{
	margin-bottom: 0px;
}
#contact dt em {
	color: #0a6f08;
	font-weight: bold;
	font-style: normal;
}

#contact dd {
	margin-bottom: 3px;
}

#contact #email_name,
#contact #email_address,
#contact #email_subject, 
#contact #email_comment {
	border: 1px solid #ffb300;
	width: 275px;
	height: 18px
}

#contact #email_comment {
	height: 150px;
}

<mt:MCSignupFormStyles>

/* @end */

