/*
Theme Name: BFF 2010
Theme URI: http://www.groovytube.com.au
Description: 2010 Bush Film Fest Theme
Version: 1.0
Author: Karl Cohrs
Author URI: http://www.groovytube.com.au
Tags: empty, clean, development, design

	Based on Kubrick v1.5

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


/* decides which side the sidebar is on */
@import url("layouts/sidebar_right.css"); 
a:link, a:active, a:visited { color: #F00; text-decoration: none; }
a:hover { text-decoration: underline; }
body, div{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#header {
	height: 233px;
	width: 841px;
	background-image: url('./images/header.gif');
	margin: auto; 
}
.wrap { 	margin: auto;  }
#pagebody {
	padding: 12px 12px;
	width: 890px;
	background-image: url('./images/pagebg.png');
	background-repeat: repeat-x;
	margin-top: 5px;
}
#nav { width: 902px; margin-top: 0px; clear: both; text-align: center; }
#nav a { 
	background-color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 16px;
	padding: 7px 8px;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
#nav li { 
	list-style-type: none;
	margin-left: -63px;
}
#nav h6 { display: none; }
#nav a:hover {
	background-image: url('./images/btnhover.gif');
	text-decoration: none;
	background-repeat: repeat-x;
}
#nav a:active {
	background-image: url('./images/navactive.png');
	text-decoration: none;
}

#leftside {
	width: 600px;
	float: left;
	margin-left: 2px;
}
#rightside {
	width: 270px;
	float: left;
	padding-left: 15px;
}

.h1div h1 {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}
.h1div {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #7f7f7f;	
	padding: 1px 10px;
	background-image: url('./images/h1bg.gif');
	background-position: center;

}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer {
	background-image: url('./images/footerbg.gif');
	background-repeat: repeat-x;
	padding: 15px 0px 5px 0px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
#footer a:link, #footer a:active, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }