/* GENERAL STYLING */
 
*{ 
margin:0; 
padding:0; 
} 

img {
border:none;
}
  
body {
font-family: Arial, Helvetica, Verdana, Sans-Serif;
color: #010101;
font-size: 0.74em;
line-height: 15px;
background-color: #405053;
}

.image-right{
margin: 10px;
border: 0;
float: right;
}

.image-left{
margin: 10px;
border: 0;
float: left;
}

a, a:visited {
color:#000;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:underline;
}
 
#weather-widget {
text-align:center;
margin:7em 0 0 0;
}

.rhc-images img {
margin: 10px 0;
}


/* HEADER STYLING */

#header {
float:left;
width:100%;
padding:0;
margin:0;
}

#masthead, #cycle-menu {
float: left;
}

#accessibility-menu {
float:right;
}

#search-site {
float: right;
}

#masthead {
width: 960px;
height: 245px;
border-bottom: #fff solid 15px;
}

#top-container {
padding: 5px; 
width: 100%;
font-size: 0.90em;
font-weight: bold;
color: #fff;
height: 25px;
background-color: #7F7E00;
}

#top {
margin:0 auto;
padding: 0 20px; 
width: 940px;
}

#top li {
display: inline;
}

#top a {
color: #FFFFFF;
text-decoration: none;
}

#top a:hover {
text-decoration: underline;
}

#accessibility-menu {
margin-right: 10px;
}

#cycle-menu, #accessibility-menu {
padding: 5px 0;
}

/* COLUMN CLASSES */

#page{ 
clear:left;
position:relative; 
width: 960px;
margin: 0 auto;
padding: 0 10px;
background-color: #FFFFFF;
} 


/* CLASSES FOR THREE COLUMN LAYOUT */

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/* Left column background colour */
	background:#e2e4d9 url(mtb-navmenu-lower.jpg) no-repeat left bottom ;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:165px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-470px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 485px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:165px;
	position:relative;
	margin-left:-50%;
	left:305px;
	overflow:hidden;
}

#col3 {
	float:left;
	width:305px;
	position:relative;
	left:0px;
	overflow:hidden;
}


/* CLASSES FOR TWO COLUMN LAYOUT */



/* column container */
.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column left menu settings */

.leftcolumn {
background:#e2e4d9 url(mtb-navmenu-lower.jpg) no-repeat left bottom ;
}

.leftcolumn .colright {
float:left;
width:200%;
position:relative;
left:165px;
background:#fff;
}

.leftcolumn .col1wrap {
float:right;
width:50%;
position:relative;
right:180px;
padding-bottom:1em;

}

.leftcolumn .col1 {
margin:0 20px 0 195px;
position:relative;
right:100%;
overflow:hidden;
}

.leftcolumn .col2 {
float:left;
width:140px;
position:relative;
right:165px;
background-color:#e2e4d9;
padding-bottom:10px;
}



.2col-copy {
	padding: 10px 0px;
	clear:both;
	display:block;
}

.2col-copy ul {
padding: 0 20px;
}

.2col-copy p {
	padding: 5px 0px;
	line-height: 16px;
}



/* LEFT COLUMN (NAV MENU) STYLING */

#left {
	width: 135px;
	padding: 20px 15px 20px 15px;
	background: url(mtb-navmenu-upper.jpg) left top no-repeat;
}

.left-homelink{
padding:20px 0;
}

.left-home {
	background-color:#e2e4d9;
	width: 135px;  
	float:left;
	padding-left:15px;
}


#navigation {
font-size:0.9em;
font-weight:bold;
}

.lev2-active {
font-weight:bold;
color:#7f7e00;
padding:7px 0;
}

.lev2-link{
font-weight:bold;
color:#000;
padding:7px 0;
}

.lev2-link a, .lev2-link a:visited {
text-decoration:none;
color:#000;
}

.lev2-link a:hover{
text-decoration:underline;
color:#333;
}

