
/* ----------------------------------------------- 
	Jobaru.com Stylesheet
	Author: Justin Luk
	Created on: June 26, 2009
	
	- GLOBAL RESET
	- BASIC ELEMENTS
	- LAYOUT
	- NAV
	- SIDE NAV
	- MOVIE PICKER
	- CONTENT
	- MOVIE CONTENT
	- FOOTER
	- CLASSES

-------------------------------------------------- */


/* GLOBAL RESET 
------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASIC ELEMENTS
------------------------------------------------- */
html {
	background: #22335c url(../img/bg.jpg) repeat-x;
	color: #b5b5b5;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

body {
	text-align: center;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #fff;
}
h1 {
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h1 a {
	color: #fff;
}
h2 {
	font-size: 13px;
	margin: 10px 0 8px 0;
	color: #5cb4eb;
}
h3 {
	font-size: 12px;
	margin: 10px 0 8px 0;
	color: #5cb4eb;
}
a { 
	color: #5cb4eb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 21px 0;
	line-height: 16px;
}
strong { color: #fff; }
li { 
	list-style: disc;
	margin: 0 0 20px 20px;
}
/* LAYOUT
------------------------------------------------- */
#container {
	text-align: left;
	margin: 0 auto;	
	width: 1004px;
}
#logo { text-align: center; }
#main {
	border: 1px solid #fff;
	padding: 19px 0 22px 47px;
	position: relative;
	overflow: hidden;
}

/* NAV
------------------------------------------------- */
#nav {
	background: transparent url(../img/bg-nav.jpg) no-repeat;
	width: 1004px;
	height: 44px;
	margin-bottom: 29px;
	vertical-align: middle;
}
#nav ul {
	margin-left: 230px;
}
#nav li {
	display: inline;
	margin-right: 40px;
	margin: 0;
	list-style: none;
}
#nav a {
	text-indent: -50000px;
	display: block;
	float: left;
	margin-right: 35px;
}
#nav #m-home a {
	background: transparent url(../img/nav-home.jpg) no-repeat;
	width: 52px;
	height: 44px;
}
#nav #m-about a {
	background: transparent url(../img/nav-about.jpg) no-repeat;
	width: 64px;
	height: 44px;
}
#nav #m-in-production a {
	background: transparent url(../img/nav-in-production.jpg) no-repeat;
	width: 143px;
	height: 44px;
}
#nav #m-press a {
	background: transparent url(../img/nav-press.jpg) no-repeat;
	width: 60px;
	height: 44px;
}
#nav #m-contact a {
	background: transparent url(../img/nav-contact.jpg) no-repeat;
	width: 87px;
	height: 44px;
}
#nav #m-home a:hover,
#nav #m-about a:hover,
#nav #m-in-production a:hover,
#nav #m-press a:hover,
#nav #m-contact a:hover,
#nav #m-home a.current,
#nav #m-about a.current,
#nav #m-in-production a.current,
#nav #m-press a.current,
#nav #m-contact a.current {background-position: 0 -44px;}

/* SIDE NAV
------------------------------------------------- */
#side-nav {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	border-right: 1px solid #fff;
	padding-right: 20px;
	width: 130px;
	margin-top: 18px;
}
#side-nav li {
	margin: 0 0 11px 0;
	list-style: none;
}
#side-nav a.current,
#side-nav a.parent {
	text-decoration: underline;
}
#side-nav ul ul {
	margin: 11px 0 0 20px;
}
#side-nav a {
	color: #fff;
	text-decoration: none;
}
#side-nav a:hover {
	text-decoration: underline;
}
/* MOVIE PICKER
------------------------------------------------- */
#movie-picker {
	position: relative;
	background: transparent url(../img/bg-movie-picker.jpg) no-repeat;
	width: 1004px;
	height: 200px;
	margin-bottom: 15px;

}
#movie-picker #next { 
	position: absolute;
	right: 0;
}
#movie-picker #prev { 
	position: absolute;
	left: 0;
}
#movie-mask {
	position: absolute;
	width: 820px;
	height: 200px;
	overflow: hidden;
	left: 92px;
}
#movie-picker ul {
	position: absolute;
	left: 0;
	width: 9000px;
}
#movie-picker li {
	display: block;
	float: left;
	margin: 10px 12px 0 12px;
}

/* CONTENT
------------------------------------------------- */
#content {
	padding-top: 18px;
	width: 504px;	
	float: right;
	margin-right: 270px;
}
#content.movie {
	width: 407px;
	margin-right: 290px;
}
#content.movie strong {
	margin-right: 5px;
}
#content .movie-year {
	font-size: 13px;
	margin-bottom: 12px;
}
#content.movie .emmy {
	position: absolute;
	right: 20px;	
	float: right;
	text-align: right;
}
#content.movie .emmy img {
	border: 1px solid #999;
	padding: 5px;
}
#main .gallery {
	width: 600px;
	margin-right: 57px;
}
#main .gallery {
	width: 620px;
	margin-right: 37px;
}
#main .gallery li {
	margin-left: 0;
}

/* MOVIE CONTENT
------------------------------------------------- */
#movie-poster { 
	width: 204px; 
	float: left;
}
#movie-poster #media { 
	margin-top: 15px;
	text-align: center; 
	height: 13px;
}
#movie-poster #media li { 
	display: inline; 
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
#movie-poster #media li#trailer { float: left; }
#movie-poster #media li#gallery { float: right; }
#movie-poster #media li a {
	color: #fff;
}
#gallery-thumbs li {
	display: block;
	list-style: none;
	float: left;
	margin-bottom: 10px;
}
#gallery-thumbs li a {
	display: block;
	margin: 0 12px 0 0;
}
/* FOOTER
------------------------------------------------- */
#footer {
	text-align: center;
	margin-top: 16px;
	font-size: 10px;
	color: #fff;
}

/* CLASSES
------------------------------------------------- */
.bio-pic {
	border: 1px solid #999;
	margin: 0 15px 8px 0;
	padding: 5px;
	float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}