/* @override 
	http://www.campforestsprings.org/images/summer_youth_2009/youth_wilderness.css
	http://www.campforestsprings.org/css/summer_youth_2009/youth_wilderness.css
*/

@import "http://www.campforestsprings.org/css/base/reset.css";

/* Importing the global reset file */

@import "http://www.campforestsprings.org/css/base/text.css";

/* Importing the general text styles */

@import "http://www.campforestsprings.org/css/base/960.css";

/* Importing the grid styles */

/* The following styles are independant from the 960gs */
body{
	background: #282724 url(http://www.campforestsprings.org/images/summer_youth_2009/wilderness/body_bg.jpg) repeat-x;
}

#main_text img {
	margin-bottom: 25px;
}

#main_wrapper {
	background: url(http://www.campforestsprings.org/images/summer_youth_2009/wilderness/climber_bg.jpg) no-repeat 0 50px;
}

img#logo {
	position: relative;
	top: 25px;
	right: 50px;
}

#main_text p.trip_details {
	margin: 5px 0px;
	padding: 5px;
	font-style: italic;
	border-bottom: 1px solid #383738;
	border-top: 1px solid #383738;
	background-color: #2e2d2a;
	border-left: 25px solid #383738;
}

#footer {
	margin-top: 25px;
	background-color: #2e2d2a;
	border-bottom: 1px solid #383738;
	border-top: 1px solid #383738;
}

#utilities {
	margin: 700px 0 0;
}


#utilities h3{
	color: #ccc;
}

#main_text h1, #main_text h2 {
	color: #ccc;
}
#main_text h2{
	margin-bottom: 0;
	padding-bottom: 0;
}

#main_text p, #utilities p{
	color: #999;
}
p.last{
	margin-bottom: 0;
}
div.info-toggle{
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
}

#main_text div.hidden h3 {
	color: #ccc;
}

div#player { margin-bottom: 20px;}

div.hidden{
	padding: 15px 15px 0;
	border-top: 1px solid #383738;
	border-right: 1px solid #383738;
	border-bottom: 1px solid #383738;
	border-left: 25px solid #383738;
	background-color: #2e2d2a;
	margin-bottom: 25px;
}

a.toggle:link, a.toggle:visited {
	text-decoration: underline;
	color: #7b7b7b;
}

a.toggle:hover, a.toggle:active {
	text-decoration: none;
	color: #a4a4a4;
}

/* @group Jump Links */

#jump_links ul, #footer ul {
	margin: 10px 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
#footer ul{
	margin-bottom: 12px;
}
#jump_links ul li, #footer ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#jump_links ul li#home{
}

#jump_links ul a, #footer ul a { 
display: block; 
padding: 0 1em; 
line-height: 2.1em; 
text-decoration: none; 
color: #8e8e8e; 
}

#jump_links ul a:hover, #footer ul a:hover {
	color: #fff;
}





/* @end */

a:link.register_button, a:visited.register_button {
	width: 75px;
	display: block;
	float: right;
	height: 18px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(http://www.campforestsprings.org/images/summer_youth_2009/wilderness/register_button.png) no-repeat 0 0;
}
a:hover.register_button{
	background-position: 0 -17px;
}

/* @group Paperwork */

ul.paperwork{
	color: #818181;
	margin-bottom: 40px;
}

ul.paperwork li{
	margin: 10px 0 15px 0px;
	list-style: none;
}

.paperwork li a:link, .paperwork li a:visited{
	color: #818181;
	text-decoration: none;
	background-color: #2e2d2a;
	padding: 5px 10px;
	border-bottom: 1px solid #383738;
	border-top: 1px solid #383738;
	border-left: 25px solid #383738;
}

.paperwork li a:hover{
	background-color: #3f3d39;
	border-left: 25px solid #448321;
	color: #fff;
}
/* @end */
ul#reg_links { list-style:none; overflow:hidden; height:93px; margin:0 auto 24px; padding:0; }
ul#reg_links li { float:left; height:93px; margin:0; text-indent:-9999em; }
ul#reg_links li a:link,
ul#reg_links li a:visited { display:block; height:93px; background: url(http://www.campforestsprings.org/images/summer_youth_2009/wilderness/social_links_large.jpg) no-repeat; }

ul#reg_links li.facebook { width:160px; }
ul#reg_links li.facebook a { background-position:0px -93px; }
ul#reg_links li.facebook a:hover,
ul#reg_links li.facebook a:focus { background-position:0px 0px; }

ul#reg_links li.tell_a_friend { width:209px; }
ul#reg_links li.tell_a_friend a { background-position:-155px -93px; }
ul#reg_links li.tell_a_friend a:hover,
ul#reg_links li.tell_a_friend a:focus { background-position:-155px 0px; }

ul#reg_links li.register { width:150px; }
ul#reg_links li.register a { background-position:-370px -93px; }
ul#reg_links li.register a:hover,
ul#reg_links li.register a:focus { background-position:-370px 0px; }