.lev3-link{
border-top:1px dashed #444444;
font-weight:bold;
color:#000;
padding:7px 0;
}

.lev3-active {
font-weight:bold;
border-top:1px dashed #444444;
color:#7f7e00;
padding:7px 0;
}

.lev3-active a, .lev3-active a:visited {
text-decoration:none;
color:#000;
}

.lev3-active a:hover{
text-decoration:underline;
color:#333;
}


.lev3-link a, .lev3-link a:visited {
text-decoration:none;
color:#000;
}

.lev3-link a:hover{
text-decoration:underline;
color:#333;
}

.lev4-active {
font-weight:bold;
color:#7f7e00;
padding:7px 0 7px 5px;
}

.lev4-link{
font-weight:normal;
color:#000;
padding:0px 0 7px 5px;
}

.lev4-link a, .lev4-link a:visited {
text-decoration:none;
color:#000;
}

.lev4-link a:hover{
text-decoration:underline;
color:#333;
}


/* CENTRAL COLUMN (MAIN CONTENT) STYLING */


#breadcrumb, #copy, .2col-copy {
	float: left;
	width: 450px;
}

#breadcrumb li {
	display: inline;
	font-size: 0.90em;
	text-decoration: underline;
}

#breadcrumb a {
	color: #010101;
}

#breadcrumb a:hover {
	text-decoration: underline;
	background-color:#fff;
}

.currentpage{
text-decoration:none;
color:#7f7e00;
font-weight:bold;
}


#copy {
	padding: 10px 0px;
}

#copy ul {
padding: 0 20px;
}


#copy p {
	padding: 5px 0px;
	line-height: 16px;
}

#copy h2 a, #copy h2 a:visited  {
color:#000;
text-decoration:none;
}

#copy h2 a:hover {
color:#000;
text-decoration:underline;
}

#copy a, #copy a:visited  {
color:#000;
text-decoration:underline;
}

#copy a:hover {
color:#000;
text-decoration:none;
}

/*************************PHOTO GALLERY*************************************/

/*************************GENERAL CLASSES***********************************/
#gallery-images {
list-style: none;
padding: 0;
margin: 0;
}

#gallery-images li {
border:solid #004531; /* colour of lines around thumbnail*/
border-width: 1px; /* lines around the thumbnails */
background:#fff; /* colour behind thumbnail image */
padding:5px; /* space around each thumbnail */
position:relative;
margin:5px; /* space between thumbnail holders */
text-align: center;
float: left;
position: relative;
width: 110px;
height: 110px;
}

#gallery-images a:hover {
float: none;
}

#gallery-images a {
width: 110px;
height: 110px;
display: table-cell;
text-align: center; 
vertical-align: middle;
background: #fff;
}

#gallery-images a img {
vertical-align: middle;
text-align: center;
}

#gallery-images a span.gallery-pop {
position:absolute;
left:-9999px;
}

#gallery-images a:hover span.gallery-pop {
top:5px;
left: 0;
width: 120px;
text-align: center;
background:#FFF;
color:#004531;
padding:5px 0px 5px 0px;
font-size:80%;
border:1px solid #004531;
border-width:0 0 3px 0; 
}

/*************************PHOTO GALLERY*************************************/

/*************************GENERAL CLASSES***********************************/
#gallery-images {
list-style: none;
padding: 0;
margin: 0;
}

#gallery-images li {
border:solid #004531; /* colour of lines around thumbnail*/
border-width: 1px; /* lines around the thumbnails */
background:#fff; /* colour behind thumbnail image */
padding:5px; /* space around each thumbnail */
position:relative;
margin:5px; /* space between thumbnail holders */
text-align: center;
float: left;
position: relative;
width: 110px;
height: 110px;
}

#gallery-images a:hover {
float: none;
}

#gallery-images a {
width: 110px;
height: 110px;
display: table-cell;
text-align: center; 
vertical-align: middle;
background: #fff;
}

#gallery-images a img {
vertical-align: middle;
text-align: center;
}

