/*
Theme Name: Canyon Cinema
Theme URI: 
Description: Canyon Cinema custom theme.
Version: 1.0
Author: Exobi Interactive
Tags: custom

*/

/** GENERAL **/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clearfix {
    overflow: auto;
}

.float {
	float: left;
}

a {
	color: #587C12;
	text-decoration: none;
	outline: none;
}

a:active, a:hover {
	color: #587C12;
	text-decoration: underline !important;
}

ol.no-style, 
ul.no-style, 
ol.no-style li, 
ul.no-style li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	line-height: 150%;
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

img.alignleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.post img {
	border: 1px solid #000;
}

/** Headers **/

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.sidebar h3 {
	border-bottom: 1px solid #000;
	font-size: 1.2em
}

div.sidebar h4 {
	margin: 10px 0 0 0;
	font-size: 1em
}

h3.underline, 
h4.underline {
	border-bottom: 1px solid;
	width: 75%;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div#header {
	width: 900px;
	margin: 20px 0px 2px 0px;
	text-align: right;
}

div#header img {
	float: left;
	border: 1px solid #000;
}

img#logo {
	width: 296px;
	height: 125px;
	margin-right: 2px;
}

img#siteBanner {
	width: 594px;
	height: 125px;
}

div#hdrContactInfo {
	width: 896px;
	padding-bottom: 2px;
}

div#wrapperGlobalNav {
	width: 900px;
	margin-bottom: 20px;
}

ul#globalNav,
div#search {
	float: left;
}

ul#globalNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#globalNav li {
	float: left;
	margin-right: 2px;
	position: relative;
}

ul#globalNav li a {
	width: 132px;
	height: 27px;
	display: block;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	text-decoration: none !important;
}

ul#globalNav li a:link,
ul#globalNav li a:visited {
	background-color: #000;	
}

ul#globalNav li.current_page_ancestor a:link,
ul#globalNav li.current_page_ancestor a:visited,
ul#globalNav li.current_page_item a:link,
ul#globalNav li.current_page_item a:visited,
ul#globalNav li.current-cat-parent a:link,
ul#globalNav li.current-cat-parent a:visited,
ul#globalNav li.current-cat a:link,
ul#globalNav li.current-cat a:visited,
ul#globalNav li a:hover,
ul#globalNav li a:active {
	background-color: #587C12;
}



ul#globalNav li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 43px;
	margin-left: -9000px;
	z-index: 99;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	background-color: #fff;
}

ul#globalNav li ul li {
	border-bottom: 1px solid #888888;
	float: none;
	margin: auto;
	margin: 0 7px;
	padding: 2px 0;
	width: 132px;
}

ul#globalNav li ul li a {
	width: auto;
	height: auto;
	border: none;
	padding: 5px 0;
	font-size: 1em;
}

ul#globalNav li ul li ul {
	left: 148px;
	top: 0;
	/*border-top: 1px solid #888;*/
}

ul#globalNav li ul li a:link,
ul#globalNav li ul li a:visited
{
	color: #888;
	background-color: #fff !important;
}

ul#globalNav li ul li a:hover,
ul#globalNav li ul li a:active
ul#globalNav li ul li.current_page_item a:link,
ul#globalNav li ul li.current_page_item a:visited
ul#globalNav li ul li.current-cat a:link,
ul#globalNav li ul li.current-cat a:visited
{
	color: #587C12;
	background-color: #fff !important;
}

ul#globalNav li ul li.current_page_item a:link,
ul#globalNav li ul li.current_page_item a:visited
ul#globalNav li ul li.current-cat a:link,
ul#globalNav li ul li.current-cat a:visited
{
	font-weight: bold;
}

ul#globalNav li ul li a:hover,
ul#globalNav li ul li a:active {
	text-decoration: underline !important;
}


div#search {
	position: relative;
	width: 146px;
}

input#searchInput {
	width: 117px;
	height: 12px;
	float: left;
	padding: 0;
	font-size: .75em;
	margin-right: 1px;
	font-family: Arial, sans-serif;
}

