/*	Buckles CSS Design
	----------------------------------------
	Created: 01/03/2006
	Modified: 17/03/2006
	Author: Andrew Mason
	Contact: andrew.mason@oakbase.co.uk
	
*/

/*	Basic HTML Elements
------------------------------------------------------------------------ */
body {
	background: #e8e8e8 url(../images/grads/background.gif) top left repeat-x;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0;
	text-align: center; /* Be nice to IE hack, cancled in #containter div */
}

a:link, a:visited {
	background-color: inherit;
	color: #003399;
}

a:hover, a:active {
	background-color: inherit;
	color: #CC0000;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

hr {
	display: none;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 2em;
	padding: 1em 2em;
	background-color: whitesmoke;
	/* border-left: 2px solid #EEE; */
}

/*	Containers
------------------------------------------------------------------------  */
#container {
	border: 1px solid #999;
	background: white url(../images/header_top.gif) top center no-repeat;
	color: inherit;
	text-align: left; /* Cancel IE hack */
	margin: 0 auto;
	padding-top: 8px;
	width: 937px;
}

#main-content {
	clear: both;
}


/*	Header
------------------------------------------------------------------------  */
#header {
	background: #e6ebf4  url(../images/grads/banner.gif) top left repeat-x;
	border-top: 1px solid white;
	height: 120px;
	margin: 1px 0 1px 1px;
}


/*	Logo
----------------------------------------------------------------------- 
	Replace the H1  title with the compant logo using LIR
	more infor at: http://www.kryogenix.org/code/browser/lir/
*/
#logo h1 {
	margin: 0;

}

#logo h1 a {
	float: left;
	margin: 10px 0 0 20px;
	padding: 107px 0 0 0;
	overflow: hidden;
	background: transparent url(../images/logo.gif) top left no-repeat;
	display: block;
	height: 0 !important;
	height /**/:107px; /* IE fix */
	width: 410px;
}

/* ------------------------------------------------------------------- */


#header #logo p {
	display: none;
}

#header #quickfinder {
	background: #eef3fc url(../images/grads/quick_search.gif) bottom left repeat-x;
	border: 1px solid white;
	border-bottom: none;
	border-top: none; 
	color: inherit;
	float: right;
	width: 271px;
	padding-top: 30px;
	padding-left: 40px;
	height: 90px;
}


/*	Navigation
------------------------------------------------------------------------  */
#navigation {
	height: 3.8em;
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	float: left;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* display: block; */
	margin: 0;
	text-align: center;
}

#navigation li a:link, #navigation li a:visited {
	background: #667ea6 url(../images/grads/nav_blue.gif) bottom right no-repeat;
	border-left: 1px solid white;
	color: white;
	display: block;
	/* height: 4em;
	padding-top: 2em;*/
	height: 3em;
	padding-top: 1.7em;
	text-decoration: none;
	width: 155px;
} 

#navigation li a:hover, #navigation li a:active {
	background: #90b1cb url(../images/grads/nav_hover.gif) bottom right no-repeat;
	color: white;
} 

#active:link, #active:visited {
	background: #ead72b url(../images/grads/nav_active.gif) bottom right no-repeat    !important;
}
/*	Main Content
------------------------------------------------------------------------  */
#main-content {
	font-size: 0.8em;
	margin: 0 0 0 0;
	display: block;
	border-bottom: 1px solid white; /* IE hack: pull float container down below floats */
}


/* --( Right Collum )---------------------------------------------------- */
#right {
	/* border: 4px dashed pink; */
	/* background-color: #e8ecf5; */
	border-right: 1px solid white;
	color: inherit;
	display: block;
	float: right;
	width: 623px;
	position: relative;
	padding:  0 0 20px 0;
	margin: 0;
}

#right #snowdonia {
	display: block;
	float: left;
	width: 271px;
	padding: 0 20px;
}

#mountains {
	float: right;
}

#snowlink {
	clear: both;
	text-align: center;
	font-size: 1.2em;
	padding: 1em 0 1em 0;
}

#snowlink a:link, #snowlink a:visited {
	background: #fff367 url(../images/grads/yellow_button.gif) bottom left repeat-x;
	border: 1px solid #e9ce2f;
	color: black;
	font-weight: bold;
	padding: 1em 4em;
	text-decoration: none;
}