#gallery-images a span.gallery-pop {
position:absolute;
left:-9999px;
}

#gallery-images a:hover span.gallery-pop {
top:5px;
left: 0;
width: 120px;
text-align: center;
background:#FFF;
color:#004531;
padding:5px 0px 5px 0px;
font-size:80%;
border:1px solid #004531;
border-width:0 0 3px 0; 
}



/**********************************Thumbnail Viewer*************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .galleryfooterbar{ /*Footer DIV of thumbbox that contains "close" link */
font-size: 0.9em;
letter-spacing:2px;
line-height: 1.3em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
font-size: 1.2em;
color: white;
text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
font-size:1.2em;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*************************END GALLERY***********************/

/**************PICASSA POPULATED PHOTO GALLERY**********************/


/* Picasa gallery common styling */

a {color:#000;}
a:hover {text-decoration:underline;}
a:visited {color:#000;}

/* Picassa gallery images styling */

.picassa-photo {
padding:0px; 
color:#004731;
background:#fff; 
width:750px; 
/*height:1000px; */
text-align:left;
margin-left:0px;
margin-bottom:25px;
}

.picassa-photo ul {
list-style:none;
padding:0; 
margin:0; 
width:750px; 
background:#fff; 
position:relative; 
/*height:500px;*/
}

.picassa-photo ul li {
display:inline; 
width:100px; 
height:130px; 
float:left; 
margin:8px 8px 8px 0;
text-align:center;
border:solid #000; /* colour of lines around thumbnail*/
border-width: 1px; /* lines around the thumbnails */
background:#fff; /* colour behind thumbnail image */
padding:8px; /* space around each thumbnail */
color: #004731;
}

.picassa-photo ul li a {
display:block; 
width:100px; 
height:100px; 
cursor:default; 
padding:0;
margin:0;
text-decoration:none;
line-height:1.4;
font-size:0.8em;
}

.picassa-photo ul li a img {
display:block; 
width:100px; 
height:100px; 
text-align:center;
}

.picassa-photo ul li a:hover {
white-space:normal;
position:relative;
}

.picassa-photo ul li a.hor {
padding: 0;
margin:0;
}

.picassa-photo ul li a.vert {
padding: 0;
margin:0;
}

/*
.picassa-photo ul li a.vert:hover img {position:absolute; left:0px; top:0px; width:100px; height:100px; border-color:#fc0;}
.picassa-photo ul li a.hor:hover img {position:absolute; left:0px; top:0px; width:100px; height:100px; border-color:#fc0;}

.picassa-photo ul li a:active, .photo ul li a:focus {position:static; outline:0;}

.picassa-photo ul li a:focus.vert img, .photo ul li a:active.vert img {background-color:#000; position:absolute; left:260px; top:0; width:240px; height:320px; border:1px solid #fc0; padding:5px 45px;}
.picassa-photo ul li a:focus.hor img, .photo ul li a:active.hor img {background-color:#000; position:absolute; left:260px; top:0; width:320px; height:240px; border:1px solid #fc0; padding:45px 5px;}
.picassa-photo ul li a:focus b, .photo ul li a:active b {display:block; position:absolute; width:204px; height:150px; border:1px solid #666; top:165px; left:0; color:#ddd; font-weight:normal; padding:6px;}
*/

.picasa-linktext{
font-size:1.4em;
font-style:bold;
margin:2em 1em 1em 2em;

}


/*END**********PICASSA POPULATED PHOTO GALLERY******************END*/

/* *******************MTB NEWS DISPLAY CLASSES********************* */


#latest-news-events {
background: url(mtb-bg-newsmiddle.jpg) repeat-y;
width: 275px;

margin-top: -5px;
padding: 0px 15px 15px 15px;
}

.mtb-news-title {
padding: 0 0 15px 0;
border-bottom: 1px dashed #444444;
}

.mtb-news-item {
border-bottom: 1px dashed #444444;
font-weight: bold;
font-size: 0.90em;
line-height: 13px;
padding: 5px 0;
}

.mtb-news-headline a{
text-decoration:none;
color:#000;
}

.mtb-news-headline a:hover{
text-decoration:underline;
color:#7f7e00;
}

.mtb-news-date {
	font-weight: normal;
}

.mtb-news-readmore {
	float:right;
	font-weight: bold;
	margin-top:-10px;
}

.mtb-news-readmore a, .mtb-news-readmore a:visited{
	text-decoration: none;
	color: #000;
}

.mtb-news-readmore a:hover{
	text-decoration: underline;
	color: #7f7e00;
}
/*
.latest-news-txt {
	border-bottom: 1px dashed #444444;
	width: 275px;
}

.latest-news-txt p {
	padding: 5px 0px;
	font-size: 0.90em;
	line-height: 13px;
}

.gtga_np_NewsItem {
	/*padding: 10px 10px 10px 20px;*/
	padding: 5px 0px;
	font-size: 0.90em;
	line-height: 13px;
	border-bottom: 1px dashed #444444;
	font-weight:bold;
}

