/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#page {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

#page .film .entry {
	margin-bottom: 50px;
}
.col2 {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count: 2;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}
.col3 {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count: 3;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}
.col4 {
	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
	column-count: 4;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}


#header {
	width: 100%;
	margin: 50px 0;
}

#headerimg {
}
	
/* This hides the 'skip to' links and maintains accessibility */
	
#skip {
	position: absolute;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#content {
/* 	margin-top: 40px; */
}
#front_gallery {
	z-index: 10;
}
#front_gallery {
	width: 940px;
	height: 400px;
	overflow: hidden;
	position: absolute;
}
#gallery_hover {
/* 	overflow: hidden; */
	position: absolute;
	display: none;
	z-index: 888;
	width: 940px;
	height: 400px;
/*
	width: 860px;
	margin: 0 40px;
*/
/* 	cursor: pointer; */
/* 	width: 440px; */
}
#gallery_hover td {
	vertical-align: bottom;
}
#gallery_hover .box {
	display: none;

	background: black;
	
/* 	width: 400px; */
	width: 900px;
	padding: 20px 20px 10px 20px !important;
	color: white;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
/* 	margin: 0px 0px 30px 0px; */
	margin: 0;
	opacity: 0.6;
	position: relative;
	z-index: 9;
/*
	height: 68px;
	top: 302px;
*/
	background-image: url('http://f.cl.ly/items/2s443Q3e0x270e093m1g/laurel2.gif');
	background-position: right center;
	background-repeat: no-repeat;
	
}
#gallery_hover h2 {
	color: white;
}
#gallery_hover .text {
/* 	display: none; */
}
#gallery_hover a {
	color: white;
	border-bottom: 1px white solid;
}
#gallery_hover a:hover {
	border-bottom: 0;
}
#gallery_hover div {
	margin-bottom: 10px;
}

#nav {
	position: absolute;
	z-index: 999 !important;
	height: 400px;
}
#nav #prev, #nav #next {
	float: left;
	width: 40px;
	padding-top: 177px;	
	height: 178px;
}
#nav a.prev, #nav a.next {
	opacity: 0.3;	
}
#nav a.prev:hover, #nav a.next:hover {
	opacity: 1;
}
#nav #next {
	text-align: right;
	position: relative;
	left: 860px;
}
#nav a {
	font-size: 36px;
	line-height: 10em;
	color: white;
}

#sidebar
{
	text-align: left;
	display: none;
}

#footer {
	margin: 50px 0 20px 0;
	font-size: 10px;
	line-height: 1em;
	position: fixed;
	bottom: 15px;
/* 	text-align: center; */

/*
	position: fixed;
	bottom: 20px;
	right: 20px;
*/
}	

.post {
	margin: 0 0 40px;
}

.post .entry.text p {
	max-width: 320px;
}

.postmetadata {
	margin: 30px 0;
}

.smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

.navigationTop {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.navigationBottom {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
/* 	padding-top: 4px; */
	width: 100% !important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
/* 	padding: 0 4px 5px; */
	margin: 0;
}
/* End captions */

.clear {
	clear: both;
	float: none;
	height: 0;
	overflow: hidden;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}


.home #wrapper {
	min-height: 400px;
}

.entry table {
	width: 100%;
	border-spacing:0 !important;
	border-collapse:collapse !important;
}
.entry table td {
	width: 320px;
	font-size: 12px;
	line-height: 18px;
	padding: 0 !important;
/* 	padding-bottom: 3px !important; */
}

#post-129 img {
	max-width: none !important;
}

#title h2 a {
	color: #BBB;
}
#title h2 a.current {
	color: #111;
}
#title h2 a:hover {
	color: #111;
}

#credits {
	text-align: right;
}
#credits a {
	color: #BBB;
	text-decoration: none;
}
#credits a:hover {
	background: black;
	color: white;
}

#page_gallery {
	width: 620px;
	max-height: 620px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
}
#page_gallery img {
}
.page-template-page-film-php #nav {
	width: 620px;
}
.page-template-page-film-php #nav #next,
.page-template-page-filmtitle #nav #next {
	left: 540px;
}

#content .entry a {
	text-decoration: underline;
}