@charset "utf-8";
/*
 * Uppercut Films styling.
 *
 * This code cannot be modified, duplicated, sold
 * or used on any other site, domain or project
 * permission from the author.
 * Copyright (c) 2010, Richard Najdowski.
 *
 * @author Richard Najdowski (rkndev.com)
 * @version 110206.1653
 */

/* ======================== RESET ======================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* ======================== GLOBALS ======================== */
.access, .hidden {
	display: none;
}
img a {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
strong em, em strong {
	font-style: italic;
	font-weight: bold;
}


/* ======================== MISC ======================== */
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.left {
	float: left;
}

.right {
	float: right;
}


/* ======================== EFFECTS ======================== */
.show_hide {
	display: none;
}


/* ======================== CORE LAYOUT ======================== */
html, body {
	font-family: Arial, Verdana, sans-serif;
}

#container {
	margin-left: 81px;
}


/* ======================== HEADER ======================== */
#header {
	float: left;
	position: fixed;
	top: 0;
	width: 712px;
	z-index: 25 !important;
	background: url(../images/backgrounds/01.jpg) -81px top no-repeat;
}

#header_wrapper {
	margin-top: 24px;
	padding-top: 21px;
	padding-bottom: 31px;
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	float: left;
	width: 712px;
}

#header #logo a {
	/*width: 163px;*/
	width: 167px;
	height: 71px;
	display: block;
	margin-top: 6px;
	float: right;
	background: url(../images/core/header/logo.png) left top no-repeat;
}


/* ======================== FOOTER ======================== */
.footer {
	background: url(../images/core/footer/border.gif) left top repeat-x;
	margin-top: 17px;
	padding-top: 9px;
	color: #fff;
	font-size: 0.76em !important;
}
.footer p {
	padding-top: 4px;
}
.footer a {
	color: #fff;
}
.footer .indent {
	padding-left: 10px;
}

/* ======================== NAVIGATION ======================== */
#nav {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	padding-top: 3px;
}

#nav a {
	color: #fff;
}

#nav a.selected {
	color: #fc1616;
}

#nav ul li {
	float: left;
	clear: left;
	/*width: 105px;*/
	/*width: 122px;*/
	width: 130px;
	display: block;
}

#nav ul li a {
	float: right;
	display: block;
}

#nav ul li ul {
	float: left;
	position: absolute;
	/*margin-left: 120px;*/
	margin-left: 137px;
}

#nav ul li ul li {
	width: 200px;
}

#nav ul li ul li a {
	float: left;
	color: #9d8a89;
	font-size: 0.8em;
}



/* ======================== MEDIA BOX ======================== */
.close_btn {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
}
.close_btn a {
	color: #fff;
	min-height: 23px;
	display: block;
	padding-right: 29px;
	padding-top: 3px;
	background: url(../images/icons/close_btn.gif) right top no-repeat;
}


#mediabox {
	width: 715px;
}

#mediabox .videoplayer {
	display: block;
	width: 712px;
	height: 401px;
	background-color: #ccc;
	float: left;
	margin-top: 19px;
}

#mediabox .info h2 {
	/*font-weight: bold;*/
	font-size: 1.1em;
}
#mediabox .info h3 {
	font-size: 0.8em;
}
#mediabox .info .desc {
	font-size: 0.8em;
	width: 500px;
}

#mediabox .info {
	float: left;
}

#mediabox .show_hide a {
	font-size: 0.7em;
	background: url(../images/icons/show_hide.gif) left 3px no-repeat;
	padding-left: 12px;
}

#mediabox .show_hide {
	float: left;
	clear: both;
}


/* ======================== CONTENT ======================== */





/* ======================== TEMPLATES: Home ======================== */
#home #page {
	margin-top: 185px;
	overflow: hidden;
}

#home #page .home_box {
	width: 712px;
	margin-bottom: 100px;
	/*min-height: 300px;*/
}

#home #page .deep_link {
	padding-bottom: 185px;
	width: 4px;
	height: 1px;
	/*background-color: yellow;*/
	display: block;
}

#home #page .home_box .content {
	padding-left: 1px;
}


#home .home_box .footer {
	background: url(../images/core/footer/border.gif) left top repeat-x;
	margin-top: 17px;
	padding-top: 9px;
	color: #fff;
	font-size: 0.8em;
}
#home .home_box .footer p {
	padding-top: 4px;
}



/* ======================== TEMPLATES: Home - Generic ======================== */
#home_content .box h2 {
	color: #000;
	font-size: 1.1em;
	padding-bottom: 5px;
}

#home_content .box p {
	line-height: 1.1em;
}



