/*
Theme Name: Birch Tree Entertainment
Theme URI: 
Author: Melvin Rivera
Author URI: http://melvinrivera.org/
Description: 
Version: 1.0

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


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Restore */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, fieldset, form, ol, dl, dir, menu { margin: 0 0 .8em 0;  line-height: 1.2em }
p { font-size: 1.2em }
h1 { font-size: 2em }
h2 { font-size: 1.5em }
h3 { font-size: 1.17em }
h5 { font-size: .83em }
h6 { font-size: .75em }
small { font-size: .7em }
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(i/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
.clear {
	clear: both
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.gallery {
display: block;
clear: both;
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-row {
display:block;
clear: both;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
margin: 0;
text-align: center;
list-style: none;
padding: 0;
position: absolute
bottom: 0
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
max-width: 89%;
height: auto;
padding: 1%;
margin: 0 auto;
}
.gallery-caption {
margin-left: 0;
}


/*****  Site CSS ******/

body {
	background: #e6e6e6 url('i/bg.png');
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #0080ff
}
a:hover, a:active {
	color: #004080
}
	

#site-wrapper {
	width: 981px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Header */
#header {
	height: 64px;
}
#header > hgroup {
	position: relative;
}
#site-title {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#site-title a{
	display: block;
	background: url('i/birch-tree-logo.png') no-repeat;
	width: 179px;
	padding-top: 64px;
	height: 0;
	overflow: hidden;
}
#site-description { 
	display: none 
}
body.home #site-description, body.page-template-home-php #site-description { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #999999;
	text-align: center;
	position: absolute;
	top: -10px;
	right:0;
	text-align: right;
	font-weight: normal;
	width: 100%;
}

/* Menu */
#site-menu {
	padding-top: 20px;
	text-align: right
}
#site-menu li {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding: 0 0 0 6px;
	list-style-type: none
}
#site-menu a:link, #site-menu a:visited {
	color: #4c4c4c;
	padding: 6px 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background: white;
}
#site-menu a:hover, #site-menu a:active {
	background: #bbbbbb;
	color: black
}
#site-menu li.current-menu-item a:link, #site-menu li.current-menu-item a:visited, #site-menu li.current-page-ancestor a:link, #site-menu li.current-page-ancestor a:visited {
	padding: 6px 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background: #95ae4c;
	color: white
}
#site-menu ul {
	margin: 0
}

#content-container {
	margin: 20px 0;
	padding-top: 20px;
	min-height: 200px;
	background: white;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
body.home #content-container, body.page-template-home-php #content-container {
	padding-top: 15px;
}


/* article */
article {
	padding: 40px 40px 10px 120px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin: 0 0 0 280px;
}
body.page article {
	padding: 0 20px;
	margin: 0;
	border: none;
}
body.page-template-page-narrow-php article { 
	padding: 60px 160px;
}
body.home article {
	padding: 0
}

/* blog */
body.blog article, body.search article {
	
}

body.blog article h1.entry-title, body.search article h1.entry-title {
	font-size: 24px;
}

.page-title {
	font-family: Georgia, Times-New-Roman, Times, serif;
	margin: 0;
	padding: 0 0 0 310px;
	color: #82a237;
	font-weight: bold;
	font-size: 24px;
}

/* Sidebar */
#sidebar {
	background: #f4f4f4;
	float: left;
	margin: -20px 0 10px 0;
	padding: 20px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	width: 240px;
}
#sidebar > .widget {
	padding-top: 10px;
}
#sidebar > .widget > ul > li {
	list-style-type: none
}
#sidebar .widget-title {
	font-weight: bold;
}

/* entry */

.entry-header {
	position: relative;
}
article h1.entry-title {
	font-family: Georgia, Times-New-Roman, Times, serif;
	margin: 0;
	padding: 0 0 1em 0;
	color: #82a237;
	font-weight: bold;
	font-size: 24px;
}
article h1.entry-title a:link, article h1.entry-title a:visited {
	color: #4c4c4c ;
}
article h1.entry-title a:hover, article h1.entry-title a:active {
	color: black;
}

.entry-meta {
	position: absolute;
	top: 0;
	left: -110px;
	width: 100px;
	text-align: right;
	color: #999999;
	line-height: 1.3em
}
.entry-meta .sep {
	display: block
}
.entry-meta a:link, .entry-meta a:visited {
	color: #999999;
}
.entry-meta a:active, .entry-meta a:hover {
	color: #333333;
}
.entry-content p {
	font-size: 15px;
	line-height: 1.6em;
}
.post-tags {
	padding-top: 12px;
}
/* Attachment */
.attachment .entry-attachment {
	padding: 0 10px;
}
.attachment-image {
	padding: 5px 0;
	text-align: center;
}
.attachment-image img {
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}
.attachment .entry-header {
	margin-left: 120px;
}
.attachment .gallery {
	width: 920px;
	background: #e6e6e6;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.attachment .gallery img {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border: none !important;
}

