/******************************************************



    [ LAYOUT ]



*******************************************************/
@import url("http://cssksw.com/walkerau");

body {
	background: #373737 url('images/body-bg.jpg') top left repeat-x;
}
#wrapper {
margin-top:30px;
}
#container {
}
a {
	color: #af3812;
}
a:hover {
	color: #d9400a;
}
a:focus {
	outline:none
}
hr {
	border:0 #929292 solid;
	border-top-width:1px;
	clear:both;
	height:0
}
/*********************************************

		The WP Styles

*********************************************/

.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/******************************************************



    [ HEADER ]



*******************************************************/

#header {
	margin-bottom: 10px;
}
#header h1 {
	margin: 0px !important;
	padding: 10px 0 0 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#header h2 {
	color: #bdbdbd;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
}
.logo {
	margin:0;
}
#headerbanner {
	text-align:right;
}
/******************************************************



    [ NAVIGATION ]



*******************************************************/

#topmenuwrapper {
	margin-top: 5px;
	height: 25px;
	float: right;
	z-index: 1000;
}
.subscriptions {
	margin-top: 5px;
	height: 25px;
	float: right;
	text-align: right;
}
.subscriptions a {
	color: #757575;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-transform: uppercase;
}
.subscriptions a:hover {
	color: #fff;
	text-decoration: underline;
}
/* SUBMENU */
.navwrapper {
	height: 36px;
	padding-left: 15px;
	background: url('images/nav-bg2.png') top left no-repeat;
	z-index: 999;
}
#submenu {
	width:150px;
	padding-top:10px;
	padding-right:10px;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin: 0;
}
#submenu ul, #submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#submenu li.page_item a, #submenu li a:link, #submenu a {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration:none;
	display: block;
}
#submenu li a:hover, #submenu li.page_item a:hover {
	color: #fff;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color:#8ac0e9;
	text-decoration:none;
	background: url(images/nav-background-hover2.png) top left repeat-x;
	text-shadow: 0 1px 0 #000;
	display: block;
}
#submenu li.current_page_item a {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #fff;
	background: #8ac0e9 url(images/nav-background-hover2.png) top left repeat-x;
	text-shadow: 0 1px 0 #6d1a00;
	text-decoration:none;
	display: block;
}
#submenu li.current_page_item a:hover {
	display:static;
}
/******************************************************



    [ CONTENT ]



*******************************************************/



/* Featured Posts */

#featured {
	height: 265px;
	border: 2px solid #6C6C6C !important;
	background: #101010 url('images/featured-background.png') bottom left no-repeat;
	overflow: hidden !important;
	position: relative;
	z-index: 0 !important;
}
#featured .featuredslide {
	height: 265px;
	width: 835px;
	margin-left:56px;
	margin-right:56px;
	background: none !important;
}
#featured .featuredpost {
	margin-top:10px;
	height: 250px;
	width: 835px;
}
#featured .featuredpost h1 {
	padding: 5px 0 10px 0;
	margin: 0;
	color: #e5e5e5;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
}
#featured .featuredpost p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-shadow: 0 1px 0 #000;
}
#featured .more {
	width:130px;
	font-size: 12px;
	text-align:center;
	background-color:#333;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#featured .more a {
	padding: 7px 18px;
	color: #999;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#featured .more a:hover {
	padding: 7px 18px;
	color: #fff;
	text-decoration: none;
}
#featured .featuredpost img {
	float: right;
	background: #1b1a1a;
	border: #232323 1px solid;
	padding: 5px;
}
#featured .prev {
	float:left;
	width:46px;
	height:38px;
	background:transparent url('images/prev.png') no-repeat center;
	position:absolute;
	left:10px;
	top:115px;
}
#featured .prev:hover {
	background:transparent url('images/prev.png') no-repeat center;
	cursor:pointer;
}
#featured .next {
	float:right;
	width:46px;
	height:38px;
	background:transparent url('images/next.png') no-repeat center;
	position:absolute;
	right:10px;
	top:115px;
}
#featured .next:hover {
	background:transparent url('images/next.png') no-repeat center;
	cursor:pointer;
}
* html .next, * html .prev { /* IE6 FIX*/
	top:0px;
}
/* Featured Two */
#featured2 {
	position: relative;
	height: 270px;
	border:none;
	overflow: hidden !important;
	z-index: 0 !important;
	margin-bottom:15px;
}
#feat_vid {
	height: 263px;
	position: relative;
	margin: 0;
	padding: 7px 0 0 0;
	overflow: hidden !important;
}
#feat_vid .vid {
	position:absolute;
	height: 263px;
	left: 0px;
	overflow: auto !important;
	background: none !important;
}
#featured2 .feat_vid a {
	text-indent:-3000px;
	overflow:hidden;
	text-decoration:none;
}
#optin {
	position: relative;
	height: 270px;
	left: 10px;
	background:url(images/optin.png) top left no-repeat !important;
	margin:0;
	padding: 0;
}
#optin h2, #optin p {
	display:none;
}
#optin .optin-form {
	position:absolute;
	height: 160px;
	width: 190px;
	bottom: 10px;
	right: 40px;
	overflow: auto !important;
}
#optin .optin-form p {
	display:inherit;
	padding: 0;
	margin:0;
}
#optin .input-text-wrap {
	padding: 0;
	margin-top: 0;
}
#optin .input-text-wrap {
	padding: 0;
	margin-top: 0;
}
#constant-contact-signup-errors ul, li {
	color:#F00;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
