/*
Theme Name: PSC
Description: Custom template from <a href="http://zoogroup.com.au">Z00</a>.
Version: 1
Author: alex frith
Author URI: http://http://zoogroup.com.au
Tags: PSC 

*/
/*########## text formatting ############*/

h1{
	color: #616161;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2, h3, h4, h6 {
	color: #737373;
	margin: 0;
	padding: 0;
}

h5 {
	color: #48708B;
	margin: 0;
	padding: 0;
}

h1 {
	font-size:23px;
	padding: 0 0 5px 0;
	font-weight: 200;
}

body.home h1{
	color: #737373;
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 19px;
}

h2 {
	font-size:15px;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 14px; 
	font-weight: 500; 
	margin: 10px 0 5px 0;
}

h4 {
	font-size:13px;
	font-weight: 500;
	padding: 10px 0 5px 0;
}

h5 {
	font-size:13px;
	padding: 5px 0 5px 0;
	text-decoration: underline;
}

h6 {
	font-size:12px;
}

blockquote {
	margin: 0;
	padding: 0;
}

blockquote p {
	font-size: 17px;
	font-style: italic;
}

p, ul, ol, table {
	color: #737373;
	font-size: 13px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

img { 
	border: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #48708b;
}

a:hover {
	text-decoration: underline;
}

/*######### nav #########*/

ul#nav {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	width: 842px;
	line-height: 43px;
	height: 43px;
	z-index: 1;
	background: url(images/bg-nav-ul.gif) top repeat-x;
	clear: both;
	z-index: 2;
}

ul#nav li.last {
	float: right;
	margin: 0;
} 

ul#nav li.last span {
	display: block;
	background: url(images/bg-nav-last.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 43px;
	float: right;
}

ul#nav li {
	float: left;
	padding: 0;
	position: relative;
	line-height: 43px;
}

ul#nav li.home a {
	display: block;
	text-decoration: none;
	background: url(images/bg-nav-first.gif) no-repeat top left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 24px;
	height: 43px;
}

ul#nav li.home a:hover {
	color: #fff !important;
	background: url(images/bg-nav-first.gif) no-repeat 0 -43px;
}

ul#nav li.home.current_page_item a {
	color: #fff !important;
	background: url(images/bg-nav-first.gif) no-repeat 0 -43px;
}

ul#nav li a {
	color: #555;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0 23px;
	background: url(images/bg-ul-pipe.gif)  left top no-repeat;
}

ul#nav li.current_page_parent a, ul#nav li.current_page_ancestor a, ul#nav li.current_page_item a {
	color: #fff;
	background-color: #9fb10c;
}

ul#nav li a:hover, ul#nav li:hover a {
	color: #fff !important;
	background: #9fb10c ;
}

ul#nav li a:hover ul li, ul#nav li:hover a ul li {
	background: none;
}

ul#nav li a:hover ul, ul#nav li:hover a ul {
	background: url(images/bg-ul-ul.png) left bottom no-repeat !Important;
}


ul#nav li.last {
	float: right;
	padding: 0;
	position: relative;
}

/*####flyout#####*/

		ul#nav li.on, 
		ul#nav li:hover, 
		ul#nav li.iehover {
			color:#fff;
		}
		
		ul#nav a:hover,
		ul#nav li:hover a,
		ul#nav li:hover span,
		ul#nav li.iehover a  {
			color: #fff;
		} 
		
		ul#nav li:hover ul, 
		ul#nav li.iehover ul {
			display: block;
			background: #9fb10c;
			color: #fff;
		}

		ul#nav ul {
			display: none;
			list-style: none;
			margin: 0;
			padding: 0 0 8px 0;
			background: url(images/bg-ul-ul.png) left bottom no-repeat !Important;
			position: absolute;
			top: 43px;
			left: 0;
			width: 184px;
			z-index:2;
		}

		ul#nav ul li {
			float: none;
			background: none;
			margin: 0;
			padding: 0;
			line-height: normal;
			/*border-top: 1px solid #f7fbc5;*/
		}
	
		ul#nav ul li a, 
		ul#nav li.on ul li a, 
		ul#nav li:hover ul li a, 
		ul#nav li.iehover ul li a {
			background:none;
			display: block;
			width: auto;
			height: 1%;
			float: none;
			color:#555 !important;
			padding: 8px 5px 8px 18px;
		}
		
		ul#nav ul li a:hover, 
		ul#nav li.on ul li a:hover,
		ul#nav li:hover ul li a:hover, 
		ul#nav li.iehover ul li a:hover {
			color: #fff !important;
			background: #9fb10c !important;
		}

