﻿body {
	background: rgb(255, 255, 255);
	margin: 0px auto;
	padding: 0px;
	color: rgb(102, 102, 102);
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrap {
	background: none;
	margin: 0px auto;
	padding: 0px 15px;
	width: 960px;
}
.loggedout-follow-normal {
	right: 10px;
	bottom: -300px;
	position: fixed;
	z-index: 100;
}
a, a:visited {
	color: rgb(0, 0, 0);
	font-style: italic;
	text-decoration: none;
}
#bit, #bit * {
}
#bit {
	font: 13px/normal "Helvetica Neue", sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	_display: none;
}
#bit a.bsub {
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
}
@media all and (min-device-width:768px)
#bit, #bit a.bsub {
	display: block;
}
#likes-other-gravatars {
	border-width: 0px;
	padding: 10px;
	display: none;
	position: absolute;
	z-index: 1000;
	min-width: 130px;
	opacity: 0.88;
	box-shadow: 0px 0px 10px black;
	background-color: rgb(0, 0, 0);
}
#likes-other-gravatars * {
	line-height: normal;
}
#likes-other-gravatars .likes-text {
	color: white;
	padding-bottom: 5px;
	font-size: 14px;
}
#likes-other-gravatars ul, #likes-other-gravatars li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style-type: none;
}
#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}
#bit a.bsub {
	font: 13px/28px "Helvetica Neue", sans-serif;
	padding: 0px 10px 0px 8px;
	border: 0px currentColor;
	border-image: none;
	color: rgb(204, 204, 204);
	letter-spacing: normal;
	overflow: hidden;
	text-decoration: none !important;
	float: right;
	display: block;
	outline-width: 0px;
	outline-style: none;
	font-size-adjust: none;
	font-stretch: normal;
	box-shadow: 0px -1px 5px rgba(0,0,0,0.2);
	text-shadow: 0px -1px 0px #444;
	background-image: -ms-linear-gradient(bottom, rgb(70, 70, 70), rgb(63, 63, 63) 5px);
	background-color: rgb(70, 70, 70);
	-webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.20);
}
#bitsubscribe {
	background: rgb(70, 70, 70);
	padding: 15px;
	border-radius: 2px 0px 0px;
	width: 200px;
	color: rgb(255, 255, 255);
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
}
#bit h3, #bit #bitsubscribe h3 {
	margin: 0px 0px 0.5em !important;
	text-align: left;
	color: rgb(255, 255, 255);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0px 1px 0px #333;
}
#bitsubscribe div {
	overflow: hidden;
}
#bitsubscribe #bsub-credit {
	font: 11px/normal "Helvetica Neue", sans-serif;
	margin: 0px 0px -15px;
	padding: 7px 0px;
	text-align: center;
	border-top-color: rgb(60, 60, 60);
	border-top-width: 1px;
	border-top-style: solid;
	font-size-adjust: none;
	font-stretch: normal;
}
#bitsubscribe #bsub-credit a {
	background: none;
	color: rgb(170, 170, 170);
	text-decoration: none;
	text-shadow: 0px 1px 0px #262626;
}
#bsub-subscribe-button {
	margin: 0px auto;
	text-align: center;
}
#bit #bitsubscribe p {
	font: 300 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 1em;
	color: rgb(255, 255, 255);
	font-size-adjust: none;
	font-stretch: normal;
	text-shadow: 0px 1px 0px #333;
}
#bitsubscribe input[type=submit] {
	background: -ms-linear-gradient(rgb(51, 51, 51) 0%, rgb(17, 17, 17) 100%);
	padding: 2px 20px;
	border-radius: 11px;
	border: 1px solid rgb(40, 40, 40);
	transition:0.25s ease-in-out;
	border-image: none;
	color: rgb(204, 204, 204);
	text-decoration: none;
	box-shadow: inset 0px 1px 0px #444;
	text-shadow: 0px 1px 0px #000;
	-webkit-box-shadow: inset 0 1px 0 #444;
	-moz-box-shadow: inset 0 1px 0 #444;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