/* #optin .optin-form input[type="submit"] {
	text-indent: -9999px;
	border:none;
	cursor:pointer;
	display:block;
	width: 160px;
	height: 50px;
	background:url(images/downloadnow.png) top left no-repeat !important;
} */
/*********************************************

		Use this to add a bottom shadow

		to any span-24 wide element

*********************************************/

.bottom-shadow {
	width: 950px;
	height: 15px;
	background: url('images/bottom-shadow-trans.png') no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/*********************************************

		Wrap Styles

*********************************************/

#wrap {
	background: #FFF url('images/grad.gif') repeat-x;
	border: #FFF 2px solid;
	overflow: auto;
}
/*********************************************

		Content Management

*********************************************/

#content {
	margin: 10px;
}
/*********************************************

		End Content Styles

*********************************************/

h1, h2, h3, h4, h5, h6 {
	color:#2D2D2D;
}
.post_thumbnail {
	padding: 6px;
	background: #1b1a1a;
	border: 1px solid #232323;
	margin: 0 10px 10px 0;
}
.post {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
.post p {
	margin-bottom: 10px;
}
.title {
	margin: 0px 0 1px 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24px;
	color: #2d2d2d;
	font-weight: bold;
}
.title a {
	text-decoration: none;
	color: #005b7f;
}
.title a:hover {
	text-decoration: none;
	color: #d1d0d0;
}
.pagetitle {
	margin: 0px 0 10px 0;
	background: #2D2D2D;
	padding: 6px 12px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #D5D5D5;
}
h2.generic {
	margin: 0px 0 10px 0;
	background: #2D2D2D;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 16px;
	color: #D5D5D5;
}
.postdate {
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}
.postdate a {
	text-decoration: none;
}
.postmeta {
	font-size: 11px;
	padding: 6px 8px;
	background: #141414;
	color: #fff;
}
.postmeta a {
	color: #999;
}
.readmorecontent {
	text-align: right;
	margin-bottom: 8px;
}
a.readmore {
	padding: 6px 16px;
	background: url(images/readmore-background.png) top left repeat-x;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #d1d0d0;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
a.readmore:hover {
	text-decoration: underline;
	color: #fff
}
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-size: 14px;
	color: #2d2d2d;
}
.navigation {
	padding: 10px 0;
}
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
}
.post img {
	max-width: 680px;
}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background: #1b1a1a;
	border: 1px solid #232323;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */

   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/******************************************************

		SIDEBAR(S)

*******************************************************/

