/*  
Theme Name: ECLC Website
Theme URI: http://www.eclc.org.au/
Description: ECLC Wordpress Theme.
Version: 1.0
Author: Redfish Bluefish
Author URI: http://www.redfishbluefish.com.au/

*/



/* Begin Typography & Colors */
body{
	background:url(images/eclc_24.jpg);
	margin:0px;
	font-family:"Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#background_wrap{
	width:100%;
	height:884px;
	background:url(images/eclc_03.jpg) repeat-x;
}
#wrapper{
	width:990px;
	margin: 0 auto;
}
#page{
	float:left;
	width:990px;
}
#header{
	float:left;
	clear:both;
	width:990px;
	background:url(images/eclc_06.jpg);
	height:155px;
}
#header_left{
	float:left;
	clear:none;
	background:url(images/eclc_05.jpg);
	width:18px;
	height:155px;
}
#header_right{
	float:right;
	clear:none;
	background:url(images/eclc_12.jpg);
	width:19px;
	height:155px;
}
#logo{
	background:url(images/eclc_08.jpg);
	width:267px;
	height:155px;
	float:left;
	clear:none;
	margin-left:55px;
}
#symbol{
	background:url(images/eclc_10.jpg);
	width:309px;
	height:155px;
	float:left;
	clear:none;
	margin-left:258px;
}
#body{
	background:#FFFFFF;
	float:left;
	clear:both;
	width:990px;
}
#sidebar_left_wrap{
	float:left;
	clear:left;
}
#sidebar_left{
	float:left;
	clear:left;
	width:216px;
	height:547px;
	background:#D4E0F2;
	border-bottom:2px solid #FFFFFF;
}
#sidebar_left_nav{
	background:url(images/eclc_16.jpg) #000000 repeat-x top;
	padding: 0px 0px 9px 0px;
	width: 216px;
	float:left;
	clear:none;
}
ul.top_left{
	margin:0px;
	padding:0px;
	background:url(images/eclc_17.jpg) no-repeat top right;
}
ul.top_left li{
	margin:0px;
	padding:0px;
	list-style:none;
	height:29px;
}
ul.top_left li a{
	display:block;
	line-height:26px;
	margin:0px;
	padding:3px 0px 0px 25px;
	color:#FFFFFF;
	height:29px;
	text-decoration:none;
	text-transform:lowercase;
	background:url(images/eclc_14.jpg) no-repeat top left;
}
ul.top_left li a:hover{
	color:#FFCC00;
}
/*
#nav, #nav ul{
}
#nav li{
}
#nav li a{
}
#nav li a:hover{
}
*/
#nav, #nav ul { /* all lists */
	margin:0px;
	padding:0px;
	border-top:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	
	list-style: none;
	float : left;
	width : 216px;
}
	
#nav li { /* all list items */
	margin:0px;
	padding:0px;
	list-style:none;
	height:30px;
	border-bottom: 1px solid #FFFFFF;

	position : relative;
	float : left;
	/*line-height : 1.25em;
	margin-bottom : -1px;*/
	width : 216px;

	/*width: 11em;*/
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 216px;
	margin-top : -32px;
	border-left:1px solid #FFFFFF;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	display:block;
	background:#0075BF;
	line-height:30px;
	height:30px;
	margin:0px;
	padding:0px 0px 0px 25px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:lowercase;
	width : 191px;

/*		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0 0.5em;*/
}
	
#nav li a:hover {
	background:#FFFFFF;
	color:#0075BF;
}
	
#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 { /* lists nested under hovered list items */
	left: auto;
}
	
	
#donate{
	background:url(images/donate_27.jpg);
	height:105px;
	width:216px;
	float:left;
	clear:left;
	border-top:8px solid #000000;
	color:#FFFFFF;
	font-size:11px;
}
#donate_left{
	background:url(images/donate_26.jpg);
	width:13px;
	height:105px;
	float:left;
	clear:none;
}
#donate_text{
	float:left;
	clear:none;
	width:170px;
	height:75px;
	padding:15px 10px 15px 10px;
}
#donate_right{
	background:url(images/donate_30.jpg);
	width:13px;
	height:105px;
	float:right;
	clear:none;
}
#donate h2{
	font-size:16px;
	margin: 0px;
	line-height:19px;
}
#donate p{
	margin:10px 0px 0px 0px;
}
#donate a{
	color:#FFFFFF;
	text-decoration:none;
}
#donate a:hover{
	color:#000000;
}
#search{
	float:left;
	clear:both;
	padding:35px 15px 15px 25px;
	width:176px;
}
#searchform #s{
	border:1px solid #333333;
	width:145px;
}
#searchform #searchsubmit{
	background:url(images/search_27.jpg) no-repeat top left;
	width:17px;
	height:18px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
}
#content_panel{
	width:558px;
	float:left;
	clear:none;
}
#content_menu{
	background:url(images/eclc_16.jpg) #FEF3DB repeat-x top;
}
ul.top_menu{
	margin:0px;
	padding:4px 0px 0px 25px;
	background:url(images/eclc_19.jpg) top left no-repeat;
}
ul.top_menu li{
	display:inline;
	list-style:none;
}
ul.top_menu li a{
	padding: 0px 20px 0px 20px;
	line-height:26px;
	text-decoration:none;
	text-transform:lowercase;
	color:#000000;
}
ul.top_menu li a:hover{
	color:#0075BF;
	text-decoration:underline;
}
#content{
	padding: 10px 20px 10px 45px;
}
#sidebar_right{
	float:left;
	clear:none;
	width:216px;
	height:660px;
	background:#FEF3DB url(images/eclc_16.jpg) repeat-x top;
	border-bottom:2px solid #FFFFFF;
}
#footer{
	border-top:8px solid #FFFFFF;
	background:url(images/eclc_27.jpg);
	height:38px;
	float:left;
	clear:both;
	width:990px;
}

a:link, a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#0075BF;
	text-decoration:underline;
}

hr{
	border:0;
	height:1px;
	border-top:1px dotted #666666;
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#0075BF;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#0075BF;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#0075BF;
}