/*
Theme Name: Fruithealth
Theme URI: http://www.magpress.com/wordpress-themes/fruithealth.html
Description: Fruithealth is a 2 Columns HTML5/CSS3 Health niche Responsive WordPress Theme.
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: white,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;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
.post-image {
	margin:0;
	padding:0;
	display: block;
}
.post-image img {max-width:100%;height:auto;}
.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-bottom:5px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix {
	*zoom:1
	display: block;
	clear: both;
}
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.inner {}
a:link,a:visited {
	color: #C30;
	text-decoration: none;
}
a:hover,a:active {
	color: #000;
	text-decoration: none;
}
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.alignnone,
img.alignleft {
	padding: 0px;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
	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 {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	padding: 0px;
	clear: both;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
.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 {
	border: 1px solid #ddd;
	max-width:98%;	
	height:auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	text-shadow: none;
	padding: 0px;
}
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: #eee;
	display: block;
	margin: 0px;
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	white-space:pre;
	border: 1px solid #ddd;
	overflow: scroll;
}
#breadcrumbs {
	text-align: left;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #000;
}
#breadcrumbs a {}
#breadcrumbs a:hover {}
#breadcrumbs p {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #eee;
	-webkit-box-shadow:inset 0 0 20px -10px #888;
	box-shadow:inset 0 0 20px -10px #888;
}
#main-header {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
	margin: 0px;
}
#top-header {
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: 50%;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
	padding: 0px;
}
#site-info {
	display: block;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	color: #C30;
	line-height: 1.1em;
	display: block;
	margin: 0px;
	padding: 0px;
}
#site-title a {
	text-decoration: none;
}
#site-description {
	font-size: 0.8em;
	color: #000;
	line-height: 1.25em;
	display: block;
	margin: 0px;
	padding: 0px;
}
#site-logo {
	display: block;
	margin: 0px;
	height: auto;
	width: auto;
	float: left;
	padding: 10px;
}
#site-logo img {border:0 none;}

#top-banner {
	text-align: right;
	display: block;
	margin: 0px;
	float: right;
	height: auto;
	width: 48%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#main-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #FFF;
	
background: #cc3300; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cc3300 0%, #cc3333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#cc3333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cc3300 0%,#cc3333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#cc3333',GradientType=0 ); /* IE6-8 */

}
#mobile-nav {
	display: none;
	margin:10px auto;
	width:90%;
}
#mobile-nav select {font-size:0.8em;width:100%;padding:5px;}
#custom-header {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#custom-text {
	position: absolute!important;
	visibility: visible;
	z-index: 99;
	color: #FFF;
	background-color: #000;
	left: 90px;
	top: 55px;
	padding: 20px;
	font-size: 40px;
	line-height:1em;
	text-align:left;
	/* 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)";
}
#main-content {
	display: block;
	margin: 0px;
	padding: 1%;
	clear: both;
	height: auto;
	width: 98%;
	float: left;
}
#content {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 69%;
	display: block;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 30%;
	display: block;
	clear: right;
}
#featured {
	display: block;
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	border: 1px solid #ddd;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	-webkit-box-shadow: 0 5px 10px -10px #333;
	box-shadow: 0 5px 10px -10px #333;
}
#post-entry {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#post-entry .cfix {
	margin-right: 0px;
}
#post-entry .has-no-thumb {}
.post-home {
	padding: 5px;
	height: 340px;
	width: 322px;
	border: 1px solid #ddd;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 10px -10px #333;
	box-shadow: 0 5px 10px -10px #333;
	text-shadow: 0px 1px 1px #fff;
	display: inline-block;
}
.post-home .post-title {
	font-size: 1.25em;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	line-height: 1.1em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
}
.post-home .post-info {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.6em;
	line-height: 1.3em;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.post-home .post-info a {
	color: #666;
}
.post-home .post-info a:hover {
	color: #C30;
}
.post-home .post-info span {
	margin-right: 5px;
}
.post-home .post-info .fa {
	margin-right: 3px;
}
.post-home .post-content {
	font-size: 0.8em;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 1.35em;
}
.post-home img {
    opacity: 1.0;
    filter:alpha(opacity=100);
}
.post-home img:hover {
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.post-single {
	background-color: #FFF;
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	clear: both;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 10px -10px #333;
	box-shadow: 0 5px 10px -10px #333;
	text-shadow: 0px 1px 1px #fff;
}
.post-single .post-title {
	font-size: 1.7em;
	font-weight: bold;
	color: #C30;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
.post-single .post-info {
	font-size: 0.75em;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding: 0px;
}
.post-single .post-info span {
	margin-right: 6px;
}
.post-single .post-info .fa {
	margin-right: 3px;
}
.post-single .post-content {
	font-size: 0.85em;
	line-height: 1.45em;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
.post-single ul.the-icons {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.post-single ul.the-icons li {
	font-size: 1em;
	line-height: 1.6em;
}
.post-single ul.the-icons li a {
	color: #000;
}
.post-single ul.the-icons li a:hover {
	color: #C30;
}
.post-single ul.the-icons .fa {
	margin-right: 5px;
}
.page .post-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#author-bio {
	background-color: #FFF;
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	clear: both;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 10px -10px #333;
	box-shadow: 0 5px 10px -10px #333;
	text-shadow: 0px 1px 1px #fff;
}
#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: #C30;
}
#author-bio p a:hover {
	color: #000;
}
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: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 10px;
}

#post-navigator .wp-pagenavi {
	float: right;
	font-size: 10px;
}
#post-navigator .wp-pagenavi .current, #post-navigator .wp-pagenavi a  {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#post-navigator .wp-pagenavi .current, #post-navigator .wp-pagenavi a:hover {
	background-color: #C30;
	color: #FFF;
	text-decoration: none;
}
#post-navigator .wp-pagenavi a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
#sidebar .widgettitle {
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
	text-shadow: 0px 1px 1px #777;
	text-transform: uppercase;
	line-height: 1em;
	padding: 10px;
	
	background: #cc3300; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cc3300 0%, #cc3333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#cc3333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc3300 0%,#cc3333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#cc3333',GradientType=0 ); /* IE6-8 */

}
#sidebar .widgettitle .fa {
	margin-right: 4px;
}
#sidebar .widget {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px -10px #333;
	box-shadow: 0 5px 10px -10px #333;
	font-size: 0.8em;
	text-shadow: 0px 1px 1px #fff;
}
#sidebar .widget a {
	color: #000;
	text-decoration: none;
}
#sidebar .widget a:hover {
	color: #C30;
	text-decoration: none;
}
#sidebar .widget form,
#sidebar .widget select {
	margin: 10px;
}
#sidebar .widget select {min-width:92%}
#sidebar .widget .search-field {min-width:75%}
#sidebar .widget .search-submit {}
#sidebar .widget ul {
	margin: 0px;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar .widget ul ul {
	padding: 0px;
}
#sidebar .widget li {
	line-height: 1.55em;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 13px;
}
#sidebar .widget li:hover {
	background-image: url(images/bullet-red.png);
}
#sidebar .widget_rss li {
	padding-bottom: 10px;
}
#sidebar .widget_rss .fa {display:none}
#sidebar .widget_rss cite {
	font-style: normal;
	font-size: 0.85em;
	color: #666;
	display: none;
}
#sidebar .rss-date {
	color: #666;
	font-size: 0.75em;
	margin-left: 3px;
}
#sidebar .rssSummary {
	font-size: 0.98em;
	color: #444;
	line-height: 1.55em;
}
#sidebar .rsswidget img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#sidebar .widgettitle a.rsswidget {
	color: #FFF;
}

