﻿/*	Theme Name: DMan Child Theme	Theme URL: http://www.dman.com	Description: DMan is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.	Author: Dream Whisper Designs	Author URI: http://dreamwhisperdesigns.com	Version: 1.0		Template: genesis*/html {
	background: #000000 url(images/bg.png) repeat-x left top;
}
body {
	background: url(images/bg2.png) no-repeat center top;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}
.page-id-250 body {
	background: url(images/bg2.png) no-repeat center top;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}
pre, code {
	border: solid 1px #444444;
	color: #CCCCCC;
	margin: 0 30px;
	padding:10px;
	background: #222222;
}/***** Hyperlinks ********************/
a, a:visited {
	color: #ce0110;
	text-decoration: none;
}
a:hover {
	color: #90010b;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}/***** Wrap ********************/
#wrap {
	background: url(images/wrap.png) repeat-x right bottom;
	margin: 0 auto 0;
	padding: 0;
}
#customwrap {
	margin: 0 auto 0;
	padding: 0;
	width: 960px;
	min-height: 1450px;
	display: inline;
}/***** Header  ********************/
#header {
	width: 960px;
	height: 170px;
	margin: 0 auto 0;
	padding: 0;
}
#header .wrap {
}
#title-area {
	width: 450px;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#title-area #title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
