/*  
Theme Name: Tuff Camp
Theme URI: 
Description: Custom WordPress Theme for Tuff Camp
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

*/

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #dadada;
	background: url(images/background.jpg) top repeat-x #32230D;
}

#container {
	width: 890px;
	margin: 0px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

.hidden {
	text-indent: -99999px;
	height: 0px;
	overflow: hidden;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #CC6600;
}

a:hover, a:focus { 
	text-decoration: none; 
	color: #699BCB; 
}

h2 {
	color: #fafafa;
	font-family: Arial, Sans Serif;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: normal;
}

h3 {
	color: #699BCB;
	line-height: normal;
	margin-bottom: 15px;
}

p {
	padding-bottom: 15px;
}

strong {
	color: #ffffff;
}

ul, ol {
	padding-left: 15px;
	margin-bottom: 15px;
}

iframe {
	margin-bottom: 20px;
	border: none;
}

/* Forms ////////////////////////////////////////////////////////// */

.forms {
	width: 510px;
	border: none;
	background-color: #ffffff;
	padding: 10px 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 15px;
	color: #737373;
}

.formsfour {
	width: 510px;
	border: none;
	height: 80px;
	background-color: #ffffff;
	padding: 10px 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 15px;
	color: #737373;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

#submit {
	background-color: #699BCB;
	border: 5px solid #66B38C;
	width: 520px;
	height: 40px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

img {
	border: 0px;
}

/* Logo ////////////////////////////////////////////////////////// */

#top {
	width: 890px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	color: #636363;
}

#top a {
	color: #959595;
}

#top a:hover {
	color: #fafafa;
}

#top strong {
	color: #699BCB;
}

#top_left {
	display: inline;
	float: left;
	width: 650px;
}

#top_right {
	float: right;
	width: 200px;
	text-align: right;
}

#logo {
	width: 835px;
	height: 140px;
	padding: 0px;
	margin: 60px 0px 50px 15px;
	position: relative;
	z-index: 2;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/tc.png) no-repeat top left;
	width: 300px;
	height: 100px;
}

#logo a {
	width: 300px;
	height: 100px;
	display: block;
	text-indent: -9999px;	
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 888px;
	height: 30px;
	border: 1px solid #3C3123;
	position: relative;
	padding: 13px 0px 3px;
	margin-bottom: 50px;
	background: transparent url(images/transparent.png);
	z-index: 2;
	text-align: center;
	list-style: none;
}

#nav ul {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#nav li {
	padding: 0 13px;
	display: inline;
}

#nav li a {
		color: #fafafa;
}

#nav li a:hover {
	color: #699BCB;
	text-decoration: none;
}

/* Body //////////////////////////////////////////////////////////////// */

#slider {
	position: absolute;
	width: 850px;
	height: 430px;
	z-index: 1;
	top: 41px;
	left: 20px;
}

#center {
	width: 890px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

#left {
	display: inline;
	float: left;
	width: 570px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

#page {
	padding: 15px 0px 15px 19px;
	width: 550px;
	margin-bottom: 45px;
	position: relative;
	background: url("images/single.png") no-repeat scroll 0 0 transparent;
}

#page h2 {
	border-bottom: 1px solid #3C3123;
	padding-bottom: 10px;
}

#right {
	float: right;
	width: 250px;
	margin-bottom: 50px;
	color: #959595;
	position: relative;
	z-index: 2;
}

/* Sidebar ////////////////////////////////////////////////////////// */

.side_block {
	border: 1px solid #3C3123;
	padding: 14px 14px 1px;
	margin-bottom: 25px;
	background: transparent url(images/transparent.png);
}

.side_block img {
	margin-bottom: 15px;
}

.side_block p {
	clear: both;
}

ul.sidebar {
	margin: 0px 0px 15px;
	list-style-type: none;
	padding: 0px;
}

ul.sidebar img {
	margin-bottom: 0px;
}

ul.sidebar li a {
	width: 206px;
	background: none;
	color: #636363;
	border-top: 1px solid #3C3123;
	padding: 7px;
	display: inline-block;
}

ul.sidebar li a:hover {
	background: #2A1E0A;
	color: #737373;
	text-decoration: none;
}

/* Plugins ////////////////////////////////////////////////////////// */

.spoiler-tgl {
	width: 100%;
	display: block;
	font-weight: bold !important;
	padding: 0px !important;
	border: 0px !important;
	background: none !important;
	font-size: 15px;
}

.spoiler-body {
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	border-radius: 3px 3px;
	background: transparent url(images/transparent.png);
	margin-bottom: 40px !important;
}

div.spoiler-body p {
	padding: 10px !important;
}

.ngg-clear {
	height: 30px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	width: 890px;
	height: 135px;
	border-top: 1px solid #3C3123;
	padding-top: 10px;
	position: relative;
	color: #dadada;
	clear: both;
}

#footer_left {
	display: inline;
	float: left;
	width: 425px;
}

#footer_right {
	float: right;
	width: 425px;
	text-align: right;
}
