/*
Theme Name: Darkvity
Theme URI: http://www.magpress.com/wordpress-themes/darkvity.html
Description: Darkvity is a 2 Columns HTML5/CSS3 Gaming and Entertainment niche Responsive WordPress Theme with custom homepage layout.
Version: 1.0
Author: MagPress
Author URI: http://www.magpress.com
License: Creative Commons Attribution-Share Alike 3.0
License URI: http://creativecommons.org/licenses/by-sa/3.0/us/
Tags: black,dark,two-columns,right-sidebar,responsive-layout,editor-style,custom-menu,custom-colors,custom-header,custom-background,featured-images,full-width-template,theme-options,threaded-comments,translation-ready

The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 License:
http://creativecommons.org/licenses/by-sa/3.0/us/
*/

/*
changelog

v1.0
- initial release

*/

body {
	font-size: 1em;
	line-height: 1.6em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.clearfix:before,.clearfix:after {content:" ";display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom: 1;}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #FFF;
}
a:hover, a:active {
	color: #ccc;
}
.post-image {
	margin:0;
	padding:0;
	display: block;
}
.post-image img.alignleft {
	padding: 0px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.post-image img.alignright {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.post-image img.aligncenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.post-image img.mobile {
	display: none;
	margin: 0 auto;
}
.post-image .blue {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
}
.post-image .red {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
}
.post-image .green {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #390;
}
.post-image img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img {max-width:100%;height:auto;}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.aligncenter {
	text-align: center;
	float: none;
	display: block;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img,
.wp-caption { 
	max-width:100%; 
	height:auto;
}
img.alignleft {
	padding: 0px;
	display: inline;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.alignright {
	padding: 0px;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.aligncenter, img.alignnone {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	padding: 0px;
	clear: both;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.aligncenter {
	margin: 0px auto;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
	max-width:100%;	
	height:auto;
}
.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	margin: 0;
	color: #ccc;
	text-shadow: 0px 1px 1px #000;
	padding: 5px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	line-height: 1.4em;
	text-align: center;
}
iframe,embed {
	max-width:100%;
}
.screen-reader-text {
	display: none;
}
blockquote {
	color: #999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	display: block;
	clear: both;
	font-size: 1em;
}

pre {
	background-color: #fff;
	margin: 0px;
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	border: 1px solid #ddd;
	color:#000 !important;
	text-shadow:none !important;
	overflow: scroll;
	white-space: pre;
	max-height:100px;
}
select {
	padding: 0px;
	display: block;
	width: 90%;
	clear: both;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table {
	overflow:hidden;
	width:90%;
	text-shadow:none;
	display: table;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	}
table caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
	text-transform: uppercase;
}
thead tr th {
}
th, td {
	text-align:center;
	padding:5px 10px;
}
td#prev {
	text-align: left;
}
td#next {
	text-align: right;
}
#breadcrumbs {
	text-align: left;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-weight: 400;
}
#breadcrumbs a {
	color: #FC6;
}
#breadcrumbs a:hover {
	color: #FFF;
}
#breadcrumbs p {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	clear: both;
	height: auto;
}
#main-header {
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	padding-top: 1.8em;
	padding-right: 0px;
	padding-bottom: 1.8em;
	padding-left: 0px;
}
#top-header {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
}
#site-logo {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#site-logo .fa {
	text-shadow: 0px 2px 1px #000;
	color: #FC6;
}
#site-info {
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: auto;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#site-title {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 2.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 0px;
	text-shadow: 0px 2px 1px #000;
}
#site-title a {
	color: #FFF;
}
#site-title a:hover {
	color: #FC6;
}
#site-description {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.8em;
	color: #CCC;
	text-shadow: 0px 2px 1px #000;
}
#top-banner {
	display: block;
	padding: 0px;
	float: none;
	height: auto;
	width: 100%;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