.gtga_np_NewsHeader {

}
.gtga_np_NewsItem a {
	color: #005939;
	text-decoration: none;
	font-weight: bold;
}
.gtga_np_NewsItem a:visited {
	color: #005939;
	text-decoration: none;
	font-weight: bold;
}
.gtga_np_NewsItem a:hover {
	color: #005939;
	text-decoration: underline;
	font-weight: bold;
}

.gtga_np_NewsDetail {
color:#0000cc;
font-weight:normal;
}

*/

.mtb-news-list-all {
width:100%;
}

.mtb-news-list-headline{
width:100%;
margin-bottom:10px;
}

.mtb-news-list-headline a, .mtb-news-list-headline a:visited {
font-weight:bold;
font-size:115%;
color:#000;
text-decoration:none;
}

.mtb-news-list-headline a:hover {
text-decoration:underline;
}

.mtb-news-list-summary {
width:80%;
float:left;
}

.mtb-news-list-image {

}

.mtb-news-list-info {
clear:both;
padding-bottom:2.5em;
border-bottom: 1px dashed #444444;
padding-top:1em;
}

.mtb-news-list-date {
float:left;
font-size:95%;
}

.mtb-news-list-readmore {
float:right;
font-weight:bold;
}

.mtb-news-list-readmore a, .mtb-news-list-readmore a:visited {
font-size:110%;
text-decoration:none;
}

.mtb-news-list-readmore a:hover {
text-decoration:underline;
}

.mtb-news-list-image {
float:right;
width:17%;

}

/* CONTENT - SITEMAP */

#sitemap ul{
list-style-type:none;
padding-left:2em;
margin-right:0;
}

#sitemap li{
list-style-type:none;
padding-top:5px;
padding-bottom:5px;
margin-right:0;

}

#sitemap li.link1, #sitemap li.link2, #sitemap li.link3, #sitemap li.link4, #sitemap li.link5, #sitemap li.link6{
list-style-type:square;
padding-top:5px;
padding-bottom:5px;
color:#8684B0;
}

/* CONTENT - SEARCH RESULTS PAGE */

#searchbox{
padding:20px;
border:1px #C2510F solid;
}

.searchresults .send-buttons{
margin-left:20px;
}

.searchresults .feedback-label{
width:10em;
}

.searchresults{
padding-bottom:17px;
}

.searchresult{
margin-top:17px;
margin-bottom:17px;
}

.searchimage{
float:left;
clear:both;
}

.searchtext{
margin-bottom:17px;
clear:right;
}

.searchdate{
line-height:2em;
font-size:90%;
text-transform:uppercase;
}

.searchresult a{

}

a.nextpage{
background-position:right;
margin-left:5px;
}

a.lastpage{
margin-right:5px;
}

#search-result-links{
margin-bottom:20px;
}

#search-result-links a{
margin-left:2px;
margin-right:2px;
}

/* RIGHT COLUMN (FEATURE LINKS) STYLING */


