@charset "UTF-8";
/* CSS Document */



body {
	font: 100%/1.4  Arial, Verdana, Helvetica, sans-serif;
	background: #111111 url(../images/gradient-bg.png) repeat-x fixed;
	margin: 0;
	padding: 0;
	color: #cccccc;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

.cufon-loading body { visibility: hidden }


a {
   outline: none;
   color: #9abb15;
}

a:hover {text-decoration: none;}


/* ~~ this fixed width container surrounds all other divs ~~ */

#headbg {
	width: 100%;
	height: 178px;
	background: url(../images/headerbg.gif) center;
	background-repeat: repeat;
}

#head-sub {
	width: 1100px;
	margin: 0 auto;
}


img {border-style: none;}

.container {
	width: 900px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}



#logo {
	width: 900px;
	height: 100px;
	padding-left: 15px;
	padding-top: 30px;
	
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content {
	padding: 10px 0;
	width: 700px;
	float: left;
}

#Content {
	padding: 10px 0;
	width: 700px;
	float: left;
}

#content p {
	font-size: 13px;
	color: #cccccc;
	letter-spacing: 1px;
	line-height:15px;
	}
	
#content p.info{
	font-size: 10px;
	color: #ffffff;
		}

#CommentRSSFeed{
	font-size: 10px;
	color: #ffffff;
		}


#content li {
	font-size: 13px;
	color: #cccccc;
	letter-spacing: 1px;
	line-height:15px;

	}



#content H1 {
	
	color: #b8b8b8; /*787675*/
	margin-bottom: 5px;
	margin-top: -10px;
	font-size: 24px;
	}

h3 {
	font-size:1.0em;
	margin-top: 0px;
	font-weight: normal;
	color:#9ABB15;
}

h6 {
	color:#c6c6c6;
	font-weight: normal;
	line-height: 18px;
	font-size: 15px;	
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding:0 15px 15px 40px;
	 /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}





ul.nav {
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}

ul.nav li {
	padding-top: 0px;
 /* this creates the button separation */
	
}
ul.nav li a { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 5px 0px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	line-height: 30px;
	font-size: 24px;
	color:#b8b8b8;
	}


ul.nav li a:hover {
	color: #9abb15;
}

ul.nav li a.current {	
	color: #9abb15;
	}

ul.nav li a.section {
	background: none;
	color: #9abb15;
	}
	
ul.nav #about-us a {
	background: none;
	}





#Sub-Menu {
	
}

#Sub-Menu ul {
	background: #3e3c3a url(../images/menu-dot.gif) no-repeat;

}

#Sub-Menu li {
	background: none;

}

#Sub-Menu li a{
	padding: 5px 0px 0px 25px;
	font-size: 14px;
	background: none;
	line-height: 20px;
}


#Sub-Menu li.current a{
	color: #9abb15;
}

.last {padding-bottom:20px;}
.linklast {padding-bottom:20px;}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
	
	
img.right {
	float: right;
	padding: 10px;
	}	
	

img.left {
    float: left;
    padding: 10px;
    }
    
    
    
/*********** NEWS STYLES **************/


.breadcrumbs {
	font-size:12px;
	color: #666;
	margin-bottom: 10px;
}

.breadcrumbs a {
	color: #666;
	text-decoration: none;
	}

.breadcrumbs a:hover {
	color: #9abb15;
	}



#NewsList {
	background: url(../images/linkBlock-back.png) repeat;
	padding:10px;
	margin-bottom: 10px;
	font-size:1em;
	border:1px solid #555555;
	margin: 0;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
	
	
	
}

	#NewsList li.newsDateTitle span {
		
		
		
	}
	
	#NewsList li.newsDateTitle {
		    margin-top: 10px;
    
	}
	
	#NewsList li.newsDateTitle a {
		font-size:1.4em;
		color:#9abb15;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			color: #9abb15;
			border-bottom:1px solid #9abb15;
		}
		
	#NewsList li.newsDateAuthor {
		font-size: 10px;
		color: #666;

	}
		
	#NewsList li.newsSummary {
		padding-bottom:15px;
	}
		#NewsList li.newsSummary {
			font-size: 13px;
			line-height:1.2em;
			color:#cccccc;
			letter-spacing: 1px;
		}
		#NewsList li.newsSummary a {
			color:#9abb15;
			text-decoration:none;
			
		}
			#NewsList li.newsSummary a:hover {
				border-bottom:1px solid #9abb15
			}

