
/*

Theme Name: Hattersley Blog Theme
Theme URI: http://www.asone.co.uk
Description: Hattersley's Blog Theme, using the Blass2 theme as a start.
Version: 1.337
Tags: hattersley, terrier, asone, design, epic
Author: AsOne Design
Author URI: http://www.asone.co.uk


Original Author: 1000ff

*/



/* body
--------------------------------------------------*/
body {
	font:12px/1.6em ArialMT, Arial, verdana, geneva, sans-serif;
	color:#333;
	margin:0;
	background-color: #DEEABC;
	background-image: url(images/bgfade.gif);
	background-repeat:repeat-x;
	background-position:center top;
	text-align:left;
}

* {
	margin:0;
	padding:0;
}

code {
	font:120% "Courier New", "Lucida Console", Arial, monotype;
}

/* header
--------------------------------------------------*/
#header {
	background-color:#e9f3d3;
	padding:10px;
}

#headerimage {
	width:336px;
	height:81px;
	background-image: url(images/hattersley-logo.gif);
	margin:0 auto;
}

#header .description {
	float:right;
	color:#333;
	margin:45px 0 0;
}

#headerimage h1 {
	display:none;
	width:100%;
	height:100%;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:400;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

#header h1 a {
	text-decoration:none;
	color:#333;
}

/* navigation
--------------------------------------------------*/
#nav {
	border-bottom:3px solid #EFF8FB;
	height:25px;
	margin:0;
	padding:15px 0;
}

#nav li {
	float:left;
	list-style:none;
	padding:0 10px 0 0;
}

#nav li a {
	color:#999;
	background:#fff;
	font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-weight:400;
	text-decoration:none;
	display:block;
	margin:1px 2px 0 0;
	padding:5px;
}

#nav li a:hover {
	background-color:#EFF8FB;
	color:#000;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}

/* content
--------------------------------------------------*/
#content {
	margin:0px 10px 10px 0px !important;
	padding:40px;
	float:right;
	width:525px;
	background-color:white;
}

#content2 {
	margin:0px 10px 10px;
	padding:1px 20px 20px;
	background-color:white;
}

#content p, #content2 p {
	line-height:20px;
	font-size:12px;
	word-spacing:1px;
	margin:5px 0 20px;
}

#content a, #content2 a {
	text-decoration:none;
	color: #017DB7;
}

#content a:hover, #content2 a:hover {
	color: #017DB7;
	text-decoration:underline;
}

#content h2, #content2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color:#037DB7;
	font-weight:normal;
	text-shadow: 2px 2px 1px #E9E9E9;
	text-align:left !important;
	line-height:37px;
}

td h2 {
	padding-top:10px;
	padding-bottom:10px;
}

#content h2 a, #content2 h2 a {
	text-decoration:none;
	border:none;
	text-align:left !important;
}

#content h1 {
	font:3em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
	margin:10px 0;
}

#content h4 {
	font:20px Georgia, "Times New Roman", Times, serif;
	color:blue;
	margin:0px !important;
	padding:0 !important;
	text-shadow: 2px 2px 1px #E9E9E9;
}

#content h5, #content2 h5 {
	color:#999;
	font-size:20px;
	font-weight:normal;
	line-height:25px;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content2 h3, #content h3 {
	font:38px Georgia, "Times New Roman", Times, serif;
	color:#037DB7;
	margin:10px 0;
	text-shadow: 2px 2px 1px #E9E9E9;
}

#content ul, ol {
	font-size:120%;
	margin:0px 10px 10px 25px !important;
}

#content2 ul, ol {
	margin:0px 10px 10px 25px !important;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
	border:1px solid #ccc;
	margin:10px 0;
	padding:5px 15px;
}

a:hover {
	color:#000;
	text-decoration:none;/*background-color:#EFF8FB;*/
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0;
}

