body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#65645F;
	background: #070707 url(../img/bg.jpg) -50px top repeat fixed  ;
}
* {
	outline: none;
}
p {
	font-size:14px;
	line-height: 23px;

}
p:hover {
	color:#a0a09f;
}
p.category {
	margin-top: -25px;
	display: block;
}
div#footer a, div#footer p{
	color: #333333;
}
hr {
	border: none;
	display: block;
	height:2px;
	background: transparent url(../img/line.png) 0 0 repeat-x;
	clear: both;
}

div#content {
	margin-top: 40px;
}
div#content p a {
	border-bottom: 1px dotted #3C3F3B;
	color:#6A7067;
	color:#838A7F;
	text-decoration:none;
}


div#content p a:hover {
	border-bottom:2px solid #3C3F3B;
	color:#838A7F;
}

/* LEFT COLUMN */

div#left_column {
	width: 550px;
	float: left;
	z-index: 2;
	position: relative;
}

div#left_column ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
	list-style-type:square;
	border-top: 1px solid #222222;
}
div#left_column  ul li{
	margin: 0;	
	border-bottom: 1px solid #222222;
	font-size:14px;
	padding: 7px 0;
}

div#left_column h2{
	font-size: 50px;
	margin: 30px 0 0 0;
	color: #FFFFFF;
}
div#left_column h3, div#right_column h3{
	color: #5F574F;
}
div#right_column h3 a{
	color: #838A7F;
	text-decoration: none;
}
/* RIGHT COLUMN */

div#right_column {
	width: 300px;
	float: right;
	z-index: 2;
	position: relative;
}

div.center {
	margin: 0 auto;
	width: 930px;
	clear: both;
	text-align: left;

}
div.wrap_entry {
	position: relative;
}
div.copy_img_div_wrapper {
	position: relative;
}
div.copy_img_div{
	/**/
	position: absolute;
	bottom: 65px;
	left: 20px;
	margin: 0 0 -50px;
	padding: 3px;
	color: #CCCCCC;
	font-size:14px;
	text-align: left;
	width:50px;	
}
img.copy_img {
	border: 10px solid #0d0d0d;
	outline: 1px solid #404040;
	float: left;
	margin: 5px 20px 30px 0;
	/* -webkit-box-shadow: 1px 1px 5px #888;
			-moz-box-shadow: 1px 1px 5px #888; */
	
}

div#nav {
	float: left;
	margin: 15px -100px 0 0;
	padding: 0;
	width: 80%;
	overflow: hidden;
	
}


/* BAR */
div#bar_wrapper {
	bottom:0;
	height:75px;
	left:0;
	position:fixed;
	width:100%;
	z-index:10000;
}

div#bar{
	margin: 0 30px;
	background:#121212 url(../img/title.png) 0 0 no-repeat;
	border-top: 1px solid #222222;
	text-align: left;
	height: 75px;
			-webkit-box-shadow: 1px 1px 35px #000;
			-moz-box-shadow: 1px 1px 35px #000;
		
}
div.bar_smaller {
	margin: 0 ! important;
}
div#bar h1{
	display: block;
	width: 240px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;

	
}

/* SIBLING UL */
ul.sibling_ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #222;
}
ul.sibling_ul li{
	margin: 0;
	padding: 4px 0 4px 10px;
	list-style: none;
	border-bottom: 1px solid #222;
	font-size:11px;
	text-transform:uppercase;
}
ul.sibling_ul li a{
	border: none;
	width: 100%;
	display: block;
	color: #65645F;
	text-decoration:none;
}
ul.sibling_ul li a:hover{
	border: none;
	color: #0066FF;
}
a.live_sib {
	color: #ffffff ! important;
}