#title-area #title a {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
}
#title-area #description {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#header .widget-area {
	width: 440px;
	float: right;
	margin: 0;
	padding: 0;
}
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}
#header .widget-area h4 {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
}
#header .widget-area ul {
	margin: 0;
	padding: 0;
}
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}/***** Image Header - Partial Width ********************/
.header-image #header #title-area {
}
.header-image #title-area, .header-image #title-area #title {
	display: block;
	float: left;
	width: 319px;
	height: 167px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header-image #title-area #title a {
	background: url(images/logo-white.png) left top no-repeat;
	display: block;
	float: left;
	width: 319px;
	height: 167px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header-image #title-area #title a:hover {
	background-position: 0 -171px;
}
.header-image #title-area #description {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}/***** Image Header - Full Width ********************/
.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
}/***** Header Pages/Category Widget Menu ********************/
#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wf-inactive #header ul.nav li a {
	font-size: 14px !important;
	font-family: Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading #header ul.nav li a {
	visibility: hidden !important;
}
#header ul.nav li a {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 11px 15px 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: url(images/navhov.png);
	color: #FFFFFF;
}
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
}
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	right: 5px;
}
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	width: 138px;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
}
#header ul.nav li li a:hover, #header ul.nav li li a:active {
}
#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}
#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}
#header ul.nav li ul a {
	width: 140px;
}
#header ul.nav li ul a:hover, #header ul.nav li ul a:active {
}
#header ul.nav li ul ul {
	margin: -33px 0 0 159px;
}
#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
}
#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
}
#header ul.nav li:hover, #header ul.nav li.sfHover {
	position: static;
}/***** Nav Menu ********************/
#nav {
	clear: both;
	width: 960px;
	height: 45px;
	background: transparent;
	color: #FFFFFF;
	margin: 0 auto 10px;
	padding: 20px 0 0 0;
}
#nav .wrap {
	width: 960px;
	height: 45px;
	background: transparent;
	margin: 0 auto 0;
	padding: 0;
}
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	color: #FFFFFF;
	display: block;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 18px;
	margin: 0 10px 0 0;
	padding: 13px 15px 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wf-inactive #nav li a {
	font-size: 14px !important;
	font-family: Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading #nav li a {
	visibility: hidden !important;
}
#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #333333;
	color: #FFFFFF;
}
#nav li a.sf-with-ul {
	padding-right: 20px;
}
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #222222;
	color: #FFFFFF;
	font-size: 16px;
	width: 138px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#nav li li a:hover, #nav li li a:active {
	background: #333333;
}
#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}
#nav li ul a {
	width: 140px;
}
#nav li ul a:hover, #nav li ul a:active {
}
#nav li ul ul {
	margin: -33px 0 0 159px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
}
#nav li:hover, #nav li.sfHover {
	position: static;
}
#nav li.right {
	float: right;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: 0;
	padding: 13px 15px 12px 15px;
	text-transform: uppercase;
}
#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.wf-inactive #nav li.right a {
	font-size: 14px !important;
	font-family: Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading li.right a {
	visibility: hidden !important;
}
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav li.date {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 18px;
}
.wf-inactive #nav li.date {
	font-size: 14px !important;
	font-family: Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading li.date {
	visibility: hidden !important;
}
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
}
.wf-inactive #nav li.rss a {
	font-size: 14px !important;
	font-family: Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading li.rss a {
	visibility: hidden !important;
}
#nav li.search {
	padding: 0 10px 0 10px;
}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}/***** SubNav Menu ********************/
#subnav {
	clear: both;
	height: 45px;
	background: transparent;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0px 0 15px;
	width: 960px;
}
#subnav .wrap {
	width: 960px;
	height: 45px;
	background: transparent;
	margin: 0 auto 0;
	padding: 0;
}
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li a {
	color: #999999;
	display: block;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 18px;
	margin: 0 10px 0 0;
	padding: 13px 15px 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wf-inactive #subnav li a {
	font-size: 12px !important;
	font-family: Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading #subnav li a {
	visibility: hidden !important;
}
#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	color: #CCCCCC;
}
#subnav li a.sf-with-ul {
	padding-right: 20px;
}
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #222222;
	color: #FFFFFF;
	font-size: 18px;
	width: 138px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#subnav li li a:hover, #subnav li li a:active {
	background: #333333;
}
#subnav li li a .sf-sub-indicator {
	top: 10px;
	background: url(images/arrow-right.png);
}
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}
#subnav li ul a {
	width: 140px;
}
#subnav li ul a:hover, #subnav li ul a:active {
}
#subnav li ul ul {
	margin: -33px 0 0 159px;
}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
}
#subnav li:hover, #subnav li.sfHover {
	position: static;
}/***** Inner ********************/
#inner {
	background: transparent;
	width: 920px;
	margin: 0 auto;
	padding: 0px 20px 0 20px;
	overflow: hidden;
}/***** Inner Backgrounds ********************/
.content-sidebar #inner {
	background: transparent;
}
.sidebar-content #inner {
	background: transparent;
}
.content-sidebar-sidebar #inner {
	background: transparent;
}
.sidebar-sidebar-content #inner {
	background: transparent;
}
.sidebar-content-sidebar #inner {
	background: transparent;
}
.full-width-content #inner {
	background: transparent;
}/***** Breadcrumb ********************/
.breadcrumb {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 0px solid #E6E6E6;
	font-size: 12px;
	color: #999999;
}
.single .breadcrumb, .archive .breadcrumb, .page-template-pageblog-php .breadcrumb {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 5px 10px 25px 10px;
	border: 0px solid #E6E6E6;
	font-size: 12px;
	color: #999999;
}/***** Content-Sidebar Wrapper ********************/
#content-sidebar-wrap {
	width: 745px;
	margin: 0;
	padding: 0;
	float: left;
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 920px;
}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
}
.full-width-content #content-sidebar-wrap {
	width: 920px;
}/***** Content ********************/
.home #content {
	width: 490px;
	margin: 0;
	padding: 25px 0px 10px 0px;
	float: left;
	position: relative;
}
#content {
	width: 490px;
	margin: 0;
	padding: 0px 0px 10px 0px;
	float: left;
	position: relative;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.sidebar-content #content, .content-sidebar #content {
	width: 675px;
}
.full-width-content #content {
	width: 900px;
}
#content img, #content p img {
	max-width: 100%;
}
#content blockquote {
	background: #222222;
	margin: 0 15px 15px 15px;
	padding: 20px 25px 10px 25px;
	border: 0px solid #E6E6E6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content .post {
	margin: 0 0 40px 0;
	padding: 20px;
	background: #333333;
	min-height: 450px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content .page {
	margin: 0 0 40px 0;
	padding: 20px;
	background: #333333;
	min-height: 450px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.page-template-pagearchive-php #content .post, .error404 #content .post {
	overflow: hidden;
}
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
}
#content p img {
	border: 10px solid #222222;
}
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
}
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
}
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
}
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
}
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0;
}
#content .archive-page a, #content .archive-page a:visited {
	color: #CCCCCC;
}
#content .archive-page a:hover {
	color: #999999;
}
#content .archive-page h4 {
	text-align: left;
	background: #222222;
	padding: 10px;
	margin: 0 15px 15px 0;
}
.clear {
	clear: both;
}/***** Post Info ********************/
.post-info {
	color: #666666;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	font-style: italic;
	margin: -40px 0 25px 0;
	padding: 0;
	text-align: right;
}
.post-info p {
	margin: 0;
	padding: 0;
}/***** Post Meta ********************/
.post-meta {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: italic;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
}/***** Author Box ********************/
.author-box {
	background: #222222;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #444444;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.author-box p {
	margin: 0;
	padding: 0;
}
.author-box img {
	background: #666666;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #444444;
}
/***** Affiliate Content in Content ********************/
.affiliate-box {
	background: #222222;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #444444;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.affiliate-box p {
	margin: 0;
	padding-bottom: 10px;
}
.affiliate-box img {
	background: #666666;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #444444;
}

