/*
Theme Name: ForestFest
Theme URI: http://www.forestfestival.org
Description: Theme for Forest Festival website.
Version: 1.0
Author: Megan Casey
Author URI: http://www.megansweb.com.au/

*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 60px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;} 

/* 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 */
/* END STICKY FOOTER SOLUTION */


body
{
/*background: #006633 url(img/bodybg3.jpg) fixed;*/
background: #339933 url(img/bg5.jpg) fixed;
font-family: Trebuchet MS, Helvetica, Arial, Tahoma, Geneva, sans-serif;
}

#wrap
{
max-width: 1000px;
width: 90% !important;
width: 1000px;
margin: 0 auto;
background: #f1f3fc url(img/contentbg.png);
}

#header
{
outline: red;
}

/*Gilder Levin image replacement so text still visible with images off/css on*/
#header {
	width: 100%;
	height: 405px;
	position: relative;
	}
	
#header span {
	background: url('img/header10.jpg') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
/*Plus standard negative margin image replacement for actual text headings, as Gilder Levin does not work on transparent images */
#subhead h1
{
background: url(img/heading.png) no-repeat;
background-position: 9999px 0;
height: 100px;
position: relative;
margin-left: -9999px;
margin-top: -20px;
}

#subhead p
{
background: url(img/subhead.png) no-repeat;
background-position: 100% 0;
height: 100px;
position: relative;
margin-left: -9999px;
}
	
#content h1 
{
color: #000099;
}
	
h2
{
color: #000099;
text-decoration: none;
font-weight: bold;
font-size: 2em;
}

h2 a
{
color: #000099;
text-decoration: none;
}

h3
{
color: #000099;
font-weight: bold;
font-size: 1.5em;
margin-top: 10px;
margin-bottom: 10px;
}

h4
{
color: #000099;
font-weight: bold;
font-size: 1.2em;
margin-top: 10px;
margin-bottom: 10px;
}

h5
{
color: #000099;
font-weight: bold;
font-size: 1.1em;
margin-top: 10px;
margin-bottom: 10px;
}

h6
{
color: #000099;
font-weight: bold;
font-size: 1em;
margin-top: 10px;
margin-bottom: 10px;
}

.sidebar
{
float: left;
width: 20%;
border-right: 1px solid #ccff99;
border-top: 1px solid #ccff99;
background: #ecffd9;
margin-top: 70px;
margin-right: 3%;
margin-bottom: 1em;
}

.sidebar ul 
{
font-weight: bold;
font-size: 1em;
list-style-type: none;
margin-left: 1em;
line-height: 1;
}

.sidebar ul li
{
border-bottom: 1px solid #ccff99;
padding: .5em 0;
}

.sidebar ul li:hover
{
background: #ccff99;
margin-left: -1em;
padding-left: 1em;
}

.sidebar a
{
color: #000099;
text-decoration: none;
}

.sidebar a:hover
{
color: #006600;
}

#content
{

float: left;
width: 70%;
padding-bottom: 20px;
}

#content p
{
margin: 1em 0;
font-size: 1em;
color: #006633;
text-align: justify;
}

#content ul
{
margin-left: 1.5em;
font-size: 1em;
color: #006633;
list-style-type: disc;
line-height: 120%;
}

#content ul li
{
padding-left: 1em;
margin: 1em 0;
}

/*Makes full-size images expand and contract to match browser window size*/
.size-full, .size-large
{
border: 1px solid green;
width : auto;
max-width: 100%;
height: auto;
}

.alignright
{
float: right;
margin-left: 1em;
}

.aligncenter
{
float: none!important;
text-align: center;
}

img
{
border: none;
}

.wp-caption
{
width: 100% !important;
}

table
{
border-collapse: collapse;
empty-cells: show;
width: 90%;
margin: 0 auto;
}

td, th
{
border: 1px solid green;
padding: 5px;
}

th
{
color: #000099;
font-weight: bold;
}

td
{
color: #006633;
text-align: right;
}


#footer
{
background: #f1f3fc url(img/contentbg.png);
margin-left: auto;
margin-right: auto;
max-width: 1000px;
width: 90% !important;
width: 1000px;
border-top: 1px dotted #006600;
padding-top: 5px;
color: #006600;
font-size: 0.8em;
text-align: center;
}

#footer a
{
color: #006600;
text-decoration: none;
}

#footer a:hover
{
border-bottom: 1px dotted #006600;
}

.skipnav { 
	text-align: left; 
}

.skipnav a { 
	position: absolute; 
	left: -10000px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
}

.skipnav a:focus, .skipnav a:active { 
	position: static; 
	left: 0; 
	width: auto; 
	height: auto; 
	overflow: visible; 
	text-decoration: underline; 
}
/*#skip a
{
position: absolute;
       left: -10000px;
       width: 1px;
       height: 1px;
       overflow: hidden;
}

#skip a:focus
{
position: static;
       left: 0;
       width: auto;
       height: auto;
       overflow: visible;
       text-decoration: underline;}
*/