body {
	margin-top: 0;
	background: #181326 url(img/bg-2.jpg) top center no-repeat; color: #B9ECFD;
	/* url(http://jaredcampbell.com/wp-content/themes/jaredcampbell/images/splash_bg.jpg) top center no-repeat fixed */
}

#bp-grid-overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 99999;
	background: url(img/grid.png) repeat;
}

/* UNDO SOME STUFF */

a {
	text-decoration: none;
	color: #FDD600;
}

th {
	background-color: transparent;
}

/* UTILITY CLASSES */

.off-screen {
	position: absolute;
	left: -5000px;
}

/* STYLE BASIC TEXT */

p, ul, ol, dl, div {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	color: #fff;
	font: 30px/30px 'TrashHandRegular', Arial, sans-serif;letter-spacing: 0; line-height: 1;
}
h2, h3, h4, h5, h6 {
	color: #fff;
	font: 20px/36px 'TrashHandRegular', Arial, sans-serif;letter-spacing: 0; line-height: 1;
}

ul.plain {
	margin-left: 0; margin-right: 0;
	list-style-type: none;
}

	ul.plain li {
		clear: both; padding-bottom: 30px; margin-bottom: 30px;
	}
	
ul.products {
	margin-left: 0; margin-right: 0;
	list-style-type: none;
}

	ul.products li {
		display: block; clear: both; margin-bottom: 1em; padding-bottom: 1em;
		background: url(img/rough-bottom-border.png) bottom left no-repeat;
	}

ul.sub-pages {
	margin-left: 0; margin-right: 0;
	list-style-type: none;
}

ul.sub-pages li {
	display: block; clear: both; margin-bottom: 0.75em;
}


/* SITE STYLES */

#wrapper {
	background: url(img/wrapper-bg.png) 0px 260px no-repeat;
}

#header {
	height: 270px;
	text-align: center;
}

#header #logo {
	display: block; margin-top: 25px; height: 210px;
}

#header .nav {
	margin: 5px 0 0 0;
	list-style-type: none;
	text-align: center;
	font: 26px/26px 'TrashHandRegular', Arial, sans-serif;letter-spacing: 0;
}

#header .nav li {
	display: inline; padding: 0; margin: 0em 5px;
}

#header .nav li a {
	color: #FDD600;
}

#header .nav li a:hover {
	color: #fff;
}

#header .nav li a.active {
	color: #fff;
}

#main {
	min-height: 300px;
}

#main #page-title {
	margin-bottom: 0.375em;
	background: url(img/rough-bottom-border.png) bottom left no-repeat;
}

#main h2, #main h3, #main h4, #main h5, #main h6 {
	margin-bottom:0.325em;
}

#main tr.even td {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}

#main thead tr th {
	color: #fff;
}

.text label {
	display: block;
}

#main .span-7 input.text {
	width: 250px;
}

#main .span-7 input.form-error {
	width: 235px;
}

#footer {
	padding-top: 30px;
	background: url(img/wrapper-bg-footer.png) 0px 0px no-repeat;
	text-align: center;
}

#sidebar {
	
}

#sidebar a {
	color: #00B2F0;
}

#sidebar .sub-nav {
	margin: 0 20px 0 0;
	list-style-type: none;
	text-align: right;
}

	#sidebar .sub-nav li {
		margin-bottom: 0.375em;
	}

		#sidebar .sub-nav li a {
			border-bottom: 1px solid #181326;
		}

			#sidebar .sub-nav li a:hover {
				border-bottom: 1px solid #00B2F0;
			}

			#sidebar .sub-nav li a.active {
				color: #fff;
			}

#sidebar .recent-posts {
	margin-left: 0;
	list-style-type: none;
}

	#sidebar .recent-posts li {
		margin-bottom: 0.75em;
	}

#sidebar .recent-posts li h3 {
	margin-bottom: 0;
	font-size: 1.3em;
}

#sidebar .recent-posts li h3 a {
	color: #00B2F0;
}

.featured-page-box {
	
}

.featured-page-box h4 {
	margin-bottom: 0;
}

.banner-img {
	margin: 0 0 0.75em; padding: 0;
}

.gallery-images {
	margin: 0 0 0.75em; padding: 0;
	list-style-type: none;
}

.gallery-images li {
	display: block; float: left; margin: 0 10px 10px 0; padding: 0; width: 70px; height: 70px;
}

.gallery-images li.last {
	margin-right: 0;
}

.gallery-images li a {
	
}

.gallery-images-4 li {
	display: block; float: left; margin: 0 10px 10px 0; padding: 0; width: 70px; height: 70px;
}

.gallery-images-2 li {
	display: block; float: left; margin: 0 10px 10px 0; padding: 0; width: 150px; height: 150px;
}

.gallery-images-1 li {
	display: block; float: left; margin: 0 10px 10px 0; padding: 0; width: 230px; height: auto;
}

/* sidebar forms */

#main-sidebar h3, #main-sidebar h4, #main-sidebar h5 {
	display: block; margin-left: 30px; margin-bottom: 0; height: auto;
}

#main-sidebar p, #main-sidebar ol {
	margin-left: 30px;
}

#main-sidebar ul {
	margin-left: 30px;
	list-style-type: none;
}

#main-sidebar form {
	display: block; margin-left: 30px; margin-bottom: 20px;
}

#main-sidebar a {
	margin-bottom: 1em;
	color: #FDD600;
}

#main-sidebar a:hover {
	text-decoration: underline;
}

#main-sidebar .facebook-like {
	margin-left: 30px; margin-bottom: 10px;
}


