/* 
Site:		Inlaws and Outlaws
Edited:		Kevin @ Blue Flavor
Updated:	4.8.07
*/

@import url("nav.css");
@import url("forms.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 override */
* {
	padding: 0;
	margin: 0;
}

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

ul {
	list-style: none;
}

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

/* @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;
}


/* @end */

#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: uppercase; letter-spacing: 1px; color: #c02426; border-bottom: 1px solid #b9b9b0; }

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

a:hover {
	color: 0096d3;
	text-decoration: underline;
}

a:active {
	color: #94d31b;
}

/* @group Main Content */

#main_content h2 {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b9b9b0;
	margin: 0 0 20px 0;
	font-size: 16px;
	/*text-transform: uppercase;*/
	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;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

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

/* @end */

/* @group Main Col */

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

body.campaign h3 {
	color: #00548a;
}

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

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

#main_col p{
	font-size: 12px;
	line-height: 18px;
}
#main_col ul {
	list-style-type: circle;
	margin: 0 0 0 24px;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 9px;
}

#main_col ol {
	list-style-type: decimal;
	margin: 0 0 14px 30px;
}

em {
	font-style: italic;
}

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

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

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

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

#clips img {
	margin-bottom: 12px;
}




/* @end */

/* @group Host box */

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

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

#host p.more{
	margin: -10px 0 10px 0;
}

/* @end */

/* @group Screenings */
#screenings {
	background: url(/assets/image/screening_bg.jpg) 0 100% repeat-x;
}

#screenings h2{
	padding: 5px 10px;
	margin: 0;
	border: none;
	font-size: 13px;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	color: #fff;
	background-color: #00548a;
}

#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: 14px;
	color: #00548a;
}

#screenings li h4{
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b9b9b0;
	margin: 5px 10px;
	font-size: 11px;
	color: #363636;
}


#screenings li p {
	margin: 0 10px;
	font-size: 12px;
	line-height: 15px;
}	

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

#screen_list div.featured {
	background-color: #cceaf6;
	border: 1px solid #0095d3;
	padding: 10px 5px 0;
	margin-bottom: 25px;
}

#main_col li.featured p.more{
	margin-top: -10px;
	margin-bottom: 10px;
}	


/* @end */

/* @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;
}

/* @end */

/* @group Site info */

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

* html #site_info {
	padding-top: 8px;
}

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

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

* html #site_info p#member{
	left: 75px;
}

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

* html #site_info p#project {
	left: 300px;
}

#site_info a {
	color: #000;
}

#site_info img{
	vertical-align: middle;
}

/* @end */

/* @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;
}

/* @end */

/* @group Home */

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

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

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

#intro {
	width: 490px;
	padding: 0 0 20px;
	margin: 10px 0 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;
}

/* @end */

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

body.campaign #main_content h2 {
	color: #eca600;
	width: ;
}
#campaign_nav h2 {
	border: none;
	padding: 0;
	margin: 0;
}

#campaign_nav h2 a {
	padding: 0;
	display:  block;
	border: none;
	margin: 0;
	height: 74px;
	text-indent: -1000em;
	overflow: hidden;
	line-height: 74px;
	background: #fff url(image/campaign_logo.png) 50% 0 no-repeat;
	}

#campaign_nav p {
	display: none;
}


body.home #campaign_nav p {
	display: block;
	padding: 0 15px 12px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: #c02426;
}

body.campaign #main_col h6 {
	padding: 5px;
	border: 1px solid #ffb300;
	border-width: 1px 0;
	margin: 11px 0 15px 0;
	font-size: 13px ;
	line-height: 15px;
	color: #d2372e;
	background-color: #fff5cd;
}

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

body.campaignhome #screenings li h3 a {
	color: #d1362d;
}

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

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

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

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

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


/* @end */

/* @group Images */

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

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


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

p.post_image {
	float: left;
	background-color: #fff;
}

ul#lg_image li {
	text-align: center;
}

ul#lg_image img {
	padding: 3px;
	border: 1px solid #000;
	margin: 0 0 8px 0;
}
/* @end */

/* @group Awards */

ul#awards li {
	float: left;
	padding: 0 0 8px 0;
	text-align: center;
}

ul#awards li:last-child {
	margin: 0 0 8px 35px;
	text-align: center;
}

div#featured_award {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 550px;
}

/* @end */




