/*
Theme Name: 20K Films
Description: 20K Films theme
Version: 1.0
Author: Jad Santos
Tags: 20k films
*/
/*
 * header
 */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* Import old styles to support previous version */
/*@import url(css/old_styles.css);*/
@import url(css/screen.css);

html, body {
    margin: 0px;
}

body {
    background: #fff;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 12px/15px;
}

a {
    color: #f30;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
	position: relative;
    width: 950px;
    margin: 30px auto 0;
}

#logo {
    float: left;
    margin-left: 20px;
}

#logo .main-logo {
	float: left;
	width: 383px;
    height: 71px;
    background: url(images/imgLogo.png) no-repeat;
}

#logo .slogan {
	float: left;
	width: 260px;
	height: 39px;
	margin: 26px 0 0 12px;
	background: url(images/slogan.png) no-repeat;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
}

#social {
	position: relative;
    float: right;
    margin-right: 26px;
    margin-top: 36px;
}

#social .facebook {
    float: left;
    width: 26px;
    height: 25px;
    background: url(images/imgBtnFacebook.png) no-repeat;
    text-indent: -9999em;
}

#social .twitter {
    float: left;
    margin-left: 4px;
    width: 27px;
    height: 25px;
    background: url(images/imgBtnTwitter.png) no-repeat;
    text-indent: -9999em;
}

#social .pinterest {
    float: left;
    margin-left: 4px;
    width: 27px;
    height: 27px;
    background: url(images/pinterest.png) no-repeat;
    text-indent: -9999em;
}

#social .mailinglist {
    float: left;
    margin-left: 4px;
    width: 79px;
    height: 24px;
    background: url(images/imgBtnMailingList.png) no-repeat;
    text-indent: -9999em;
}

#social a {
    display: block;
    width: 100%;
    height: 100%;
}

#navigation {
    clear: both;
    width: 940px;
    height: 42px;
    background: url(images/imgBgNav.png) no-repeat;
}

#navigation ul.left {
    float: left;
    margin-left: 20px;
}

#navigation ul.right {
    float: right;
    margin-right: 14px;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

#navigation ul.left li {
    margin-right: 24px;
}

#navigation ul.right li {
    margin-left: 24px;
}

#navigation ul li {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

#navigation a {
    color: #fff;
    text-decoration: none;
}

#navigation a:hover {
    color: #f30;
}

#footer {
    clear: both;
    width: 939px;
    min-height: 32px;
    background: url(images/imgBgFooter.png) no-repeat 0 0;
    text-align: center;
    padding-top: 32px;
    font-size: 0.9em;
    color: #f30;
}

#footer a {
    color: #f30;
}

.home #homefeatures {
	margin-bottom: 30px;
}

/*
 * carousel
 */
#carousel {
	width: 642px;
	height: 337px;
}
#carousel img {
    display: none;
}

#carousel > img:first-child {
    display: block;
}

#carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#carousel li {
    margin: 0;
    padding: 0;
}
     

.nivoSlider {
    border: 1px solid #000000;
}
.nivo-directionNav {
    bottom: 0;
    height: 19px;
    left: 564px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 305px;
}

a.nivo-prevNav {
    background-position: 0 0;
}

.nivo-directionNav a {
    background: url("images/c.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 19px;
    margin-right: 5px;
    position: relative;
    text-indent: -1000em;
    width: 20px;
}

a.nivo-Pause {
    background-position: -40px 0;
}

a.nivo-nextNav {
    background-position: -20px 0;
}

.home div#inprod {
    margin-left: 17px;
    width: 230px;
}

.home .hdrprod a {
    color: #000000;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.home h4 a {
    font-size: 95%;
    font-weight: 700;
    text-decoration: none;
}

.home .excerpt {
    color: #000;
}

.home #inprodexcerpt img {
    border: 1px solid #000000;
}

#maincontent p, #maincontent ul {
    color: #000;
    font-size: 14px;
}

.home #inprodexcerpt .more-link {
    color: #666666;
    text-decoration: none;
}

#maincontent p a.more-link, .home .more-link, .home #inprodnav a {
    color: #000000;
    font-size: 75%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

#maincontent table td a, #maincontent p a {
    text-decoration: none;
}

#maincontent p a.more-link, .home .more-link, .home #inprodnav a {
    color: #000000;
    font-size: 75%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.home #homesubfeatures {
	clear: both;
	float: left;
	margin-top: 20px;
}

.home #eventscol {
	float: left;
    border-right: 1px solid #CCCCCC;
    padding-right: 20px;
    width: 430px;
}

.home #blogcol {
	float: left;
    margin-left: 20px;
}

.home #hdrevents a {
    background: url("images/homehdrs.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 36px;
    margin-bottom: 28px;
    text-indent: -1000em;
    width: 216px;
}

.home h4 {
    margin: 0.5em 0;
}

.home #eventsexcerpt {
    margin-right: 23px;
}

.home .excerpt {
    color: #000;
}

.home #hdrblog a {
    background: url("images/homehdrs.png") no-repeat scroll -216px 0 transparent;
    display: block;
    height: 36px;
    margin-bottom: 28px;
    text-indent: -1000em;
    width: 121px;
}