/* BANNER */
div#banner {
	display: block;
	margin: 40px auto -10px auto;
	background: #000000 url(../img/pic.jpg) center center no-repeat;/**/
	border: 1px solid #232323; /*232323 */
	text-align: left;
	height: 250px;
	width: 930px;
	-webkit-box-shadow: 1px 1px 35px #000;
	-moz-box-shadow: 1px 1px 35px #000;
	overflow: hidden;
}
div#banner div#hash{
	background: transparent url(../img/_hash.gif) 0 0 repeat;
	height: 250px;
	width: 930px;
}
div#banner div#inshadows{
	background: transparent url(../img/inshadow.png) center center repeat;
	height: 230px;
	width: 910px;
	border: 10px solid #0d0d0d; /* */
}

/* FOOTER */
div#footer {
	margin-bottom: 100px;
}

/* KEN & STEPH */
div#ken_n_steph {
	position: fixed;
	bottom: 75px;
	left: 50%;
	/*background: transparent url(../img/girl.png) 0 bottom no-repeat; 
	background: transparent url(../img/ken_n_steph.png) 0 bottom no-repeat; */
	background: transparent url(../img/logo_large.png) 0 center no-repeat; 
	width: 623px;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 40px;
}

div.home_content {
	width: 450px;
}

/* Testimonials */
div#testimonials {
	padding-top: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: transparent url(../img/quote.png) 2px 0 no-repeat;
}
div#testimonials p {
	text-indent: 30px;
	margin: 0 0 20px 10px;
	font-size: 13px;
	line-height: 20px;
}

/* SIGN UP FORM */
div#sign_up {
	position: fixed;
	top: 137px;
	left: 0;
	width: 31px;
	height: 137px;
	background: #333333 url(../img/get_started.png);
	padding: 0;
	-webkit-box-shadow: 1px 1px 35px #000;
	-moz-box-shadow: 1px 1px 35px #000;
	border: 1px solid #222222;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
}
div#sign_up a {
	width: 31px;
	height: 137px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
}

/* PARQ FORM */
form#parq {
	
}
form#parq legend {
	margin: 0;
	padding: 0;
}
form#parq fieldset {
	border: 1px solid #292929;
	margin: 0 0 40px 0;
	padding: 2px 35px 25px;
	background: transparent url(../img/_line.png) 0 0 repeat;
	-webkit-box-shadow: 1px 1px 35px #000;
	-moz-box-shadow: 1px 1px 35px #000;
}
form#parq label{
	text-transform:uppercase;
	font-size:12px;
	width: 100%;
	display: block;
}
form#parq input.text_small{
	display: block;
	width: 484px;
	background: transparent;
	border: 1px solid #666666;
	color: #0066ff;
	font-size:24px;
	padding: 3px;
}
form#parq select{
	background: transparent;
	color: #ffffff;
	border: 1px solid #666666;
	font-size:14px;
}
form#parq input.button{
	background: transparent;
	color: #999;
	border: 1px solid #444;
	font-size:14px;
	cursor: pointer;
	padding: 7px 12px;
	-webkit-box-shadow: 1px 1px 15px #000;
	-moz-box-shadow: 1px 1px 15px #000;
	margin: 20px 10px 0 0;
	background: transparent url(../img/line.png) 0 0 repeat;
	float: right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* font-family:"Courier New", Courier, monospace; */
}
form#parq input.button:hover{
	border: 1px solid #888;
	color: #ccc;
}
form#parq textarea{
	color: #0066ff;
	display: block;
	width: 484px;
	height: 200px;
	background: transparent;
	border: 1px solid #666666;
	padding: 3px;
	font-size:24px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* GRUNDGE */
div#grundge {
	background: transparent url(../img/_grundge_bg.png) right top repeat-y;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 1000px;
}
/* GRUNDGE */
div#ken_icon {
	background: transparent url(../img/_ken.png) -70px 10px no-repeat fixed;
	/*background: transparent url(../img/ken.png) center center no-repeat fixed;  */
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 1000px;
}

.audio_player {
	margin-right: -100px;
}

/* EYE SCREAM DESIGN */
a#esd {
	position: fixed;
	right: 45px;
	bottom: 18px;
	color: #003399;
	z-index: 10001;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: transparent url(../img/esd_up.png) 0 0 no-repeat;
}
.jump_up {
	bottom: 80px ! important;
	right: 7px ! important;
}
a#esd:hover {
	background: transparent url(../img/esd_over.png) 0 0 no-repeat;
}