#main-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: auto;
}
#top-menu {
	display: block;
}
#mobile-nav {display:none;}
#mobile-nav select {
	width: 90%;
	display: block;
	margin: 20px auto;
	padding: 5px;
	clear: both;
	height: auto;
	border: none 0;
}
#custom-header {
	text-align: center;
	display: block;
	padding: 0px;
	clear: both;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	height: auto;
	border: 0 none;
	margin: 0px;
}
#main-content {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#full-content {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#content {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 70%;
}
#sidebar {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 29%;
}
#footer-widget {
	display: block;
	padding: 15px;
	height: auto;
	width: auto;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 0px 1px 1px #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#main-footer {
	-webkit-box-shadow:inset 0 0px 5px 5px #111;
	box-shadow:inset 0 0px 5px 5px #111;
	background: #292929; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjkyOTI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #292929 0%, #000000 100%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#000000), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#000000 100%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#000000 100%,#292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#000000 100%,#292929 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#000000 100%,#292929 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#292929',GradientType=0 ); /* IE6-8 */
	border: 1px solid #191919;
	display: block;
	margin: 0px;
	padding: 1.5em;
	clear: both;
	height: auto;
	width: auto;
	font-size: 0.7em;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	line-height: 1.7em;
}
#featured {
	display: block;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
}
#post-entry {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#post-entry .cfix {
	margin-right: 0px;
}
.post-home {
	display: block;
	padding: 0px;
	float: left;
	height: 460px;
	width: 23.5%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
}
.post-home-alt {
	display: block;
	padding: 0px;
	float: left;
	height: 460px;
	width: 49%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
}
.post-home .post-info, .post-home-alt .post-info {
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	padding: 15px;
}
.post-home .post-category, .post-home-alt .post-category {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 0px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.post-home .post-title, .post-home-alt .post-title {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	font-size: 1.65em;
	line-height: 1.15em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.post-home .post-title a, .post-home-alt .post-title a {
	color: #FC6;
}
.post-home .post-title a:hover, .post-home-alt .post-title a:hover {
	color: #FFF;
}
.post-home .post-content, .post-home-alt .post-content {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	font-size: 0.75em;
	line-height: 1.55em;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.post-single {
	display: block;
	padding: 15px;
	height: auto;
	width: auto;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.post-single .post-title {
	font-size: 2em;
	line-height: 1.2em;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #FC6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.post-single .post-title a {
	color: #FC6;
}
.post-single .post-title a:hover {
	color: #FFF;
}
.post-single .post-content {
	font-size: 0.80em;
	line-height: 1.65em;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
.post-single .post-content a {
	color: #FC6;
}
.post-single .post-content a:hover {
	color: #FFF;
}
.post-single .post-info {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.7em;
	color: #CCC;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: capitalize;
}
.post-single .post-info a {
	color: #CCC;
}
.post-single .post-info a:hover {
	color: #FFF;
}
.post-single .post-info span {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	padding: 7px 9px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.post-single .post-info .fa {
	margin-right: 5px;
}
#author-bio {
	display: block;
	padding: 15px;
	height: auto;
	width: auto;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#author-bio img {
	float: left;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#author-bio h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	display: block;
	margin: 3px 0px;
	padding: 0px;
	font-weight: normal;
}
#author-bio p {
	font-size: 0.8em;
	line-height: 1.4em;
	display: block;
	margin: 0px;
	padding: 0px;
}
#author-bio p a {
	color: #FC6;
}
#author-bio p a:hover {
	color: #FFF;
}
ul.the-icons {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul.the-icons li {
	line-height: 1.6em;
	font-size: 1.1em;
}
ul.the-icons li .fa {
	margin-right: 8px;	
}
#post-navigator {
	display: block;
	padding: 1.5em 0;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 400;
}
#post-navigator .wp-pagenavi {
	text-align: center;
}
#post-navigator .wp-pagenavi .current, #post-navigator .wp-pagenavi a  {
	padding: 0.4em 0.9em;
	margin-right: 0.5em;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#post-navigator .wp-pagenavi .current, #post-navigator .wp-pagenavi a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FC6;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 1px 1px #FFF;
}
#post-navigator .wp-pagenavi a {
	color: #FFF;
	text-decoration: none;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
	
}
#post-navigator .alignleft a, #post-navigator .alignright a {color: #FFF !important;}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {color: #FC6 !important;}
#sidebar .widget {
	font-size:0.80em;
	line-height: 1.3em;
	display: block;
	padding: 0px;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
	text-shadow: 0px 2px 1px #000;
}
#sidebar .widget a, #sidebar .widget div.textwidget a:hover, #sidebar .widgettitle a:hover.rsswidget {
	color: #FFF !important;
}
#sidebar .widget a:hover, #sidebar .widget div.textwidget a, #sidebar .widgettitle a.rsswidget {
	color: #FC6 !important;
}
#sidebar .widget .fa {
	margin-right:5px;
}
#sidebar .widgettitle {
	display: block;
	margin: 0px;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	font-size: 1em;
	-webkit-box-shadow:inset 0 0px 5px 5px #111;
	box-shadow:inset 0 0px 5px 5px #111;
	background: #292929; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjkyOTI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #292929 0%, #000000 100%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#000000), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292929 0%,#000000 100%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292929 0%,#000000 100%,#292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292929 0%,#000000 100%,#292929 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292929 0%,#000000 100%,#292929 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#292929',GradientType=0 ); /* IE6-8 */
	color: #FC6;
	text-transform: uppercase;
}
#sidebar .widget ul{
	margin: 0px;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar .widget div{
	margin: 0px;
	padding: 10px;
}
#sidebar .widget ul ul {
	margin: 0px;
	padding: 0px;
}
#sidebar .widget li {
	margin: 0px;
	display: block;
	clear: both;
	height: auto;
	width: auto;
	font-size: 0.95em;
	line-height: 1.5em;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar .widget li li {
	font-size: 1em;
}
#sidebar .widget select {
	margin: 10px auto;
	display: block;
	padding: 2px;
	clear: both;
	height: auto;
	width: 90%;
	font-size:0.9em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .widget form {
	font-size:0.9em;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#sidebar .widget .search-field {
	width: 98%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0px;
	padding: 1%;
	height: auto;
}
#sidebar .widget .search-submit {
	display: none;
}
#sidebar .widget_rss .fa {display:none;}
#sidebar .widget_rss img {
	vertical-align: bottom;
}
#sidebar ul.gravatar_recent_comment {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar ul.gravatar_recent_comment li {
	background-image: none;
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f1f1f;
}
#sidebar ul.gravatar_recent_comment li:last-child {border:0 none;}
#sidebar ul.gravatar_recent_comment img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ddd;
}
#sidebar div.gravatar-meta {
	margin: 0px;
	padding: 0px;
	line-height: 1.35em;
}
#sidebar div.gravatar-meta span.author {
	display: block;
	text-transform: capitalize;
}
#sidebar div.gravatar-meta span.comment {
	display: block;
	font-size: 0.9em;
	line-height: 1.25em;
}


