/* @override http://www.joelkesler.com/style/film.css */

/* @group CSS Reset */

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;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow: auto;
	font: 10px Verdana, Geneva, Tahoma, sans-serif;
	height: 100%;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	display: block;
}

input.button {
	padding: 0 .25em;
	width: 0;
	overflow: visible;
}

input.button[class] {
	/*ie ignores [class]*/
    width: auto;
}

strong {
	font-weight: bold;
}

em {
	font-weight: normal;
	font-style: normal;
}

a {
	color: silver;
	text-decoration: none;
}

/* @end */

body {
	background: #232323 0;
}

.clear_span {
	clear: both;
}

.hide {
	display: none;
}

/* ---------- */

#wrapper {
	position: fixed;
	background-color: #303030;
	top: 0;
	left: 0;
	bottom: 0;
	width: 345px;
}

#main_list {
	background-color: #232323;
	margin-left: 345px;
	z-index: 5;
	position: relative;
	height: 100%;
}

/*#main_list.showtime {
	margin-left: 155px;
}*/

#scroll {
	padding-left: 46px;
	padding-top: 48px;
	z-index: 1;
	position: relative;
	overflow: auto;
}

/* ---------- */

h1 {
	background: url(http://www.joelkesler.com/images/film/film_header.png) no-repeat -97px;
	height: 228px;
	text-indent: -9999px;
}

#blurb {
	width: 251px;
	position: relative;
	left: 46px;
	font-size: 11px;
	line-height: 1.5;
	color: #898989;
	margin-top: -91px;
}

#blurb h2 {
	color: gray;
	font-weight: normal;
	font-style: normal;
	margin-top: 18px;
}

#blurb p {
	margin-bottom: 8px;
	color: silver;
}

.current {
	color: white;
}

#view_resume {
	display: inline-block;
	text-decoration: underline;
}

/* ---------- */

#awards {
	position: relative;
	display: block;
	line-height: 1.5;
}

#awards li {
	display: block;
	clear: both;
	margin-bottom: 18px;
	color: #bac0ba;
	position: relative;
}


#awards img {
	width: 52px;
	height: auto;
	float: right;
	position: relative;
	z-index: 8;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#awards small {
	margin-top: 2px;
}

#awards a {
	display: inline;
}

#awards a:hover {
	background-color: #232323;
	color: white;
}

#awards a span {
	position: absolute;
	width: 150px;
	left: 191px;
	top: -1px;
	z-index: 7;
	padding: 10px 12px 11px 73px;
	color: #fff;
	font-size: 10px;
	-webkit-border-radius: 10px;
	background-color: #000;
	display: none;
}

#bessie a span {
	width: 250px;
}

#awards a:hover span {
	display: block;
}

/* ---------- */

.button {
	
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 7px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	border: 0;
	line-height: 24px;
	height: 24px;
	background-color: #363636;
	margin: 7px 9px 0 0;
	padding: 0 12px;
	display: inline-block;
}

.button:hover {
	background-color: #404040;
	color: #fff;
	text-decoration: none;
}

.button:active {
	border-top: 1px solid #2e2e2e;
	background-color: #3c3c3c;
	margin-top: 6px;
	line-height: 26px;
}



/* ---------- */

#hero_vid {
	display: block;
	width: 550px;
	height: 309px;
	position: relative;
	background-color: silver;
	margin-bottom: 40px;
	padding-right: 0;
}

#hero_vid img {
	width: 550px;
	height: 309px;
}

#hero_vid .video_overlay_large {
	display: block;
	position: absolute;
	background: #1b1b1b url(http://www.joelkesler.com/images/film/video_badge_med.png) no-repeat -9px center;
	opacity: 0.91;
	-webkit-transition: opacity .6s;
	width: 177px;
	height: 75px;
	padding-left: 85px;
	-webkit-border-radius: 5px;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -128px;
}

#hero_vid .video_overlay_large p {
	color: white;
	display: block;
	position: absolute;
	font: normal normal 17px "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif;
	top: 27px;
}

#hero_vid:hover .video_overlay_large {
	opacity: 1;
}

/* ---------- */

ul.medium {
	width: 580px;
	clear: both;
}

ul.medium li {
	float: left;
	display: block;
}

ul.medium li img {
	width: 264px;
	height: 149px;
}

ul.medium li a {
	display: block;
	margin-right: 22px;
	background-color: #323232;
	width: 264px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;

}

ul.medium .title {
	display: block;
	font-size: 11px;
	z-index: 2;
	background-color: #323232;
	height: 29px;
	line-height: 27px;
	padding-left: 9px;
	position: relative;
}

ul.medium .desc {
	color: black;
	background-color: rgba(255,254,255,0.64);
	padding: 7px 13px 10px;
	line-height: 1.5;
	z-index: 0;
	display: block;
	position: absolute;
	bottom: 149px;
}

ul.medium em {
	font-style: italic;
	color: #676767;
	display: block;
	margin-right: 10px;
	position: absolute;
	right: 3px;
	top: 0;
	font-size: 10px;
}

/* ---------- */

#resume {
	line-height: 1.7;
	background-color: white;
	padding: 60px 80px 120px 81px;
}

#resume h2 {
	position: relative;
	color: black;
	font: 45px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-bottom: 60px;
}

#resume h2 small {
	color: #575757;
	display: block;
	position: absolute;
	font-size: 12px;
	font-variant: normal;
	bottom: -10px;
	left: 1px;
	font-weight: bold;

}

#resume dl {
	font-size: 12px;
	color: black;
	margin-top: 40px;
}

#resume dt {
	display: block;
	margin-top: 30px;
	color: #494949;
	font-weight: bold;
	clear: both;
}

#resume dd {
	display: block;
	margin-bottom: 15px;
	width: 490px;
	font-size: 11px;
	padding: 8px 13px;
	margin-right: 15px;
}

#resume strong {
	display: block;
	color: black;
	font-weight: normal;
	font-style: normal;
	background-color: #fff0d4;
	margin: -8px -12px 6px;
	padding: 4px 12px;
}

/* ---------- */

a.archive_link {
	display: block;
	font-size: 12px;
	padding-top: 11px;
	padding-bottom: 13px;
	width: 516px;
	text-decoration: underline;
	background-color: #323232;
	text-align: right;
	padding-right: 35px;
}

a.archive_link.loading {
	background: #323232 url(http://www.joelkesler.com/images/film/loader.gif) no-repeat 524px center;
}

.thearchive {
	padding-top: 50px;
	clear: both;
}

/* ---------- */

#footer {
	clear: both;
	margin-top: 110px;
	margin-bottom: 36px;
	color: #424242;
	line-height: 1.5;
	width: 546px;
	margin-left: 50px;
	text-align: right;
}

#footer a {
	color: #4b4b4b;
	text-decoration: underline;
}