.banner125 {
	margin: 6px;
}
/*********************************************

		Right Sidebar Styles

*********************************************/

#sidebar {
	float: right;
	line-height: 1.5;
	margin: 0;
	padding: 10px;
	color: #929292;
	background: #010101;
}
#sidebar a {
	text-decoration: none;
	color: #929292;
	font-size: 14px;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #8ac0e9;
}
#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 7px 0 6px 10px;
	background: url(images/sidebar-tab.png) top left repeat-x;
	font-size: 15px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #111111;
	border-left: 4px solid #8ac0e9;
}
#sidebar ul {
	width: 100% !important;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li li {
	padding: 4px 0px 4px 15px;
	margin: 0px;
	background: url('images/arrow.gif') no-repeat top left;
	border-bottom: 1px solid #252424;
}
#sidebar ul li ul li {
	background: url('images/arrow.gif') no-repeat top left;
	padding: 4px 0px 6px 15px;
	margin: 2px 0;
	border-bottom: 1px solid #252424;
}
#sidebar .widgets {
	margin-top: 0;
	padding-top: 0;
	overflow: auto;
}
#sidebar .widgets ul {
	margin-top: 0;
	padding-top: 0;
}
#search {
	height: 30px;
	padding: 0;
	margin: 5px;
	text-align: left;
}
#search input {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	background: none;
}
#s {
	width: 230px;
	padding: 5px;
	background: none;
}
#topsearch {
	height: 40px;
	background: #242424;
}
/* Social icons */

.addthis_toolbox {
	padding-top: 10px;
	text-align: center;
}
.addthis_toolbox .custom_images a {
	width: 32px;
	height: 32px;
	margin: 0 3px 0 3px;
	padding: 0;
}
.addthis_toolbox .custom_images a:hover img {
	opacity: 1;
}
.addthis_toolbox .custom_images a img {
	opacity: 0.75;
}
/* calendar */

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: none;
}
#wp-calendar caption {
	color: #8ac0e9;
	padding: 2px 4px;
	text-transform: uppercase;
	margin: 2px 0 2px 0;
	background: #1d1d1d;
}
#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #313131;
	color: #fff;
}
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	width: 100%;
}
/******************************************************

	FOOTER

*******************************************************/

#footer {
	background: #FFF url('images/grad.gif') repeat-x;
	border: #FFF 2px solid;
	border-bottom: none;
	overflow: auto;
}
#f {
	border-top:#181818 2px solid;
	background: #000 url('images/footer-background.png') top left repeat-x;
	color: #fff;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #ccc;
	text-decoration:underline;
}
.footer-disclaimer{
	font-size: 11px !important;
	color: #999 !important;
	margin:0 15px 10px 15px;
}
.footer-credits {
	font-size: 11px !important;
	color: #999 !important;
	margin:10px 15px;
}
.footer-credits a {
	color: #999 !important;
}
.footer-credits a:hover {
	color: #CCC !important;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
}
#copyright {
	margin:10px 15px;
	font-size: 12px;
}
/* wp-pagenavi style overriding */



.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #686868 !important;
	background:#171717 !important;
	border: 1px solid #1c1c1c !important;
	font-size: 15px !important;
	padding:  4px 8px !important;
}
.wp-pagenavi a:hover {
	color: #494949 !important;
	background:#171717 !important;
	border: 1px solid #292929 !important;
}
.wp-pagenavi span.pages {
	color: #7f7e7e !important;
	background:#242424 !important;
	border: 1px solid #353535 !important;
	font-size: 15px !important;
	padding:  4px 8px !important;
}
.wp-pagenavi span.current {
	color: #7f7e7e !important;
	background:#242424 !important;
	border: 1px solid #353535 !important;
	font-size: 15px !important;
	padding:  4px 8px !important;
	font-weight: bold;
}
.wp-pagenavi span.extend {
	background:transparent !important;
	color: #7f7e7e !important;
	background:#242424 !important;
	border: 1px solid #353535 !important;
	font-size: 15px !important;
	padding:  4px 8px !important;
}
/******************************************************



    [ COMMENTS ]



*******************************************************/