input#searchSubmit {
	width: 21px;
	height: 18px;
	float: right;
	background-image: url('images/btnSearchSubmit.png');
	border: 0;
}

div#search a#advancedSearch {
	display: block;
	background-color: #000;
	color: #fff;
	width: 136px;
	height: 24px;
	padding: 0 5px;
	margin-top: 1px;
	line-height: 22px;
}

div#content h2 {
	font-size: 1.4em;
	display: block;
	width: 300px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

div#homeNews {
	float: left;
	width: 520px;
	margin-right: 20px;
}

div#homeNews h2 a:link, 
div#homeNews h2 a:visited,
div#homeSpotlight h2 a:link, 
div#homeSpotlight h2 a:visited {
	text-decoration: none;
	color: #000;
}

div#homeNews h2 a:hover, 
div#homeNews h2 a:active,
div#homeSpotlight h2 a:hover, 
div#homeSpotlight h2 a:active {
	color: #587C12 !important;
	text-decoration: none !important;
}


ol.posts {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol.posts li {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

ol.posts li div.content {
	float: left;
}

ol.posts li img {
	width: 47px;
	height: 42px;
	border: 1px solid #000;
	margin-right: 2px;
}

ol.posts div.img {
	border-right: 5px solid #000;
	float: left;
	height: 44px;
}

ol.posts li div.content {
	padding-left: 8px;
	width: 450px;
}

ol.posts li div.content h3 {
	color: #888888;
	font-size: 1.1em;
	margin: -2px 0px 0px 0px;
	padding: 0px;
}

ol.posts li div.content h3 a {
	text-decoration: none;
}

ol.posts li div.content p {
	margin: 0px;
}

div#homeSpotlight {
	float: left;
	width: 360px;
}

div#homeSpotlight div#spotlightImage {
	width: 358px;
	height: 198px;
	position: relative;
	margin-bottom: 20px;
}

div#homeSpotlight div#spotlightImage img {
	width: 358px;
	border: 1px solid #000;
	max-height: 198px;
}

div#homeSpotlight div#spotlightImage div#spotlightImageCredit {
	color: #fff;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-color: #000;
	padding: 1px 2px;
	font-size: 83%;
	width: 354px;
	text-align: right;
	border-top: 1px solid #FFF;
}

div#spotlightImageCredit a:link,
div#spotlightImageCredit a:visited,
div#spotlightImageCredit a:hover,
div#spotlightImageCredit a:active {
	color: #FFF;
}


div#homeSpotlight div.content {
	border-left: 5px solid #000;
	padding-left: 8px;
	width: 340px;
}

div#homeSpotlight div.content h3 {
	color: #888888;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

div#homeSpotlight div.content h3 a {
	text-decoration: none;
}

div#homeSpotlight div.content p {
	margin: 0px;
}

a.feed {
	background: transparent url(images/icon-rss.gif) no-repeat;
	padding: 2px 0 2px 18px;
}

/* Subpages */

div.sidebar {
	float: left;
	width: 136px;
	margin: 0;
	font-size: .95em;
	padding: 0 7px;
}

div#submenu {
	margin: 0px;
	border-top: 0 #000;
}

div#submain {
	float: left;
	width: 600px;
}

div#submain h2 {
	border: 0;
	margin-bottom: 15px;	
}

div.sidebar h3 {
	margin: 0;
}

div.sidebar h3 a {
	text-decoration: none;
	color: #000;
}

ul#subNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#subNav li a {
	display: block;
	padding: 10px 0 10px 0;
	font-size: 1.0em;
	text-decoration: none;
	border-bottom: 1px solid #888;
}

ul#subNav li a:hover {
	color: #587C12;
}

ul#subNav li.current_page_item a,
ul#subNav li.current-cat a {
	color: #000 !important;
	font-weight: bold;
}

ul#subNav li.current_page_item a:active,
ul#subNav li.current_page_item a:hover,
ul#subNav li.current-cat a:link,
ul#subNav li.current-cat a:visited {
	color: #587C12 !important;
}

