/* ------------------------------------------------------
   WOO CUSTOM STYLESHEET
------------------------------------------------------ */


	@import url("css/salescopy.css");
	
	@import url("css/events.css");
	@import url("css/nextgen.css");


/* ------------------------------------------> BODY */
body {
	color: #444;
	background: #4775A3 url(assets/bg-fade.jpg) repeat-x;
	/* body_short_bg.png for short header / body_bg.png for reg header */
}
a{
	color: #2E5FA2;
	text-decoration: none;
}
a:hover{
	color: #5276A0;
	text-decoration: underline;
}

input {
	background: #fff;
	border: 1px solid #CCC;
	}
	
input:hover {
	border: 1px solid #999;
	}



/* ------------------------------------------> BASE LAYOUT */
#wrap {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	-moz-box-shadow: 0px 2px 8px #369;
	-webkit-box-shadow: 0px 2px 8px #369;
	box-shadow: 0px 2px 8px #369;
}

#page{
	width: 980px;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	background: none;
}
	#top{
		width: 950px;
		height: 80px;
		margin: 0 auto;
	}
	#header{
		width: 980px;
		height: 250px;
		/* 140px for short header / 240px for reg header */
		margin: 0;
		padding: 0;
		background: none;
	}
	#header_bar {
		height: 30px !important;
		padding: 5px 13px 0px 20px;
		clear: both;
		-moz-box-shadow:inset 0 -3px 3px #DDD;
   		-webkit-box-shadow:inset 0 -3px 3px #DDD;
   		box-shadow:inset 0 -3px 3px #DDD;
		background: #e5e5e5;
	}

#columns {
	width: 940px !important;
	margin: 0 !important;
	padding: 20px !important;
	background: none;
	clear: both;
}
	.col1{
		float: left;
		width: 575px;
		padding: 0 !important;
	}
	.col2{
		float: left;
		width: 320px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.col3{
		width: 940px !important;
		margin: 0 !important;
		padding: 0 !important;
		clear: both;
	}

.entry {
	color: #666 !important;
	margin: 0 auto;
	padding: 0 !important;	
}

.entry h2,
.entry h2 a {
	color: #369 !important;
}

.entry img {
	padding: none;
	border: none;
	background: none;
}

	
div.post-alt {
	width: 575px;
	overflow: inherit;	
}

#footer {
	width: 980px !important;
	height: 130px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border: none;
	background: none;
}



/*---> Top / Header <---*/
#top_nav {
	float: right;
	width: 820px;
	height: 80px;
}
#top h1 {
	float: left;
	height: 80px;
}
#top img {
	margin: 13px auto 0;
}

#top_tagline {
	float: left;
	margin: 15px 0 0 5px;
	font: italic 11px/15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5276A0;
}
#top_account {
	float: right;
	height: 30px;
	margin: 8px 0 0 0;
	font: 11px/12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: right;
	color: #5276A0;
}
#top_account a {
	margin: 0;
	padding: 0;
	color: #5276A0 !important;
}
#top_account a:hover {
	color: #036 !important;
}

#top_account img {
	margin: 0;
	padding: 0;
}

.top_account_phone {
	font: 7px/10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	letter-spacing: 1px;
}

.top_account_pipe {
	margin: 0 5px;
}

/*---> Top Search <---*/
#top_search {
	float: right;
	width: 270px;
	height: 30px;
	margin: 1px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#search{
	float: right;
	height: 27px;
	width:270px !important;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
#search #s {
	color: #666;	
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	width:180px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	height: 20px;
	width: auto;
	margin: 3px 0px 0px 0px !important;
	padding: 1px 0 3px 0 !important;
	color: #EEE !important;
	border: 1px solid #75869A;
	background: #75869A;
	width: 69px;
}
#search .btn:hover {
	color: #FFF !important;
	border: 1px solid #5276A0;
	background: #5276A0;
}

