/*

	CLIMB THE MOUNTAINS by ERSKINE DESIGN
	VERSION 1.0
	
	CONTENTS ----------
	
	   	1.BODY
	   	2.DEFAULT STYLING
	   	3.HEADINGS
	   	4.LINKS
	   	5.IMAGES
	   	6.LAYOUT
	   	7.BRANDING/MASTHEAD
	   	8.NAVIGATION
		9.SITEINFO/FOOTER
		10.GLOBAL ELEMENTS
			10.1 CAPTIONED IMAGE
			10.2 ELEVATION
			10.3 DISTANCE/ELEVATION PARAGRAPH
		11.HOMEPAGE
			11.1 CONTENT PRIMARY
			11.2 CONTENT SECONDARY
			11.3 CONTENT TERTIARY
	   
    -------------------
    
    COLOURS -----------
    
		blue #278dab
        green #339900    

    -------------------
	
*/



@import url(reset.css); /* RESET CSS */



/* 1.BODY
---------------------------------------------------------------------- */

body { background:#fff; color:#000; font-family:Georgia,serif; font-size:14px; line-height:18px; }

ul#nav_access { position:absolute; top:-9999px; left:-9999px; }



/* 2.DEFAULT STYLING
---------------------------------------------------------------------- */

p,ul,dl,ol { margin-bottom:18px; }

ul { list-style:square; }
ul li { margin-left:15px; }
ol { list-style:decimal; }
ol li { margin-left:30px; }

hr { height:0; border:none; background:none; border-top:1px dotted #ccc; }

blockquote { font-family:"Palatino-Roman","Palatino","PalatinoLinotype-Roman","Palatino Linotype",Times,sans-serif; font-style:italic; font-size:14px; line-height:24px; }
blockquote p { margin-bottom:12px; }
blockquote cite { font-size:11px; color:#333; text-transform:uppercase; letter-spacing:1px; color:#666; }

abbr { border-bottom:1px dotted #ccc; cursor:help; }
del { color:#666; }
strong { font-weight:bold; }
em { font-style:italic; }

table { border-top:1px solid #ccc; }
table a { color:#000; }
table a:hover,
table a:focus { color:#000; text-decoration:underline; }
table td { border-bottom:1px solid #ccc; background:#f4f6de; padding:5px 0; }
table tr.alt td { background:#fff; }



/* 3.HEADINGS
---------------------------------------------------------------------- */

h1,h2,h4,h5 { font-family:Helvetica,Arial,sans-serif; font-weight:bold; line-height:1em; }

h1 { font-size:36px; }

h2 { font-size:22px; margin-bottom:20px; }
h2 span { font-weight:normal; color:#339900; }
h2 a.more { font-size:12px; font-weight:normal; color:#666; font-style:italic; }
h2 a.more:hover,
h2 a.more:focus { color:#333; }

h3 { font-size:18px; margin-bottom:15px; font-weight:normal; }
h3 a { color:#000; }
h3 a:hover,
h3 a:focus { color:#000; text-decoration:underline; }

h4 { font-size:14px; margin-bottom:10px; }

h5 { font-size:12px; color:#666; text-transform:uppercase; letter-spacing:1px; }



/* 4.LINKS
---------------------------------------------------------------------- */

a { color:#278dab; text-decoration:none; }
a:hover,
a:focus { color:#186176; }



/* 5.IMAGES
---------------------------------------------------------------------- */

img.avatar { border:2px solid #fff; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -webkit-box-shadow:1px 1px 5px #999; -moz-box-shadow:1px 1px 5px #999; }

.polaroid { border:5px solid #fff; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -webkit-box-shadow:1px 1px 5px #999; -moz-box-shadow:1px 1px 5px #999; }



/* 6.LAYOUT
---------------------------------------------------------------------- */

div#page { width:1000px; margin:0 auto; }

div#content_wrapper { width:1000px; float:left; }



/* 7.BRANDING/MASTHEAD
---------------------------------------------------------------------- */

div#branding { border-bottom:3px solid #000; position:relative; margin-bottom:45px; overflow-y:hidden; }

div#branding h1 { width:365px; padding:20px 0 30px 0; }
div#branding h1 a { color:#000; }
div#branding h1 a:hover,
div#branding h1 a:focus { color:#000; background:#ffffcc; }

div#branding h2 { width:365px; float:left; font-weight:normal; color:#999; font-size:18px; line-height:24px; }

div#account_summary { background:#e8f9e9; border:1px solid #d3e4d3; border-top:none; position:absolute; top:0; right:0; padding:10px 4px 10px 56px; width:148px; font-size:12px; font-style:italic; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
div#account_summary p { margin-bottom:2px; color:#555; }
div#account_summary a { color:#555; text-decoration:underline; }
div#account_summary a:hover,
div#account_summary a:focus { color:#000; }
div#account_summary img { position:absolute; top:9px; left:7px; }
div#account_summary p.action { margin:0; font-family:Verdana,sans-serif; font-size:9px; font-weight:bold; font-style:normal; text-transform:uppercase; color:#999; }
div#account_summary p.action a { color:#999; text-decoration:none; }
div#account_summary p.action a:hover,
div#account_summary p.action a:focus { color:#666; }

div#branding blockquote { position:relative; width:505px; float:right; padding:0 70px 20px 0; background:url(../images/site/branding_johnmuir.jpg) no-repeat right top; z-index:2; }

form#route_search { position:absolute; bottom:0; left:0; width:335px; background:#f4f6de; padding:9px; border:1px solid #dfe1c9; border-top-left-radius:3px; -moz-border-radius-topleft:3px; -webkit-border-top-left-radius:3px; border-top-right-radius:3px; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; }
form#route_search h5 { font-size:10px; margin-bottom:5px; }
form#route_search label { display:none; }
form#route_search input[type="text"] { border:2px solid #dfe1c9; width:120px; padding:3px; font-family:Verdana,sans-serif; font-size:10px; color:#666; margin-right:7px; }
form#route_search input[type="text"]:focus { border-color:#aaac97; color:#000; }
form#route_search input[type="submit"] { background:#c8cab6; border:none; cursor:pointer; font-family:Verdana,sans-serif; font-weight:bold; color:#fff; text-shadow:1px 1px 2px #777; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; margin-left:7px; }
form#route_search input[type="submit"]:hover { background-color:#aaac97; }



/* 8.NAVIGATION
---------------------------------------------------------------------- */

ul#navigation_pri { list-style:none; margin:0; position:absolute; top:0; left:415px; font-size:19px; font-weight:bold; font-family:Helvetica,Arial,sans-serif; z-index:1; }
ul#navigation_pri li { float:left; margin:0; padding:30px 10px 0 10px; height:3000px; }
ul#navigation_pri li a { color:#000; }
ul#navigation_pri li a:hover,
ul#navigation_pri li a:focus { color:#333; text-decoration:underline; }

.home ul#navigation_pri li.nav_home,
.routes ul#navigation_pri li.nav_routes { background-color:#f5f5f5; }
.home ul#navigation_pri li.nav_home a { color:#278dab; background:#f5f5f5 0 center no-repeat; padding:0 0 0 20px; }
.routes ul#navigation_pri li.nav_routes a { color:#278dab; background:#f5f5f5 0 center no-repeat; padding:0; }
.home ul#navigation_pri li.nav_home a:hover,
.home ul#navigation_pri li.nav_home a:focus,
.routes ul#navigation_pri li.nav_routes a:hover,
.routes ul#navigation_pri li.nav_routes a:focus { text-decoration:none; color:#000; }
.home ul#navigation_pri li.nav_home a { background-image:url(../images/site/nav_back.gif); }



/* 9.SITEINFO/FOOTER
---------------------------------------------------------------------- */

div#siteinfo { clear:both; padding:45px 0 0 0; font-family:Helvetica,Arial,sans-serif; font-weight:bold; font-size:12px; position:relative; }

ul#navigation_foot { list-style:none; margin:0 0 15px 0; }
ul#navigation_foot li { margin:0; padding-right:10px; display:inline; }
ul#navigation_foot li:first-child a { color:#000; }
ul#navigation_foot li:first-child a:hover,
ul#navigation_foot li:first-child a:focus { text-decoration:underline; }

p#siteinfo_copyright { font-size:11px; color:#999; }
p#siteinfo_copyright a { color:#999; }
p#siteinfo_copyright a:hover,
p#siteinfo_copyright a:focus { color:#666; }

p#siteinfo_disclaimer { font-size:10px; line-height:18px; color:#B0B0B0; width:260px; position:absolute; right:0; top:41px; padding:0 60px 0 0; }
p#siteinfo_disclaimer a.erskine { display:block; width:55px; height:50px; text-indent:-9999px; background:url(../images/site/siteinfo_erskine_link.gif) no-repeat 0 0; position:absolute; top:3px; right:0; }
p#siteinfo_disclaimer a.erskine:hover,
p#siteinfo_disclaimer a.erskine:focus { background-position:0 -50px; }



/* 10.GLOBAL ELEMENTS
---------------------------------------------------------------------- */

/* 10.1 CAPTIONED IMAGE ------------ */

	div.captioned_image { position:relative; }
	div.captioned_image p.caption { position:absolute; bottom:0; left:0; margin:0; background:rgba(0,0,0,0.5); color:#fff; font-size:13px; line-height:16px; font-style:italic; padding:5px; }

/* 10.2 ELEVATIONS ------------ */	
	
	.home div#route_elevation { clear:both; background:#dff1f1 url(../images/site/elevation_home.gif) 0 bottom no-repeat; position:relative; height:195px; }
	.home div#route_elevation li.marker_01 { top:123px; left:97px; }
	.home div#route_elevation li.marker_02 { top:50px; left:237px; }
	.home div#route_elevation li.marker_03 { top:95px; left:377px; }
	.home div#route_elevation li.marker_04 { top:137px; left:517px; }
	div#route_elevation ul { list-style:none; margin:0; font-family:Verdana,sans-serif; font-size:9px; font-weight:bold; }
	div#route_elevation ul li { margin:0; position:absolute; }
	div#route_elevation ul li a { color:#333; display:block; background:url(../images/site/elevation_marker.png) no-repeat 0 5px; padding:0 0 0 15px; }
	div#route_elevation ul li a:hover,
	div#route_elevation ul li a:focus { color:#000; }
	div#route_elevation ul li a img { display:none; }
	div#route_elevation ul li a:hover img,
	div#route_elevation ul li a:focus img { display:block; width:40px; height:40px; padding:4px 9px 10px 12px; position:absolute; top:-16px; right:-65px; background:url(../images/site/elevation_marker_image_bg.png) no-repeat 0 0; }

/* 10.3 DISTANCE/ELEVATION PARAGRAPH ------------ */

	p.dist_elev { margin:0; font-family:Verdana,sans-serif; font-weight:bold; font-size:10px; color:#339900; }



/* 11.HOMEPAGE
---------------------------------------------------------------------- */

/* 11.1 CONTENT PRIMARY ------------ */

	.home div#content_pri { float:left; width:1000px; padding-bottom:30px; margin-bottom:30px; border-bottom:1px dotted #ccc; }

	div#route_stats { float:left; width:660px; }

	ul#route_nav { list-style:none; font-family:Verdana,sans-serif; font-size:11px; font-weight:bold; float:left; margin:0; }
	ul#route_nav li { float:left; margin:0; padding:7px 10px; }
	ul#route_nav li a { color:#666; }
	ul#route_nav li a:hover,
	ul#route_nav li a:focus { color:#333; }
	ul#route_nav li.cur { background:#dff1f1; -moz-border-radius-topleft:3px; -webkit-border-top-left-radius:3px; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; }
	ul#route_nav li.cur a { color:#000; }

	ul#route_action { list-style:none; font-size:9px; font-weight:bold; font-family:Verdana,sans-serif; float:right; margin:8px 0 0 0; }
	ul#route_action li { float:left; }
	ul#route_action li a { padding-left:16px; background-repeat:no-repeat; background-position:0 0; color:#666; }
	ul#route_action li a:hover,
	ul#route_action li a:focus { color:#333; }
	ul#route_action li.share a { background-image:url(../images/site/icon_share.gif); }
	ul#route_action li.print a { background-image:url(../images/site/icon_print.gif); }
	ul#route_action li.edit a { background-image:url(../images/site/icon_edit.gif); }

	.home div#content_pri div.captioned_image { width:310px; float:right; margin:32px 0 0 0; }
	
/* 11.2 CONTENT SECONDARY ------------ */

	.home div#content_sec { padding-bottom:30px; clear:both; overflow:hidden; }

	div#your_routes { width:320px; float:left; margin-right:20px; }
	div#your_routes ul { list-style:none; background:#eee; border-top:1px solid #ddd; }
	div#your_routes ul li { margin:0; padding:10px 10px 10px 84px; border-bottom:1px solid #ddd; overflow:hidden; background:url(../images/site/routes_latest_grad.gif) repeat-x 0 bottom; }
	div#your_routes ul li h3 { font-size:16px; margin-bottom:5px; }
	div#your_routes ul li a img { float:left; border:2px solid #ccc; position:relative; left:-74px; margin:0 -64px 0 0; }
	div#your_routes ul li a:hover img,
	div#your_routes ul li a:focus img { border-color:#999; }
	
	p.route_new a { padding:5px 5px 5px 20px; background:#339900 url(../images/site/icon_add.gif) no-repeat 5px center; color:#fff; text-shadow:1px 1px 2px #666; font-family:Helvetica,Arial,sans-serif; font-weight:bold; font-size:12px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; }
	p.route_new a:hover,
	p.route_new a:focus { color:#fff; background-color:#278dab; }
	
	div#your_recommended { width:320px; float:left; }
	div#your_recommended img { border:5px solid #ccc; margin-bottom:10px; }
	div#your_recommended p { margin-bottom:10px; }
	
	div#others_routes { width:320px; float:right; }
	div#others_routes ul { list-style:none; border:1px solid #dedeaf; background:#ffffcc; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0; padding:10px; }
	div#others_routes ul li { margin:0; padding:10px 55px 10px 0; position:relative; border-bottom:1px solid #dedeaf; border-top:1px solid #fff; }
	div#others_routes ul li h3 { margin-bottom:5px; }
	div#others_routes ul li img { position:absolute; top:10px; right:10px; }
	div#others_routes ul li p.username { margin:3px 0 0 0; font-style:italic; font-size:12px; }
	div#others_routes ul li p.username a { color:#666; }
	div#others_routes ul li p.username a:hover,
	div#others_routes ul li p.username a:focus { text-decoration:underline; }
	
	div#others_routes ul li:first-child { padding-top:0; border-top:none; }
	div#others_routes ul li + li + li + li { padding-bottom:0; border-bottom:none; }
	
/* 11.3 CONTENT TERTIARY ------------ */

	.home div#content_ter { border:1px dotted #ccc; border-right:none; width:1000px; padding:30px 0 30px 30px; margin:0 0 0 -30px; float:left; position:relative; }
	
	.home div#content_ter h2 { width:10px; height:83px; position:absolute; left:-8px; top:105px; text-indent:-9999px; background:#fff url(../images/site/community_home_h2.gif) no-repeat center center; padding:3px; }
	
	.home div#content_ter h4 { margin-bottom:20px; }
	
	div#community_forums { width:485px; float:left; }
	div#community_forums table { width:485px; }
	div#community_forums table td.user a { color:#339900; font-size:12px; font-style:italic; text-decoration:underline; }
	div#community_forums table td.user a:hover,
	div#community_forums table td.user a:focus { color:#003300; }
	div#community_forums table td.date { font-family:Verdana,sans-serif; font-weight:bold; text-align:center; font-size:10px; color:#666; } 
	
	div#community_flickr { width:450px; float:right; }
	div#community_flickr h4 a span.flickr { color:#d81ac4; }
	div#community_flickr ul { list-style:none; margin:0 -15px 0 0; }
	div#community_flickr ul li { float:left; margin:0 15px 15px 0; border:4px solid #fff; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -webkit-box-shadow:1px 1px 5px #999; -moz-box-shadow:1px 1px 5px #999; }