/* ======================== TEMPLATES: Home - Welcome ======================== */
#home_content #home_welcome .welcome_image {
	padding-top: 256px;
}

#home_content .box {
	margin-bottom: 11px;
}

#home_content .text {
	background-color: #fff;
}

#home_content .home_welcome_news {
	padding: 25px 27px 23px 27px;
	width: 298px;
	background: rgba(255,255,255,0.5);
	position: absolute;
}
#home_content .home_welcome_news .home_welcome_heading {
	font-size: 12px;
	font-weight: bold;
	color: #fc1616;
	text-transform: uppercase;
}
#home_content .home_welcome_news .home_welcome_story a {
	font-size: 18px;
	color: #111;
}


/* ======================== TEMPLATES: Home - About ======================== */
#home_about .col_left {
	float: left;
	width: 450px;
	font-size: 0.8em;
	color: #666;
}

#home_about .col_left p {
	padding-bottom: 30px;
}

#home_about .col_right {
	float: right;
	width: 150px;
}

#home_about .text {
	padding: 22px 24px;
}

#home_about .quote_name {
	padding-top: 5px;
	font-size: 0.6em;
}



/* ======================== TEMPLATES: Home - Our Work ======================== */
#home_work ul li {
	float: left;
	display: block;
	width: 220px;
	/*height: 180px;*/
	height: 163px;
	padding: 4px;
	margin-bottom: 13px;
	margin-left: 13px;
	background: url(../images/home/news/box_bg.png) left top repeat;
}

#home_work ul li a {
	display: block;
	float: left;
	position: absolute;
	width: 224px;
	/*height: 188px;*/
	height: 170px;
}

#home_work ul li a:hover {
	background: url(../images/icons/play_icon.png) 84px 36px no-repeat;
}

#home_work ul li.left_col {
	margin-left: 0;
}

#home_work .label {
	padding-top: 3px;
}
#home_work .label h3 {
	font-size: 0.75em;
	font-weight: bold;
}
#home_work .label h4 {
	font-size: 0.75em;
	color: #999;
	font-weight: bold;
}

#home .more_link {
	float: right;
	position: absolute;
	margin-left: 650px;
}
#home .more_link a {
	color: #fff;
	font-size: 0.8em;
}




/* ======================== TEMPLATES: Home - Our Services ======================== */
#home_services .col_left {
	float: left;
	width: 450px;
	font-size: 0.8em;
	color: #666;
}

#home_services a {
	color: #cc3333;
}

#home_services .col_left p {
	padding-bottom: 30px;
}

#home_services .col_right {
	float: right;
	width: 175px;
	font-size: 0.8em;
}

#home_services .col_right ul li a {
	background: url(../images/core/bullets/home_small.gif) left 2px no-repeat;
	color: #e51e1e;
	padding-left: 8px;
	font-size: 0.9em;
}
	

#home_services .text {
	padding: 18px 24px 22px 29px;
}



/* ======================== TEMPLATES: Home - Contact Us ======================== */
#home_contact {
	padding-bottom: 100px;
}

#home_contact .text {
	padding: 27px 27px 22px 27px;
}

#home_contact .contact_link {
	font-size: 1.8em;
	padding-bottom: 28px;
}
#home_contact .contact_link a {
	color: #ff0000;
}

#home_contact .col_left, #home_contact .col_right {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}

#home_contact .col_left {
	float: left;
	width: 210px;
}

#home_contact .col_right {
	float: left;
}

#home_contact .contact_map {
	float: left;
	padding-left: 160px;
}

#home_contact a.map_link {
	background: url(../images/core/bullets/home_small.gif) left 2px no-repeat;
	color: #e51e1e;
	padding-left: 8px;
	font-size: 0.9em;
}

#home_contact .contact_social p {
	font-weight: bold;
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
	padding: 31px 0 0 0;
}
#home_contact .contact_social a {
	background: url('../images/icons/social.png') left top no-repeat;
	padding: 2px 4px 2px 22px;
	line-height: 20px;
	color: #666;
}
#home_contact .contact_social a:hover {
	text-decoration: none;
}
#home_contact .contact_social a.social_facebook {
	background-position: 0 2px;
}
#home_contact .contact_social a.social_twitter {
	background-position: 0 -46px;
}



/* ======================== TEMPLATES: Home - News ======================== */
#home_news .content {
	background-color: #fff;
	padding: 25px 27px 25px 27px;
	padding-bottom: 100px;
}

#home_news .content h2 {
	color: #000;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-left: 27px;
}

#home_news .content ul li {
	margin-left: 27px;
	float: left;
	clear: left;
	border-bottom: 1px solid #d0d0d0;
	width: 654px;
	padding-bottom: 42px;
	padding-top: 40px;
}