/*---> Top Login <---*/
#top_login {
	float: right;
	width: 530px;
	height: 30px;
	margin: 0 1px 0 0;
}
#top_login label,
#top_login .top_label,
#top_login a {
	font: 9px/11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #06C;
}
#top_login #user_login,
#top_login #user_pass {
	width: 120px;
	height: 16px;
	margin: 0 5px 0 0;
	padding-top: 2px;
	border: 1px solid #C3D9EE;
}
#top_login #wp-submit {
	height: 20px;
	padding: 0 10px;
	font: 10px/20px Helvetica, Arial, sans-serif;
	background: #C3D9EE;
	border: 1px solid #C3D9EE;
}
#top_login #wp-submit:hover {
	color: #FFF;
	background: #5276A0;
}

#top_login #welcome_message {
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	color: #069;
}
#top_login #welcome_message a {
	padding: 0 0 0 2px;
	font-size: 12px;
	color: #069;
}
#top_login #welcome_message .pipe {
	font-size: 13px;
	padding: 0 5px;
	color: #069;
}


#search {
	float: none;
	height: 27px;
	width: 309px;
	margin: 0px 0px 0px !important;
	padding: 0px !important;
}


#nav {
	float: right;
	height: 22px;
	width: 820px !important;
	margin: 10px 0 0 0 !important;
	text-align: right !important;
	border: none;
	background: none;
}
#nav-left {
	float:left;
	display:inline;
	width: 100%;
	text-align: right !important;
}
/*- Level 1 -*/
#nav1 a {
	display: block;
	padding: 2px 8px 1px;
}
#nav1 li {
	float: left;
	line-height:20px;
	font-weight:bold;
	font-size:12px;
	border-right: 1px solid #D0D3D5;
	text-transform:uppercase;
}
#nav1 li a:hover {
	text-decoration:none;
	color:#FFF;
	background-color: #20406A;
}

#nav ul li.back {
	color: #FFFFFF;
	background-color: #20406A;
}
#nav ul li a {
	background-color: #none;
	color: #20406A;
}

#nav1 .current_page_item a,
#nav1 li.current,
#nav1 li a:focus,
#nav1 li a:active {
	background-color: #5276A0;
	color: #FFFFFF;
}

#nav1 .current_page_item ul li a {
	background-color: #DDEBF9;
	color: #20406A;
}
#nav1 .current_page_item ul li a:hover {
	background-color: #20406A;
	color: #FFFFFF;
}

/*- Dropdowns -*/
#nav1 li ul li {
	width: 220px;
	font-size: 10px;
	line-height: 15px;
	font-weight:normal;
	background: #DDEBF9;
	border-bottom:none;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	text-transform: none;
	text-align: left;
}
#nav1 li ul li:hover {
	background: #20406A;		
}
#nav1 li ul li a {
    padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CDE0F2;
}
#nav1 li ul li a:hover {
	border-bottom: 1px solid #FFF;
}

#nav li ul {
	width: 230px;
	padding: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
#nav li ul ul {
	width: 230px;
	margin-top: -25px;
	padding: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

/*---> Category Nav <---*/
.nav2-label {
	float: left;
	padding: 7px 10px 0 0;
	font-size: 12px !important;
	font-weight: bold;
	color: #6e7e8f !important;
}

#nav2 {
	float: left;
	width: inherit;
	height: 30px;
	margin: 0 0 15px 0 !important;
	background: none !important;
	border-top: none !important;
	border-bottom: none !important;
}
#nav2 a {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	border-top-left: 3px;
	border-top-right: 3px;
}
#nav2 li {
	float: left;
	margin-right: 5px;
	line-height: 30px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	border-top-left: 3px;
	border-top-right: 3px;
	background: #c7c9ce;
}
#nav2 li a:hover {
	color:#FFF;
	background: #5276A0;
}
.nav2_clear{
	clear: both;
	height: 1px;
}

#nav2 .current-cat a {
	background-color: #FFF;
	color: #3b5998;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	border-top-left: 3px;
	border-top-right: 3px;
}
#nav2 .current-cat a:hover {
	background-color: #FFF;
	color: #3b5998;
}

