/*  
Theme Name: Fort Rock Family Camp Default
Theme URI: http://www.fortrock.org/
Description: The default Fort Rock Family Camp theme designed by Joshua Wychopen in 2009.
Version: 1.0
Author: Joshua Wychopen
Author URI: http://www.joshwychopen.com/
*/
/* IE6 Site Globals */

* html #wrapper {
	width: 828px;
	margin: 0 auto;
	position: relative;
}

* html #sidebar {
	width: 270px;
	float: left;
	background-color: #292929;
	background-image: url(../media/images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

* html #featured-links {
	width: 234px;
	height: 247px;
	float: left;
	background-image: url(../media/images/featured-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 5px 0px 10px;
}

* html ul#fl {
	list-style: none;
	float: left;
	margin: 43px 0px 0px 0px;
}

* html #recent-news {
	width: 234px;
	height: 198px;
	float: left;
	background-image: url(../media/images/recent-news.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html ul#rn {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 10px;
	padding: 15px 20px 15px 20px;
	width: 174px;
	height: 128px;
}

* html #page-links {
	width: 234px;
	float: left;
	background-image: url(../media/images/page-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #blogroll {
	width: 234px;
	float: left;
	background-image: url(../media/images/blog-roll.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #blog-categories {
	width: 234px;
	float: left;
	background-image: url(../media/images/blog-categories.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html .see-more {
	width: 105px;
	height: 20px;
	background-image: url(../media/images/see-more.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: 5px 0px 5px 0px;
	display: block;
	cursor: pointer;
}

* html #search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 15px;
	text-align: center;
}

* html #search-button {
	height: 23px;
	float: left;
	margin: 16px 0px 0px 0px;
	text-align: center;
}

* html ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
}

/* Drop-down Menu Hacks */

* html ul#nav {
	display: inline-block;
	/* \*/ display: block;
	position: relative;
	/* \*/ position: static;
}
* html ul#nav ul {
	float: left;
	/* \*/ float: none;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul {
	display: block;
	position: absolute;
	left: -10000px;
}
* html ul#nav li.sfhover {
	z-index: 999;
}
* html ul#nav li.sfhover ul {
	left: 0;
	display: block;
}
* html ul#nav iframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	position: absolute;
	left: -1px;
	top: 50px;
	z-index: -1;
}

* html #ministry_tab {	
	background: url(../media/images/ministry_tab.jpg) no-repeat left bottom;
	cursor: pointer;
	display: block;
	font-size: 0;
	width: 138px;
	height: 22px;
	float: right;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	text-indent: -99999px;
}

* html #ministry_index {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 40px;
	width: 800px;
}