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

Author:			KC Biedlingmaier
Author URL:		http://www.krischarles.com/
Description:	Stylesheet for Applebox Film
Created:		06/05/2008
Updated:		07/02/2010

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

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #303030;
	background: #ffffff;
	}

/* links */

a:link, a:visited {
	color: #494949;
	text-decoration: none;
	}
a:hover {
	color: #9cc181;
	}



/* header 
--------------------------------------------- */
#header {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
	display: block;
	}
#header-inner {
	margin: 0 auto;
	width: 849px;
	font-size: 14px;
	}
#logo {
	margin: 0;
	}
#logo a,
#logo span {
	display: block;
	width: 50px;
	height: 48px;
	background: url(images/header.png) no-repeat top left;
	float: left;
	}
	
	
	
/* structure 
--------------------------------------------- */
#wrap {
	padding-top: 2px;
	background: #ffffff;
	margin: 0;
	}
#wrap-inner {
	width: 849px;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: 14px;
	}
#left {
	width: 591px;
	float: left;
	display: inline;
	display: block;
	margin: 0;
	padding: 0;
	background: #ebebeb;
	overflow: hidden;
	}
#right {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	background: #dcdcdc;
	height: 724px;
	position: relative;
	}
#right_auto {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	background: #dcdcdc;
	height: auto;
	position: relative;
	}


/* navigation 
--------------------------------------------- */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 780px;
	background: #ebebeb;
	height: 38px;
	float: right;
	margin-top: 6px;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #ffffff;
	font-weight: bold;
	}
#nav ul li.search {
	float: right;
	margin: 0;
	padding: 7px;
	display: block;
	line-height: 14px;
	text-decoration: none;
	font-size: 20px;
	color: #494949;
	border: none;
	background: #ebebeb;
	}
#nav ul li a {
	float: left;
	display: block;
	line-height: 14px;
	padding: 12px;
	text-decoration: none;
	font-size: 15px;
	color: #494949;
	border: none;
	background: #ebebeb;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#nav ul li a:hover {	
	color: #ffffff;
	background: #9cc181;
	}

/* alphabetical navigation */
.alpha_nav ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	}
.alpha_nav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #dcdcdc;
	font-size: 0px;
	}
.alpha_nav ul li a {
	float: left;
	display: inline-block;
	line-height: 15px;
	padding: 5px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #dcdcdc;
	letter-spacing: 1px;
	}
.alpha_nav ul li a:hover {	
	color: #ffffff;
	background: #9cc181;
	border-bottom: 1px dotted #333333;
	}
ol.snap_nav {
	margin: 0;
	padding: 0;
	}
	
/* info navigation */
.info_nav {
	width: 849px;
	float: left;
	background: #dcdcdc;
	border-bottom: 1px dotted #ffffff;
	}
.info_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 849px;
	display: block;
	overflow: hidden;
	}
.info_nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
.info_nav ul li a {
	float: left;
	display: inline;
	line-height: 14px;
	padding: 12px;
	text-decoration: none;
	font-size: 13px;
	color: #494949;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
.info_nav ul li a:hover {	
	color: #ffffff;
	}
.info_nav ul li.active a {
	color: #494949;
	background: url(images/info_tri.gif) no-repeat center top;
	}
.info_nav ul li.active a:hover {	
	color: #ffffff;
	}
	
/* content navigation */
.content_nav {
	display: block;
	width: 849px;
	float: left;
	border-bottom: 1px dotted #ffffff;
	background: #ebebeb;
	}
.content_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 849px;
	display: block;
	}
.content_nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
.content_nav ul li a {
	float: left;
	display: block;
	line-height: 14px;
	padding: 12px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 13px;
	color: #494949;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
.content_nav ul li a:hover {	
	color: #ffffff;
	}
.content_nav ul li.active a {
	color: #494949;
	background: url(images/content_tri.gif) no-repeat center top;
	}
.content_nav ul li.active a:hover {	
	color: #494949;
	}



/* front page
--------------------------------------------- */

/* highlight block */
.highlight {
	display: block;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #ebebeb;
	width: 551px;
	overflow: hidden;
	margin: 0;
	border-bottom: 2px solid #ffffff;
	height: 105px;
	position: relative;
	}
.long {
	height: auto;
	}
.highlight a {
	color: #494949;
	font-weight: bold;
	}
.highlight h1 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	}
.highlight h2 {
	font-size: 14px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 15px;
	}