/*---> Promo Code <---*/
#header_promocode {
	width: 550px;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
	color: #333333;
	display: inline;
	float: right;
}
		.submit_text {
			margin: 0;
			padding: 0;
			font-size: 11px;
			font-weight: normal;
			color: #FF6600;
		}
		.submit_field {
			height: 17px;
			margin: 0;
			padding: 4px 0 0 5px;
			font: 10px/17px;
			color: #999;
			background: #E4EDF5;
			border: 1px solid #3399CC;
		}
		.submit_field:hover {
			border: 1px solid #3399CC;
		}
		.submit_btn {
			height: 23px;
			margin: 0 0 5px 0;
			padding: 0 3px;
			font: bold 11px/23px;
			color: #006699;
			background: #E4EDF5;
			border: 1px solid #3399CC;
			text-decoration: none;
		}
		.submit_btn:hover {
			color: #FFFFFF;
			background: #006699;
			border: 1px solid #3399CC;
		}


/* ------------------------------------------> HEADER */
#header_flash {
	width: 630px;
	text-align: right;
	position: relative;
	z-index: 0;
	float: left;
}
#header_video {
	width: 320px;
	height: 235px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #274168;
	position: relative;
	z-index: 0;
	float: right;
}
#header_opt {
	width: 319px;
	height: 235px;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
	background: url(assets/optin_bg.jpg) repeat-x;
	position: relative;
	z-index: 0;
	float: right;
}


/* ------------------------------------------> HEADER OPTIN */
#header_optin {
	width: 300px;
	height: 215px;
	margin: 10px auto;
	padding: 0;
	color: #215385;
	border: 1px solid #5276A0;
	overflow: hidden;
}
#header_optin table {
	margin: 0 auto;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #215385;
}

#header_optin form {
	margin: 0;
	padding: 0;
}
#header_optin form p {
	margin: 0;
	padding: 5px 0;
}

#header_optin label {
	margin: 0;
	padding: 0;
	font: 11px/20px Arial, Helvetica, sans-serif;
}
#GRCategory2,
#GRCategory3 {
	height: 18px;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	background: #CCC;
	border: 1px solid #999;
}
#header_optin #submit {
	margin: 5px 0 0 0;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #DDD;
}
#header_optin #submit:hover {
	background: #CCC;
	border: 1px solid #999;
}

.optin_headline {
	font: bold 16px/28px Arial, Helvetica, sans-serif !important;
}

#header img {
	border: none;
}


/* ------------------------------------------> CONTENT */
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
}
.col2{
	float: right;
	width: 320px;
}
.col2 h3{
	margin-bottom: 15px;
}

.col1 h1,
.col2 h1,
.col3 h1{
	font-size: 25px;
	line-height: 27px;
}
.col1 h2,
.col2 h2,
.col3 h2{
	margin-bottom: 1px;
}

.post_date {
	margin: 0;
	padding: 6px 0 0 0;
	font: italic 11px/15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666 !important;
}

.facebook_like {
	padding: 15px 0 2px 0;
}


/*---> Sub Columns <---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

#slider-holder {
	float: left;
	position: none;
	height: 270px;
	width: 595px;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden ;
	color: #fff;
	background: #000;
}

#archivebox {
	height: 25px;
	margin: 0 0 15px 0;
	padding: 5px 0;
	border: none;
	background: none !important;
	border-bottom: 1px solid #DDD;
}
.archivefeed {
	height: 25px;
	margin: -18px 0 15px 0;
	padding: 0;
	float: right;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color: #0148AC;
	text-decoration: underline;
}
.box .post h2{
	font-size: 15px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 12px;
	padding: 5px 10px;
}

.box .post img{
	border: none;
	padding: 5px;
	background: none;
	margin: 10px;
	float: right;
}

.box .posted {
	margin: 0;	
}


.home-posted-bar {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #F1F1F1;
	padding: 0 0 3px 0;
	margin: 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #F1F1F1;
	clear:both;
}

.posted-bar {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #F1F1F1;
	padding: 5px;
	margin: 15px auto 35px;
	text-align: right;
	border:1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear:both;
}

p.posted {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
.posted-home {
	float: left;
	width: 150px;
	text-align: left;
}

.comments {
	float: right;
	margin: 2px 4px;
	position: relative;
	top: 2px;
	right: 2px;
}


/*- Traditional Blog Post -*/
.navigation {
	width:595px;
	margin-bottom:10px;
	float:left;
	padding: 10px 0;
	border-top:  1px solid #fff;
	border-bottom:  1px solid fff;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}