#sidebar ul.gravatar_recent_comment {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar .gravatar_recent_comment img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 32px;
	width: 32px;
}
#sidebar .gravatar_recent_comment li {
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding: 10px;
}
#sidebar .gravatar_recent_comment li:hover {
	background-image: none;
}
#sidebar .gravatar_recent_comment li:last-child {
	border: solid 0 !important;
}
#sidebar .gravatar-meta {
	padding: 0px;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	line-height: 1em;
	font-size: 1em;
	margin: 0px;
} 
#sidebar .gravatar-meta .author {
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: capitalize;
}
#sidebar .gravatar-meta .comment {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
#sidebar .widget_feat_sidebar {}
#sidebar .widget_feat_sidebar ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar .widget_feat_sidebar ul li {
	padding: 10px;
	background:none;
	display: block;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin: 0px;
}
#sidebar .widget_feat_sidebar ul li:hover {background:none;}
#sidebar .widget_feat_sidebar ul li:last-child {
	border: solid 0 !important;
}
#sidebar .widget_feat_sidebar a:link, #sidebar .widget_feat_sidebar a:visited {
	color: #C30;
	text-decoration: none;
}
#sidebar .widget_feat_sidebar a:hover, #sidebar .widget_feat_sidebar a:active {
	color: #000;
	text-decoration: none;
}
#sidebar .widget_feat_sidebar h2 {
	padding: 0px;
	font-size: 1.3em;
	display: block;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#sidebar .widget_feat_sidebar p {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.3em;
	display: block;
}
#sidebar .widget_feat_sidebar .post-info {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #777;
}
#sidebar .widget_feat_sidebar .cat-link {
	display: none;
}
#sidebar .widget_feat_sidebar .fa {
	color: #FC0;
}
#main-footer {
	display: block;
	margin: 0px;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	color: #FFF;
	font-size: 0.75em;
	line-height:1.4em;
	text-shadow: 0px 1px 1px #777;
	background: #cc3300; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cc3300 0%, #cc3333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#cc3333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3300 0%,#cc3333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc3300 0%,#cc3333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#cc3333',GradientType=0 ); /* IE6-8 */

}
#main-footer a {
	color: #FFF;
}
#main-footer a:hover {
	color: #eee;
}
#main-footer ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer-left {
	float: left;
	text-align: left;
}
#footer-right {
	text-align: right;
	float: right;
}
#footer-left li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-right li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* COMMENT CSS */