a.more:hover {
	text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/
.post {
	margin:0 0 50px 0;
	/*text-align:justify;*/
}

.post h5, .post h4, .post p {text-align:justify;}

.post img {
/*background:#ccc;
	border:5px solid #eee;
	padding:1px;*/
}

.post .info {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#E9F3D3;
	font-size:1em;
	color:#333;
	padding:2px 3px 3px 8px;
	margin: 25px 0;
}

.date {
	margin: 0 0 15px 0;
}

.post small {
	margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
	color:#333;
	font-size:120%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:10px 0 28px;
	padding:10px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
	width:205px;
	float:left;
	padding:30px;
	/*height:100%;*/
	margin-left:10px;
	background-color:white;
	margin-bottom:10px;
}

#sidebar h2 {
	letter-spacing:1px;
	font-size:1.6em;
	color:#333;
	padding:0 0 3px;
}

#sidebar ul {
	list-style:none;
	font-size:120%;
	margin:0 0 17px;
}

#sidebar li {
/*border-bottom:1px solid #EFF8FB;
	list-style:none;
	padding:3px;*/
}

#sidebar li a:hover {
	color:#000;
	background-color:#EFF8FB;
}

#sidebar input {
	width:102px;
	background:#fff;
	color:#444;
	border:1px solid #eee;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	padding:3px;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

/* some input
--------------------------------------------------*/
input {
	border:1px solid #CCC;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	padding:3px;
}

input:hover {
	border:1px solid #262626;
}

input:focus {
	border:1px solid #262626;
	color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
	font-size:0.9em;
}

#commentlist li {
	margin-bottom:1.5em;
	padding-bottom:1em;
}

#commentform {
	background:#fff;
	width:350px;
	text-align:left;
	margin:0 0 15px 0;
}

#commentform textarea {
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:480px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size:1.1em;
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:350px;
}

#commentform input {
	margin-bottom:3px;
}

#gravatar {
	align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.navigation {
	text-align:center;
	font-size:120%;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:4px 0 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

#header h1 a:hover, #footer a:hover {
	text-decoration:none;
	color:#333;
}

#content li, #content2 li {
	
	padding:0px 10px 10px;
}

a, #sidebar li a, #footer a {
	color:#999;
	text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
	padding:20px;
	background-color:white;
	border:10px solid #e9f3d3;
	width:840px;
	margin-top:25px;
	margin-bottom:15px;
}

.footerinfobox {
	border-right:1px solid gray;
	line-height:15px;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A3938C;
	font-weight:normal;
}

.footerlinks {
	color: #748727;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-top:8px;
}

.footerlinks a {
	color: #748727 !important;
	text-decoration:underline !important;
}

.footerlinks a:hover {
	color:black !important;
}

#footerbottomimage {
	margin:25px auto;
}

/* extra
--------------------------------------------------*/
#admwrapstar {
	background-color: #E9F3D3;	/*background-color:white;*/
	padding-top:1px;
	padding-bottom:1px;
}

#headernav {
	height: 40px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#headernav ul {
	margin-top:15px;
	margin-left:35px;
	padding-bottom:45px;
}

#headernav li {
	padding: 0;
	list-style: none;
	display: inline;
	font-family: Georgia, Geneva, "Times New Roman", Times, serif;
	font-size: 18px;
}

#headernav a {
	float: left;
	padding: 5px 0 5px 0;
	/*margin-right:45px;*/
	/*overflow: hidden;*/
	height: 30px !important;
	height /**/:30px; /* for IE5/Win only */
	background:transparent;
	color:black !important;
	text-align:center;
	text-shadow:0px -1px 0px #ddd;
}

#headernav a:hover, #headernav a.selected {
	background:transparent;
	color:white !important;
	text-shadow:0px -1px 0px gray;
}

#headernavhome a {
	background-image: url(images/bubble-home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 70px;
	height:40px;
}

#headernavhome a:hover {
	background-image: url(images/bubble-home.gif);
	background-position:0px 40px;
}

#headernavhome a.selected {
	background: transparent url(images/bubble-home.gif) 0px 40px !important;
	text-shadow:0px -1px 0px gray;
}

#headernavdiscover a {
	background-image: url(images/bubble-discover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 95px;
	height:40px;
	margin-left:36px;
}

#headernavdiscover a:hover {
	background-image: url(images/bubble-discover.gif);
	background-position:0px 40px !important;
}

