/*
Theme Name: 829LLC
Theme URI: http://www.829llc.com
Description: Theme for 829 LLC
Version: 1.0
Author: Alex Chan
Author URI: http://www.alexchantastic.com

*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	background: #efefef;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	height: 100%;
}

/* Layout */
#container {

}
#header {
	clear: both;
	background: #000;
	border-bottom: 1px solid #a6a6a6;
	height: 65px;
}
#main {
	clear: both;
	background: #fff;
	overflow: visible;
	border-bottom: 2px solid #ddd;
}
#footer {
	clear: both;
}

/* Anchor Styles */
a, a:link, a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	color: #11386a;
}

/* Heading Styles */
h1 {
	font-family: Calibri, Trebuchet MS, Arial, sans-serif;
	font-size: 30px;
	color: #fff;
}
h2 {
	font-size: 22px;
	color: #cc6600;
	margin-bottom: 10px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	color: #cc6600;
}
h2.home {
	font-family: Calibri, Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	color: #11386a;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ddd;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
h4 {
	font-size: 12px;
	color: #11386a;
	margin-bottom: 2px;
}
h5 {
	font-size: 14px;
	color: #333;
}
small {
	font-size: 11px;
	color: #a0a0a0;
}

/* Universal Selectors */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}

/* Header */
#headercontent {
	width: 980px;
	margin: auto;
}
#headercontent img {
	margin-top: 20px;
}
#headernav {
	margin-top: 18px;
	float: right;
	font-family: Calibri, Trebuchet MS, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
}
#headernav a {
	color: #fff;
}
#headernav ul li {
	display: inline;
	padding: 0 10px;
	border-left: 1px dotted #a5a5a5;
}
#headernav ul li:first-child {
	border: 0;
}

/* Main */
/* + Home */
#content {
	width: 980px;
	margin: 20px auto 0 auto;
	position: relative;
}
#push {
	clear: both;
	height: 50px;
}
#col1 {
	width: 482px;
	margin-right: 15px;
}
#col1 a {
	color: #11386a;
}
#col1 a:hover {
	color: #11386a;
}
#col2 {
	width: 234px;
}
#col3 {
	width: 234px;
	margin-left: 15px;
}
.nostyle li {
	list-style: none;
}
.excerpt {
	clear: both;
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.excerpt p {
	margin-top: 2px;
}
.excerptthumb {
	width: 100px;
	height: 90px;
	float: left;
}
.excerptcontent {
	width: 367px;
	float: left;
	margin-left: 15px;
}
/* Splash */
#splash {
	height: 456px;
	background: #000;
	border-bottom: 6px solid #a6a6a6;
}
#splash h1 {
	width: 400px;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
	padding-top: 60px;
}
#splash p {
	width: 420px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 15px;
}
#splashcontent {
	position: relative; 
	height: 400px; 
	width: 100%; 
	margin-bottom: 10px; 
}
.feature { 
	height: 400px; 
	position: absolute; 
	width: 100%; 
	overflow:hidden; 
	background: #000;
	border-bottom: 1px solid #a6a6a6;
}
.feature div {
	width: 980px;
	height: 400px;
	margin: 0 auto;
}
#tabs { 
	width: 990px;
	height: 55px;
	position: relative;
	top: -9px;
	margin: 0 auto;
}
#tabs li {
	width: 195px;
	height: 55px;
	display: inline;
	float: none;
	list-style: none;
}
#tabs li a {
	width: 195px;
	height: 55px;
	outline: none;
}
#tabs li a img.active {
	display: none;
}
#tabs li a.active img.active {
	display: inline;
}
#tabs li a.active img.inactive {
	display: none;
}
#tabs li a:hover img.active {
	display: inline;
}
#tabs li a:hover img.inactive {
	display: none;
}
#splashcontent .wildernesshouse {
	background: #a61717;
}
#splashcontent .lima {
	background: #04426d;
}
#splashcontent .choicecamps {
	background: #1692c3;
}
#splashcontent .campmicah {
	background: #a54201;
}
#splashcontent .cody {
	background: #5d8002;
}
#wildernesshouse {
	background: url('images/splash/wildernesshouse.png') #a61717 no-repeat;
}
#lima {
	background: url('images/splash/lima.png') #04426d no-repeat;
}
#choicecamps {
	background: url('images/splash/choicecamps.png') #1692c3 no-repeat;
}
#campmicah {
	background: url('images/splash/campmicah.png') #a54201 no-repeat;
}
#cody {
	background: url('images/splash/cody.png') #5d8002 no-repeat;
}
/* + Page */
#title {
	height: 117px;
	background: url('images/titlebg.png') repeat-x;
	border-bottom: 1px solid #647b9c;
}
#titlecontent {
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
}
#titlecontent p {
	font-family: Calibri, Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}