.highlight p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #565656;
	width: 552px;
	text-align: justify;
	line-height: 18px;
	overflow: hidden;
	}
.highlight img {
	width: 552px;
	height: inherit;
	}
.highlight a:hover {
	color: #9cc181;
	}
.badge {
	background: #9cc181;
	color: #ffffff;
	padding: 5px;
	top: 15px;
	right: 15px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
	}
.last {
	border-bottom: 0;
	}
.spacing p {
	margin-top: 10px;
	font-size: 13px;
	}

/* side blocks */
.coming_head {
	display: block;
	padding: 20px 20px 0px 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #dcdcdc;
	width: 216px;
	overflow: hidden;
	margin: 0;
	position: relative;
	border-top: 2px solid #ffffff;
	margin-top: -2px;
	}
.coming_head h1 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	margin-bottom: -4px;
	}
.coming {
	display: block;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #dcdcdc;
	width: 216px;
	margin: 0;
	border-bottom: 1px dotted #ffffff;
	position: relative;
	}
.coming a {
	color: #494949;
	}
.coming h1 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	display: block;
	}
.coming h2 {
	font-size: 12px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	font-weight: normal;
	}
.coming h3 {
	font-size: 16px;
	display: block;
	float: right;
	padding: 10px 10px 20px 10px;
	margin: 0 0 0 0;
	margin-right: -32px;
	margin-top: -3px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #9cc181 url(images/corner_tri_alt.gif) bottom right no-repeat;
	}
.coming a:hover {
	color: #9cc181;
	}
.last {
	border-bottom: 0;
	}
.about {
	border-bottom: 0px;
	position: absolute;
	bottom: 0;
	border-top: 2px solid #ffffff;
	background: #494949;
	color: #ffffff;
	}
.about h1{
	color: #ffffff;
	}
.about h2 {
	margin-top: 9px;
	letter-spacing: 0;
	line-height: 20px;
	color: #ffffff;
	}
.about h2 a {
	font-weight: bold;
	color: #ffffff;
	}
	


/* film blocks
--------------------------------------------- */
.mod {
	width: 849px;
	float: right;
	margin-bottom: 2px;
	}
.trailer {
	overflow: hidden;
	margin: 0 0 0 0;
	display: inline;
	width: 400px;
	height: 200px;
	position: relative;
	}
.trailer h1 {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: -100px;
	right: -12px;
	padding-right: 10px;
	margin: 0;
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	background: url(images/number.png) bottom right no-repeat;
	padding: 10px;
	width: 63px;
	height: 68px;
	}
	
/* film header block */	
.film_header {
	padding-left: 20px;
	padding-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	background: #ebebeb;
	width: 429px;
	height: 180px;
	position: relative;
	}
.film_header h1 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	width: 380px;
	}
.film_header h2 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	}
.film_header h5 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 0;
	color: #6e6e6e;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.film_header h3 {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #494949;
	font-weight: normal;
	bottom: 5px;
	left: 20px;
	position: absolute;
	padding-bottom: 15px;
	margin: 0;
	}
.film_header h4 {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #494949;
	font-weight: normal;
	bottom: 5px;
	left: 20px;
	position: absolute;
	padding-bottom: 15px;
	margin: 0;
	}
.side_img {
	margin-bottom: 2px;
	}

/* section block */
.section_header {
	display: inline-block;
	margin-bottom: 2px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #ebebeb;
	width: 809px;
	overflow: hidden;
	position: relative;
	}
.section_header a {
	color: #494949;
	}