#snowlink a:hover, #snowlink a:active {
	background: #ffffde url(../images/grads/yellow_button_hover.gif) bottom left repeat-x;
	color: #990000;
	text-decoration: underline;
}

#right #newsevents {
	display: block;
	float: right;
	width: 271px;
	padding: 0 40px 0 0;
}

#right #newsevents ol {
	list-style-type: square;
	margin-left: 1em;
	padding-left: 0;
}

#right #newsevents li {
	margin: 1em 0 ;
}

.date {
	font-size: 1.2em;
}

/*	Snowdonia & News Events
------------------------------------------------------------------------  */
#newsevents h2, #snowdonia h2 {
	background: transparent url(../images/h2_arrows_white.gif) left center no-repeat;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0.7em 0;
	padding-left: 24px;
}

#newsevents h3 {
	background-color: inherit;
	color: #EE6600;
	/* border-top: 1px solid #BEBEBE; */
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#newsevents p {
	margin: 0 0 10px 0;
}

#main-content img {
	/* border-left: 1px solid white;  */
	/* margin-top: 1px; */
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}

#main-content p {
	margin-top: 0;
}

.right {
	font-size: 0.9em;
	text-align: right;
}

/* --( Left Collum )----------------------------------------------------- */
#left {
	display: block;
	float: left;
	width: 311px;
	padding: 0 0 0 1px;
	margin: 0;
}

#left #homecontact {
	border-bottom: 7px solid #CCC;
	list-style-type: none;
	margin: 0;
	padding: 0 0 1px 0;
	height: 3.6em; /* push down for Firefox */
}


#left #homecontact li {
	display: inline;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}

#left #homecontact a:link, #left #homecontact a:visited {
	background: #afafaf url(../images/grads/sub_nav.gif) bottom left repeat-x; 
	color: white;
	display: block;
	height: 2.6em;
	padding-top: 1em;
	text-decoration: none;
	width: 155px;
}

#left #homecontact a:hover, #left #homecontact a:active {
	background: #C9C9C9 url(../images/grads/sub_nav_hover.gif) bottom left repeat-x;
	color: white;
}

#left #contact-details {
	clear: left;
}

/* --( Contact details box )-------------------------------------------- */


#contact-details {
	background-color: #EEE;
	border-bottom: 8px solid #CCC;
	color: inherit;
	font-size: 0.9em;
	list-style-type: none;
	margin: 14px;
	padding: 24px;
}

#contact-details li {
	padding: 10px 0 10px 45px;
}

#left #tel {	background: transparent url(../images/icons/phone.gif) center left no-repeat; }
#left #fax {	background: transparent url(../images/icons/fax.gif) center left no-repeat; }
#left #email {	background: transparent url(../images/icons/email.gif) left center no-repeat; }
#left #address {	background: transparent url(../images/icons/house.gif) left 8px no-repeat; }
#left #map {	background: transparent url(../images/icons/looking_glass.gif) left 8px no-repeat; }

/*	Footer
------------------------------------------------------------------------  */

#footer {
	background-color: #999;
	border: 1px solid white;
	clear: both;
	color: #EEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-type: none;
	text-align: right;
	padding: 5px 0 10px 0;
	margin: 0;
}

#footer li {
	display: inline;
	border-left: 1px solid #CCC;
	margin: 0;
	padding: 0 2em;
}

#footer li a:link, #footer li a:visited {
	background-color: inherit;
	color: #EEE;
	text-decoration: none;
}

#footer li a:hover, #footer li a:active {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}

/*	Misc. hacks and classes
------------------------------------------------------------------------  */
.noborder {
	border: none !important;
}

.borderleft {
	border-left: 1px solid white !important;
}

.large {
	font-size: 200% !important;
}

.centered {
	text-align: center;
}

.float_left {
	float: left;
}

.red {
	color: red;
	background-color: #FFCCCC;
}

.yellow {
	background-color: #FFFFCC;
}

.show-bullets {
	list-style-type: disc !important;
}

.small {
	font-size: 0.8em;
}