#titlel {
	width: 33px;
	height: 117px;
	float: left;
	background: url('images/titlebgl.png') no-repeat;
}
#titler {
	width: 33px;
	height: 117px;
	float: right;
	position: relative;
	top: -118px;
	background: url('images/titlebgr.png') no-repeat;
}
#sidebar {
	min-height: 400px;
	position: relative;
	float: left;
	background: url('images/sidebarbg.png') #fff repeat-y;
	border-top: 1px solid #c5c8cc;
	border-left: 1px solid #c5c8cc;
	border-bottom: 1px solid #c5c8cc;
}
#sidebarcontent {
	/*padding-bottom: 400px;*/
	padding-bottom: 50px;
}
#sidebarcontent ul {
	background: url('images/sidebarlistbg.png') repeat-y;
}
#sidebarcontent ul li {
	height: 30px;
	width: 219px;
	padding: 14px 0 0 20px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
#sidebarcontent ul li.current_page_item {
	background: url('images/sidebarselected.png') no-repeat right;
}
#sidebarcontent ul li a {
	color: #666;
}
#sidebarcontent ul li.current_page_item a {
	color: #336699;
}
#sidebar .categories {
	color: #336699;
}
#rctl {
	width: 11px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/rctl.png') no-repeat;
}
#rctr {
	width: 11px;
	height: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('images/rctr.png') no-repeat;
}
#rcbl {
	width: 11px;
	height: 9px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background: url('images/rcbl.png') no-repeat;
}
#rcbr {
	width: 11px;
	height: 9px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background: url('images/rcbr.png') no-repeat;
}
#copycontainer {
	width: 739px;
	min-height: 400px;
	float: right;
	position: relative;
	text-align: left;
	background: #fff;
	border-top: 1px solid #c5c8cc;
	border-right: 1px solid #c5c8cc;
	border-bottom: 1px solid #c5c8cc;
}
#copy {
	padding: 20px 30px 20px 20px;
}
#copy p, #blog p {
	margin-bottom: 15px;
}
#clear {
	height: 200px;
}
p.blurb {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #444;
}
#copy ol li {
	margin: 0 0 15px 20px;
}
#copy ul li {
	margin: 0 0 0 15px;
}
#copy ul {
	margin-bottom: 15px;
}
#contactinfo {
	float: right;
	background: #f8f8f5;
	margin-left: 15px;
	padding: 15px 30px 0 15px;
}
#copy input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 450px;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
#copy textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 450px;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
#copy input.captcha {
	width: 100px;
}
#copy img.captcha {
	position: relative;
	top: 8px;
}
#copy input.submit {
	width: 86px;
	height: 34px;
	border: 0;
	background: url('images/submit.png') no-repeat;
}
.submit:hover {
	cursor: pointer;
}
/* Blog */
#blog {
	padding: 30px 30px 20px 20px;
}
#blog h2 {
	margin: 0;
}
#blog .post {
	margin-bottom: 15px;
	border-bottom: 1px solid #c5c8cc;
}
.postmetadata {
	color: #c5c8cc;
	margin: 0;
}
.commentlist {
	list-style: none;
}
.commentlist li {
	margin-bottom: 15px;
	border-bottom: 1px solid #c5c8cc;
}
#respond input, #respond textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 300px;
	padding: 5px;
	border: 1px solid #c5c8cc;
}

/* Footer */
#footercontent {
	width: 980px;
	margin: 0 auto;
}
#footercols {
	height: 110px;
	overflow: auto;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #c5c8cc;
}
#footercols .col {
	float: left;
	margin-left: 115px;
}
#footercols .col:first-child {
	margin: 0;
}
#footercols ul li {
	list-style: none;
	padding-bottom: 3px;
}
#footerbot {
	overflow: auto;
	margin: 15px 0;
}
#footerbot div.fl {
	padding-top: 4px;
}
#footerbot input {
	font-size: 11px;
	color: #c5c5c5;
	padding: 3px;
	border: 1px solid #d0d2d4;
}
#footerbot .submit {
	height: 20px;
	width: 6px;
	margin-left: 5px;
	background: url('images/newslettersubmit.png') no-repeat center center;
	border: 0;
}