.home #maincontent .blogexcerpt {
    margin-bottom: 1.5em;
}

.home #maincontent .blogexcerpt p {
    margin-bottom: 0.5em;
}

h1, h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

#maincontent {
    margin: 31px 18px 0;
    font-size: 125%;
}

.featuredcopy, #featuredcopy {
    border-bottom: 1px solid #CCCCCC;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

ul.photolist {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.photolist li {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 44px;
    overflow: auto;
    padding-bottom: 20px;
}

ul.photolist li img {
    border: 1px solid #000000;
    float: left;
}

ul.photolist li div.excerpt {
    margin-left: 124px;
}

h3 {
    color: #000000;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

ul.photolist li .featuredcopy {
    border-bottom: medium none;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-left: 0;
}

ul.photolist li h2 a {
    color: #000000;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.featuredcopy {
    padding-bottom: 20px;
}

#news #featuredevent {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#news #featuredevent .excerpt {
    overflow: auto;
}

div.eventdetails {
    padding-left: 10px;
}

#news .hdrnextevent, #news .hdrmoreevents {
    color: #000000;
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}

#news ul.photolist li {
    border: medium none;
    margin-bottom: 1.5em;
    padding-bottom: 0;
}

#news ul.photolist li .date {
    float: left;
    margin: 0;
    padding: 0;
}

#news ul.photolist li .excerpt {
    margin-left: 130px;
}

#news ul.photolist li h3 {
    line-height: inherit;
    margin-bottom: 0;
}

#news ul.photolist li a {
    text-decoration: none;
}

.blog #postlist {
    border-right: 1px solid #CCCCCC;
}

.blog ul.photolist li div {
    margin-left: 0;
}

.blog ul.photolist li h2 {
    margin-bottom: 0.25em;
}

.blog ul.photolist li div {
    margin-left: 0;
}

.blog .blogdate {
    margin-bottom: 2em;
}

.blog .navigation {
    text-align: center;
}

.blog .navigation a {
    color: #666666;
    margin-right: 1.5em;
    text-decoration: none;
}

#sidebar h3 {
    margin-top: 2em;
}

#sidebar #recent {
    margin-left: 1em;
    padding: 0;
}

#sidebar #recent li {
    margin-bottom: 0.5em;
}

#sidebar #recent a {
    color: #666666;
    text-decoration: none;
}

#searchform label {
    text-transform: uppercase;
}

#searchform #searchsubmit {
    border: 1px solid #000000;
}

label {
    display: block;
    margin-top: 1em;
}

#contactform #submit img {
    border: 1px solid #000000;
}

#mailbox label {
    text-align: left;
    margin: 0;
}

#mailbox {
    position: absolute;
    background: #FFF;
    padding: 1em;
    border: 1px solid #000;
    -moz-box-shadow: 1px 1px 1px 1px #333;
    -webkit-box-shadow: 1px 1px 1px 1px #333;
    box-shadow: 1px 1px 1px 1px #CCC;
    z-index: 1000;
    top: 30px;
    left: -85px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;    
    display: none;  
}

div#errormessage {
    text-align: left;
}

.catlink {
    color: #000000;
    display: block;
    font-size: 75%;
    font-weight: 700;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

#news #featuredevent h2 a, #in-production h2 a, #catalogue h2 a {
    color: #f30;
}

#classes #featuredcopy img {
	margin-right: 15px;
}

.fullpage {
    float: left;
    width: 913px;
    margin-bottom: 30px;
    padding-right: 17px;
    border-bottom: 0;
}

.classes-subpage, .sidebar-left {
    float: left;
    width: 720px;
    margin-bottom: 30px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    border-bottom: 0;
}

#classes-spotlight {
	float: left;
	width: 650px;
	margin-bottom: 30px;
	border-right: 1px solid #ccc;
	padding-right: 30px;
    color: #000;
}

#classes-spotlight .spotlight {
	position: relative;
	width: 632px;
	background: #fff;
	padding: 10px;
	padding-bottom: 0;
}

#classes-spotlight .spotlight.alt {
    background: #f3f3f3;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

#classes-spotlight .spotlight p.title {
	color: inherit;
	font-weight: bold;
}

#classes-spotlight .spotlight p {
	margin-bottom: 10px;
	color: inherit;
}

#classes-spotlight .spotlight div.viewBtn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 63px;
	height: 21px;
	border: 1px solid #fff;
	background: #f30;
	text-align: center;
	line-height: 21px;
}

#classes-spotlight .spotlight div.viewBtn a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#classes-subnav, #sidebar-right {
	float: left;
	margin-left: 20px;
}

#classes-subnav ul, #sidebar-right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#classes-subnav ul li, #sidebar-right ul li {
	font-weight: bold;
	text-transform: uppercase;
}

#classes-subnav ul li a, #sidebar-right ul li a {
	color: #000;
	text-decoration: none;
}

#classes-subnav ul li a:hover, #classes-subnav ul li.selected a,
#sidebar-right ul li a:hover, #sidebar-right ul li.selected a {
    color: #f30;
    text-decoration: none;
}