/*- Traditional Blog Post -*/
.navigation {
	width:595px;
	margin-bottom:10px;
	float:left;
	padding: 10px 0;
	border-top:  1px solid #fff;
	border-bottom:  1px solid fff;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}


/* ------------------------------------------> SIDEBAR WIDGETS */
.widget h3 {
	padding-left: 10px;
}
.textwidget {
	padding-top: 0;
}


/*---> SIDEBAR EVENTS SCROLL <---*/

#events_scroll {
	margin: 0;
	padding: 0;
	height: 230px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}
.events_scroll {
	margin: 0;
	padding: 8px 0 0 0;
	height: 208px;
	overflow: scroll;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
	#events_scroll h4 {
		width: 100%;
		padding-left: 10px;
		font: bold 14px/30px Geneva, Helvetica, sans-serif;
		color: #FFF;
		background: #274168;
	}


/*---> SIDEBAR MEDIA <---*/

#sidebar_media_bar {
	text-align: center;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.as_seen_on {
	width: 100%;
	padding: 0 0 0 5px;
	color: #999;
}


/*---> SIDEBAR VIDEO <---*/

#sidebar_video {
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #274168;
}

#video_wrap {
	width: 297px;
	margin: 0 auto;
	padding: 0;
	color: #215385;
	border: 1px solid #5276A0;
}
#video_wrap table {
	margin: 0 auto;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #215385;
}

#video_wrap form {
	margin: 0;
	padding: 0;
}
#video_wrap form p {
	margin: 0;
	padding: 5px 0;
}

#video_wrap label {
	margin: 0;
	padding: 0;
	font: 11px/20px Arial, Helvetica, sans-serif;
}
#GRCategory2,
#GRCategory3 {
	height: 18px;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	background: #CCC;
	border: 1px solid #999;
}
#video_wrap #submit {
	margin: 5px 0 0 0;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #DDD;
}
#video_wrap #submit:hover {
	background: #CCC;
	border: 1px solid #999;
}

.clear_video_wrap {
	width: 100%;
	height: 10px;	
}



/*---> SIDEBAR LOGIN <---*/

#sidebar_login {
	width: 318px;
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	text-align: center;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	background: #FFF;
}
#sidebar_login img {
	margin: 5px auto 0;
}

.sidebar_login {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 5px;
	font: 9px/11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}

.sidebar_login .loginform {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	background: #F3F3F3;	
}
.sidebar_login table {
	margin: 0 auto;
}

.sidebar_login h3 {
	width: 100%;
	margin: 0 0 5px 0;
}
.sidebar_login a {
	padding: 0 0 0 1px;
	color: #426886;
}
.sidebar_login label,
.sidebar_login .sidebar_label {
	padding: 0 0 0 1px;
	color: #666;
}
.sidebar_login #user_login,
.sidebar_login #user_pass {
	width: 125px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 1px 0 0 3px;
	color: #666;
	border: 1px solid #CCC;
}

.sidebar_login #wp-submit {
	height: 25px;
	margin: 0 3px 0 0;
	padding: 0 12px;

	font: bold 12px/25px Helvetica, Arial, sans-serif;
	color: #FFF;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #5276A0;
	border: 1px solid #5276A0;
}

.sidebar_login #wp-submit:hover {
	color: #FFF;
	background: #5276A0;
	border: 1px solid #039;
}

#sidebar_login .login_offer {
	margin: 10px auto 0;
	text-align: center;
	font: bold 13px/16px Helvetica, Arial, sans-serif;
}

.sidebar_login  #welcome_message {
	height: 15px;
	margin: 0 auto;
	padding: 5px 0 3px 0;
	text-align: center;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	background: #F3F3F3;	
}
.sidebar_login  #welcome_message a {
	padding: 0 0 0 2px;
	font: 11px/15px;
	color: #069;
}
.sidebar_login  #welcome_message .pipe {
	padding: 0 5px;
	font: 11px/15px;
	color: #069;
}


/*---> PROMO CODE <---*/

#sidebar_promocode {
	width: 320px;
	background: #274168;
}