#bitsubscribe input[type=text], #bitsubscribe input[type=email] {
	background: rgb(238, 238, 238);
	font: 300 15px/normal "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 1px 2px;
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	width: 95%;
	height: auto;
	font-size-adjust: none;
	font-stretch: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#bit a.bsub span {
	padding-left: 19px;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
}
#navbar, .navbar {
	margin: 0px auto 5px;
	padding: 0px;
	width: 960px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
}
#content {
	margin: 0px auto;
	padding: 30px 0px 0px;
	width: 960px;
	border-top-color: rgb(0, 0, 0);
	border-top-width: 1px;
	border-top-style: solid;
	float: left;
	display: block;
}
#footertopbg {
	background: rgb(0, 0, 0);
	margin: 30px auto 0px;
	padding: 0px;
	width: 960px;
	display: block;
}
#footerbg {
	background: rgb(0, 0, 0);
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	border-top-color: rgb(34, 34, 34);
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
}
#footerbg a
{
    color:gray;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 60px;
	color: rgb(255, 255, 255);
}
.footertop {
	margin: 0px;
	padding: 10px 20px 0px;
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: normal;
}
.footerbottom {
	margin: 0px;
	padding: 0px 20px;
	color: rgb(102, 102, 102);
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.footerbottom a {
	color: rgb(102, 102, 102);
	text-decoration: none;
}
.footertop a {
	color: rgb(153, 153, 153);
	text-decoration: none;
}
#footertop {
	background: rgb(0, 0, 0);
	margin: 0px;
	padding: 20px 20px 0px;
	width: 920px;
	line-height: 16px;
	float: left;
	display: block;
}
.footertopleft {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 170px;
	float: left;
	display: inline;
}
.footertopmidleft {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 170px;
	float: left;
	display: inline;
}
.footertopmidright {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 170px;
	float: left;
	display: inline;
}
.footertopright {
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: left;
	display: inline;
}
#footertop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contentleft {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 600px;
	overflow: hidden;
	float: left;
	display: block;
}
#sidebar_right {
	margin: 0px;
	padding: 0px;
	width: 280px;
	line-height: 18px;
	overflow: hidden;
	float: right;
	display: inline-block;
}
#sidebar_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar_right .widget, #sidebar_left .widget {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
div.sd-like-enabled.sharedaddy .sd-like h3 {
	display: none;
}
#content h3, #content h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#sidebar_right h4, #sidebar_left h4 {
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#sidebar_right .widget ul, #sidebar_left .widget ul {
	margin: 0px;
	color: rgb(0, 0, 0);
}
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	display: inline;
}
.recentcomments a {
	margin: 0px !important;
	padding: 0px !important;
	display: inline !important;
}
.recentcomments a {
	margin: 0px !important;
	padding: 0px !important;
	display: inline !important;
}
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	margin: 0px 0px 8px;
	padding: 2px 6px;
	color: rgb(0, 0, 0);
	line-height: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-left-color: rgb(255, 255, 255);
	border-left-width: 5px;
	border-left-style: solid;
	display: block;
}
.posttitle {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
#content h1, #content h2 {
	margin: 0px;
	padding: 0px;
	color: rgb(153, 153, 153);
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}
.postarea p {
	margin: 0px;
	padding: 5px 0px;
}
div.sharedaddy::before, div.sharedaddy::after, div.sharedaddy .sd-block::before, div.sharedaddy .sd-block::after, div.sharedaddy ul::before, div.sharedaddy ul::after {
	height: 0px;
	overflow: hidden;
	display: block;
	content: "\0020";
}
div.sharedaddy::after, div.sharedaddy .sd-block::after, div.sharedaddy ul::after {
	clear: both;
}
div.sharedaddy, div.sharedaddy .sd-block, div.sharedaddy ul {
	-ms-zoom: 1;
}
div.sharedaddy, div.sharedaddy div {
	border-radius: 0px !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 60px;
}
div.sharedaddy div.sd-block {
	margin: 0px;
	padding: 10px 0px 5px;
	width: 100%;
	border-top-color: rgba(0, 0, 0, 0.13);
	border-top-width: 1px;
	border-top-style: solid;
}
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	text-align: left;
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.post-likes-widget-placeholder {
	border-width: 0px;
	margin: 0px;
}
h3.sd-title {
	background: none;
	margin: 3px 0px;
	padding: 0px;
	border: currentColor;
	border-image: none;
	width: 15.62%;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: static;
}
div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
	background: none;
	margin: 3px 0px;
	padding: 0px;
	border: currentColor;
	border-image: none;
	width: 15.62%;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: static;
}
div.sd-like-enabled.sharedaddy .sd-like h3 {
	display: none;
}
div.sharedaddy a, div.sharedaddy a:link, div.sharedaddy a:visited {
	font-style: normal;
}
div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}
.post-likes-widget-placeholder .button {
	background: -ms-linear-gradient(rgb(247, 247, 247) 0%, rgb(239, 239, 239) 100%);
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
	border: 1px solid rgb(221, 221, 221) !important;
	border-image: none !important;
	color: rgb(153, 153, 153);
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	box-shadow: inset 0px 1px 0px #fff;
}
.post-likes-widget-placeholder .loading {
	color: rgb(153, 153, 153);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.post-likes-widget-placeholder .button span {
	padding: 1px 5px 1px 2px;
	line-height: 1.5em;
	display: block;
	opacity: 0.8;
	text-shadow: none;
}
.post-likes-widget-placeholder .button span::before {
	top: 3px;
	color: rgb(151, 168, 204);
	line-height: 0;
	font-family: "Noticons";
	font-size: 16px;
	position: relative;
	content: "\f408";
	text-shadow: 0px 1px 0px #fff;
}
a img {
	border: currentColor;
	border-image: none;
}
.alignleft {
	margin: 10px 10px 10px 0px;
	float: left;
}
.alignleft {
	float: left;
}
img.alignleft {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	display: inline;
}
.ot-menu, .ot-menu * {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ot-menu {
	line-height: 1;
}
.ot-menu {
	margin-bottom: 0px;
	float: left;
}
.ot-menu li {
	float: left;
	position: relative;
}
.ot-menu li {
	background: none;
	margin-bottom: -6px;
}
.ot-menu a {
	display: block;
	position: relative;
}
.ot-menu a {
	padding: 17px 10px 12px;
	line-height: 12px;
	font-style: normal;
	text-decoration: none;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
.ot-menu a, .ot-menu a:visited {
	color: rgb(102, 102, 102);
}
.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
}
.sf-arrows .sf-with-ul::after {
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent;
	border-image: none;
	top: 50%;
	width: 0px;
	height: 0px;
	right: 0.9em;
	margin-top: -2px;
	position: absolute;
	content: "";
}
.ot-menu ul {
	top: -999em;
	width: 160px;
	position: absolute;
}
.ot-menu ul li {
	margin: 0px;
	border: currentColor;
	border-image: none;
	min-width: 180px;
}
.ot-menu li li {
	background: rgb(255, 255, 255);
	border: currentColor;
	border-image: none;
	margin-bottom: 0px;
	z-index: 100;
}
.ot-menu li li a, .ot-menu li li a:visited {
	padding: 6px 10px;
	border: currentColor;
	border-image: none;
	width: 160px;
	color: rgb(0, 0, 0);
	text-transform: none;
	text-decoration: none;
	text-shadow: none;
}
.ot-menu .current_page_item a {
	color: rgb(0, 0, 0) !important;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
.headerleft {
	width: 960px;
	overflow: hidden;
	float: left;
}
.headerright {
	background: rgb(0, 0, 0);
	top: 0px;
	width: 280px;
	height: 30px;
	right: 0px;
	display: block;
	position: absolute;
	z-index: 8;
}
#searchformheader {
	margin: 4px 0px 0px 5px;
	padding: 0px;
	width: 180px;
	height: 22px;
	float: left;
	display: block;
}
#navicons {
	margin: 7px 10px 0px 5px;
	float: right;
	display: block;
}
.navicon {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#searchbox {
	background: rgb(0, 0, 0);
	margin: 0px;
	padding: 4px 0px 4px 5px;
	border: currentColor;
	border-image: none;
	width: 180px;
	color: rgb(102, 102, 102);
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
}
#header input#searchbox {
	font-size: 11px;
}
#searchbutton {
	background: rgb(85, 85, 85);
	margin: 0px;
	padding: 3px;
	border: currentColor;
	border-image: none;
	color: rgb(255, 255, 255);
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
}
#header h1 {
	margin: 0px;
	line-height: 36px;
	font-size: 36px;
	text-decoration: none;
}
#header h1 a {
	height: 120px;
	display: block;
}
#header h1 a, #header h1 a:visited {
	text-decoration: none;
}
#header h1 a, #header h1 a:visited {
	color: rgb(153, 153, 153) !important;
}
#header h1 a #sitename {
	padding: 64px 10px 0px;
	display: block;
}
#content h3, #content h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.postauthor {
	margin: -5px 0px 5px;
	padding: 0px;
}
.postarea p {
	margin: 0px;
	padding: 5px 0px;
}
.postmeta {
	background: none;
	margin: 5px 0px 25px;
	padding: 5px 10px;
	font-size: 11px;
	border-top-color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.postmeta p {
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	color: rgb(0, 0, 0);
	font-style: italic;
	text-decoration: none;
}
.postauthor p {
	padding: 0px;
	color: rgb(153, 153, 153);
}
#content h3 a, #content h4 a {
	border: currentColor;
	border-image: none;
	color: rgb(0, 0, 0);
	font-style: normal;
	text-decoration: none;
}