/* HOME VIDEO */
.home_vid {
	display: block;
	border: 1px solid #272727;
	border-bottom: 1px solid #272727 ! important;
	/* outline: 1px solid #232323; */
	float: left;
	width: 446px;
	height: 271px;
	margin: 5px 20px 10px 0;
	text-indent: -9999px;
	/* -webkit-box-shadow: 1px 1px 5px #888;
			-moz-box-shadow: 1px 1px 5px #888; */
	background: transparent url(../img/home_vid.jpg) center center repeat;
	cursor: pointer;
}
.home_vid:hover {
	border: 1px solid #aaa ! important;

}

/* TOP CONTACT FORM */
div#contact_form_div a.contact_open_button {
	display: block;
	float: right;
	width: 100px;
	height: 25px;
	background: transparent url(../img/buttons.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	right:20px;
	position: relative;
	top: 6px;
	/*margin-right: -470px; */
}
div#contact_form_div a.contact_open_button:hover {
	background: transparent url(../img/buttons.png) 0 -25px no-repeat;
}

div#contact_form_div a.parq_open_button {
	display: block;
	float: right;
	width: 100px;
	height: 25px;
	background: transparent url(../img/buttons.png) -100px 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	right:20px;
	position: relative;
	top: 6px;
	/*margin-right: -470px; */
}
div#contact_form_div a.parq_open_button:hover {
	background: transparent url(../img/buttons.png) -100px -25px no-repeat;
}

div#contact_form_div {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: visible;
	clear: both;
}
div#contact_form_inner {
	display: block;
	top: 0;
	width: 100%;
	background: #000 url(../img/darker_wood.jpg) center bottom no-repeat;
	padding: 30px 0;
	overflow: visible;
	float: left;
	clear: both;
}
form#top_contact_form {
	display:block;
	width: 300px;
	float: right;
	z-index: 100010;
	clear: right;
}
form#top_contact_form label{
	color:#999;
	display:block;
	float: left;
	clear: both;
	width: 100%;
	text-transform:uppercase;
	font-size: 11px;
	margin-top: 5px;
}
form#top_contact_form label span{
	text-transform:lowercase;
	color: #333333;
}
label.error{
	color:#FF0000;
}
form#top_contact_form .c_single, form#top_contact_form .c_multi, .SignUp_input{
	border: 1px solid #333;
	background: #65645F;
	background: transparent;
	width: 100%;
	height: 25px;
	font-size:20px;
	color: #fff;
	padding: 3px 0 3px 3px;
	float: left;
	clear: both;
}
input.error, textarea.error {
 border: 1px solid #FF0000 ! important;
}
div#contact_form_div input#c_submit, .SignUp_button {
	float: left;
	border: none;
	/*display: block;
	width: 140px;
	height: 25px;
	background: transparent url(../img/buttons.png) -400px 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	right:20px;
	position: relative;
	top: 6px;
	margin: 5px 0 0 19px;
	margin-right: -470px; */
	background: #65645F url(../img/highlight_bg.png) 0 0 repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0;
	padding: 4px 8px;
	color: #A1A1A0;
	text-transform:uppercase;
	cursor: pointer;
	
}
div#contact_form_div input#c_submit:hover {
	cursor: pointer;
	color: #e1e1e0;
}

div#top_contact_text {
	width: 550px;
	float: left;
	overflow: visible;
	clear: left;
}

