
/********* General Styles *********/ 

body {
 background:#84B60E;
 font: Arial, Sans-Serif; 
 color: #000000;
 text-align:center;
 margin-top: 10px;
 padding:0;
 }

a {
text-decoration:none;
color: #84B60E;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color: gray;
background-color:inherit;
}

a img {
border:0;
}

#outer {
 width:850px;
 background: #FFFFFF;
 margin: 0 auto;
 text-align: left;
 }

/*********** Header *************/

#logo {
	position: absolute;
	width: 208px;
	height: 120px;
	z-index: 3;
	margin-top: 0px;
	margin-left: 640px;
	}

#header {
 height: 70px;
 width: 100%;
 background: #FFFFFF;
 align: center;
 margin: 0;
 }

#headerimg {
 height: 70px;
 width: 100%;
 background: url("http://www.snapclimbing.co.uk/images/headerback.jpg");
 align: center;
 margin: 0;
 }

#menucontainer {
 height: 70px;
 width: 100%;
 padding: 0;
 padding-top: 33px;
 }

/*********** Main Menu *************/

#menu { 
width: 100%; 
height: 37px; 
background: #FFF url("http://www.snapclimbing.co.uk/images/menu-bg.gif") top left repeat-x; 
font-size: 0.8em; 
font-family: "Lucida Grande", Verdana, sans-serif; 
font-weight: bold; 
list-style-type: none; 
margin: 0; 
padding: 0; 
}
#menu li { 
display: block; 
float: left; 
margin: 0 0 0 10px; 
}
#menu li a { 
height: 37px; 
color: #777; 
text-decoration: none; 
display: block; 
float: left; 
line-height: 200%; 
padding: 0px 15px 0 15px; 
}
#menu li a:hover { 
color: #333; 
}
#menu li a.current{ 
color: #FFF; 
background: #FFF url("http://www.snapclimbing.co.uk/images/current-bg.gif") top left repeat-x; 
padding: 0px 15px 0 15px; 
}
	


/***************** Main Content ***************/

#content {
 clear: both;
 background: #FFFFFF;
 width: 850px;
 padding: 0 0 0 0;
 margin-bottom: 3px;
 }


#contentimg {
 clear: both;
 background: #FFFFFF url("http://www.snapclimbing.co.uk/images/background.jpg");
 width: 100%;
 height: 550px;
 padding: 0;
 }

/* Right hand sidebar */ 

#right200 {
 font-size:0.8em;
 float:right;
 background: #FFFFFF;
 width:210px;
 height:850px;
 border-left: 1px solid #84B60E;
 padding: 50px 0 0 10px;
 }

#right200 h1 {
color:#000000;
font-size:1.1em;
padding:0;
margin: 0 0 5px 0;
}

#left620 {
 font-size:0.9em;
 float: left;
 background: #FFFFFF;
 width: 560px;
 margin-top: 30px;
 margin-left: 20px;
 margin-right: 10px;
 }

#left620 h1 {
color:#000000;
font-size:1.2em;
padding:0;
margin: 0 0 5px 0;
}

#left620 h2 {
color:#000000;
font-size:1.0em;
padding:0;
margin: 0 0 5px 0;
}

#right300 {
 font-size:0.8em;
 float:right;
 text-align: right;
 width:300px;
 padding: 120px 20px 0 0;
 }

#right300 h1 {
color:#000000;
font-size:1.1em;
padding:0;
margin: 0 0 5px 0;
}

#left520 {
 font-size:0.9em;
 float: left;
 width: 450px;
 margin-top: 30px;
 padding: 20px 0px 0 60px;
 }

#left520 h1 {
color:#000000;
font-size:1.2em;
padding:0;
margin: 0 0 5px 0;
}

#left520 h2 {
color:#000000;
font-size:1.0em;
padding:0;
margin: 0 0 5px 0;
}

#full {
 font-size:0.9em;
 width: 750px;
 padding: 50px 50px 0 50px;
 }

#full h1 {
color:#000000;
font-size:1.2em;
padding:0;
margin: 0 0 5px 0;
}

#full h2 {
color:#000000;
font-size:1.0em;
padding:0;
margin: 0 0 5px 0;
}

#fullwhite {
 font-size:0.9em;
 background: #FFFFFF;
 width: 750px;
 padding: 50px 50px 0 50px;
 }

#fullwhite h1 {
color:#000000;
font-size:1.2em;
padding:0;
margin: 0 0 5px 0;
}

#fullwhite h2 {
color:#000000;
font-size:1.0em;
padding:0;
margin: 0 0 5px 0;
}


#footer {
 clear: both;
 text-align: center;
 font-size: 0.8em;
 height: 50px;
 width: 850px;
 border-top: 1px solid #84B60E;
 margin: 0;
 padding-top: 5px;
 }

#editbox {
 	width: 730px;
	background: #CCCCCC;
	color: #000000;
	border: 1px dashed #9E1601;
	padding: 5px;
	margin-bottom: 10px;
	}

#editbox h2 {
color:#9E1601;
font-size:1.0em;
padding:0;
margin: 0 0 5px 0;
}



/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

/***** Accordian Menu *****/

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 10px;
padding: 0;
text-align: left;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}


/* ------------------------- Lightbox ---------------------------------- */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* ------------------------- Highslide ---------------------------------- */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 500px;
    height: 400px;
    padding: 5px;
    background-image: url(images/background.jpg);
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
