/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background-color:#bcd631; margin-top:30px; margin-bottom:30px; }

#bodyWrapper { width: 835px; margin: auto; background-color:#FFFFFF;}

/* specific link colours for this site */
a         { color: #000; text-decoration: none; }
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #58595b; text-decoration: underline; }
a:active  { color: #58595b; text-decoration: underline; }


/*******************/
/* header elements */
/*******************/
#header {  width: 835px; height: 136px; background-color: #FFFFFF; }

#header-top { width:835px; }
#logo { float:right; padding:16px; }
#phone { float:left; padding:65px 0 0 17px;}

ul#nav { 
	background:url(../images/nav-bg.png) repeat-x top;
	display: block;
	height:25px;
	list-style: none;
	margin: 0px 17px 0 17px;
	padding: 6px 0px 0px 0px; 
	text-transform: lowercase;
	width:810px;
}
	
ul#nav li   { margin: 0px 0px; padding:0 26px; float:left; line-height:31px; }
ul#nav li a { display: block; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff; font-weight:bold; line-height:18px;  }
ul#nav li a:hover		{ color:#bcd631; text-decoration:none; }
ul#nav li a:active	{ color:#bcd631; text-decoration:none; }

.nav-border { border-right: 2px solid #fff; }

#nav-recycle     { color: #fff !important; }
#nav-donate      { color: #fff !important; }
#nav-community   { color: #fff !important; }
#nav-environment { color: #fff !important; }
#nav-charities   { color: #fff !important; }

#about-clothing   		{ color: #fff !important; }
#about-collections   	{ color: #fff !important; }
#about-corporate	   	{ color: #fff !important; }
#about-charities   		{ color: #fff !important; }


/********************/
/* content elements */
/********************/
#mainWrapper { padding:0px 17px 17px 17px; width: 583px; float:left;}
#main        { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:23px; }

.content      { padding: 9px; }
#content			{ background-color: #fff; }
#content-recycle     { background-color: #EBEBEB; }
#content-donate      { background-color: #EBEBEB; }
#content-community   { background-color: #EBEBEB; }
#content-environment { background-color: #EBEBEB; }
#content-charities   { background-color: #EBEBEB; }

.flash_home { float: left; height: 400px; margin-bottom: 9px; width: 583px; }

#side 			{ float: right; padding-right: 8px; width: 210px; }

#side .box 	{ margin-bottom: 10px; padding-bottom: 10px; }

#side-box-1 { border-bottom: 1px solid #00afc3; }
#side-box-2 { border-bottom: 1px solid #bcd631; }
#side-box-3 {  }

#newsletter { float:left;}
#login { float:right; }


#pdf 						{ color:#bcd631; background-color:#58595b; margin-top:9px; padding:9px; }
#pdf a					{ color:#bcd631; text-decoration:none; }
#pdf a:hover		{ color:#fff; text-decoration:none; }
#pdf a:active		{ color:#fff; text-decoration:none; }

.flash_think { float: left; height: 181px; margin-top: 17px; width: 583px; }

#pagination { float:right; font-size:16px; font-weight:bold; }


/*********/
/* items */
/*********/
.item          	{ margin-bottom: 10px; }
.item .title   	{ font-size: 1.5em; font-weight: bold; margin:0; padding:0; }
.item .tagline  { font-size: 1.35em; margin:3px 0px 5px 0px; }
.item .image   	{ float: left; margin-right: 5px; margin-bottom: 5px; border: 3px solid #fff; }
.item .ch-image { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .content  { padding: 0; }

/*******************/
/* footer elements */
/*******************/
#footer { width:835px; margin:auto; padding-top:5px; font-size:11px;}
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */