/*  
Theme Name: Auckland 2011
Theme URI: http://www.ecostrand.co.nz
Description: Custom theme for Ecostrand websites developed by staff at OgilvyInteractive Auckland
Version: 1.0
Author: OgilvyInteractive New Zealand
*/

/* Eric Meyer's Reset Reloaded: because all browsers are not created equal :) */
@import url('reset.css');




/* start of Default Universal Styles */

html, body, #outterWrap, #mainWrap {position: relative; height: 100%;}

body > #outterWrap {height: auto; min-height: 100%;}

body > #mainWrap {height: auto; min-height: 100%;}



body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000;
	margin:0;
	padding:0;
	font-size:68.75%; /* this makes 1em = 11px */
	line-height: 1.35em;
}

p{
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	
}

h1{
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	width: 252px;
	height: 76px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.9em;
	font-style: italic;
	font-weight: normal;
	color: #78a440;
	background: url(../images/line-brown.gif) repeat-x 0 bottom;
	line-height: 100%;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #fff;
	padding: 10px 0px 10px 0px;
}

h2 span{
	display: block;
	font-size: 0.6em;
	text-transform: none;
	font-style: italic;
	margin: 0 0 10px 0;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #55d7cd;
	padding: 10px 0px 0px 0px;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a{
	color: #0068b9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
	height: 0px;
    overflow: hidden;
}


/* end of Default Universal Styles */

/* start of structure Styles */
#mainWrap {
	margin: 0 auto;
	width: 980px;
	}

/* Header */
#headerWrap {
	height: 120px;
	margin-top: 47px;
	}
	
.rwcLogo1, .rwcLogo2 {
	width: 175px;
	height: 119px;
	float: left;
	}
.rwcLogo2 { 
	margin-left: 79px;
	}
.mainLogo {
	width: 467px;
	height: 91px;
	float: left;
	margin-left: 84px;
	}
	
#bodyContent {
	
	}
#footer {
	position: relative;
	width: 980px;
	height: 40px;
	font-size: 11px;
	color: #999;
	margin-top: 10px;
	text-align: left;
	z-index: 10;
	}
	
/* BODY COTENT */
#contentWrap {
	position: relative;
	width: 980px;
	}
	
#adminWrap {
	position: relative;
	width: 980px;
	z-index: 30;
	}
	
#menu {
	position: absolute;
	right: 0px;
	margin-top: 20px;
	z-index: 1000;
	width: 400px;
	text-align: right;
	}
#menu ul li {
	display: inline;
	padding-left: 5px;
	}
#menuHome {
	position: absolute;
	left: 0px;
	margin-top: 20px;
	z-index: 1000;
	width: 400px;
	}
#menuHome ul li {
	display: inline;
	padding-left: 0;
	}

/* BOTTOM GRAPHIC */

#regoBottom{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/registerBg.png) 0 0 no-repeat;
	width: 820px;
	height: 188px;
	z-index: 6;
	}
#graphicBgLeft {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/graphicBg-left.png) bottom left no-repeat;
	width: 610px;
	height: 826px;
	z-index: 5;
	}
#graphicBgRight {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/graphicBg-right.png) bottom right no-repeat;
	width: 610px;
	height: 826px;
	z-index: 5;
	}


/* HOME */
.home {
	width: 980px;
	height: 583px;
	}
#bottomTxt {
	position: relative;
	width: 980px;
	height: 221px;
	background: url(../images/AK-txtBg.png) top left;
	z-index: 10;
	}
#bottomTxt h2 {
	text-align: center;
	}
	
.homeTxt1 {
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 60px 0px 60px;
	}
	
.homeTxt1 a  {
	text-transform: none;
	font-weight: bold;
	color: #55d7cd;
	}
.homeTxt2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 10px 60px 0px 60px;
	}

/* REGISTRATION */
.register {
	position: relative;
	z-index: 10;
	padding: 60px 0px 0 0px;
	}
.register h2 {
	color: #55d7cd;
	}
.registerTxt {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #322f31;
	border-bottom: 1px solid #322f31;
	color: #55d7cd;
	font-size: 1.2em;
	font-weight: bold;
	}
	
/* FORM */
.Reglabel {
	padding: 5px;
	color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	}
.RegInput {
	padding-bottom: 10px;
	}
.RegTxt {
	margin-top: 20px;
	font-size: 1.1em;
	width: 800px;
	color: #999;
	}
.RegTxt p {
	margin-bottom: 5px;
	}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	border: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 1.1em;
	}
textarea {
	width: 800px;
	height: 90px;
	}
	
/* ADMIN */
.admin {
	z-index: 20;
	padding: 60px 20px;
	background: url(../images/bg-admin.png) bottom left repeat-y;
	}
.admin h2 {
	color: #55d7cd;
	}
.admin .Reglabel {
	padding: 5px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	}
.admin .RegInput {
	padding-bottom: 10px;
	}
.admin .RegTxt {
	margin-top: 20px;
	font-size: 1.1em;
	width: 800px;
	color: #ffffff;
	}
.admin input{
	background: none;
	color: #ccc;
	font-size: 20px;
	cursor: pointer;
	}
.adminTxt {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #322f31;
	border-bottom: 1px solid #322f31;
	color: #55d7cd;
	font-size: 1.2em;
	font-weight: bold;
	}
a.backLink{
	color: #ccc;
	font-size: 20px;
	text-decoration: underline;
	}
a.backLink:hover{
	text-decoration: none;
	}
.gridList{
	color: #fff;
	}
.gridList th{
	font-weight: bold;
	}
.gridList td{
	width: 150px;
	}
.gridList td a{
	color: #AEDBFF;
	}
ul#page{
	margin: 15px 0 0 0;	
}

ul#page li{
	diaply: block;
	float: left;
	padding: 2px 5px;
	background: #AEDBFF;
	margin: 0 5px 0 0;
}

.gridLogin td input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333333;
	border: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 1.1em;
	cursor: auto;
	}
	
.gridLogin td.key{
	color: #fff;
}
	