/* SOCIAL */
ul#social {
	clear:both;
	display:block;
	float:left;
	height:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 1px 0 10px 7px;
	padding:0;
	position:relative;
	text-align:center;
	width:300px;
	border: none ! important;
}
ul#social li {
	float:left;
	width: 32px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 6px 0 0 ! important;
	padding:0;
	display: block;
	border: none ! important;
}
ul#social li a {
	display:block;
	height:32px;
	margin:0 3px;
	overflow:hidden;
	text-indent:-9999px;
	width:32px;
	text-decoration: none;
}
a#yelp {
	background: transparent url(../img/social_icons.png) -128px 0 no-repeat;
}
a#yelp:hover {
	background: transparent url(../img/social_icons.png) -128px -32px no-repeat;
}
a#yelp_l {
	background: transparent url(../img/yelp.png) 0 0 no-repeat;
	background: transparent url(../img/yelp_up.png) 0 0 no-repeat;
	display:block;
	margin:0 0 20px 9px;
	overflow:hidden;
	text-indent:-9999px;
	height:60px;
	width:290px;
	text-decoration: none;
	border: 1px solid #111;
}
a#yelp_l:hover {
	background: transparent url(../img/yelp.png) 0 0 no-repeat;
	border: 1px solid #8e371d;
}



a#newsletter_button {
	background: transparent url(../img/newsletter.jpg) 0 0 no-repeat;
	background: transparent url(../img/newsletter_up.jpg) 0 0 no-repeat;
	display:block;
	margin: 0px 0 20px 9px;
	overflow:hidden;
	text-indent:-9999px;
	height:60px;
	width:290px;
	text-decoration: none;
	border: 1px solid #111;
}
a#newsletter_button:hover {
	background: transparent url(../img/newsletter.jpg) 0 0 no-repeat;
	border: 1px solid #807a6a;
}





a#youtube {
	background: transparent url(../img/social_icons.png) -160px 0 no-repeat;
}
a#youtube:hover {
	background: transparent url(../img/social_icons.png) -160px -32px no-repeat;
}
a#envelope_icon {
	background: transparent url(../img/social_icons.png) -224px 0 no-repeat;
}
a#envelope_icon:hover {
	background: transparent url(../img/social_icons.png) -224px -32px no-repeat;
}
a#twitter {
	background: transparent url(../img/social_icons.png) -32px 0 no-repeat;
}
a#twitter:hover {
	background: transparent url(../img/social_icons.png) -32px -32px no-repeat;
}
a#facebook {
	background: transparent url(../img/social_icons.png) 0 0 no-repeat;
}
a#facebook:hover {
	background: transparent url(../img/social_icons.png) 0 -32px no-repeat;
}
a#military_fitness {
	background: transparent url(../img/social_icons.png) -256px 0 no-repeat;
}
a#military_fitness:hover {
	background: transparent url(../img/social_icons.png) -256px -32px no-repeat;
}
a#national_guard {
	background: transparent url(../img/social_icons.png) -352px 0 no-repeat;
}
a#national_guard:hover {
	background: transparent url(../img/social_icons.png) -352px -32px no-repeat;
}








div#reg, div#reg a, a div#reg {
	display: block;
	position:absolute;
	top: 22px;
	left: 243px;
	width: 30px;
	height: 30px;
	font-size:11px;
	color:#444;
	text-decoration: none;
}
.reg_left {
	left: 210px ! important;
}
li.headlink_hightlight {
	background: #65645F url(../img/highlight_bg.png) 0 0 repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 20px;
}
li.headlink_hightlight a {
	color: #a1a1a0 ! important;/*  */
}
li.headlink_hightlight a:hover {
	color: #f1f1f0 ! important;/*  */
}

/* NEWSLETTER */
.link, #SignUp .signupframe { 
	color: #65645F; 
} 
.link { 
	text-decoration: none; 
} 
#SignUp .signupframe { 
	border: none; 
	background: transparent; 
} 



/* MIND BODY */
a#mind_body {
	display: block;
	width: 135px; height: 135px;
	overflow: hidden; text-indent: -9999px;
	background: transparent url(../img/your_account.png) right top no-repeat;
	position: fixed; top: 0; right: 0;
	cursor: pointer;
	z-index: 200;
}
a#mind_body:hover {
	background: transparent url(../img/your_account.png) right bottom no-repeat;
}

/*  */
p#testing {
	position: fixed;
	border: 1px dashed gray;
	top: 10px;
	left: 10px;
	font-size: 45px;
	line-height: 45px;
}