#search-site, #search-site p, #find-a-route, #latest-news-events, .latest-news-txt, #view-gallery {
	float: left;
}

#search-site {
	background: url(mtb-search.jpg) left top no-repeat;
	width: 305px;
	height: 55px;
	padding: 15px 0 0 0;
}

#search-site p {
margin-left:15px;
}

#search-site #search {
	width: 200px;
	padding: 2px 3px;
	color: #010101;
	margin: 10px 10px 0px 0px;
	height: 15px;
}

#search-site #send {
	width: 45px;
	height: 45px;
	margin-left:-18px;
}


#find-a-route {
	background: url(mtb-findroute.jpg) no-repeat left top;
	width: 305px;
	height: 160px;
	margin-top: 5px;
	padding: 20px 0 0 0;
}



#view-gallery {
	background: url(mtb-viewgallery.jpg) no-repeat left top;
	width: 305px;
	height: 215px;
	margin-top: 5px;
	padding: 20px 0 0 0;
}

.find-a-route-content, .view-gallery-content {
margin-left: 15px;
}

#find-a-route ul, #view-gallery ul {
	padding: 5px 0;
}

#view-gallery ul {
margin-left:-15px;
text-align:center;
}

#find-a-route li, #view-gallery li {
	float: left;
	display: block;
	margin-right: 2px;
}


#find-a-route ul img, #view-gallery ul img {
	border: 1px solid #FFFFFF;
}


/* FOOTER STYLING */

#footer {
	clear: both;
	width: 940px;
	height: 175px;
	background: url(mtb-footer.jpg) no-repeat top left;
	padding: 30px 10px;
	font-size: 0.90em;
	border-top: #fff solid 15px;
}


#national-parks, #footer ul {
	float: left;
}

#national-parks {
	padding-left: 5px;
}

#footer ul {
	list-style-type: none;
	display: block;
	padding-left: 35px;
	line-height: 16px;
	font-weight:bold;
}

#footer a {
	color: #010101;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color:#010101;
}

/* Contact Details */

#contact-details {
	float: right;
	width: 350px;
	color: #010101;
	line-height: 14px;
}

#contact-details p {
	padding: 5px 0px 5px 60px;
}

#contact-details a {
	text-decoration: underline;
}

#contact-details a:hover {
	text-decoration: none;
}



/* FOOTER END */



/* ***************** Classes for links and file types **************** */

/* Adobe pdf files */
a.pdf {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_pdf.gif) center left no-repeat;
}

/* Microsoft Excel files */
a.excel {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_excel.gif) center left no-repeat;
}

/* Microsoft Word files */
.word {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_word.gif) center left no-repeat;
}

/* Microsoft Powerpoint files */
a.publisher {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_pps.gif) center left no-repeat;
}

/* JPG Image files */
a.jpeg {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_image.gif) center left no-repeat;
}*/

/* MP3 audio files */
a.mp3 {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_audio.gif) center left no-repeat;
}

/* Memory Map mmo files */
a.memorymap {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_mmo.gif) center left no-repeat;
}

/* Tracklogs gpx files */
a.gpxmap {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_gpx.gif) center left no-repeat;
}


/* Text files */
a.txt {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_txt.gif) center left no-repeat;
}

/* External Links */
a[href ^="http:"], .extlink {
display:inline-block;
padding:2px 0px 2px 15px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_elink.png) center left no-repeat;
}

/* Email */
a[href ^="mailto:"], .mailtolink {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_mailto.gif) center left no-repeat;
}


/* Removal of icons from various classes */
#national-parks a, #view-gallery ul li a {
	background-image: none;
	padding: 0;
}


.help-message {
border: #004731 1px solid;
float: right;
margin: 0.5em 0.5em 0.5em 1em;
padding: 0.75em 0.5em;
width: 30%;
text-align:center;
}

.help-message-wide {
text-align:center;
margin-left:auto;
margin-right:auto;
border: #004731 1px solid;
padding: 0.75em 0.5em;
width: 70%;
}