#sidebar_promocode #djcamp_form {
	width: 300px;
	margin: 0 auto;
	padding: 5px 0;
}
		#sidebar_promocode .submit_text {
			margin: 0;
			padding: 0;
			font-size: 14px;
			font-weight: normal;
			color: #E6EDF5;
		}
		#sidebar_promocode .submit_field {
			width: 245px;
			height: 17px;
			margin: 5px 0 0 0;
			padding: 5px 2px 4px 5px;
			font: 10px/17px;
			color: #999;
			background: #E4EDF5;
			border: 1px solid #3399CC;
		}
		#sidebar_promocode .submit_field:hover {
			border: 1px solid #3399CC;
		}
		#sidebar_promocode .submit_btn {
			height: 28px;
			margin: 0 0 5px 0;
			padding: 4px 4px 4px 4px;
			font: bold 12px/20px;
			color: #006699;
			background: #E4EDF5;
			border: 1px solid #3399CC;
			text-decoration: none;
		}
		#sidebar_promocode .submit_btn:hover {
			color: #9CF;
			background: #006699;
			border: 1px solid #3399CC;
		}


/*---> As Seen On <---*/
#as-seen-widget {
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	background-color: #ddedfb;
	border: 1px solid #CCC;
}
#as-seen-widget h6 {
	width: 97%;
	margin: 10px auto 5px;
	paddin-left: 10px;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	color: #069;
}
#as-seen-widget table {
	width: 99%;
}
#as-seen-widget img {
	margin: 0;
	padding: 1px;
}


/* ------------------------------------------> SIDEBAR */
#col2_search {
	height: 25px;
	margin: 0 0 15px 0 !important;
	padding:5px !important;
	background: #eee;
	border: 1px solid #ddd;
}

/*---> Optin <---*/
#optin {
	background: #EEE;
	border: 1px solid #DDD;	
}
#optin_box {
	height: 215px;
	margin: 9px;
	background: #F93 url(assets/optin_bg.jpg) repeat-x;
	border: 1px solid #FC3;
}
#optin_box table {
	margin: 0 auto;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #630;
}
#optin_box form {
	margin: 0;
	padding: 0;
}
#optin_box label {
	margin: 0;
	padding: 0 0 0 15px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #630;
}
#optin_box input {
	height: 19px;
	margin: 0;
	padding: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
	background: #CCC;
	border: 1px solid #999;
}
#optin_box #submit {
	height: 25px;
	margin: 0;
	padding: 0;
	border: none;
}
.optin_headline {
	font: bold 18px/28px Arial, Helvetica, sans-serif;
	color: #036;
}

/*---> Client Feedback <---*/
#sidebar_testimonials {
	text-align: left;
	background: #EEE;
}
#sidebar_testimonials h3 {
	margin: 0;
}

.sidebar_testimonials {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	border: 1px solid #DDD;
	border-top: none;
}

		.sidebar_testimonial_box {
			width: 290px;
			margin: 10px auto;
			font: italic 12px/16px Arial, Helvetica, sans-serif;
			color: #666;
			text-align: left;
		}
		.sidebar_testimonial_box h3 {
			margin: 0 0 10px 0;
			padding: 0 0 0 45px;
			font: normal 14px/30px Geneva, Helvetica, sans-serif;
			color: #036;
			text-align: left;
			background: url(_assets/icons/icon_comments.gif) no-repeat left center;
		}
		.sidebar_testimonial_box img {
			float: left;
			width: 40px;
			height: 40px;
			margin: 0 10px 5px 0;
			padding: 3px;
			background-color: #FFF;
			border: solid 1px #CCC;
		}
		.sidebar_testimonial_box p {
			margin: 0 0 10px 0;
			padding: 0;
		}
		.sidebar_testimonial_box td {
			font: 12px/16px Arial, Helvetica, sans-serif;
			color: #333;
		}

/*---> Countdown FSTS <---*/
.countdown,
.countdown_txt {
	width: 94%;
	margin: 0 auto;
}
.countdown {
	height: 35px;
	padding: 0;
	background: url(../../assets/layout/ad_countdown_bg.jpg) no-repeat right bottom;
}
.countdown_location {
	width: 150px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #20406A;
	display: inline;
	float: left;
}

span#cntdwn {
	width: 100%;
	height: 30px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	display: inline;
	float: left;
}
span#cntdwn b {
	margin: -27px 3px 0 0;
	padding: 0;
	font: bold 40px Tahoma, Geneva, sans-serif;
	color: #C00;
	display: inline;
	float: right;
}