#sidebar .widget_featbar {}
#sidebar .widget_featbar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar .widget_featbar li {
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1F1F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
}
#sidebar .widget_featbar li:last-child {border:0 none;}
#sidebar .widget_featbar li img.aligncenter {
	margin-bottom: 5px;
}
#sidebar .widget_featbar h2 {
	font-size: 1.45em;
	line-height: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar .widget_featbar p {
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#sidebar .widget_featbar a {
	color: #FC6 !important;
}
#sidebar .widget_featbar a:hover {
	color: #FFF !important;
}
#sidebar .widget_calendar a {
	color: #FC6 !important;
}
#sidebar .widget_calendar a:hover {
	color: #FFF !important;
}
#footer-widget .footer-box {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 21%;
	margin-top: 0px;
	margin-right: 3em;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-widget .widget {
	display: block;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size:0.75em;
}
#footer-widget .widget a, #footer-widget div.textwidget a:hover, #footer-widget .widgettitle a:hover.rsswidget {
	color: #FFF;
}
#footer-widget .widget a:hover, #footer-widget div.textwidget a, #footer-widget .widgettitle a.rsswidget {
	color: #FC6;
}
#footer-widget .widgettitle {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #FC6;
}
#footer-widget .widget ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer-widget .widget li, #footer-widget .widget div {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.65em;
}
#footer-widget .widget li li {}
#footer-widget .widget select {}
#footer-widget ul.gravatar_recent_comment {
	margin-top: 10px;
}
#footer-widget ul.gravatar_recent_comment li {
	margin-bottom: 10px;
}
#footer-widget ul.gravatar_recent_comment img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ddd;
}
#footer-widget div.gravatar-meta {
	margin: 0px;
	padding: 0px;
	line-height: 1.35em;
}
#footer-widget div.gravatar-meta span.author {
	display: block;
	text-transform: capitalize;
}
#footer-widget div.gravatar-meta span.comment {
	display: block;
	font-size: 0.9em;
	line-height: 1.25em;
}
#footer-widget .widget_featbar .fa {margin-right:5px;}
#footer-widget .widget_featbar ul {margin:10px 0}
#footer-widget .widget_featbar li {
	margin-bottom: 10px;
}
#footer-widget .widget_featbar img.aligncenter {
	margin-bottom: 5px;
}
#footer-widget .widget_featbar li a {
	color: #FC6;
}
#footer-widget .widget_featbar li a:hover {
	color: #FFF;
}
#footer-widget .widget_featbar h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.15em;
	margin-bottom:3px;
}
#footer-widget .widget_featbar p {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.25em;
}
#footer-widget .widget_calendar a {
	color: #FC6 !important;
}
#footer-widget .widget_calendar a:hover {
	color: #FFF !important;
}
#main-footer a {color: #FFF !important;}
#main-footer a:hover {color: #FC6 !important;}
#main-footer #footer-left {
	text-align: left;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 50%;
}
#main-footer #footer-right {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 50%;
}
#main-footer ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer-left li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-right li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* COMMENT POST CSS */