#commentpost {
	font-size: 1em;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#commentpost h4 {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px;
}
#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: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
	clear: both;
	-webkit-box-shadow: 0 5px 10px -10px #333;
	box-shadow: 0 5px 10px -10px #333;
}
li.comment ul {
	margin: 0px;
	padding: 0px;
}
li.even {
	background-color: #fff;
	border: 1px solid #ddd;
}
li.odd {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}
.comment-body {
}
img.avatar {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.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 {
	font-style: normal;
	text-transform: capitalize;
}
.comment_text {}
.comment_text a {
	color: #900;
}
.comment_text a:hover {
	color: #000;
}
a.comment-reply-link {
	color: #FFF;
	background-color: #C30;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-shadow: 0px 1px 1px #444;
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
a:hover.comment-reply-link {
	background-color: #000;
	color: #FFF;
}
#respond {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.8em;
}
a#cancel-comment-reply-link {
	color: #999;
	display: block;
}
a:hover#cancel-comment-reply-link {
	color: #900;
}
.comment-form {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
.comment-form label {
	width: 70px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.form-allowed-tags {
	line-height: 1.2em;
	color: #999;
}
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: right;
}
#post-navigator-single .current, #post-navigator-single a:hover {}

/* =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.2em;}
#wrapper {width:95%;}
#top-header, #top-banner, #site-logo, #site-info {float:none;width:100%;text-align:center;margin:10px 0;padding:0}
#content, #sidebar {float:none;width:100%;height:auto;margin:0;padding:0;}
.post-home {width:98%;height:auto;padding:1%;float:none;}
#top-menu, .post-image img.aligncenter, .post-image img.alignleft, .post-home .post-info, .post-single .post-info {display:none;}
#mobile-nav, .post-image img.mobile {display:block;}

#custom-text {
	left: 0;
	right:0;
	top: 25%;
	padding:10px;
	font-size:1.2em;
}


}