.section_header h1 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	}
.section_header h2 {
	font-size: 14px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	font-weight: normal;
	}
.section_header h3 {
	font-size: 34px;
	float: right;
	padding-top: 1px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	position: absolute;
	right: 20px;
	top: 18px;
	}
.section_header a:hover {
	color: #9cc181;
	}
	
/* info block */
.info {
	display: inline-block;
	margin-bottom: 2px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	background: #dcdcdc;
	width: 809px;
	height: auto;
	overflow: hidden;
	color: #565656;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	}
.info b {
	font-size: 13px;
	letter-spacing: 1px;
	}
.spacer {
	height: 20px;
	padding: 0;
	margin: 0;
	width: 849px;
	margin-bottom: 0px;
    }
.pad {
	width: 819px;
	padding: 15px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #ffffff;
	}
	
/* content block */
.content {
	display: inline-block;
	margin-bottom: 2px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	background: #ebebeb;
	width: 809px;
	color: #494949;
	}
.content a {
	color: #494949;
	letter-spacing: 1px;
	font-weight: bold;
	}
.content a:hover {
	color: #9cc181;
	}
.content strong {
	color: #494949;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	}
.content h1 {

	font-size: 20px;
	margin: 0;
	margin-bottom: 5px;
	color: #494949;
	font-weight: ;
	letter-spacing: 1px;
	}
.content h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	margin-bottom: 20px;
	}
.content h2 a {
	color: #494949;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 0;
	}
.content h2 a:hover {
	color: #9cc181;
	}
.content h3 {
	font-size: 34px;
	width: 280px;
	float: right;
	margin-right: -32px;
	margin-top: -10px;
	margin-bottom: 0;
	color: #ffffff;
	background: #9cc181 url(images/corner_tri.gif) bottom right no-repeat;
	padding: 10px;
	padding-bottom: 20px;
	line-height: 34px;
	}
.content p {
	line-height: 22px;
	font-size: 14px;
	color: #565656;
	text-align: justify;
	}
.content p.last {
	margin-bottom: 20px;
	}
.content p.first {
	margin-top: -14px;
	}
.open p {
	margin-top: 0;
	}

/* splash */
.splash {
	border-bottom: 10px solid #9cc181;
	width: 591px;
	}
.splash img {
	width: 591px;
	}


	
/* explore blocks
--------------------------------------------- */
#filmcast {
	float: left;
	display: block;
	width: 565px;
	overflow: hidden;
	}
.condense {
	width: 525px;
	}
.essay {
	display: inline-block;
	margin-bottom: 2px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	background: #ebebeb;
	width: 809px;
	height: auto;
	color: #494949;
	position: relative;
	}
.essay a {
	color: #494949;
	}
.essay a:hover {
	color: #9cc181;
	}
.essay h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	}
.essay h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 0 0;
	color: #494949;
	letter-spacing: 1px;
	}
.essay h3 {
	font-size: 80px;
	margin: 0 0 0 0;
	color: #ffffff;
	float: left;
	margin-right: 20px;
	background: #9cc181 url(images/corner_tri2.gif) bottom left no-repeat;
	padding: 0px 10px 10px 10px;
	margin-left: -32px;
	}
.essay p {
	line-height: 24px;
	float: left;
	display: block;
	width: 700px;
	}
.essay p.last {
	margin-bottom: 0px;
	}
.essay img {
	position: absolute;
	right: 12px;
	top: 12px;
	margin: 0;
	padding: 0;
	}
.essay_header {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 849px;
	overflow: hidden;
	position: relative;
	background: #dcdcdc;
	border-top: 10px solid #9cc181;
	}
.essay_header h1 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 36px;
	margin: 0 0 0 0;
	color: #494949;
	margin-left: 20px;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	}
.essay_header h2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 13px;
	margin: 0 0 0 0;
	color: #ffffff;
	padding: 10px 20px 20px 20px;
	border-bottom: 1px dotted #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	}
.essay_header h3 {
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	color: #ffffff;
	bottom: -8px;
	right: 20px;
	position: absolute;
	}