/***** Headlines in Content ********************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #999999;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}
.wf-inactive #content h1, .wf-inactive #content h2, .wf-inactive #content h3, .wf-inactive #content h4, .wf-inactive #content h5, .wf-inactive #content h6 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif !important;
}
.wf-loading #content h1, .wf-loading #content h2, .wf-loading #content h3, .wf-loading #content h4, .wf-loading #content h5, .wf-loading #content h6 {
	visibility: hidden !important;
}
#content h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 0px 100px 15px;
	position: relative;
}
.wf-inactive #content h1 {
	font-size: 28px !important;
	line-height: 30px !important;
	margin: 0px 100px 15px;
	position: relative;
}
#content h2 {
	font-size: 34px;
	line-height: 36px;
	margin: 0px 100px 15px;
	position: relative;
}
.wf-inactive #content h2 {
	font-size: 26px !important;
	line-height: 28px !important;
	margin: 0px 100px 25px !important;
}
#content .entry-content h2 {
	font-size: 34px;
	line-height: 36px;
	margin: 0 0 10px 0;
	position: relative;
}
.wf-inactive #content .entry-content h2 {
	font-size: 26px !important;
	line-height: 28px !important;
	margin: 0 0 10px 0 !important;
}
#content h2 a, #content h2 a:visited {
	color: #999999;
	text-decoration: none;
}
#content h2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#content h3 {
	font-size: 26px;
}
.wf-inactive #content h3 {
	font-size: 20px !important;
	line-height: 22x !important;
}
.wf-inactive #content h3#reply-title {
	text-align: left !important;
}
#content h4 {
	font-size: 20px;
}
.wf-inactive #content h4 {
	font-size: 18px !important;
}
#content h5 {
	font-size: 18px;
}
.wf-inactive #content h5 {
	font-size: 16px !important;
}
#content h6 {
	font-size: 16px;
}
.wf-inactive #content h6 {
	font-size: 14px !important;
}/***** Post Icons ********************/
.time {
	background: url(images/icon-time.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}
.tags {
	background: url(images/tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}/***** Images ********************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	background: #222222;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #222222;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}/***** Post Navigation ********************/
.navigation {
	width: 100%;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	display: inline;
}
.navigation li a {
	color: #ce0110;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}
.navigation li a:hover {
	background: #ce0110;
	color: #FFFFFF;
	border: 1px solid #E6E6E6;
	text-decoration: none;
}
.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}
.navigation li.active a {
	background: #ce0110;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #E6E6E6;
}/***** Sidebar & Sidebar-Alt ********************/
#sidebar {
	width: 212px;
	float: right;
	margin: 65px 0 255px 0;
	padding: 0 10px 0 10px;
	display: inline;
	overflow: hidden;
	position: relative;
}
#sidebar-top {
	height: 300px;
}
#content .page-id-250 #sidebar-top {
}
#sidebar-top .widget {
	background: transparent !important;
	padding: 10px !important;
}
#sidebar-top .widget .widget-wrap {
	padding: 0px !important;
	background: transparent !important;
}
#sidebar-top .widget h4 {
	background: transparent;
	padding: 0 0;
	font-size: 30px;
	text-align: center;
	color: #CCCCCC;
}
#sidebar-top img {
	border: 0px;
	margin: 0 0 20px 0 !important;
}
#sidebar-top a.securitylink {
	background: url(images/security.png) no-repeat top center;
	border: 0px;
	margin: 30px 0 20px 0 !important;
	width: 202px;
	height: 37px;
	display: block;
	text-decoration: none;
}
#sidebar-top a.securitylink:hover {
	background-position: bottom;
}
#sidebar-top .securitylink span {
	visibility: hidden;
}
#sidebar-top a.seo {
	background: url(images/seo.png) no-repeat top center;
	border: 0px;
	margin: 40px 0 20px 0 !important;
	width: 202px;
	height: 37px;
	display: block;
	text-decoration: none;
}
#sidebar-top a.seo:hover {
	background-position: bottom;
}
#sidebar-top .seo span {
	visibility: hidden;
}
#sidebar-alt {
	width: 135px;
	float: left;
	margin: 0;
	padding: 0 10px 0px 10px;
	display: inline;
	overflow: hidden;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 0px;
	background: url(images/rounded-bottom.gif) no-repeat bottom right #303030;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