#headernavdiscover a.selected {
	background: transparent url(images/bubble-discover.gif) 0px 40px !important;
	text-shadow:0px -1px 0px gray;
}

#headernavcommunity a {
	background-image: url(images/bubble-community.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 123px;
	height:40px;
	margin-left:36px;
}

#headernavcommunity a:hover {
	background-image: url(images/bubble-community.gif);
	background-position:0px 40px !important;
}

#headernavcommunity a.selected {
	background: transparent url(images/bubble-community.gif) 0px 40px !important;
	text-shadow:0px -1px 0px gray;
}

#headernavregeneration a {
	background-image: url(images/bubble-regeneration.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 134px;
	height:40px;
	margin-left:36px;
}

#headernavregeneration a:hover {
	background-image: url(images/bubble-regeneration.gif);
	background-position:0px 40px !important;
}

#headernavregeneration a.selected {
	background: transparent url(images/bubble-regeneration.gif) 0px 40px !important;
	text-shadow:0px -1px 0px gray;
}

#headernavlatest a {
	background-image: url(images/bubble-latest.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 115px;
	height:40px;
	margin-left:36px;
}

#headernavlatest a:hover {
	background-image: url(images/bubble-latest.gif);
	background-position:0px 40px !important;
}

#headernavlatest a.selected {
	background: transparent url(images/bubble-latest.gif) 0px 40px !important;
	text-shadow:0px -1px 0px gray;
}

#headernavcontact {
	margin-right: 0px !important;
}

#headernavcontact a {
	background-image: url(images/bubble-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	height:40px;
	margin-left:36px;
}

#headernavcontact a:hover {
	background-image: url(images/bubble-contact.gif);
	background-position:0px 40px !important;
}

#headernavcontact a.selected {
	background:transparent url(images/bubble-contact.gif) 0px 40px !important;
	text-shadow:0px -1px 0px gray;
}

/*HR header thing */

.admhrhome {
	color: #D2D33A;
	background-color: #D2D33A;
	height: 3px;
}

.admhrdiscover {
	color: #4E7616;
	background-color: #4E7816;
	height: 3px;
}

.admhrcommunity {
	color: #9F87B9;
	background-color: #9F87B9;
	height: 3px;
}

.admhrregeneration {
	color: #B00235;
	background-color: #B00235;
	height: 3px;
}

.admhrlatest {
	color: #1380B8;
	background-color: #1380B8;
	height: 3px;
}

.admhrcontact {
	color: #A3948D;
	background-color: #A3948D;
	height: 3px;
	border:none;
}

.admhrheader {
	color: silver;
	background-color: silver;
	height: 3px;
	border:none;
}

/*search */

#headersearcharea {
	margin-top:10px;
}

#headerslogan {
	float:left;
	margin-top:7px;
}

#headerslogan h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

#headersearchbox {
	background-image: url(images/searchbox.gif);
	height: 36px;
	width: 440px;
	float:right;
}

.headersearchboxfield {
	border:none;
	color:#748727;
	font-size:16px;
	width:395px;
	margin-top:3px;
	margin-left:5px;
	background:none;
}

.headersearchboxfield:hover, .headersearchboxfield:focus, .headersearchboxsubmit:hover {
	border:none !important;
}

.headersearchboxsubmit {
	background: transparent url(images/magglass.gif) !important;
	height: 26px;
	width: 23px;
	border: none;
	cursor:pointer;
}

/* Other stuff */
#content2 h3 {
}

#content2 h4 {
	color:#999;
	font-size:16px;
	font-weight:normal;
	line-height:25px;
	margin-top:10px;
}

.bigdivider {
	width:900px;
	height:25px;
	position:relative;
	left:-30px;
	background-color: #DEEABC;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9F3D3;
	border-bottom-color: #E9F3D3;
}