.essay_header h3 b {
	color: #ebebeb;
	}
.essay_header img {
	float: right;
	display: inline;
	}
.essay_img {
	padding: 0;
	margin-bottom: -3px;
	position: relative;
	}
.essay_img h3 {
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 0 0;
	color: #ebebeb;
	bottom: -8px;
	right: 20px;
	position: absolute;
	letter-spacing: 2px;
	}
.essay_img img {
	width: 849px;
	height: 240px;
	}
.noimg {
	height: auto;
	overflow: hidden;
	}
	


/* footer
--------------------------------------------- */

#footer {
	clear: both;
	width: 849px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	}
#footer p {
	float: right;	
	width: 849px;
	margin: 0;
	padding: 6px 0 10px 0;
	color: #494949;
	font-weight: bold;
	}
#footer p a {
	color: #494949;
	}
#footer p a:hover {
	color: #9cc181;
	border-bottom: 1px dotted #494949;
	}



/* search
--------------------------------------------- */	

div.search {
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	background: #ebebeb;
	font-family: Helvetica, Arial, sans-serif;
	width: 160px;
	}
div.search input {
	color: #494949;
	margin: 0px;
	background: #ffffff;
	border: 0px solid #ebebeb;
	padding: 5px;
	font-size: 12px;
	text-transform: capitalize;
	}
div.submit {
	display: inline;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	}
div.submit button {
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	background: #9cc181;
	border: 0px solid #9cc181;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	width: 65px;
	background: url(images/search.gif);
	}


/* other 
--------------------------------------------- */
textarea {
	color: #494949;
	background: #ffffff;
	border: 0px solid #e0e0d5;
	margin-left: 0;
	resize: none;
	padding: 6px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	width: 800px;
	}
input {
	color: #494949;
	background: #ffffff;
	border: 0px solid #ebebeb;
	padding: 5px;
	text-transform: none;
	vertical-align: top;
	width: 270px;
	}
button {
	font-size: 12px;
	color: #ffffff;
	background: #9cc181;
	border: 0px solid #9cc181;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	}
form {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	}
img {
	padding: 0;
	margin: 0;
	border: 0;
	}
#twitter_update_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #494949;
}
#twitter_update_list li {
	background: #ebebeb;
	width: 809px;
	border-bottom: 5px solid #ffffff;
	margin: 0;
	padding: 20px;
	}
#twitter_update_list a {
	font-size: 11px;
	}
.js-commentTool {
	display:none;
	}
.js-kit-comments {
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
/* Comments*/

#comments {
	margin-top: 0px;
	}
#comments p {
	margin-left: 200px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	border-left: 1px dotted #ffffff;
	}
.commentlist {
	margin-top: -20px;
	padding:0 0 0px 0;
	display: block;
	}
.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom: 1px dotted #ffffff;
	position: relative;
	}
li.comment div, li.pingback div {
	padding-top: 20px;
	padding-bottom: 5px;
	overflow:auto;
	}
li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
	}
ul.children li {
	list-style:none;
	border: 1px solid #ffffff;
	}
img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
	}
.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:10px;
	text-transform: uppercase;
	display: block;
	width: 200px;
	position: absolute;
	top: 38px;
	left: 0;
	}
.comment-author cite {
	font-style:normal;
	font-weight:bold;
	display: block;
	font-size: 13px;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
textarea#comment {
	width:800px;
	margin-top: 10px;
	}
input#submit {
	background: #9cc181;
	text-transform: uppercase;
	width: auto;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, serif;
	}
input#author {
	display: inline-block;
	margin-bottom: 10px;
	}
input#email {
	display: inline-block;
	}
#comments label {
	display: inline-block;
	margin-left: 10px;
	margin-top: 6px;
	font-size: 14px;
	color: #565656;
	}
#comments div.navigation {
	font-size:0.8em;
	}
#construct {
	margin-top: 300px;
	font-size: 45px;
	text-align: center;
	color: #565656;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	}