ul#subNav li ul{
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 20px;
}


/* End of Subpages */

/* Film pages */

div#submain div#film, div#filmMaker, div#searchResults, div#default {
	margin: 0 8px;
}

ul.filmInfo {
	font-weight: bold;
}

ul.filmInfo li {
	display: inline;
	padding-right: 2px;
}

ul.filmInfo li a {
	/*width: 130px;
		height: 20px;
		display: block;
		padding: 10px;*/
	color: #000;
	/*font-size: 1.0em;
		text-decoration: none;*/
}

div#submain div.filmMakerBio {
	margin-bottom: 20px;
}

div.filmText {
	float: left;
}

div.filmText p {
}

div#film div.filmText2 {
	width: 130px;
	float: right;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
}

div#filmMaker div.filmText2 {
	width: 130px;
	float: left;
}

div#searchResults #search {
	margin: 10px 0px;
}

div#searchResults div.searchResult {
	clear: both;
	float: left;
	margin: 5px 0px;
}

div.searchResults {
	width: 742px !important;
}

div#searchResults div.searchResult img {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}

div#searchResults div.searchResult p {
	float: left;
}

div.filmTitle {
	float: left;
	height: auto;
}

div.filmTitle h2
{
	font-size: 1.6em;
}

div.filmTitle a {
}

div.filmTitle span {
}


div.pricing {
	float: left;
	width: 255px;
	margin: 20px 35px 0 0;
}

div.pricing table {
	border-collapse: collapse;
}

div.pricing table caption {
	font-weight: bold;
	text-align: left;
}

div.pricing table td,
div.pricing table th {
	padding: 5px 0;
	border-bottom: 1px solid;
	height: 35px;
}

div.pricing table th {
	text-align: left;
}


div.pricing table tr.top th {
	padding-top: 0;
	height: 20px;
}

div.pricing table td {
	border-bottom: 1px solid;
}

div.pricing table .format {
	width: 125px;
}

div.pricing table .pricing-tier {
	width: 65px;
}

div.pricing h3 {
	width: 100%;
	margin-bottom: 6px;
}

p.rent-buy {
	padding-top: 10px;
	font-weight: bold;
	float: left;
	width: 275px;
}

/* End of Film pages */

/* Footer */

div#footer {
	text-align: center;
	border-top: 1px solid #000;
	padding-top: 5px;
	display: block;
	width: 100%;
	margin: 30px 0;
}

div#footer a {
	margin: 0px 5px;
	font-size: 1.2em;
}

/* End Footer */

/* MISC */

div.staff p { 
	line-height: 150%; 
}

div.staff b { 
	font-size: 14px; 
}

div.filmText2 div#prevPage,
div.filmText2 div#nextPage {
	height: 9px;
	width: 65px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 10px;
}

div.filmText2 div#prevPage {
	background-image: url('images/scroll-up-off.gif');
	background-position: 50px center;
}

div.filmText2 div#nextPage {
	background-image: url('images/scroll-down-off.gif');
	background-position: 3px center;
}

a.backTop {
	float: right;
	width: 50px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
}

label.hdr {
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
}

div.col {
	float: left;
	margin-right: 10px;
}

img.filmmaker_image {
	width: 142px;
	display: block;
	margin: 0 0 10px 0;
}

img.filmImg {
	width: 142px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

/** Advanced Search Form/Results **/

form#search_catalog fieldset {
	border: none;
	border-bottom: 1px solid #888;
}

table#search-results {
	width: 742px;
	text-align: left;
	margin-bottom: 20px;
}

table#search-results tr {
	border-bottom: 1px solid #000;
}

table#search-results th {
	border-bottom: 1px solid #000;	
	padding: 5px;
	white-space: nowrap;
}

table#search-results td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding: 8px;
}

table#search-results img {
	width: 117px;
}

input.ac_loading {
	background-image: url(images/loading.gif);
}

/** Rental Purchase Inquiry Form **/

form#cformsform fieldset,
form#cforms2form fieldset {
	border: none;
	border-bottom: 1px solid #888;
}