#sidebar .widget .widget-wrap {
	background: url(images/rounded-top.gif) no-repeat top right;
	padding: 10px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #666666;
	text-decoration: none;
}
#sidebar h4, #sidebar-alt h4 {
	color: #999999;
	font-size: 20px;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0 0 5px 30px;
	border-bottom: 0px dotted #CCCCCC;
	background: url(images/hat.png) no-repeat top left;
}
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0 0 10px 0;
}
#sidebar a, #sidebar a:visited {
	color: #999999;
}
#sidebar a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	margin: 0;
	padding: 0;
}
#sidebar-alt a img {
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #ECEADF;
}
#sidebar-alt a:hover img {
	background: #ECEADF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #ECEADF;
}
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
}
#sidebar li, #sidebar-alt li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0 0 3px 12px;
	margin: 0 0 3px 0;
	border-bottom: 0px dotted #CCCCCC;
	word-wrap: break-word;
}/***** Sidebar(s) Tag Cloud ********************/
#sidebar .widget_tag_cloud div, #sidebar-alt .widget_tag_cloud div {
	padding: 10px 10px 5px 10px;
}/***** Sidebar(s) Category Dropdown ********************/
#cat {
	background: #222222;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 0px;
	padding: 3px;
	display: inline;
	border: 1px solid #333333;
}
#sidebar #cat {
	width: 188px;
}
#sidebar-alt #cat {
	width: 148px;
}/***** Sidebar(s) Featured Post/Page ********************/
#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
}
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 10px;
	clear: both;
	font-size: 12px;
}
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #444444;
}
#sidebar .featuredpost img {
	margin: 0;
	padding: 0px;
	border: 10px solid #444444;
}/***** Sidebar(s) User Profile ********************/
#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
}
#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #CCCCCC;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #444444;
}
#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
}/***** Search Form(s) ********************/
.searchform {
	margin: 0;
}
#header .searchform {
	float: right;
	padding: 50px 10px 0 0;
}
#sidebar .searchform {
	padding: 5px 0 0 0;
}
#nav .searchform {
	float: right;
	padding: 5px 0 0 0;
}
.s {
	color: #CCCCCC;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header .s {
	background: #222222 !important;
	width: 240px;
}
#nav .s {
	background: #222222 !important;
	width: 165px;
}
#sidebar .s {
	background: #222222 !important;
	width: 110px;
}
#sidebar-alt .s {
	width: 80px;
}
.searchsubmit {
	background: #222222;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.searchsubmit:hover {
	background: #ce0110;
	border: 1px solid #ce0110;
}/***** eNews & Updates Widget ********************/
.enews {
	margin: 0;
	padding: 0;
}
.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar .enews #subscribe {
	padding: 0;
}
.enews #subbox {
	background: #222222 !important;
	width: 140px;
	color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 0 5px 0 0;
	border: 1px solid #444444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.enews #subbutton {
	background: #90010b;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #90010b;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.enews #subbutton:hover {
	background: #ce0110;
	border: 1px solid #ce0110;
}/***** Latest Tweets Widget ********************/
#header .latest-tweets {
	margin: 20px 0 0 0;
	padding: 0;
}
#sidebar .latest-tweets {
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}
#sidebar .latest-tweets ul {
	overflow: hidden;
}/***** Calendar ********************/
#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}
#wp-calendar caption {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar th {
	color: #CCCCCC;
}
#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: transparent !important;
	color: #F7F7F7 !important;
}
#wp-calendar td {
	background: #444444;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
}
#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
}/***** Contact Form ********************/
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.gform_footer .button:hover {
	background: #ce0110;
	border: 1px solid #ce0110;
}
.gform_footer input.button {
	color: #FFFFFF !important;
}
.gform_wrapper .gform_footer {
	border: none!important;
}/***** Footer ********************/
#footer {
	clear: both;
	overflow: hidden;
	background: url(images/footer.png) no-repeat center bottom;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: -800px auto 0;
	padding: 15px 0 15px 0;
	height: 800px;
}
#footer .wrap {
	width: 960px;
	margin: 0 auto 0;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer .gototop {
	width: 200px;
	float: left;
	margin: 780px 0 0 0;
	padding: 0 0 0 15px;
}
#footer .gototop a {
	margin: 0;
	padding: 0 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
}
#footer .creds {
	width: 440px;
	float: right;
	margin: 780px 0 0 0;
	padding: 0 270px 0 0;
	text-align: right;
}/***** Comments ********************/
.logged-in-as {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 18px;
}
.comments {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
}
#author, #email, #url {
	background: #333333 !important;
	width: 250px;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #444444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comment {
	background: #333333 !important;
	width: 98%;
	height: 150px;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 13px 7px 13px 10px;
	margin: 5px 0 5px 0;
	border: 1px solid #444444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#submit {
	background: #333333;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#submit:hover {
	background: #ce0110;
	border: 1px solid #ce0110;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
}
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.comment-list li ul li {
	margin-right: -6px;
	margin-left: 10px;
}
.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}
.comment-list li .avatar {
	background: #666666;
	float: right;
	border: 1px solid #444444;
	margin: 0 5px 0 10px;
	padding: 4px;
}
.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
}
.commentmetadata {
	font-size: 11px;
	font-weight: normal;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.alt {
	margin: 0;
	padding: 10px;
}
.children {
	margin: 0;
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.reply a, .reply a:visited {
	background: #333333;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
}
.reply a:hover {
	background: #666666;
	text-decoration: none;
	border: 1px solid #666666;
}
#comments .navigation {
	display: block;
	margin: 10px 0 40px 0;
}
.thread-alt {
	background: #444444;
	margin: 0;
	padding: 0;
}
.thread-even {
	background: #333333;
	margin: 0;
	padding: 0;
}
.depth-1 {
	border: 0px solid #E6E6E6;
	margin: 0;
	padding: 0;
}
.even {
	border: 1px dotted #222222;
	margin: 0;
	padding: 0;
}
.alt {
	border: 1px dotted #444444;
	margin: 0;
	padding: 0;
}/***** Date ****************************/
.datebox {
	float: left;
	margin: -60px 0 0 -15px;
	padding: 10px 0 0 0;
	width: 100px;
	height: 100px;
	background: url(images/date.png) no-repeat;
	position: relative;
	display: inline;
}
.month {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0;
	padding: 14px 0 4px 0;
	line-height: 100%;
}
.day {
	text-align: center;
	font-size: 20px;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.year {
	color: #CCCCCC;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.boxed {
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	line-height:1.2em;
	margin-top:-1.2em;
	padding:0 0.5em;
	z-index:1000000;
}