ul.paging { 
	list-style: none;
	padding: 0;
	font-weight: bold;
}

ul.paging li {
	float: left; 
	margin: 6px 0 0 6px;
}

ul.paging li a, ul.paging li.active { 
	display: block; 
	padding: 3px 6px; 
	background-color: #f5f5f5; 
	border: 1px solid #ccc;
	text-decoration: none;
}

ul.paging li.active { 
	background-color: #555;
	border-color: #0059A1; 
	color: #fff; 
}

ol.searchResults {
	margin: 0;
	padding: 0 0 0 28px;
}
ol.searchResults li {
	margin: 10px 0;
	padding: 0;
}

ol.searchResults li h1,
ol.searchResults li h2 {
	display: none;
}

ol.searchResults li p {
	margin: 0;
	padding: 0;
}

/*######### layout #########*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, arial, verdana, sans-serif;
}

body.page-template-home-php {
	background: #fff url(images/bg-body.gif) top repeat-x;
}

div#rings {
	background: url(images/bg-rings.png) top center no-repeat;
	margin: 0;
	padding: 0;
}

div#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 842px;	
}

div#head {
	margin: 0;
	padding: 0;
	width: 842px;
	position: relative;
	display: block;
}

h1#logo {
	margin: 20px 0 27px 40px;
	width: 227px;
	height: 85px;
	float: left;
}

h1#logo a {
	background: url(images/bg-logo.gif) 0 0 no-repeat;
	width: 227px;
	height: 85px;
	text-indent: -999px;
	font-size: 0;
	overflow: hidden;
	display: block;
}

div.user-actions  {
	width: 210px;
	height: 33px;
	background: url(images/bg-userA-div.gif) bottom left no-repeat;
	float: right;
}

div.user-actions ul {
	list-style: none;
	width: 210px;
	height: 26px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(images/bg-userA-ul.gif) bottom right no-repeat;
	display: block;
	white-space: nowrap;
	text-align: center;
}

div.user-actions ul li {
	display: inline;
	padding: 0 8px;
}

div.user-actions ul li a {
	color: #555;
}

h1#logo-print {
	display: none;
}

form#search {
	float: right;
	margin: 40px 0 0 0;
	line-height: 32px;
	display: block;
	clear:right;
}

label.hidden {
	display: none;
}

input#s {
	background: url(images/bg-search-bar.gif) left top no-repeat;
	width: 202px;
	height: 22px;
	border: none;
	padding: 6px 0 4px 10px;
	color: #737373;
	display: inline;
}

input#goBtn {
	background: url(images/bg-goBtn.gif) 0 0 no-repeat;
	width: 43px;
	height: 32px;
	border: none;
	cursor: pointer;
	color: #737373;
	display: inline;
}

input#goBtn:hover {
	color: #fff;
}

div#image-panel {
	background: url(images/bg-image-panel.jpg) 0 0 no-repeat;
	width: 843px;
	height: 258px;
	margin: 0 0 42px 0;
}

body.page-template-home-php div#content {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
}

body.home div#content h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #737373;
	font-weight: normal;
}

div.grid {
	width: 320px;
	margin: 30px 0;
	padding: 0 20px 0 0;
	float: left;
	color: #737373;
	clear: right;
}

div.last {
	width: 160px;
	margin: 30px 0;
	padding: 0;
}

div.grid h3 {
	color:#48708B;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
	text-transform:uppercase;
}

div.grid p {
	margin: 0;
	color: #48708b;
}

div.grid p.excerpt a {
	color: #48708b;
	font-size:11px;
	text-decoration: none;
	cursor: pointer;
}

div.grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

div.grid ul li {
	background: url(images/bg-liGrid.gif) 0 3px no-repeat;
	margin: 0;
	padding: 0 0 8px 16px;
	color: #48708b;
	font-size: 11px;
}

div.grid ul li a {
	text-decoration: none;
	color: #737373;
	font-size: 13px;
}

div.grid ul li a:hover {
	text-decoration: underline;
}
/*
fix for the event horzion
*/
body.page-template-home-php div.tablenav {
	display: none;
}
/*##### content #####*/

body {
	background: #fff url(images/bg-content.gif) top repeat-x;
}

div#content {
	margin: 0 0 40px 0;
	padding: 0;
	overflow: auto;
}