form#cformsform legend,
form#cforms2form legend {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

form#cformsform ol,
form#cforms2form ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

form#cformsform li,
form#cforms2form li {
	height: 30px;
}

form#cformsform fieldset.cf-fs1 ol li,
form#cforms2form fieldset.cf-fs1 ol li {
	float: left;
	width: 280px;
}

form#cformsform fieldset ol li label,
form#cforms2form fieldset ol li label {
	float: left;
	width: 215px;
	margin-right: 5px;
}

form#cformsform fieldset ol li input,
form#cforms2form fieldset ol li input {
	float: left;
	width: 140px;
	margin-right: 5px;
}

form#cformsform fieldset.cf-fs1 ol li label,
form#cforms2form fieldset.cf-fs1 ol li label {
	float: left;
	width: 65px;
}

form#cformsform fieldset.cf-fs1 ol li input,
form#cforms2form fieldset.cf-fs1 ol li input {
	float: left;
	width: 140px;
	margin-right: 5px;
}

form#cformsform span.reqtxt,
form#cforms2form span.reqtxt {
	font-size: .9em;
	color: #666;
}

form#cformsform fieldset.cf-fs5 textarea,
form#cforms2form fieldset.cf-fs4 textarea {
	float: left;
}

form#cformsform fieldset.cf-fs5 label#label--52,
form#cforms2form fieldset.cf-fs4 label#label-2-43 {
	color: #FFF;
}

fieldset.cf_hidden {
	display: none;
}

p.cf-sb {
	margin-top: 10px;
}

p.linklove {
	display: none;
}

.cf_info {
	font-weight: bold;
}

.success {
	color: #247F07;
}

.failure {
	color: #CC0000;
}

form#cforms2form li#li-2-51 {
	visibility: hidden;
}

form#cformsform li#li--59 {
	visibility: hidden;
}

/** Rent Term pages **/

ol.terms, ol.termsB {
	list-style-position: inside;
	padding: 0;
}

ol.terms {
	list-style-type: upper-alpha;
}

ol.termsB {
	list-style-type: decimal;
}

ol.terms li, ol.termsB li {
	margin: 0 0 5px 0;
	padding: 0;
}

ul.damages {
	list-style-position: inside;
	padding: 0;
}

p.termHeader {
	font-weight: bold;
	text-align: center;
}

table.rental {
	margin: 0;
	padding: 0;
	width: 100%;	
}

table.rental tr {
	border-bottom: 1px solid #000; 	
}

table.rental td {
	border-bottom: 1px solid #000;
	padding: 5px 0;
}

p.meta {
	font-size: 11px;
}

a.no-image:link,a.no-image:visited {
/* 	color: #000; */
	border: 1px solid;
	display: block;
	height: 42px;
	padding: 24px 20px;
	text-align: center;
	text-decoration: none;
/* 	font-weight: bold */
}

a.no-image:active, a.no-image:hover {
	color: #888;
}

/* QUICK SHOP */

.quickshopcart {
	padding: 0 0 16px 0 !important;
}

.quickshopcart table {
	border-collapse: collapse;
	margin-top: 10px
}

.quickshopcart th,
.quickshopcart td {
	padding: 3px 0;
}

.quickshopcart input {
	width: 15px;
}

form.quickshop fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

form.quickshop dt, form.quickshop dd {
	display: inline;
	margin: 0;
}

form.quickshop dl {
	margin: 0;
}

table.checkout {
	width: 100%;
	border-collapse: collapse;
}

table.checkout td {
	height: 36px;
	border-top: 1px solid;
}

/** COMMENTS **/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { list-style-type: none; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-top: 1px solid #000; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font-size: 16px }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { /* font-size:9px; */ }
ol.commentlist li div.comment-meta a { /* color:#ccc; */ }
ol.commentlist li p { /* font-size:11px; */ margin:0 0 1em; }
ol.commentlist li ul { /* font-size:11px; */ list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
div#comments {
/* 	border-top: 1px solid #000; */
	margin-top: 30px;
}
