/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* my stuff */

/* anchors - arrrhhhh!! */

a:link, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a:active {
	color: #FFFFFF;
	background: #003300;
}



h1 a:active, h1 a:hover, h1 a:visited {
	background: transparent url(../images/h1.png) no-repeat center top;
	border-style: none;
}

.story:hover {
	background: #E6EBE6;
}

.story a:hover {
	border-bottom-style: none;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/html.jpg) repeat-x fixed center top;
	color: #003300;
}

#site_info {
	background: url(../images/site_info.png) repeat-x center top;
	height: 175px;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	clear: both;
}

#site_info p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 400px;
	margin-left: -200px;
	position: fixed;
	left: 50%;
	bottom: 1px;
	margin-bottom: 0px;
}

#site_info #hywel {
	bottom: 42px;
}

#site_info #liam {
	bottom: 21px;
}

#content {
	margin-bottom: 177px;
}

#walks_intro_ page #content_main {}


#about_page #content_main, #faq_page #content_main, #links_page #content_main, #history_page #content_main, #programme_page #content_main, #contact_page #content_main {
	margin: auto;
	width: 588px;
}

#about_page #content_main h2, #faq_page #content_main h2, #links_page #content_main h2, #history_page #content_main h2, #index_page #content_main h2, #walks_intro_page #content_main h2, #walks_page #content_main h2, #programme_page #content_main h2, #book_page #content_main h2, #contact_page #content_main h2 {
	font-size: 48px;
	font-weight: bold;
	text-indent: -9999px;
}

#index_page #content_main h2 {
	background: url(../images/h2_index.gif) no-repeat -10px center;
}

#about_page #content_main h2 {background: url(../images/about_h2.png) no-repeat center center;}

#faq_page #content_main h2 {
	background: url(../images/h2_faq.gif) no-repeat center center;
}

#links_page #content_main h2 {
	background: url(../images/h2_links.gif) no-repeat center center;
}
#history_page #content_main h2 {
	background: url(../images/h2_history.gif) no-repeat center center;
}

#programme_page #content_main h2 {
	background: url(../images/h2_programme.gif) no-repeat center -5px;
}

#walks_intro_page #content_main h2, #walks_page #content_main h2 {
	background: url(../images/h2_walks.gif) no-repeat -10px center;
}

#book_page #content_main h2 {
	background: url(../images/h2_booklist.gif) no-repeat left center;
}

#contact_page #content_main h2 {
	background: url(../images/h2_contact.gif) no-repeat left center;
}

#history_page h3 {
	font-size: 23px;
	line-height: 21px;
	font-weight: bold;
}

p {
	line-height: 21px;
	font-size: 14px;
	margin-bottom: 21px;
}

dd li {
	padding-left: 23px;
}
dd ul {
	height: 100%;
}

#about_page #content_main li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 21px;
	background: url(../images/li.gif) no-repeat left -2px;
	text-indent: 23px;
}

h1 a {
	background: url(../images/h1.png) no-repeat center top;
	display: block;
	margin: auto;
	height: 185px;
	width: 990px;
	text-indent: -9999px;
}


h1 {background: url(../images/h1.png) no-repeat center top;}

#main_navigation {
	margin: auto auto 17px;
	width: 990px;
	height: 42px;
}
#main_navigation ul {

	height: 100%;
}
#main_navigation li {
	font-weight: bold;
	display: inline;
}

#main_navigation li a {
	text-align: center;
	display: block;
	padding: 3px 16px 2px;
	float: left;
	color: #003300;
	text-decoration: none;
	font-size: 18px;

}

#main_navigation li a:hover, #main_navigation #cheese {
	border-bottom-width: 6px;
	background: transparent;
}


#main_navigation li a:visited, #main_navigation li a:active {	background: transparent;}
p.first {
	font-size: 24px;
	font-weight: bold;
	line-height: 21px;
}

p.last {
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
}

/* accordion FAQ  */
.accordion {
	line-height: 21px;
	text-align: center;
}

.accordion dt {
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}

.accordion dt.selected {

}

.accordion dt:hover, .accordion dt.over {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.accordion dd {
	display: none;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 21px;
}

.accordion dd.open {
	display: block;
	font-size: 14px;
}

.accordion dd.getHeight {
	display: block;
}

/* links page */

#links_page dt {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/li.gif) no-repeat left -5px;
	text-indent: 23px;
	line-height: 21px;
}

#links_page dl dd p {
	font-size: 14px;
	line-height: 21px;
}

/* index page */

#index_page #content, #walks_intro_page #content, #walks_page #content, #blog_page #content, #book_page #content {
	position: relative;
	width: 990px;
	min-height: 360px;
	height: 100%;
	margin: 0px auto 170px;
}

#index_page #content_main, #walks_intro_page #content_main, #walks_page #content_main, #blog_page #content_main, #book_page #content_main {
	width: 578px;
	float: left;
	margin-left: 20px;

}

#index_page #content_main p {
	font-size: 16px;
}

#index_page #content_sub, #walks_intro_page #content_sub, #walks_page #content_sub, #blog_page #content_sub, #book_page #content_sub {
	position: absolute;
	width: 375px;
	top: 0px;
	right: 10px;
	border-left: 1px solid #D2E6D3;
	height: 100%;
}

#next_walk {
	font-size: 16px;
	text-align: center;
	line-height: 21px;
	margin-bottom: 4px;
}
#next_walk .date {
	padding-right: 10px;
}