#home_news .content .info {
	float: left;
	width: 210px;
}
#home_news .content .info h3 {
	font-size: 1.1em;
}
#home_news .content .info .date, #home_news .content .info .story, #home_news .content .info .full_story {
	color: #666;
	font-size: 0.8em;
}
#home_news .content .info .story, #home_news .content .info .full_story {
	padding-bottom: 20px;
}
#home_news .content .info .story, #home_news .content .info .full_story {
	padding-top: 30px;
}

#home_news .content .pic {
	float: right;
}

#home_news .content .info .show_full_story a {
	font-size: 0.76em;
	color: #666;
	font-weight: bold;
	padding-left: 10px;
	background: url(../images/core/bullets/home_arrow.gif) left 2px no-repeat;
}

#home_news .see_all {
	float: right;
	padding-left: 10px;
	background: url(../images/core/bullets/home_arrow.gif) left 2px no-repeat;
	margin-right: 4px;
}
#home_news .see_all a {
	font-size: 0.76em;
	color: #666;
	font-weight: bold;
}




/* ======================== TEMPLATES: Page Default ======================== */
#page #page-wrapper {
	margin-top: 185px;
	width: 712px;
	margin-bottom: 20px;
}

#page .page-box {
	background-color: #fff;
	padding: 25px;
}

#page .intro_box h1 {
	font-size: 1.1em;
	color: #000;
	padding-bottom: 3px;
}

#page .intro_box .intro {
	font-size: 0.8em;
	color: #666;
	width: 450px;
	margin-bottom: 70px;
}

/* ======================== TEMPLATES: Page: News ======================== */
#news #home_news .content h2 {
	padding-left: 0;
}
#news #home_news .content ul li {
	margin-left: 0;
}


/* ======================== TEMPLATES: Page: Our People ======================== */
#our-people #page .page-box {
	padding-right: 0;
}
#our-people #people-list {
	padding-bottom: 84px;
}
#our-people #people-list ul li {
	float: left;
	width: 200px;
	padding-right: 22px;
	font-size: 0.8em;
	color: #666;
}
#our-people #people-list ul li .pic img {
	border: 1px solid #e4e4e4;
}
#our-people #people-list ul li h2 {
	color: #ff0000;
	padding-top: 12px;
	/*padding-bottom: 20px;*/
}
#our-people #people-list ul li h2 a {
	color: #ff0000;
}
#our-people #people-list ul li h3 {
	color: #666;
	padding-bottom: 20px;
}
#our-people #people-list ul li .bio {
	/*min-height: 180px;*/
}
#our-people #people-list ul li a {
	color: #666;
}

#our-people #people-list ul li .read-more {
	padding-top: 30px;
}

#our-people #team-list {
	padding-top: 9px;
}
#our-people #team-list ul li {
	float: left;
	clear: both;
	font-size: 0.8em;
	color: #666;
}

#our-people #team-list ul li a {
	color: #666;
}

#our-people #team-list ul li .pic {
	float: left;
	padding: 2px 20px 28px 0;
}

#our-people #team-list ul li .pic img {
	border: 1px solid #e4e4e4;
}

#our-people #team-list ul li .info {
	float: left;
	width: 430px;
	padding-bottom: 28px;
}

#our-people #team-list ul li .team-name {
	color: #ff0000;
}
#our-people #team-list ul li .bio {
	padding: 15px 0px;
}




/* ======================== TEMPLATES: Page: Work Item ======================== */
#work-item #header #logo a {
	background-image: url(../images/core/header/logo_white.png);
}
#work-item #container {
	float: left;
}
#work-item #header {
	position: relative;
	border: none;
	background: none;
}
#work-item #header_wrapper {
	border: none;
	padding-bottom: 16px;
}
#work-item #nav {
	display: none;
}
#work-item #page {
	margin: 0;
	padding: 0;
}
#work-item #page #page-wrapper {
	margin-top: 0;
	float: left;
}
#work-item #page .page-box {
	background: none;
	color: #fff;
	padding: 0;
}
#work-item #page .page-box a {
	color: #fff;
}


#work-item #mediabox .info {
	padding-top: 15px;
	padding-left: 10px;
}
#work-item #mediabox .show_hide {
	padding-top: 24px;
	padding-left: 11px;
}
#work-item #mediabox .info .desc {
	padding-top: 15px;
}



/* ======================== TEMPLATES: Page: posterity-productions ======================== */
#posterity-prod .box .col_left h3 {
	font-size: 1.1em;
	color: #ff0000;
	padding-bottom: 10px;
}
#posterity-prod .box .col_left ul li {
	padding-bottom: 5px;
}







