/* style.css for wakefieldpark.org.nz
Site design by Rodney Varga [rodney.varga@gmail.com] */

   
/* default styles */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #333333; 
}

a {
	color: #666666; 
	background: inherit;
}

a:hover {
	color: #FFC429;
	background: inherit;	
}

a.title {
	color: #FFC429;
	background: #FFF;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #FFC429;
	background: #FFF;
}

h1 .highlight{
	color: #FFC429;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .highlight{
	color: #333333;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

.code {
	font-size: 9px;
}

form { 
	margin: 0; 
}

input.search { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(../assets/img/input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(../assets/img/button.gif) no-repeat;
	color: #FFFFFF;
	font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(../assets/img/logininput.gif); 
	padding: 4px; 
}

/* layout */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
}

.header_right {
	float: right;
	width: 550px;
	height: 72px;
}

.logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.top_info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #FFF;
	color: #444;
}
	

.slogan {
	text-align: right;
	width: 160px;
	font-weight: bold;
}


.bar { 
	text-align: right;
	font-size: 1.1em;
	height: 30px; 
}

	.bar li { 
		
		padding: 0px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		display: inline;
	}
	
	.bar li.active { 
		background: #FFF url(../assets/img/bar.gif) no-repeat center bottom; 
		color: #FFC429;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #666666; 
		background: inherit;	
	} 

	.bar a:hover { 
		font-weight: bold;
		color: #FFC429; 
		background: inherit;	
	}
	 
.search_field {
	text-align: right;
	float: right;
	width: 540px;
	height: 38px;
	background: #464548 url(../assets/img/searchbg.gif) no-repeat top right;
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
}

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
	
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.newsletter {
	float: left;
	height: 33px;
	padding: 15px 0 0 15px;
	width: 192px;
	background: #6E6E6E url(../assets/img/newsletterbg.gif) no-repeat;
	color: #444444;
	margin: 0 0 3px 0;
	background-color: #FFC429;
	font-weight: bold;
}

.newsletter a {
	color: #333333;
	font-weight: bold;
}

.subheader {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #ECECF1;
	color: #666666;
	border-bottom: 1px solid #ccc;
	background-color: #ECECF1;
}

/* left side */

.left {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lt {
	height: 10px;
	background: #CCCCCC url(../assets/img/lt.gif) no-repeat;
	color: #333333;
	}
	
	.lbox {
	color: #333333;
	padding: 3px 12px;
	margin: 0 0 10px 0;
	background: #ECECF1 url(../assets/img/lb.gif) no-repeat bottom left;
	height: 183px;
	}
	
	.lbox a {
		color: #6E6E6E;
		background: inherit;
	}

	.lbox li {
	color: #333333;
	background: inherit;
	margin-left: 155px;
	}
	
	.lbox a:hover {
	color:#333333
	}
	
	.lbox h2 {
		color: #555555;
		background: #ECECF1;
	}
	
	.lreg {
	color: #333333;
	padding: 3px 12px;
	margin: 0 0 10px 0;
	background: #ECECF1 url(../assets/img/lb.gif) no-repeat bottom left;
	}
	
	.lreg a {
		color: #6E6E6E;
		background: inherit;
	}

	.lreg li {
	color: #333333;
	background: inherit;
	margin-left: 155px;
	}
	
	.lreg a:hover {
	color:#333333
	}
	
	.lreg h2 {
		color: #555555;
		background: #ECECF1;
	}
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #333;
	color: #333333;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color: #CCCCCC;
}

.thumb p {
	margin: 0;
	padding: 3px;
	color: #333333;
	background: inherit;
}
	
/* right side */
		
.right {
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFF;
	background: inherit;
	font-weight: bold;
}

	.rt {
	background: #ABC43C url(../assets/img/rt.gif) no-repeat;
	color: #FFF;
	height: 7px;
	}
		
	.right_articles {
	font-size: 0.9em;
	background: #ABC43C url(../assets/img/rb.gif) no-repeat bottom;
	color: #FFFFFF;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	background-color: #ABC43C;
	}
	

.register {

	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}
.register_article {

	font-size: 0.9em;
	background: #333333 url(../assets/img/rab.gif) no-repeat bottom;
	color: #FFFFFF;
	padding: 4px 8px;
	margin: 0 0 10px 0;
}

.register_article a {

	color: #FFFFFF;
	background: inherit;
	font-weight: bold;
}
.rat {
	background: #2B2B2B url(../assets/img/rat.gif) no-repeat;
	height: 7px;
	color: #FFF;
}
			
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer */

.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../assets/img/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #333333;
	background: inherit;
}

.footerindex {

	clear: both;
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../assets/img/dot.gif) repeat-x;
	padding: 8px 0;
	width: 490px;
}

.wcn {
	clear: both;
	padding: 8px 0;
	position: relative;
	top: -75px;
	right: -260px;
	width: 100px;
}