#classmeta {
    margin-bottom: 1em;
}

#commercial-work ul.photolist li img {
    margin-right: 20px;
}

#commercial-work ul.photolist li div {
    margin-left: 0;
}

ul.photolist li img {
	float: left;
}

ul.photolist li div.excerpt {
    float: left;
    margin-left: 20px;
    width: 530px;
}

ul.photolist li div.date {
	width: 120px;
}

#footer {
	line-height: 12px;
}

#footer .left {
	float: left;
	margin-left: 20px;
}

#footer .right {
    float: right;
    margin-right: 20px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #666;
}

#footer ul li:last-child {
    border-right: 0;
}

#footer ul li a {
	color: #666;
}

#footer ul li a:hover {
    color: #f30;
    text-decoration: none;
}

span.pressReleaseTitle {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
}

span.pressReleaseDate {
	font-size: 14px;
    line-height: 25px;
}

.homeCTA {
	float: left;
	margin: 0 23px;
}

.homeCTA.first {
    margin-left: 2px;
}

.homeCTA.last {
    margin-right: 0;
}

.floatLeft {
	float: left;
}

.marginRight30 {
	margin-right: 30px;
}

.homefeaturesleft {
    float: left;
    width: 642px;
}

.homefeaturesleft p {
    color: #000 !important;
    font-size: 13px !important;
}

.homefeaturesright {
	float: right;
	width: 220px;
}

.homefeaturesright .twitter {
	clear: both;
	float: left;
	padding-top: 10px;
	font-size: 11px;
}

.homefeaturesright .twitter ul {
    font-size: 11px !important;
}

.homefeaturesright .twitter h3 {
    line-height: 20px;
    background: url(images/blue-bird.jpg) no-repeat 0 0;
    padding-left: 40px;
}

.homefeaturesright .twitter .date {
	font-weight: bold;
}

.homefeaturesright .twitter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.homefeaturesright .twitter ul li {
	margin-bottom: 10px;
}

#buy-doc {
	position: absolute;
	top: -24px;
	left: -80px;
	width: 100px;
	height: 70px;
	background: url(images/buy-a-doc.png) no-repeat;
}

#buy-doc a {
	display: block;
	width: 100%;
	height: 100%;
}

#catalog-teaser {
	margin-bottom: 20px;
}

.contact-form td {
	padding-right: 40px;
}

#friends-cta {
	border-top: 1px solid #000;
	padding-top: 12px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
	width: 100%;
	margin-bottom: 20px;
}

#friends-cta .header {
	margin-bottom: 10px;
}

#friends-cta .images {
	clear: both;
	margin-bottom: 1em;
	height: 29px;
}

#friends-cta .copy {
    clear: both;
    color: #f30;
    text-align: center;
    font-size: 12px;
    margin-bottom: 1em;
}

#friends-cta .copy a {
    color: #f30;
    font-weight: bold;
    text-decoration: none;
}

#friends-cta .copy a:hover {
    text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.staff, .catalog {
	clear: both;
	margin: 40px 0;
}

.staff ul, .catalog ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
    font-size: 12px !important;
}

.staff li, .catalog li {
	float: left;
	margin-right: 20px;
	width: 291px;
    color: #000;
}

.staff li:nth-child(3n+3), .catalog li:nth-child(3n+3) {
    margin-right: 0;
}

.staff li.first {
	clear: both;
}

.staff li .staff-left {
	float: left;
	width: 180px;
	max-width: 180px;
}

.staff li .staff-left p {
	float: left;
	margin-top: 5px;
}

.staff li .staff-right {
	float: left;
	width: 100px;
	margin-left: 11px;
}

.staff li .name, .catalog li .name {
    font-weight: bold;
	text-transform: uppercase;
	color: #f30;
}

.staff li .title {
    font-weight: bold;
}

.staff li img, .catalog li img {
	margin-right: 6px;
}

.staff li p, .catalog li p {
    font-size: 12px !important;
}

.catalog li p {
    margin-top: 5px;
}

.staff h2 {
	font-size: 14px;
	color: #f30;
	text-transform: uppercase;
}

.staff .social {
    margin-top: 3px;
}

.backlink {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product {
	width: 100%;
	overflow: hidden;
}

.product .left {
	float: left;
	width: 642px;
	max-width: 642px;
}

.product .right {
	float: right;
	width: 220px;
	padding-left: 24px;
	border-left: 1px solid #bfbfbf;
    padding-bottom: 9999px;
	margin-bottom: -9999px;
}

.product .buy {
    margin-bottom: 20px;
}

.product .buy, .product .buy h3 {
	font-size: 12px;
	line-height: 20px !important;
}

 .product .buy h3, .product .buy p {
	margin-bottom: 0.5em;
    color: #000 !important;
 }

.product .buy .price, .product .buy .shipping {
	font-weight: bold;
}

.credits {
	margin-bottom: 30px;
}

.credits h3 {
	margin-bottom: .5em;
} 

.twitter ul {
    color: #666 !important;
}