/* ======================== TEMPLATES: Page: Our People - Person ======================== */
#our-people-person .page-box h2 {
	color: #ff0000;
	font-size: 0.76em;
}

#our-people-person .page-box {
	padding-right: 45px;
}

#our-people-person .page-box .pic {
	float: right;
}
#our-people-person .page-box .pic img {
	border: 1px solid #e4e4e4;
}

#our-people-person .intro_box {
	padding-left: 2px;
	min-height: 600px;
}


#our-people-person .page-box .intro {
	margin-bottom: 0px;
	font-size: 0.76em;
	line-height: 1.2em;
	width: 412px;
}
#our-people-person .page-box .intro_awards {
	line-height: 1.3em;
}
#our-people-person .page-box .intro p {
	padding-bottom: 16px;
}

#our-people-person h2.name {
	padding-bottom: 14px;
}
#our-people-person h2.awards {
	padding-top: 22px;
	padding-bottom: 1px;
}
#our-people-person h2.related {
	padding-top: 20px;
	padding-bottom: 6px;
}
#our-people-person h2.credits {
	padding-top: 22px;
	padding-bottom: 1px;
}

#our-people-person .intro_credits li {
	float: left;
	position: relative;
	clear: right;
}
#our-people-person .intro_credits li .year {
	float: left;
	width: 80px;
}
#our-people-person .intro_credits li p {
	float: left;
	width: 315px;
}



#our-people-person .video_gallery ul {
	width: 450px;
}

#our-people-person .video_gallery ul li {
	float: left;
	position: relative;
	margin-right: 29px;
	padding-bottom: 10px;
}

#our-people-person .video_gallery ul li .thumb {
	/*padding-left: 3px;*/
	padding-bottom: 5px;
}

#our-people-person .video_gallery ul li .title a {
	color: #000;
	font-size: 0.8em;
}
#our-people-person .video_gallery ul li .subtitle {
	color: #666;
	font-size: 0.8em;
}






.btn_back {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	padding-right: 4px;
}
.btn_back a {
	color: #666;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	background: url(../images/core/bullets/home_arrow.gif) left 6px no-repeat;
}

	













/* ======================== EFFECT: Sliding gallery custom config ======================== */
/* about us gallery */
#home_about .gallery_slide {
	height: 440px;
	width: 710px;
}
#home_about .rkn_gallery_slider .gallery_slide_controls {
	width: 700px;
	margin-top: 420px;
	margin-left: 4px;
}

/* our services gallery */
#home_services .gallery_slide, #our-services .gallery_slide {
	height: 440px;
	width: 710px;
}
#home_services .rkn_gallery_slider .gallery_slide_controls, #our-services .rkn_gallery_slider .gallery_slide_controls {
	width: 700px;
	margin-top: 420px;
	margin-left: 4px;
}




/* ======================== EFFECT: Sliding gallery ======================== */
.gallery_slide li {
	float: left;
	position: absolute;
}
.rkn_gallery_slider {
	float: left;
	position: absolute;
	overflow: hidden;
}
.rkn_gallery_slider .gallery_slide {
	float: left;
	position: absolute;
	left: 0;
}
.rkn_gallery_slider .gallery_slide .gallery_cont {
	float: left;
	position: absolute;
	left: 0px;
}

.rkn_gallery_slider .gallery_slide li.rkn_gallery_slider_item {
	float: left;
	position: relative !important;
	/*display: none;*/
}

.rkn_gallery_slider .gallery_slide_controls {
	float: left;
	position: absolute;
	width: 700px;
	display: block;
	/*background-color: #ccc;*/
	z-index: 10;
}


.rkn_gallery_slider .gallery_slide_controls .rkn_gs_prev, .rkn_gallery_slider .gallery_slide_controls .rkn_gs_next {
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
	cursor: pointer;
}

.rkn_gallery_slider .gallery_slide_controls .rkn_gs_prev {
	margin-left: 6px;
	background: url(../images/icons/arrow_left.png) left top no-repeat;
}
.rkn_gallery_slider .gallery_slide_controls .rkn_gs_next {
	margin-left: 2px;
	background: url(../images/icons/arrow_right.png) left top no-repeat;
}
	

.rkn_gallery_slider ul.rkn_gs_pages li {
	float: left;
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	cursor: pointer;
	background: url(../images/icons/gallery_default.png) left top no-repeat;
}

.rkn_gallery_slider ul.rkn_gs_pages li.active {
	background: url(../images/icons/gallery_selected.png) left top no-repeat;
}