#next_walk h2 {
	padding-bottom: 30px;
	background: url(../images/h2_next_walk.gif) no-repeat center top;
	text-indent: -9999px;
	padding-top: 5px;
	position: relative;
	top: -9px;
}

#news_col {
	float: left;
	width: 181px;
	padding-left: 5px;
}

#col_two {
	float: right;
	width: 186px;
}

#weather {
	font-size: 10px;
	background: url(../images/weather_div2.jpg) no-repeat center top;
	padding: 70px 10px 25px;
	min-width: 0; 
}

#weather p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
}

.clear {
	clear: both;
	display: block;
	float: left;
}

#weather span {
	display: none;
}
#weather a {
	color: #003300;
	text-decoration: none;
}

#index_page #content_sub h2 {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	padding-top: 19px;
	letter-spacing: -0.05em;
}

#index_page #content_sub #news_col h2 {
	line-height: 21px;
	margin-bottom: 9px;
}

a h3 {
	line-height: 21px;
	text-decoration: none;
}

#story{
	margin: 0px;
	padding: 0px;
}

#index_page #content_sub p {
	font-size: 12px;
}

#index_page #content_main img {
	background: #f3f0f0;
	margin: 0px 7px 0px 0px;
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
}



/* walks_page */

#walks_page dl {
	margin-bottom: 21px;
	height: 100%;
	padding-top: 1px;
}

#walks_page dt {
	font-weight: bold;
	display: block;
	clear: left;
	float: left;
	width: 196px;
	line-height: 20px;
	margin-bottom: 21px;
	padding-top: 1px;
}

#walks_page dd {
	text-align: left;
	display: block;
	clear: right;
	float: right;
	width: 372px;
	line-height: 21px;
	margin-bottom: 21px;	
}

#walks_page div {
	clear: both;
}

/* walks to try */

#walks_page #content_main h3 {
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

#walks_page #content_sub h2, #walks_intro_page #content_sub h2 {
	text-indent: -9999px;
	height: 48px;
}


#walks_intro_page #content_sub h2 { background: url(../images/h2_the_walks.gif) no-repeat left center; }

#walks_page #content_sub h2 { background: url(../images/h2_other_walks.gif) no-repeat left center; }


#walks_page #content_sub ul, #walks_intro_page #content_sub ul, #blog_page #content_sub ul {
	margin: 0px 0px 0px 10px;
}

#walks_page #content_sub li, #walks_intro_page #content_sub li, #blog_page #content_sub li  {
	font-size: 14px;
	line-height: 21px;
	background: url(../images/li_2.gif) no-repeat left center;
	padding-left: 23px;
}

/* monthly programme */

#programme_page #content_main li {
	height: 100%;
	margin-bottom: 21px;
	font-size: 14px;
	overflow: hidden;
}

#programme_page #content_main h3 {
	float: left;
	width: 100px;
	margin-right: 10px;
	clear: left;
	line-height: 21px;
}

#programme_page #content_main p {
	float: left;
	width: 467px;
	margin-bottom: 0px;
}

#programme_page #content_main .grid_ref {
	clear: left;
	float: left;
	width: 125px;
	display: block;
	margin-left: 110px;
	line-height: 21px;
}

#programme_page #content_main .leader {
	float: left;
	width: 186px;
	display: block;	
	line-height: 21px;	
}

#programme_page #content_main .start {
	font-weight: normal;
}

/* blog page */

#blog_page #content_main h3 {
	font-size: 12px;
	line-height: 21px;
}

#blog_page #content_main h2 {
	font-size: 24px;
	line-height: 21px;
}

#blog_page #content_sub h2 {
	font-size: 24px;
	line-height: 21px;
	padding-top: 21px;
	margin-left: 10px;
}

#blog_page #content_sub ul {
	line-height: 21px;
	padding-top: 20px;
}

/* books */

#book_page #content_main li {
	float: left;
}

#book_page #content_sub p, #book_page #content_sub h3 {
	margin-right: 10px;
	margin-left: 10px;
}

#book_page #content_sub h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 21px;
	padding-top: 21px;
	padding-bottom: 6px;
}

#book_page #content_sub ul {
	margin-left: 21px;
	margin-bottom: 21px;
}

#book_page #content_sub li {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	background: url(../images/li_2.gif) no-repeat left center;
	padding-left: 23px;
}

#main_navigation #current {
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

/* contact page*/

form {min-height: 300px}

#contact_page h2 {
	margin-bottom: 21px;
}

#contact_page li {
	line-height: 21px;
	margin-bottom: 21px;
}

#contact_page li label {
	line-height: 21px;
	margin-bottom: 21px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 186px;
	float: left;
	clear: left;
	position: relative;
	top: 3px;
}

#contact_page li span input, #contact_page li span textarea{
	margin-bottom: 21px;
	clear: right;
	float: right;
	width: 380px;
	padding: 3px;
	border: 2px solid #003300;
	font: 16px Arial, Helvetica, sans-serif;
}

#contact_page li span input:hover, #contact_page li span textarea:hover{
	border: 2px solid #3D3506;
}

#contact_page li span input:active, #contact_page li span textarea:active, #contact_page li span input:focus, #contact_page li span textarea:focus{
	background: #C6FFC6;
}

#contact_page li #button {
	clear: both;
	float: right;
	background: url(../images/button.gif);
	text-indent: -9999px;
	height: 50px;
	width: 103px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	display: block;
	font-size: 0.0001em;
	color: #FFFF99;
}

#contact_page li #button:hover {
	background: url(../images/button_hover.gif);
	color: #003300;
}


#blog_page #content {
	overflow: auto;
}