/* Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License */

/* ------------------------------- Body ---------------------------------------- */

body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

/* ------------------------------- Heading styles ------------------------------ */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* ------------------------------- Link Styles --------------------------------- */

a {
	color: #5D0E0E;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.image {
	float: left;
	margin: 0 15px 10px 0;
}

/* ------------------------------- Back ---------------------------------------- */

#back {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;   
}

/* ------------------------------- Header ------------------------------------- */
#header {
	width: 850px;
	height: 180px;
	margin: 0 auto;
	background: #000000 url(http://www.rocksolidclimb.com/images/banner.jpg);
}

#header h1 {
	float: left;
	padding: 120px 0 0 80px;
	font-size: 20px;
      color: #DD0000;
	text-transform: none;
}

#header a {
	text-decoration: none;
}

/* ------------------------------- Menu --------------------------------------- */
#menu {
	clear: both;
	width: 850px;
	height: 43px;
	margin: 0 auto;
	background: #000000 url(http://www.rocksolidclimb.com/images/img2.gif);
}

#menu h2 {
	display: none;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
	padding: 7px 15px 0 15px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	padding-left: 14px;
	padding-right: 14px;
	background: #FF0000 url(http://www.rocksolidclimb.com/images/img3.gif);
	border: 1px solid #000000;
	border-bottom: none;
}

/* -------------------------- Content --------------------------------- */

#content {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
}

/* -------------------------- Loginout --------------------------------- */

#loginout {
	float: right;
      width: 200px;
      margin-right: 10px;
	margin-bottom: 10px;
}

/* ------------------------- Sidebar ---------------------------------- */

.sidebar {
	float: right;
	width: 200px;
      margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.sidebar .heading {
	height: 26px;
	padding: 6px 0 0 10px;
	background: #FF0000 url(http://www.rocksolidclimb.com/images/img4.gif);
	border: 1px solid #000000;
	border-bottom: none;
	font-size: 1em;
	color: #FFFFFF;
}

.sidebar .content {
	background: #FFFFFF url(http://www.rocksolidclimb.com/images/img5.gif) repeat-x left bottom;
}

.sidebar .content ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.sidebar .content li {
	padding: 3px 0;
	border-top: 1px dotted #5D0E0E;
}

.sidebar .content li.first {
	border: none;
}

.sidebar .content a {
	padding-left: 10px;
	background: transparent url(http://www.rocksolidclimb.com/images/img8.gif) no-repeat left center;
	text-decoration: none;
	color: #5D0E0E;
}

.sidebar .content a:hover {
	color: #FF0000;
}

/* ------------------------- LargeSidebar ---------------------------------- */

.largesidebar {
	float: right;
	width: 300px;
      margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #666666;
}

.largesidebar .heading {
	height: 26px;
	padding: 6px 0 0 10px;
	background: #FF0000 url(http://www.rocksolidclimb.com/images/img4.gif);
	border: 1px solid #000000;
	border-bottom: none;
	font-size: 1em;
	color: #FFFFFF;
}

.largesidebar .content {
	background: #FFFFFF url(http://www.rocksolidclimb.com/images/img5.gif) repeat-x left bottom;
}

.largesidebar .content ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.largesidebar .content li {
	padding: 3px 0;
	border-top: 1px dotted #5D0E0E;
}

.largesidebar .content li.first {
	border: none;
}

/* ------------------------- SmallMain ------------------------------------ */

.smallmain {
      float: left;
      width: 500px;
	margin-left: 20px;
      margin-top: 20px;
}

/* ------------------------- Main ------------------------------------ */

.main {
      float: left;
      width: 600px;
	margin-left: 20px;
      margin-top: 20px;
}

/* ------------------------- Post ------------------------------------ */

.post {
	background: #FFFFFF repeat-x left bottom;
}

.post .title {
	padding: 0 0 0 13px;
	background: #FFFFFF url(http://www.rocksolidclimb.com/images/img9.gif) no-repeat left center;
	color: #000000;
}

.post .story {
	padding: 10px 20px;
}

/* ------------------------- Footer ---------------------------------- */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	background: #FFFFFF url(http://www.rocksolidclimb.com/images/img5.gif) repeat-x;
}

#footer p {
	padding: 10px;
	font-size: .8em;
}

/* ------------------------- 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;
	}