#commentpost {
	font-size: 1em;
	text-shadow: 0px 1px 1px #000;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#commentpost h4 {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px;
	color: #FC6;
}
#rssfeed {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
li.comment {
	display: block;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
	clear: both;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
}
li.comment ul {
	margin: 0px;
	padding: 0px;
}
li.even {

}
li.odd {

}
.comment-body {}
.comment-body img.avatar {
	background-color: #292929;
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0 none;
}
.comment-author {
	float: left;
	display: block;
	padding: 0px;
	height: auto;
	width: 80%;
	font-size: 0.8em;
	line-height:1.35em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.comment-post-meta {
}
.comment-post-meta .fn, .comment-post-meta .fn a {
	font-style: normal;
	text-transform: capitalize;
	color: #FC6;
}
.comment-date {
	color: #999;
	font-size: 0.75em;
}
.comment-date a {
	color: #999;
}
.comment-date a:hover {
	color: #FFF;
}
.comment_text {
}
.comment_text p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.logged-in-as {font-size:0.80em}
.comment_text a, .logged-in-as a, .must-log-in a {
	color: #FC6;
}
.comment_text a:hover, .logged-in-as a:hover, .must-log-in a:hover {
	color: #FFF;
}
.comment-reply-link {
	margin-bottom:10px;
	display:block;
	float:left;
	margin-top: 10px;
}
a.comment-reply-link {
	color: #FFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-shadow: 0px 1px 1px #000;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #222;

background: #555555; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #555555 0%, #0e0e0e 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(50%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #555555 0%,#0e0e0e 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #555555 0%,#0e0e0e 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #555555 0%,#0e0e0e 50%); /* IE10+ */
background: linear-gradient(to bottom,  #555555 0%,#0e0e0e 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */


}
a:hover.comment-reply-link {
	color: #FFF;
	-webkit-box-shadow: 0 0 5px 3px #000;
	box-shadow: 0 0 5px 3px #000;
	
background: #555555; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #555555 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #555555 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #555555 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #555555 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #555555 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */


}
#respond {
	display: block;
	margin: 0px;
	padding: 3%;
	clear: both;
	height: auto;
	width: 94%;
	font-size: 0.85em;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.2);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	overflow: hidden;
	-webkit-box-shadow:inset 0 0 15px -5px #000;
	box-shadow:inset 0 0 15px -5px #000;
}
#respond h3#reply-title {
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	padding:0px;
}
a#cancel-comment-reply-link {
	color: #999;
	display: block;
}
a:hover#cancel-comment-reply-link {
	color: #FC6;
}
.comment-form {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
}
.comment-form label {
	width: 70px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.comment-form input, .comment-form textarea {
	background-color: #CCC;
	border: 1px solid #ddd;
	padding: 5px;
}
.comment-form input:focus, .comment-form textarea:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
.comment-form #submit {
	color: #FFF;
	padding: 5px 10px;
	text-shadow: 0px 1px 1px #000;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #222;

background: #555555; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #555555 0%, #0e0e0e 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(50%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #555555 0%,#0e0e0e 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #555555 0%,#0e0e0e 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #555555 0%,#0e0e0e 50%); /* IE10+ */
background: linear-gradient(to bottom,  #555555 0%,#0e0e0e 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */

}

.comment-form #submit:hover {
	-webkit-box-shadow: 0 0 5px 3px #000;
	box-shadow: 0 0 5px 3px #000;
}
.comment-notes {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.9em;
	color: #999;
}
.required {
	color: #FC6;
}
.form-allowed-tags {
	line-height: 1.3em;
	color: #555;
	font-size: 0.9em;
}
ol.pinglist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
ol.pinglist li {
	font-size: 0.85em;
	line-height: 1.4em;
}

#post-navigator-single .alignright {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.85em;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	text-align: center;
}
#post-navigator-single .current, #post-navigator-single a:hover {
	color: #FC6;
}
/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media only screen and (max-width: 800px) {

body {font-size:1.15em;}
#wrapper {width:95%;}
#main-header {padding:10px 0;}
#top-header,#main-navigation,#top-banner,#content,#sidebar,#footer-widget .footer-box {float:none;width:100%;clear:both}
#top-menu,#custom-header,#breadcrumbs,#featured,.post-image img.aligncenter {display:none;}
#mobile-nav,.post-image img.mobile {display:block;}
.post-home,.post-home-alt {width:100%;height:auto}
}
#social{
position: relative;
float:left;
width: 50%;
height: 50px;
}
#player{
position: relative;
width: 375px;
float:right;
margin-right:25px;
}