h3.comments {
	margin-bottom: 10px;
	color: #fff !important;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	/*display: block;*/
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond h3 {
	color: #fff;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 5px;
	text-align: justify;
	background: #1b1a1a;
	margin:0;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: -22px 0 0 63px;
	display: block;
	font-size: 11px;
	padding:0;
}
.comment-body {
}
.avatar {
	border: 3px solid #ffffff;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.comment-author {
	background: #212020;
	padding: 5px;
	display: block;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	padding: 4px 15px;
	background: #242323;
	color: #929292;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.comment-reply-link:hover {
	color: #929292;
}
.fn, .fn a:link, .fn a:hover, .fn a:visited {
	color: #d1d0d0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.says {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
}
.commentmetadata a, .commentmetadata a:hover {
	color: #4d4d4d;
	text-decoration: none;
}
/******************************************************



    [ MISC (WP GENERATED) ]



*******************************************************/

.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.widget {
}
.widget_text {
}
.blogroll {
}
.linkcat {
}
/* SLIDESHOW */



#slideshow {
	background-color: #f2f2f2;
}
#slideshow-nav {
	background-image: url(style1/slideshow-nav.png)
}
#slideshow-nav-inner a img {
	background-image: url(style1/slideshow-nav-button.png);
}
/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
	}

/* Sliding panel. */
#sliding-panel {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}

/* The part of the panel that actually slides. */
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 180px;
	background: #040D12;
	}

/* Widget container. */
#sliding-panel .panel-content {
	overflow: hidden;
	width: 960px;
	height: 150px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #333;
	}

/* Sliding panel widgets. */
#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 446px;
	height: 200px;
	margin: 0;
	padding: 0 15px;
	font: normal normal normal 14px/21px Arial !important;
	color: #888;
	background: transparent;
	border: none;
	border-right: 1px solid #333;
	}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget titles. */
#sliding-panel .widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal bold 18px/21px Arial !important;
	color: #999;
	text-transform: none;
	background: transparent;
	border: none;
	}

/* Sliding panel widget lists. */
#sliding-panel .widget ul {
	margin: 0 0 10px 20px;
	list-style: square;
	}
#sliding-panel .widget ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget links. */
#sliding-panel .widget a {
text-decoration: none !important;
	}
#sliding-panel .widget a:hover {
	text-decoration:underline;
	}

/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: 0;
	z-index: 9999;
	height: 37px;
	border-top: 2px solid #040D12;
	}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
  	clear: both;
	display: block;
	position: relative;
	width: 960px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	}

/* Open/close link. */
#sliding-panel .tab a {
	display: block;
	float: right;
	position: relative;
	width: 150px;
	height: 35px;
	top: -1px;
	margin: 0;
	padding: 0;
	font: normal normal bold 12px/33px !important;
	color: #fff;
  	background: #005b7f;
 	text-align: center;
	margin-right:11px;
	text-decoration:none !important;
	}

/* Open link. */
#sliding-panel .tab a.open {
text-decoration:none !important;
	}

/* Close link. */
#sliding-panel .tab a.close {
text-decoration:none !important;
	}

/* Open/close link hover. */
#sliding-panel .tab a:hover {
	cursor: pointer;
	text-decoration: underline;
	}

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;
	text-decoration:none !important;
	}
	
/* Log In Form */

#panel .panel-content #login form {

	margin: 0;

	}

#panel .panel-content #login label.text {

	float: left;

	padding-top: 8px;

	clear: both;

	width: 80px;

	}

#panel .panel-content #login label.remember {

	float: left;

	margin: 5px 0 0 0;

	}

#panel .panel-content #login input.field {

	margin-top: 4px;

	width: 200px !important;

	font-style: italic;

	}

#panel .panel-content #login input.log-in {

	float: right;

	margin-right: 30px;

	font-style: italic;

	text-align: center;

	cursor: pointer;

	}


