/*

		RECYCLE FOR CALDERDALE CSS - MAIN
		
		HTML Styles
		Centering Div
		Header
		Navigation
		Redbox
		Class Styles
		Page Specific

/* --------------------- HTML Styles --------------------- */

body { 
	font-family: Arial, Helvetica, sans-serif;
	background: #fefff9;
	font-size: 100%;
	margin: 0;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666;
	font-weight: normal;
	letter-spacing:-1px;
	border-bottom: #ccc solid 1px;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #390;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0;
}
a:link {	
	color: #390;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;	
	color: #390;
	text-decoration: none;
} 
a:hover {
	font-weight: bold;
	color: #030;
	text-decoration: underline;
} 
a:active {	
	font-weight: bold;
	color: #030;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url( ../images/bullet.gif);
	margin: 0;
	padding: 0;
}
blockquote {
	padding: 0 15px 0 15px; 
	font-style: italic;
}
hr {
	height: 1px;
	color: #ccc;	
}
label {
	font-size: 1em; 
	font-weight: bold;
	color: #c00; 
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 0;
	margin: 0;
}
/* --------------------- Centering Div --------------------- */

#airlock {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	padding: 0;	
}
/* --------------------- Style Switcher --------------------- */

.logoreplacement { display: none; }
#titlelogo { display: none; }
.printlogo { display: none; }
.image {  }
.on { }
.off {  display: none; }
.redbox-text { display: none; }
.images-off { display: none }

/*  --------------------- Header ---------------------------- */

#header {
	background:   url(../images/system/header-bg.jpg) no-repeat;
	height: 80px;
	padding: 0;
	border-bottom: #2C730A 1px solid;
	margin: 12px 0 0 0;
}
#header li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
#header ul {
	padding: 10px;
	margin: 0;
}
#header img {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}
.header {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 0 0;
}
.header a:link {
	font-weight: normal;	
	color: #fff;
	text-decoration: none;
}
.header a:visited {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
} 
.header a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
} 
.header a:active {
	font-weight: normal;	
	color: #fff;
	text-decoration: underline; 	
}
.headerphone {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px 0 0;
}
/*  --------------------- Main Navigation --------------------- */
#mainnav {
	border-top: 1px #75ab6b solid;
	margin: 0;
	padding: 0;
}
.mainlinks  { 
	color: #fff;
	font-size: 0.8em;
	padding: 8px;
	text-align: center;
	background: #390 url(../images/system/greenfade.gif);
}
.mainlinks a:link {	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.mainlinks a:visited {
	font-weight: bold;	
	color: #fff;
	text-decoration: none;
} 
.mainlinks a:hover {
	font-weight: bold;
	color: #030;
	text-decoration: none;
} 
.mainlinks a:active {	
	font-weight: bold;
	color: #030;
	text-decoration: none;
}
.mainlinks li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
.mainlinks ul {
	padding: 5px;
	margin: 0;
}
#location { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
	color: #000;
	padding: 5px;
	background: #eee url(../images/system/location-bg.gif);
	border-top: 3px #ddd solid; 
	border-left: 1px #ddd solid; 
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid; 
}
#location a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#location a:visited {
	font-weight: normal;	
	color: #000;
	text-decoration: none;
} 
#location a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: none;
} 
#location a:active {	
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
/* --------------------- Headliner Box --------------------- */
#redbox {
	text-align: right;
	height: 100px;
	background:  url(../images/system/redbox.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
#redbox p {
	margin: 0;
}
.strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 74px 67px 0 0; 
	font-weight: bold;
	color: #fff;
}
.strapline a:link {	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.strapline a:visited {
	font-weight: bold;	
	color: #fff;
	text-decoration: none;
} 
.strapline a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
} 
.strapline a:active {	
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#floatwrap { /* holds content and right column floats */

}

/* --------------------- Content --------------------- */

#contentwrap { }
#contentholder {
	width: 494px;	
	border: 3px solid #ddd;
	background: #fff;
	float: left;
	margin: 10px 10px 10px 0;
}
#content {
	padding: 10px;
}
.clearbox {
	padding: 10px;
	border: 3px solid #ddd;
	background: #fff;
	margin: 10px 0 10px 0;
}

/* --------------------- Right Column --------------------- */
#rightcolumnholder {
	width: 230px;	
	float: right;
}
#rightcolumnholder h3 {
	color: #999;
	font-size: 1em;
	padding: 0;
	margin: 0 0 8px 0;
}
#rightcolumnholder h3 a:link {
	color: #999;
	text-decoration: none;
}
#rightcolumnholder h3 a:visited {
	color: #999;
	text-decoration: none;
}
#rightcolumnholder h3 a:hover {
	color: #030;
	text-decoration: none;
}
#rightcolumnholder h3 a:active {
	color: #030;
	text-decoration: none;
}

.clearbox li {
	font-size: 0.8em;
	padding: 0;
	
	margin: 0px 0px 0px 13px;
}
.clearbox ul {
	background: #fff;
	padding: 0;
	margin: 0;
}

/* --------------------- Generic Site Styles --------------------- */

#home li {
	font-size: 0.8em;
}
#contentholder-wide {
	background: #fff;
}
#content-wide {
	background: #fff;
}
.subtext {
	color: #999;
	font-weight: bold;
}
.rightnav {
	padding: 0; 
	margin: 0;
}
.newsdate{
	background-color: #eee;
	color: #666;
	font-size:0.7em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 1px 3px 1px 1px;
	margin: 0;
}
.recycleinfoindex h2 {
	padding: 0 0 3px 0;
	margin: 0;	
}
.recycleinfoindex p {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #eee solid;
}
#contact h2 {
	background: #eee;
	padding: 3px;
	border-bottom: 1px #ccc solid;
}
.postcoderesult-no {
	background: #eee;
	border: 1px #ccc solid;
	padding: 0 10px 0 10px;
}
.postcoderesult-yes {
	background: #f9ffec;
	border: 1px #ccc solid;
	padding: 0 10px 0 10px;
}
/* --------------------- Footer --------------------- */

#footer {
	clear: both;
}
#footernav {
	margin: 0;
	padding: 0;
}
#systemlinks { 
	text-align: left;
	font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 0.7em;
	background: #eee;
	padding: 6px 8px 9px 8px;
	margin: 0;
	border: 1px #ddd solid; 
	
}
#systemlinks {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
#systemlinks a:link {	
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#systemlinks a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
} 
#systemlinks a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
} 
#systemlinks a:active {	
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#systemlinks li {
	font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 1em;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}
#systemlinks ul {
	padding: 0;
	margin: 0;
}
#copyright {
	text-align: right;
	font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 0.7em;
	color: #666;
	padding: 5px;
	margin: 5px 0 60px 0;
}
#extra {
	/* forces scroll bars on non IE broswers (FF, Opera etc) */
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}
/* ----------------- EXCESSIVE MARKUP -- Awaiting removal -------------------------------*/
.bullet { 
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
/******************************************************************************************/
