/*  
Theme Name: A2E Theme by RedFishBlueFish
Theme URI: http://redfishbluefish.com.au/
Description: Based on the "<a href="http://openwebdesign.org/viewdesign.phtml?id=2435">Leaves</a>" design by <a href="http://openwebdesign.org/userinfo.phtml?user=Anthonyy">Anthonyy</a> @ <a href="http://openwebdesign.org">OpenWebDesign.org</a>.
Version: 1.0
Author: Mike Emmett + Russell Greenwood
Author URI: http://www.redfishbluefish.com.au
*/

/* BODY */

		body {
		margin:0;
		padding: 0;
		background-color:#B3B3B3;
		}
		
/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
			font-size: 11px;
			line-height: 17px;
			color: #333;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
			font-weight: normal;
			font-size: 32px;
			color: #0678B3;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #0678B3;
			font-size: 15px;
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
			background-color: #FFF;
		}
		
		h3 {
			border-bottom:1px solid #E8E8E8;
			color:#0678B3;
			text-transform:lowercase;
			font-size:11px;
			}
		
		a {
			color:#0678B3;
			text-decoration: none;
		}

		a:hover {
			color:#0678B3;
			background-color: #F5F5F5;
		}

		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			padding-top: 0px;
			clear: both;
			margin-bottom: 0px;
			background: url(images/A2E_header.png) no-repeat top left;
			height: 144px;
			border-bottom:1px solid #E8E8E8;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
/*menu */
#nav {
            margin: 0px;
            list-style: none;
            background: #900;
            padding: 0;
            border: 1px solid #fff;
            border-width: 0px 0px 0px 1px;
}
 
#nav ul {
            margin: 0;
            padding: 0;
            height: 1em;
            }


#toolbar form {
            margin: 0;
            padding: 0.1em 2em 0.1em 0em;
            height: 1em;
            }
           
#toolbar input {
            margin: 1px;
            }
 
#nav a {
            display: block;
            color: #0678B3;
            text-decoration: none;
            padding: 0.1em 6em 0.1em 2em;
            text-transform:uppercase;
            font-size:10px;
            font-weight: bold;
}
 
#nav li {
            float: left;
            padding: 0;
            background: #fff;
            border: 1px solid #E8E8E8;
            border-width: 0px 1px 0px 0px;
            text-align:left;
}
 
#nav li ul {
            position: absolute;
            left: -999em;
            height: auto;
            width: 14.4em;
            w\idth: 12.9em;
            font-weight: normal;
            border: 1px solid #fff;
            margin: 0;
            list-style: none;
}
 
#nav li li {
            padding-right: 1em;
            width: 13.4em;
            border: 0px;
}
 
#nav li ul a {
            width: 12em;
            w\idth: 9em;
}
 
#nav li ul ul {
            margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
            left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
            left: auto;
}
 
#nav li:hover, #nav li.sfhover {
            background: #0678B3;
}
/* end menu */

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 450px;
			margin: 0px 100px 40px 25px;
			padding-top:20px;
			clear:left;
			text-align:left;
		}
		
		#content p {
			padding: 0px;
			margin: 8px 0px 0px 0px;
		}

		#content ul {
			margin: 0px;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			clear:both;
			float: right;
			width: 200px;
			padding-right: 10px;
			font-size: 11px;
			position: relative;
			top: 35px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		
		#sidebar ul, #sidebar li {
			padding-left: 0px;
			margin: 0;
			list-style: none;
		}
		
		#sidebar a {
			color:#8C8C8C !important;
			}
			

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background: url("images/A2E_footerLarge.png") top center no-repeat;
			background-color: #0678B3;
			padding: 45px 5px 0px 20px;
			height: 300px;
		}

		#footerBottom {
			background: url("images/A2E_footerBottom.png") top center no-repeat;
			background-color: #0678B3;
			color:#fff;
			text-align: center;
		}

		#footerBottom a {
			color:#fff;
		}
		
		#footer p {
			color:#fff;
			padding: 5px;
		}
		
		#footer p a {
			color: #fff;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			
		}

		#widgetCase {
		padding:0px;
		margin:0px 2px 0px 0px;
		width:140px;
		float:left;
		color:#fff;
		display: block;
		background-color: #0678B3;
		}

		#widgetCase a {
			color:#fff;
		}

		#widgetCase a:hover {
			color:#0678B3;
		}

		#widgetCase ul {
			margin:0px;
			padding: 0px;
			list-style-type: none;
		}

		.linkcat, .linkcat li {
			margin:0px;
			padding: 0px;
			list-style-type: none;
		}

		#widgetCase h3 {
			color:#b3b3b3;
			border:none;
			margin-bottom:2px;
		}

		#footer h2 {
			font-size:16px;
			background:none;
			color:#b3b3b3;
			margin:5px 0px 0px 0px;
		}
		
		/* And they lived happily ever after. The End. */
		
		/* some WP stuff */
		
		.alignleft {
			float: left;
		}
		
		.alignright {
			float: right;
		}
		
/* WP SPECIALS */

		.post, .borderbottom {
		border-bottom: 1px solid #DDDDDD; 
		}
		
		ul.nostyle {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.topform {
			width: 250px;
			position: absolute;
			top: 45px;
			left: 600px;
			font-size: 9px;
			text-align: right;
		}