/*  
Theme Name: Photovation Theme
Theme URI: http://photovation.com.au/
Description: The <a href="http://photovation.com.au">Photovation</a> WordPress theme.
Version: 1.0
Author: Levi Buzolic
Author URI: http://cleverstarfish.com/

*/

body {
	color: #fff;
	font: 0.7em 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000;
}
.clear { clear: both; }
a { text-decoration: none; }
a img { border: none; }
p, .spacing { line-height: 1.4em; width: 700px; clear: none; }
p {margin: 0 0 0 0;padding: 0 0 15px 0;}
a { text-decoration: none; color: #a93124; }
a:hover { color: #fff; }
h1 { display: none; }
hr { display: none; }
/* --- Layout --- */
#main {
	width: 800px;
	margin: 0 0 30px 20px;
}
#logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
#head {
	background: url('images/head-bg.gif') top repeat-x;
	height: 124px;
}
.sect {
	padding: 5px 0 20px 0;
}
.sect ul {
	margin: 0 0 12px 3em;
	padding: 0;
}
#body {
	padding: 0 0 20px 0;
}
.page-control {padding: 0 0 10px 20px; }
.page-control a {font-weight: bold;}
.page-control span {padding: 0 30px 0 30px;}

.frontpagephotos {
	margin: 20px auto 0px auto;
	padding: 0 0 0 0;
}
.frontpagephotos img {
	margin: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 0;
	text-decoration: none;
}
.frontpagephotos img.last {
	border: 5px solid #fff;
}
/* --- Footer --- */
#footer {
	color: #888;
	background: url('images/footer.gif') top repeat-x;
	height: 30px;
	border-bottom: 1px solid #333;
	width: 100%;
	position:fixed;
	_position:absolute;
	bottom:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#footer #foot-left {
	float: left;
	width: 500px;
	padding: 8px 0 0 8px;
	text-align: left;
}
#footer #foot-right {
	float: right;
	width: 100px;
	padding: 1px 6px 0 0;
	text-align: right;
}
/* --- Menu --- */
#menu {
	padding: 64px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
	background: red;
	background: url('images/menu-bg.gif') top left no-repeat;
}
#menu ul li {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	float: left;
	border-bottom: 1px solid #2c2c2c;
	background: url('images/menu-bg.gif') top right no-repeat;
}
#menu ul li a {
	display: block;
	margin: 0 1px 0 1px;
	padding: 12px 14px 8px 14px;
	text-decoration: none;
	color: #a93124;
}
#menu ul li a:hover {
	color: #fff;
}
#menu ul li.current_page_item a {
	color: #fff;
	background: url('images/menu-glow.gif') center 0px no-repeat;
}
/* ---  News Page --- */
.news-date {
	color: #888;
	padding: 0 0 10px 0;
}
/* -- News List -- */
ul.newslist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.newslist li {
	float: left;
	width: 300px;
	display: block;
	color: #888;
}
ul.newslist li a {
	color: #fff;
	font-weight: bold;
}
ul.newslist li a:hover {
	color: #a93124;
}
/* -- Event List -- */
.eventlist .event {
	width: 395px;
	height: 100px;
	margin: 0 0 10px 0;
	overflow: hidden;
	float: left;
}
.eventlist .event img {
	border: 5px solid #fff;
	float: left;
}
.eventlist .event .event-description {
	margin: 0 10px 0 100px;
}
.eventlist .event .event-description p {
	margin: 0;
	padding: 5px 0 0 0;
}
.eventlist .event .event-title {
	color: #888;
}
.eventlist .event .event-subtitle {
	color: #888;
}
.eventlist .event .event-text {
	padding: 4px 0 0 0;
}
.eventlist .event .event-title a {
	color: #a93124;
	font-weight: bold;
}
.eventlist .event .event-title a:hover {
	color: #fff;
}
/* -- Photo List -- */
.photolist .photo {
	width: 180px;
	height: 220px;
	margin: 0 15px 10px 0;
	overflow: hidden;
	float: left;
	text-align: center;
}
.photolist .photo img {
	border: 5px solid #fff;
}
.photolist .photo .photo-description {
	margin: 4px 0 0 0;
}
.photolist .photo .photo-title {
	color: #888;
}
.photolist .photo .photo-title a {
	font-weight: bold;
}
.photolist .photo .photo-sub {
	color: #fff;
}
.photolist .photo .photo-sub a {
	color: #ef7922;
}
.photolist .photo .photo-sub a:hover {
	color: #fff;
}
/* -- Gallery Filter Search -- */
#gal-filtersearch {
	padding: 10px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	margin: 0 0 20px 0;
}
#gal-filtersearch #gal-search {
	width: 500px;
	float: right;
	text-align: right;
}
#gal-filtersearch #gal-filters {
	width: 200px;
	float: left;
	text-align: left;	
}
#gal-filtersearch #gal-search #search-query {
	border: 1px solid #444;
	padding: 2px;
	margin: 0;
	background: #111;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	color: #fff;
}
#gal-filtersearch #gal-search #submit-search {
	border: 1px solid #444;
	padding: 1px 2px 1px 2px;
	margin: 0;
	background: #333;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	color: #fff;
}
/* -- Newsletter -- */
#newsletter {
	width: 351px;
	height: 157px;
	background: url('images/newsletter-bg-2.gif') no-repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
}
#newsletter-altsearch {
	width: 351px;
	height: 235px;
	background: url('images/newsletter-bg.gif') no-repeat !important;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
}
#newsletter-cont {
	padding: 15px 15px 0 18px;
}
#newsletter form div, #newsletter-altsearch form div {
	padding: 2px 0 6px 0;
}
/* -- Footer Search -- */
#footsearch-query {
	border: 1px solid #444;
	padding: 2px;
	margin: 0;
	background: #111;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	color: #fff;
}
#footsubmit-search {
	border: 1px solid #444;
	padding: 1px 2px 1px 2px;
	margin: 0;
	background: #333;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	color: #fff;
}
/* -- Forms -- */
form {
	margin: 0;
	padding: 0;
}
form input#email {
	background: #111;
	border: 1px solid #444;
	color: #888;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	padding: 3px;
	width: 150px;
}
form input#search {
	background: #111;
	border: 1px solid #444;
	color: #888;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	padding: 3px;
	width: 150px;
}
form input#submit, form input#submit-search, form button {
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
}
.bold {
	font-weight: bold;
	padding: 0 4px 0 0;
}
label.sub { color: #fff; }
label.unsub { color: #888; }
#contactform #contactname, #contactform #contactemail, #contactform #contactphone {
	background: #111;
	border: 1px solid #444;
	color: #888;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	padding: 3px;
	width: 150px;
}
#contactform #contactcomments {
	background: #111;
	border: 1px solid #444;
	color: #888;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	padding: 3px;
	width: 600px;
}
/* -- Headings -- */
h2 {
	color: #ef7922;
	font-size: 38px;
	font-weight: normal;
}
h3 {
	color: #a93124;
	font-size: 26px;
	font-weight: normal;
}
h4 {
	color: #ef7922;
	font-size: 26px;
	font-weight: normal;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
.titlespacing {
	padding: 0 0 15px 0;
}
.descspacing {
	padding: 0 0 25px 0;
}
.edit {
	width: 130px;
	text-align: right;
	height: 30px;
	float: right;
}
.edit a {
	background: #fff url('/wp-admin/images/fade-butt.png');
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	width: 120px;
	display: block;
	text-align: center;
}
.rightphoto {
	float: right;
	margin: 0 0 0 10px;
	border: 4px solid #fff;
}
.leftphoto {
	float: left;
	margin: 0 10px 0 0;
	border: 4px solid #fff;
}
.centerphoto, .centrephoto, .middlephoto {
	margin: 0 auto 0 auto;
	text-align: center;
	border: 4px solid #fff;
}
.note {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 10px;
	margin: 10px;
	font-size: 1.1em;
}