div#sidebar {
	width: 226px;
	height: 196px;
	float: right;
	background: url(images/bg-events-sidebar.png) top right no-repeat;
	margin: 0;
	padding: 10px 10px 0 10px;
	min-height: 500px;
}

div#text-panel {
	margin: 0;
	padding: 30px 0 0 0;
	width: 560px;
}

div#breadcrumb {
	width: 560px;
	height: 55px;
	line-height: 55px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555555;
}

div#breadcrumb a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: relative;
	display: inline;
}

div#breadcrumb a.last {
	display: none;
}

/*###### items form #######*/

div#text-panel form {
	margin: 0;
	padding: 0;
}

div#text-panel form fieldset {
	border: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #737373 solid;
	position: relative;
}

div#text-panel form label {
	font-size: 15px;
	color: #737373;
	clear: both;
	margin: 10px 0;
	display: block; 
}

div#text-panel form label span {
	width: 120px;
	display: inline-block;
}

div#text-panel form input.sc_bo_form_submit,
div#text-panel form tfoot td input.sc_bo_form_submit {
	background: url(images/bg-search-btn.gif) 0 0  no-repeat;
	width: 100px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: none;
	font-size: 13px;
	color: #737373;
	text-transform: capitalize;
	cursor: pointer;
}

div#text-panel form input.sc_bo_form_submit {
	position: absolute;
	right: 20px;
	bottom: 5px;
}

div#text-panel form tfoot td input.sc_bo_form_submit {
	position: relative;
	right: 0;
	bottom: 0;
}

div#text-panel form input.sc_bo_form_submit:hover {
	color: #fff;
}

div.sc_bo_items h2,
a.sc_bo_back {
	background: #737373;
	color: #D1DA59;
	padding: 5px;
	display: block;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

div.sc_bo_item {
	margin: 0;
	padding: 10px 0 0 60px;
	border-bottom: #737373 1px solid;
	position: relative;
	min-height: 70px;
}

div.sc_bo_image_wrapper {
	position: absolute;
	top: 15px;
	left: 0;
}

div.sc_bo_item h2.sc_bo_name, div.sc_bo_item h3.sc_bo_name {
	margin: 0 90px 0 0;
	padding: 0;
}

div.sc_bo_item h2.sc_bo_name {
	font-size: 20x;
	margin-right: 90px;
}

div.sc_bo_item p {
	margin: 0;
}

div.sc_bo_item p.sc_bo_qty {
	position: absolute;
	right: 20px;
	top: 10px;
}

div.sc_bo_item p.sc_bo_add_to_cart {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

div.sc_bo_item ul.sc_bo_attribs {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

div.tablenav-pages {
	padding:5px 0;
	text-align: center;
	background: #737373;
	color: #D1DA59;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

div.sc_bo_item p.sc_bo_desc {
	margin: 0 150px 10px 0 !important;
}

div.sc_bo_single_item {
	padding: 10px 0 0 0;
}

span.page-numbers,
a.page-numbers {
	color: #fff;
	padding: 0 6px;
	text-decoration: none;
}

/*###### cart pages #######*/

table.cart th {
	height: 29px;
	line-height: 18px;
}
	
div#text-panel form input.cart-update,
div#text-panel form td a.remove {

	width: 70px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-align: right;
	border: none;
	display: inline-block;
	text-transform: capitalize;
	font-weight: bold;
	color: #737373;
}
div#text-panel form input.cart-update {
	background: url(images/bg-update-btn.gif) 0 0 no-repeat;
}
div#text-panel form td a.remove {
	background: url(images/bg-delete-btn.gif) 0 0 no-repeat;
}

div#text-panel form input.small {
	width: 45px;
}

div#text-panel form td a.back {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
	text-transform: capitalize;
	cursor: pointer;
}


div#text-panel form input.form-submit:hover,
div#text-panel form input.cart-update:hover {
	text-decoration: underline;
}

div#text-panel form input.sc_bo_cart_checkout {
	position: relative;
	right: -110px;
	bottom: -5px;
}

div#text-panel form input.sc_bo_cart_update {
	position: relative;
	background: none;
	border:medium none;
	bottom: 0;
	color: #48708B;
	cursor:pointer;
	font-size:13px;
	right: 0;
	text-align:center;
	text-transform:capitalize;
	width:100px;
	font-weight: bold;
}

div#text-panel form input.sc_bo_cart_update:hover {
	color: #737373;
	text-decoration: underline;
}

/*##### members #####*/

div.wrap h2,
div.wrap h3 {
	display: block;
	padding: 10px 0;
	border-bottom: #737373 1px solid;
	font-size: 16px;
	text-transform: uppercase;
}