/* navigation */
#posts-navigation {
	padding: 20px;
	height: 40px;
}
#posts-navigation .nav-previous {
	float: left;
}
#posts-navigation .nav-next {
	float: right;
}
/* footer */
footer {
	clear: both;
	background: white;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	margin-bottom: 40px;
}
footer h3 { 
	color: #333333;
	text-align: center; 
	padding: 6px 0; 
	border-bottom: 1px solid #cccccc 
	}
footer ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 14px;
}
footer, footer a:link, footer a:visited {
	color: #999999;
}
footer a:hover, footer a:active {
	color: #333333
}
#footer-left, #footer-center, #footer-right {
	width: 287px;
	padding: 20px;
}
#footer-left {
	float: left;
}
#footer-center {
	float: left;
}
#footer-center .widget widget_text {
	text-align: center
}

#footer-right {
	padding-left: 674px;
}
#footer-copyright {
	position: relative;
	top: 30px;
	text-align: center
}


/*  Slider*/
.slides_container {
	margin: 0
}
.slides_container li { 
	width: 940px; 
	padding: 0 20px; 
	height: 400px; 
	overflow: hidden; 
	position: relative;
	list-style-type: none
}
/* Slider Pagination */
#slider .pagination { 
	padding-top: 10px;
	text-align: center;
	margin: 0;
	height:20px;
	overflow: hidden
}
#slider .pagination li {
	display: inline;
}
#slider .pagination a:link, #slider .pagination a:visited {
	font-size: 3em;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #cccccc;
}
#slider .pagination a:active, #slider .pagination a:hover, #slider .pagination .current a:link, #slider .pagination .current a:visited {
	color: #666666
}

/* Sub Pages Menu */
.sub-pages li {  
	display: inline;
	list-style: none;
	padding: 0 10px;
	border-right: 1px solid gray;
}
.sub-pages li:first-child {
	padding-left: 0;
}
.sub-pages li:last-child {
	border-right: none;
}

/* Films Page */
#films li {
	width: 175px;
	height: 360px;
	float: left;
	list-style-type: none;
	padding: 0 6px;
	font-size: 13px;
	padding-bottom: 20px;
	font-weight: bold;
}
#films li:nth-child(6n+0) {
	
}
#films li a {
	display: block;
	width: 169px;
	height: 253px;
}

/* Film Page */
aside.film-info {
	float: right;
	padding: 0 0 10px 10px;
}
aside.film-info tr td {
	padding: 6px;
}
aside.film-info tr td:first-child {
	text-align: right;
}
aside.film-info tr:first-child td {
	text-align: center
}
#trailer-video {
	display: none
}
.trailer-colorbox {
	background-repeat: no-repeat;
	display: block;
	width: 169px;
	height: 95px;
}
.play-overlay {
	width: 100%;
	height: 100%;
}
.trailer-colorbox:hover .play-overlay{
	background: rgba(0,0,0,0.3);
}
.play-overlay-btn {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url('i/play-overlay-btn.png') no-repeat;
	background-position: 0 0;
}
.trailer-colorbox:hover .play-overlay-btn {
	background-position: 0 -100px;
}

/* Sharing */
.sharing {
	clear: both;
	text-align: center
}
.sharing ul {
	float: none !important;
	width: auto;
	text-align:center;
	display: inline-block;
	/* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.page-id-13 .sharing, .page-id-2 .sharing {
	display: none
}

/* Action Slate */
#action-slate-desc {
	width: 640px;
	margin: 0 auto;
}

/* Contact */
#contact-form-13 {
	width: 700px;
	float: right;
	padding: 0 0 12px 12px;
}

/* Social */
.social-network {
	display: block;
	overflow: hidden;
	height: 0;
	width: 32px;
	padding-top: 32px;
	float: left;
	margin: 0 12px 0 0;
}
#social-facebook {
	background: url('i/facebook.jpg') no-repeat;
}
#social-twitter {
	background: url('i/twitter.jpg') no-repeat;
}
#social-linkedin {
	background: url('i/linkedin.jpg') no-repeat;
}
#social-cinando {
	background: url('i/cinando.jpg') no-repeat;
}
#social-imdb {
	background: url('i/imdb.jpg') no-repeat;
}