.newscalsmallbg {
	background-image: url(images/newscalbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 32px;
	padding-left:10px;
	border-left:5px solid white;
}

.newscalsmallbg a {
	color:white !important;
	font-weight:bold !important;
	text-shadow:1px 1px 1px #017db7;
	font-size:15px;
}

.newscalsmallnormal {
	color: white;
	background-image: url(images/newscalnormal.gif);
	height: 32px;
	width: 27px;
}

.newscalsmallwinter {
	color: white;
	background-image: url(images/newscalwinter.gif);
	height: 32px;
	width: 27px;
}

.newscalsmallspring {
	color: white;
	background-image: url(images/newscalspring.gif);
	height: 32px;
	width: 27px;
}

.newscalsmallsummer {
	color: white;
	background-image: url(images/newscalsummer.gif);
	height: 32px;
	width: 27px;
}

.newscalsmallautumn {
	color: white;
	background-image: url(images/newscalautumn.gif);
	height: 32px;
	width: 27px;
}

.newscalwinter {
	color: white;
	background-image: url(images/newscalwinterbig.gif);
	height: 48px;
	width: 40px;
	background-position:center;
	background-repeat:no-repeat;
}

.newscalspring {
	color: white;
	background-image: url(images/newscalspringbig.gif);
	height: 48px;
	width: 40px;
	background-position:center;
	background-repeat:no-repeat;
}

.newscalsummer {
	color: white;
	background-image: url(images/newscalsummerbig.gif);
	height: 48px;
	width: 40px;
	background-position:center;
	background-repeat:no-repeat;
}

.newscalautumn {
	color: white;
	background-image: url(images/newscalautumnbig.gif);
	height: 48px;
	width: 40px;
	background-position:center;
	background-repeat:no-repeat;
}

/*FP Map */
#fpmap h3, #fpmap h3 a {
	color: #738626 !important;
}

#fpmap a {
	color: #738626 !important;
}

.lightgreenimageborder {
	border:1px solid #C4D599;
	padding:8px;
}

/*Contact info box */

.contactinfobox h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A3938C;
	font-weight:normal;
	margin-bottom:12px;
}

.contactinfobox h6, #content2 h6 {
	font-size: 19px;
	color: #666666;
	font-weight:normal;
	margin-bottom:3px;
	line-height:25px;
}

.contactinfobox .contactemail a {
	color: #A3938C !important;
	font-size: 13px;
	text-decoration:underline !important;
}

.contactinfobox .contactemail a:hover {
	color:black !important;
}

/* side nav */

li.pagenav, li.categories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color:#5B7323;
	font-style:italic;
	margin-top:5px;
}

li.pagenav li, li.categories li{
	font-size:14px;
	font-family:Tahoma, Arial, Verdana, "Trebuchet MS", Georgia, sans-serif;
	font-style:normal;
	background-image: url(images/sidenavbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding:1px 6px 6px 30px;
	margin-top: 15px;
}

li.pagenav li ul {display:none;}

li.pagenav li a, li.categories li a {
	border:none !important;
	color:red;
}

li.pagenav li a:hover, li.categories li a:hover {
	background:none !important;
	text-decoration:underline !important;
	border-bottom: none !important;
}

#sidenavdiscover, #sidenavcommunity, #sidenavregeneration, #sidenavnews, #sidenavcontact {
	display:none;
}

.nocomments {
	display:none;
}

.sidenavcontentimage{
	width:203px;
	height:203px;
	display:inline-block;
	background-image: url(/wp-content/themes/hnm/images/temp-side.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.cat-item-69{position:relative; top:12px;}

#sidebar li{text-transform:lowercase;}
#sidebar li li{text-transform:none;}


.frontpagecategories li{
	background-image: url(images/newscalbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 32px;
	padding-left:10px;
	border-left:5px solid white;
	list-style:none;
	display:block;
	position:relative;
	left:-30px;
}

.frontpagecategories li a {
display:block;
	color:white !important;
	font-weight:bold !important;
	text-shadow:1px 1px 1px #017db7;
	font-size:15px;
	padding-top:10px;
}

.whatshappeningtable h5{margin-bottom:15px; padding-left:5px;}
.whatshappeningtable .quicklinksul li a{font-size:14px; display:block; width:250px;}
.whatshappeningtable .quicklinksul li a[title=Directory]{
	background-image: url(images/directory-small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}