/* ------------------------------------------> MEDIA BAR */

#media-bar {
	height: 60px;
	margin: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	clear: both;
}
#media-bar table {
	float: right;
	width: 850px;
	height: 60px;
}

.media-bar-title {
	float: left;
	width: 100px;
	color: #5672A4;
	text-align: center;
	line-height: 60px;	
}


#content_credits {
	width: 948px;
	height: 50px;
	margin: 0 auto 20px;
	background-color: #ddedfb;
	border: 1px solid #CCC;
}
.credits_title {
	width: 120px;
	height: 50px;
	font: bold 13px/50px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #069;
	float: left;
}
.credits_table {
	width: 800px;
	height: 50px;
	float: left;
}

#content_whatsnew {
	width: 950px;
	height: 135x;
	margin: 0 auto;
	background-color: #FCFCFC;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
		#content_whatsnew p {
			font: 13px/27px Arial, Helvetica, sans-serif;
			color: #666;
		}
		#content_whatsnew img {
			margin: 0;
			padding: 0 5px;
		}


/* ------------------------------------------> LINKS */
#content_links_body {
	width: 980px !important;
	height: 200px;
	margin: 0 auto;
	background: #2A527F !important;
}
#content_links {
	width: 960px !important;
	margin: 0 auto;
	text-align: left;
}

ul#footer-widgets h6.title{
  	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #94a8cc !important;
	margin-bottom: 10px;
}
ul#footer-widgets li.widget a {
	color: #6289b4 !important;
}
ul#footer-widgets li.widget a:hover {
	color: #94a8cc !important;
}
ul#footer-widgets li.widget li{
	background: none !important;
  	border: none !important;
  	/*
  	border-top: 1px solid #FFF !important;
  	border-bottom: 1px solid #BBB !important;
  	*/
}
ul#footer-widgets li.widget li:hover{
  	background: none !important;
  	border: none !important;
  	/*
  	border-top: 1px solid #FFF !important;
  	border-bottom: 1px solid #BBB !important;
  	*/
}


/* ------------------------------------------> FOOTER WIDGETS */
ul#footer-widgets{
  margin: 0;
  padding: 0;
  color: #726a60;
}

ul#footer-widgets li.widget{
  float: left;
  padding: 0;
  margin: 0;
  width: 50%; /* default  */
  list-style-type: none;
}

ul#footer-widgets.widgetcount-1 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-2 li.widget{ width: 50%; }
ul#footer-widgets.widgetcount-3 li.widget{ width: 33%; }
ul#footer-widgets.widgetcount-4 li.widget{ width: 25%; }
ul#footer-widgets.widgetcount-5 li.widget{ width: 20%; }
ul#footer-widgets.widgetcount-6 li.widget{ width: 16%; }
/* no point to add more than 6 widgets, unreadable */

ul#footer-widgets h6.title{
  	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 10px;
}
ul#footer-widgets .the-content{
  margin: 0 1em;
  padding: .4em 0;
}
ul#footer-widgets li.widget ul{
  padding: 0;
}
ul#footer-widgets li.widget li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: .2em .6em;
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left bottom;
  position: relative;
}
ul#footer-widgets li.widget li li{
  padding-left: 1em;
  border: 0;
}
ul#footer-widgets li.widget li a{
  color: #069;
  text-decoration: none;
}
ul#footer-widgets li.widget li:hover{
  background: url(images/links_bg.png);
  border-bottom: 1px solid #FFF;
}
ul#footer-widgets li.widget li a:hover{
  color: #036;
}
ul#footer-widgets li.widget li span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #403123;
  z-index: -1;
  margin: 0;
  padding: 0;
}


/* ------------------------------------------> FOOTER */
#footer_block {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
		#footer_block a {
			color: #ABCAE9;
			text-decoration: underline;
		}
		#footer_block a:hover {
			font: 12px/18px;
			color: #FFFFFF;
			text-decoration: none;
		}
		#footer_block img {
			border: none;
			text-decoration: none;
		}