table.widefat {
	border:1px solid #737373;
	width: 100%;
	border-collapse: collapse;
}

table.form-table {
	width: 100%;
	border-collapse: collapse;
}
 
table.widefat thead tr {
	background: #ccc;
}

table.widefat thead th {
	font-size: 15px;
	padding: 10px 5px;
}

table.widefat tbody tr,
table.form-table tbody tr {
	background: #fff;
}

table.widefat tbody tr.odd {
	background: #E6E6E6;
}

table.widefat tbody td {
	padding: 5px;
	border: 1px #ccc solid;
}

table.widefat tfoot tr {
	display: none;
}

table.widefat dd {
	margin: 0;
	padding: 0;
} 

/*####### footer ######*/

div#footer-wrap {
	background: url(images/bg-footer-wrap.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}

div#footer {
	background: url(images/bg-footer.gif) top left no-repeat;
	width: 843px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	min-height: 50px;
	_height: 50px;
}

a#zoo {
	display: block;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	background: url(images/bg-footer-zoo.gif) no-repeat top left;
	height: 14px;
	width: 43px;
	padding: 0;
	margin: 58px 0 0 0;
}

a#zoo:hover {
	background: url(images/bg-footer-zoo.gif) no-repeat bottom left;
}

ul#footer-links {
	margin: 58px 0 0 12px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	float: left;
}

ul#footer-links li {
	float: left;
	padding: 0 6px 0 0px;
}

ul#footer-links li a {
	color: #9e9e9e;
	text-decoration: none;
	font-size: 11px;
	padding: 0 10px 0 0;
}

ul#footer-links li a:hover {
	color: #555555;
}

div#gov {
	background: url(images/bg-footer-gov.gif) 0 0 no-repeat;
	width: 196px;
	height: 58px;
	display: block;
	float: right;
	margin: 30px 0 0 0;
}

a#communities {
	background: url(images/bg-footer-communities.gif) 0 0 no-repeat;
	width: 216px;
	height: 58px;
	display: block;
	float: right;
	margin: 30px 0 0 0;
}

/*##### events calendar #####*/

#sidebar {
	margin: 0;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar .sc_eh_calendar_head {
	margin-top: 10px;
	background: #555;
	overflow: hidden;
	padding: 5px 0;
}

#sidebar .sc_eh_calendar_head a {
	width: 18px;
	text-align: center;
	float: left;
	color: #D2DB5A;
}

#sidebar .sc_eh_calendar_head h3  {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#sidebar .sc_eh_calendar_head h3 a {
	float: left;
	text-align: center;
	width: 167px;
	margin: 0;
	color: #D2DB5A;
}

ul.sc_eh_timeline {
	line-height:200%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.sc_eh_timeline ul {
	list-style: none;
	_list-style: square;
	line-height: 200%;
}

ul.sc_eh_timeline ul li:Before {
	content: "- ";
}

#sidebar table {
	width: 205px;
	clear: left;
	margin-top: 10px;
}

#sidebar table th, #sidebar table td {
	padding: 2px 4px;
}

#sidebar table th {
	text-align: center;
}

#sidebar table td {
	text-align: right;
}

#sidebar table a {
	font-weight: bold;
	text-decoration: underline;
	color: #555;
}

div.vevent {
	overflow: auto;
}

div.vevent h1 {
	font-size: 15px;
}

dl {
	color: #737373;
	font-size: 13px;
	clear: both;
	line-height: 140%;
}

.event-info-wrapper dt, .time-wrapper dt, .venue-wrapper dt, .org-wrapper dt {
	display:block;
	float:left;
	width:90px;
}

.event-info-wrapper dd, .time-wrapper dd, .venue-wrapper dd, .org-wrapper dd {
	display:block;
	margin:0 0 0 100px;
}

td.today {
	border: 1px solid #7b7d64;
	background-color: #eef592;
}

/*### perloading bg images ###*/

span#perload {
	background: url(images/bg-ul-ul.png) 0 0 no-repeat;
	margin: 0;
	height: 0;
	width: 0;
	padding: 0;
}

/*wordpress default stuff*/


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */


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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*Subscriber Form*/

form#subForm {
	width: 400px;
	float: left;
}

form#subForm p {
}

form#subForm p label {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

form#subForm p input {
	margin: 0;
	padding: 0;
}

.displaying-num {
	display: block;
}

.tablenav-pages .current {
	font-weight: bold;
}