div.newsDetails {
	margin-bottom:10px;
	color:#666;
	font-size: 12px;
	float: left;

}

div.addthis_toolbox {
	float: left;
	margin-left: 20px;
}

.addthis_button_compact a{
	color: #66666;
	
	}

div.newsDetails p {
		margin:0;
}

div.pageComments {
	background:#c6c6c6;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments_holder {
	margin-top: 20px;
	padding: 1px 10px 10px 10px; 
	border-top:1px solid #555555;
	float: right;
	width: 680px;
}

#PageComments {
	list-style:none;	
	border-bottom:0;
	padding: 0px;
	margin:0;
	
}

	#PageComments li {
		list-style:none;
		background: url(../images/linkBlock-back.png) repeat;
		padding:10px;
		margin: 0 0 10px 0;
		font-size:1em;
		border:1px solid #555555;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-size: 14px;
		}
		#PageComments a.spamlink {
			font-size: 14px;
		}

ul.actionlinks{
		margin-left: 0px;
}

ul.actionlinks li {
	float: left;
	width: 300px;

	}


#PageCommentInterface_Form_PostCommentForm_Comment {
		width: 600px;
		font-size: 13px;
		}

#PageCommentInterface_Form_PostCommentForm_action_postcomment{
	border: 1px solid #006;
   	background: #9ABB15;
   	font-size: 16px;
   	color: #ededed;
   	height: 35px;
   	width: 100px;
	}

#PageCommentInterface_Form_PostCommentForm_action_postcomment:hover{
	background: #ededed;
	color: #9ABB15;
	}

#content p.message{
	color: #9ABB15;
	font-weight: bold;
}

.info p{
	font-size: 10px;
	color: #c25c07;
}



			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

       
       
       /****SEARCH CSS ****/
       
       
       
       #headbg form {
	float:right;
	width:250px;
	margin:15px 10px 0px 25px;
		
}

	#headbg form * {
		display:inline !important;	
	}
	
	#headbg form fieldset {
	border: none;
	}
	
	
	#headbg form div {
	}
	
	#headbg form input.text {
		width:160px;
		color:#000;
		background:#f0f0f0;
		padding:3px;
		
	}
	#headbg form input.action {
		font-weight:bold;
	}
       
       
       
       
       
       
       
       
       .searchResults h2 {
	font-size:2em;
	font-weight:normal;
	color:#787675;
	margin-top: -20px;
	margin-bottom:15px;
}
.searchResults p.searchQuery {
	color:#cccccc;
	margin-bottom:10px;
}

.searchResults ul#SearchResults li {
	margin-bottom:20px;
	list-style: none;
	background: url(../images/linkBlock-back.png) repeat;
	padding: 10px;
}
	ul#SearchResults p {
		font-size:13px;
		font-weight:normal;
		color:#cccccc;
		letter-spacing: 1px;
		line-height: 15px;
	}
	ul#SearchResults a.searchResultHeader {
		font-size:1.0em;
		color:#9abb15;
		text-decoration: underline;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
	
	ul#SearchResults a.searchResultHeader:hover {
		text-decoration:none;
	
	}
		ul#SearchResults a {
			text-decoration: underline;
			
		}
		ul#SearchResults a:hover {
			text-decoration: none;
		}
       
       
    #footer {
	width: 900px;
	margin: 0 auto;
	height: 120px;
	color: #666666;
	}   
	
     #footer h1 {
     margin-top: -5px;
     } 
     
     #footer td {
     	vertical-align: top;
     	padding: 10px;
     	}  
       
    #footer li {
    	text-decoration: none;
    	padding: 0 0 0 10px;
    	font-size: 14px;
    	list-style-type: none;
    	
    	}
    
    #footer li.quick-links {
    	color: #787675;
    	font-size: 12px;
    	}
    	
    #footer li.contact {
    	list-style-type: none;
	margin: 0 0 0 -40px;
	padding-left: 50px; /* or whatever you need for you image */
	background-image: url(../images/Android-Voice-256.png);
  	background-position: 5px 2px; /* or replace 'top' with the appropriate em value */
	background-repeat: no-repeat;
	color: #787675;
	font-size: 12px;
}	


    #footer li.resources{
	list-style-type: none;
	margin: 0 0 0 -40px;
	padding-left: 50px; /* or whatever you need for you image */
	background-image: url(../images/grey-folder.png);
	background-position: left 5px top -5px; /* or replace 'top' with the appropriate em value */
	background-repeat: no-repeat;
	color: #787675;
	font-size: 12px;
}	
    
    #footer li a{
    	color: #666666;
    	text-decoration: none;
    }	
    
    #footer li a:hover{
    	text-decoration: underline;
    	color: #9abb15;
    	}
    	
    	
    	
 /*******EcoSystem Styles*******/
 
 .plantguide {
 	line-height: 17px;
 	font-size: 14px;
 }
 
 
 .plantguide a{
 	color: #ededed;
 	text-decoration:none;
 	display:block;
 	height: 100%;
 	padding: 7px
 	}
 	
 	
 .plantguide a:hover{
 	background: #3a3a3a;
 	}
 		
 .plantguide td {
 	padding: 8px;
 	width: 300px;
 	vertical-align: middle;
 	}
 
 a.plantguide td:hover{
	 background: #3a3a3a;
 }