.footer_logo {
	float: left;
	width: 130px;
	height: 120px;
	margin: 0 15px 0 0;
}
.footer_copyright {
	float: left;
	width: 660px;
	height: 120px;
	text-align: left;
}
.footer_copyright_content {
	width: 100%;
	padding: 15px 0 0 0;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #ABCAE9;
}
.footer_social_networks {
	float: right;
	width: 130px;
	height: 120px;
}
.footer_spacer {
	width: 940px;
	height: 5px;
	margin: 0 auto;
	padding: 0;
}


/* ------------------------------------------> MISC */
.fix_1px{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fix_15px{
	clear: both;
	height: 15px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fix_25px{
	clear: both;
	height: 25px;
	margin: 0 0 -1px;
	overflow: hidden;
}

a.post-edit-link {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 3px 3px 3px 6px;
	color: #FFF !important;
	background: #C00;
}
a.post-edit-link:hover {
	color: #FFF;
	background: #F60;
	text-decoration: none;
}


/* - FORMS - */
.dj-forms {
	width: 85%;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	border: 2px solid #E9D564;
	background: #FFFF99;
}

.dj-forms a {
	text-decoration: underline;
}

.dj-forms .form_field {
	width: 200px;
	height: 25px;
	padding-top: 5px;
	font: 15px/25px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #E9D564;
}
.dj-forms .form_submit {
	margin: 0 auto 15px;
	padding: 10px;
	color: #FFF;
	background: #5276A0;
	border: 1px solid #E9D564;
}
.dj-forms .form_submit:hover {
	background: #F60;
	border: 1px solid #E9D564;
}


input.nextstep {
	height: 30px;
	padding: 0 15px 5px;
	font: 14px/18px Verdana, Geneva, sans-serif;
	color: #FFF !important;
	background: #5276A0;
	border: 2px solid #5276A0;
}
input.nextstep:hover {
	color: #333 !important;
	background: #CCC;
	border: 2px solid #BBB;
}

input.submit-btn {
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	font: 14px/18px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #5276A0;
	border: 1px solid #999;
}
input.submit-btn:hover {
	color: #039 !important;
	background: #CCC;
	border: 1px solid #666;
}


#commentform textarea {
	border: 1px solid #CCC;
}
#commentform input#submit {
	padding: 5px;
	color: #FFF;
	background: #5276A0;
}
#commentform input#submit:hover {
	background: #999;
}



/*---> img Floats <---*/
.float_left {
	float: left;
	margin: 0 10px 10px 0
}
.float_right {
	float: right;
	margin: 0 10px 10px 0;
}



/*---> Ad Rotators <---*/
.hb_ad_rotation {
	margin-bottom: 5px;
	padding: 0 0 15px 0;
	text-align: center;
}
.hb_ad_rotation a {
	text-decoration: underline;
}
.hb_ad_rotation img {
	margin: 0 !important;
	padding: 0 !important;
}



/*---> CFISN Logged In / Logged Out Icon <---*/
.members-only-image-logged-in-home {
	width: 140px;
	height: 15px;
	padding-left: 18px;
	color: #506FAE;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: url(http://www.danijohnson.com/wp-content/assets/padlock-logged-in.png) no-repeat left top;
}

.members-only-image-logged-out-home {
	width: 140px;
	height: 15px;
	padding-left: 18px;
	color: #506FAE;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: url(http://www.danijohnson.com/wp-content/assets/padlock-logged-out.png) no-repeat left top;
}

.members-only-image-logged-in-category {
	width: 130px;
	padding-left: 18px;
	color: #506FAE;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: url(http://www.danijohnson.com/wp-content/assets/padlock-logged-in.png) no-repeat left top;
}

.members-only-image-logged-out-category {
	width: 130px;
	padding-left: 18px;
	color: #506FAE;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: url(http://www.danijohnson.com/wp-content/assets/padlock-logged-out.png) no-repeat left top;
}

.read-content {
	margin: 0 10px;
}
.login-post {
	height: 25px;
	margin: 0;
}

.continue {
	float: left;
	margin: 5px 0 15px;
	font-size: 11px;
}

.login-status-home {
	float: left;
	margin: 2px;
	position: relative;
	top: 2px;
	left: 2px;
}
.login-status {
	float: left;
	margin: 5px 0 10px 0;
}
