/*

		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: #fff;
	font-size: 100%;
	margin: 0;
	/* text-align: center; */ /**/
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	color: #666;
	font-weight: bold;
	/*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: underline;
}
a:visited {
	font-weight: bold;	
	color: #390;
	text-decoration: underline;
} 
a:hover {
	font-weight: bold;
	color: #030;
	text-decoration: none;
} 
a:active {	
	font-weight: bold;
	color: #030;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
blockquote {
	padding: 0 15px 0 15px; 
	font-style: italic;
}
hr {
	height: 1px;
	color: #ccc;	
}

/* --------------------- Centering Div --------------------- */ /**/ /**/ 

#airlock { width: 100%;
	/*
	margin: 0 auto;
	text-align: left;
	padding: 0;*/	
}

/* --------------------- Style Switcher --------------------- */ /**/ /**/

.logoreplacement { display: none; }
#titlelogo { margin: 10px 8px 8px 8px; border-bottom: 1px solid #ddd; }
.printlogo { }
.image { }
.off {  }
.on { display: none; }
.redbox-text { padding: 0 0 0 8px }
.images-off { text-align:center; }
#blank { display: none; }


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


#header {
	display: none;
	/* url(../images/system/header-bg.gif) no-repeat;
	height: 80px;
	padding: 0;
	margin: 10px 0 10px 0; */
}

#header li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
#header ul {
	padding: 0;
	margin: 0;
}
#header img {
	float: left;
}
.header {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	padding: 10px;
}
.header a:link {
	font-weight: normal;	
	color: #000;
	text-decoration: underline;
}
.header a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
} 
.header a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none ;
} 
.header a:active {
	font-weight: normal;	
	color: #000;
	text-decoration: none ;	
}
.headerphone {
	color: #666;
	font-size: 1.6em;
	font-weight: bold;
	text-align: right;
	padding: 15px 10px 0 0;
}


/*  --------------------- Main Navigation --------------------- */  /**/
#mainnav {
	display: none;
	/*margin: 0;
	padding: 0;*/
}
.mainlinks li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
.mainlinks ul {
	padding: 5px;
	margin: 0;
}
#location { 
	display:none;
	/* font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #000;
	padding: 5px;
	margin: 0;
	background: #eee; */

}
#location a:link {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
#location a:visited {
	font-weight: normal;	
	color: #000;
	text-decoration: underline;
} 
#location a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
} 
#location a:active {	
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/* --------------------- Headliner Box --------------------- */ /**/ 
#redbox {
	display: none;
/*
	text-align: right;
	height: 100px;
	background: url(../images/redbox.gif) no-repeat;
	margin: 10px 0 0 0 ;
	padding: 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: 98%;	
	border: 1px solid #fff;
	float: left;
	margin: 10px 10px 10px 0; 
}
#content {
	padding: 10px;
}
.clearbox {
	padding: 10px;
	border: 1px solid #fff;
	margin: 10px 0 10px 0;
}
/* --------------------- Right Column --------------------- */ 
#rightcolumnholder {
	display: none;
	/*margin: 8px;
	padding: 8px;
	border: 1px solid #ddd;
	*/ 
}
#rightcolumnholder h3 {
	padding: 0;
	margin: 0 0 8px 0;
}

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

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

.mainlinks  { 
	color: #000;
	font-size: 0.8em;
	padding: 0;
	background-color: #fff;
	border-bottom: 3px #ccc solid;
}
.mainlinks a:link {	
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.mainlinks a:visited {
	font-weight: bold;	
	color: #000;
	text-decoration: none;
} 
.mainlinks a:hover {
	font-weight: bold;
	color: #030;
	text-decoration: underline;
} 
.mainlinks a:active {	
	font-weight: bold;
	color: #030;
	text-decoration: underline;
}

/* --------------------- Page Specific Styles --------------------- */ /**/ /**/
#home li {
	font-size: 0.8em;
}
#contentholder-wide {
	background: #fff;
}
#content-wide {
	padding:10px;
	background: #fff;
}
.subtext {
	color: #999;
	font-weight: bold;
}
.rightnav {
	padding: 0; 
	margin: 0;
}
.newsdate{
	background-color: #ddd;
	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;
}
/* --------------------- Footer --------------------- */ /**/ 
#footer {
	clear: both;
}
#footernav {
	margin: 0;
	padding: 0;
}
#systemlinks { 
	display: none;
	/*
	text-align: left;
	font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 0.7em;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding: 8px;
	margin: 0;*/
}
#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: left;
	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;
}
/******************************************************************************************/