/*  
Theme Name: Hillwood
Theme URI: http://www.hillwoodriverfestival.org
Description: Hillwood River Festival
Version: 1.0
Author: Megan Casey
Author URI: http://www.megansweb.com.au
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
	}	

/*  
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 {
	font-family: bookman, georgia, serif;
	font-size: .9em;
	color: #000; 
	background: #000080;
}

#wrap
{
background: #d4ecfb url('img/lblue169.gif');
margin: 0 auto;	
width: 780px;
}

#header {
	background: url(img/logo_transp.gif) no-repeat #1EC41E;
	background-position: 10px 10px;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 270px;
	
}

/*image replacement for logo*/
h1
 {
text-align: left;
margin-left: -9999px;
}

#header p {
font-weight: bold;
			font-size: 2em;
			text-align: right;
			margin-top: 160px;
			margin-right: 10px;
}

#header a
{
text-decoration: none;
color: #000;
}

#imagestrip {
background: url('img/headerstrip.jpg') repeat-x;
height: 98px;
margin-top: 10px;
}

#navcontainer
{
height:35px; 
background:url(img/pro_four0.gif); 
}

#nav {
list-style-type: none;
	margin-left: 20%;
	padding: 0;
	font-size: 1.1em;
	color: #fff;
}

#navcontainer  li {
	
	margin: 0 10px 0 10px;
	float: left;
	height:35px; 
line-height:33px;
text-align:center; 
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 0 10px 0 10px; 
color: #fff;
	border-right: 1px solid #fff;

		}
		
#navcontainer  li ul, #navcontainer li ul a
{
margin: 0;
padding: 0 10px;
color: #fff;
}
	
#navcontainer  li ul li, #navcontainer  li ul li a
 {
	padding: 0 10px;
	font-size: 1em;
	list-style-type: none;
	color: #fff;
	}

#navcontainer li a
{
color: #fff;
}

#navcontainer li a:hover 
{color:#1EC41E; 
}
	
#home_content
{
width: 570px;
float: left;
padding-bottom: 10px;
}

#content
{
padding: 10px;
margin-top: 100px;
}

h2
{
margin: 20px 0 10px 0;
text-align: center;
font-size: 1.5em;
line-height: 1.8em;
letter-spacing: .0775em;
}

h3
{
text-align: center;
font-size: 1.5em;
color: #000080;
margin-bottom: 1.5em;
}

h4
{
padding-left: 5px;
text-align: left;
font-size: 1.3em;
color: #000080;
line-height: 1.2em;
text-align: center;
margin-bottom: 1.5em;
}
	
h5
{
padding-left: 5px;
font-size: .95em;
}

h6
{
padding-left: 5px;
font-size: .85em;
}

.entry p
{
padding-left: 20px;
padding-right: 20px;
margin: 5px;
text-align: justify; 
color: green; 
font-weight: bold;
}

.entry ul
{
margin-top: 0;
margin-left: 20px;
padding-top: 0;
line-height: 200%;
color: #990000;
list-style-type: disc;
list-style-position: inside;
}

.entry ul li ul
{
float: none;
}
.sidebar
{
width: 180px;
float: right;
margin-top: 100px;
margin-right: 10px;
padding: 10px 5px 10px 10px;
border: 1px solid #000080;
background: #1EC41E;
}

.sidebar p, .sidebar ul li
{
margin-top: 5px;
margin-bottom: 5px;
}

.sidebar ul
{
list-style-type: none;
}

iframe
{
margin: 0 auto!important;
text-align: center!important;
}

#footer
{
background: #1EC41E;
margin-left: auto;
margin-right: auto;
width: 780px;
border-top: 1px solid #000080;
padding-top: 5px;
color: #000080;
font-size: 0.8em;
text-align: center;
}
	
#footer a
{
color: #000080;
text-decoration: none;
}

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