.plantguide img{
	margin-right: 15px;
	float: left;
	padding-top: 3px;

}
 
.plantguide img:hover{
	
	}

p.ecoinstruction {
	color: #5c5c5c;
}

	

 
#headbg li {
	margin-left: 30px;
	padding-left: 30px;
	background: url(../images/back.png) no-repeat;
	background-position: left center;
	list-style: none;
}

#headbg li a{
	text-decoration: none;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	line-height: 30px;

} 
  

#headbg li a:hover{
	text-decoration: underline;
	}
	   
	   



.tile-wrapper {
	overflow:hidden;
	width: 100%;
	}


.tile1 {
	float: left;
	width: 300px;
	padding: 15px 15px 515px 15px;
	margin-bottom: -500px;
	background: url(../images/linkBlock-back.png) repeat;
	margin-left: 0px;
	font-size: 12px;
	color: #cccccc;
	letter-spacing: 1px;
	}

.tile1:hover {
	background: url(../images/linkBlock-back-over.gif) repeat;
 }

.tile1 a {
	color: #9abb15; 
}

.tile1 h2 {
	font-size: 14px;
	color: #9abb15;
	margin-top: -5px;
	}

#about-link {
	position: relative;
	bottom: 0; 
	right: 0;
	
}

.tile-title a {
	text-decoration: none;
	}   

.home-pic {
	float: left;
	margin-bottom: 20px;
	}

.home-pic img {
	margin-right: 5px;
}

.home-pic img:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);

}


	.plug {
	font-size:11px; 
	color: #565656; 
	}
	.plug a  {
	color: #565656;
	text-decoration: underline;
        }	
        .plug a:hover  {
        color: #9abb15;
        }
        
        .admin {
	font-size:11px; 
	color: #565656; 
       }
       .admin a {
       color: #565656;
       text-decoration: none;
       }
       .basetxt {
       text-align: center;
       }
       
/*
.img-hover a{
display: block;
width: 222px;
height: 164px;
background: transparent url(/themes/lucas/images/renew-our-city.jpg) no-repeat;
float: left;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
	}

.img-hover img {
	margin-right: 5px;
}





.img-hover a:hover {
background-position: 0 -163px;

} 
  */     
    
.home-tile1 a, .home-tile2 a, .home-tile3 a {
	display: block;
	width: 222px;
	height: 164px;
	float: left;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-bottom: 20px;
	margin-right: 5px;
       }
       
.home-tile1 a {
	background: transparent url(/themes/lucas/images/coastal-land-hme.jpg) no-repeat;
	}
	
.home-tile2 a {
	background: transparent url(/themes/lucas/images/chch-ecosystems-hme.jpg) no-repeat;
	}       
	
       
.home-tile3 a{
	background: transparent url(/themes/lucas/images/harakeke.jpg) no-repeat;
	}    
	

.home-tile1 a:hover, .home-tile2 a:hover, .home-tile3 a:hover {
	background-position: 0 -163px;   
       }
       