/*
Theme Name: Buleten
Theme URI: http://www.magpress.com/wordpress-themes/buleten.html
Description: Buleten is a 3 Columns Responsive WordPress Theme. It supports HTML5/CSS3 and suitable for used on News blog.
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,red,three-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-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100%;
	width: 100%;
	color: #000;
	text-shadow: 0px 1px 1px #fff;
	background-color: #eee;
}
.inner {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 90%;
	margin: 0 auto;
}
#top-menu {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border: 1px solid #f7f7f7;
	-webkit-box-shadow: 0 5px 6px -5px #999999;
	box-shadow: 0 5px 6px -5px #999999;
    text-shadow: 0px 1px 1px #ffffff;
}
#primary-menu,#footer-widget,#main-footer,ul.tabbernav li a {
	background: #cc3300; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzJjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cc3300 0%, #ac2c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#ac2c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3300 0%,#ac2c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3300 0%,#ac2c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3300 0%,#ac2c00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc3300 0%,#ac2c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#ac2c00',GradientType=0 ); /* IE6-8 */

}
.clearfix:before,.clearfix:after {content:" ";display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom: 1;}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #C30;
}
.post-more {
	font-style: italic;
}
.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 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 {
	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: #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 {}
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: none;
	clear: both;
	height: auto;
	width: auto;
	margin: 0px;
	font-size: 0.6em;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#breadcrumbs a {
	color: #C30;
}
#breadcrumbs a:hover {
	color: #000;
}
#breadcrumbs p {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main-header {
	width: 100%;
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#top-menu {
	display: block;
	clear: both;
	font-size: 0.7em;
	text-transform: capitalize;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-top:0 none;
}
#site-time {
	margin: 0px;
	padding: 0.3em 1.2em;
	display: block;
	float: right;
}
#site-time .current {
	margin-right:20px;
	color: #666;
}
#site-time .update {
	color: #999;
}
#site-time .time {
	text-transform: uppercase;
}
#site-info {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 40%;
}
#site-logo {
	float: left;
	margin:0;
	padding:0;
	margin-right:5px;
}
#site-title {
	display: block;
	padding:0;
	margin:0;
	font-size:2.2em;
	margin-bottom:7px;
	padding-top:25px;
}
#site-title a {
	color: #C30;
}
#site-title a:hover {
	color: #000;
}
#site-description {
	display: block;
	padding:0;
	margin:0;
	font-size:0.75em;
}

#site-banner {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 60%;
}
#site-banner img {
	border: 0 none;
	-webkit-box-shadow: 0 5px 5px -4px #888;
	box-shadow: 0 5px 5px -4px #888;
}
#primary-menu {
	display: block;
	text-shadow: 0px 1px 0px #111;
	color:#EEE;
	font-size: 0.85em;
	text-transform: capitalize;
	clear: both;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#mobile-nav {
	display:none;
	margin: 0px auto;
	padding: 0px;
	width: 95%;
}
#mobile-nav select {
	width: 100%;
	margin: 10px auto;
	display:block;
}
#custom-header {margin-bottom:-5px;}
#main-content {
	display: block;
	clear: both;
	background-color: #f9f9f9;
}
#main-content-inner {
	padding: 0;
	margin:0;
	border: 1px solid #ddd;
	float: left;
}
#content {
	display: block;
	float: left;
	height: auto;
	width: 50%;
	border-right:solid 1px #ddd;
	padding: 20px;
	margin: 0;
	-webkit-box-shadow: 5px 0 10px -5px #ddd;
	box-shadow: 5px 0 10px -5px #ddd;
	background-color: #FFF;
	padding-bottom:20px;
}
#sidebar {
	display: block;
	margin: 0px;
	float: right;
	height: auto;
	width:43%;
	padding-bottom:20px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar-main {
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	padding: 0px;
}
#sidebar-left {
	display: block;
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
	float: left;
	height: auto;
	width: 57%;
	border-right: solid 1px #ddd;
	-webkit-box-shadow: 5px 0 10px -7px #ddd;
	box-shadow: 5px 0 10px -7px #ddd;
}
#sidebar-right {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 36%;
}

#featured {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 0px 1px 1px #000;
	overflow: hidden;
	float: left;
}
#post-entry {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
.post-home {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom:solid 1px #ddd;
	-webkit-box-shadow: 0 5px 6px -7px #888;
	box-shadow: 0 5px 6px -7px #888;

}
.post-full {
	padding: 0px;
	margin: 20px;
}
.post-home .fa {
	margin-right: 5px;
}
.post-home .post-title {
	display: block;
	padding: 0;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0;
}
.post-home .post-info {
	display: block;
	padding: 0;
	clear: both;
	height: auto;
	width: 100%;
	margin: 2px 0 10px 0;
	font-size: 0.8em;
	border-bottom:solid 1px #ddd;
	font-style: italic;
	color: #777;
}
.post-home .post-info a {color: #777;}
.post-home .post-info a:hover {color: #c30;}
.post-home .post-info span {
	margin-right: 10px;
}
.post-home .post-content {
	font-size: 0.85em;
	line-height: 1.65em;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: auto;
	width: 100%;
}
.post-home .post-content a {
	color: #C30;
}
.post-home .post-content a:hover {
	color: #000;
}
.page .post-title {
	font-size: 1.7em;
	line-height: 1em;
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#author-bio {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#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.95em;
	line-height: 1.3em;
	display: block;
	margin: 3px 0px;
	padding: 0px;
}
#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 {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.the-icons li {
	line-height: 1.7em;
	font-size: 0.9em;
}
ul.the-icons li a {
	color: #000 !important;
}
ul.the-icons li a:hover {
	color: #c30 !important;
}
ul.the-icons li .fa {
	margin-right: 8px;	
}
ul#blogroll {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.2em;
}
ul#blogroll li a {
	color: #000 !important;
}
ul#blogroll li a:hover {
	color: #c30 !important;
}
#post-navigator {
	display: block;
	padding: 0.5em 0;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 0.75em;
}
#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: #fff;
	text-decoration: none;
	background-color: #c30;
	-webkit-box-shadow:inset 0 0 10px -5px #000;
	box-shadow:inset 0 0 10px -5px #000;
	text-shadow: 0px 1px 1px #000;
}
#post-navigator .wp-pagenavi a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
	background-color: #000;	
}
#post-navigator .alignleft a, #post-navigator .alignright a {color: #333 !important;}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {color: #069 !important;}

#post-navigator-single .alignleft,
#post-navigator-single .alignright {font-size:0.8em;}

#sidebar a {
	color:#000;
}
#sidebar a:hover {
	color: #C30;
}
#sidebar .fa {margin-right:5px;}
#sidebar .widget {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size:0.8em;
}
#sidebar .widget-title, .widgettitle {
	display: block;
	margin: 0 0 10px 0;
	padding: 2px 0;
	clear: both;
	height: auto;
	width: auto;
	font-size: 1.15em;
	text-transform: uppercase;
	border-bottom:solid 1px #ddd;
}
#sidebar .widget form {width:98%;margin:0 auto;display:block;}
#sidebar .widget .search-field {width:80%}
#sidebar .widget .search-submit {width:17%}
#sidebar-right .widget .search-field {width:98%!important;}
#sidebar-right .widget .search-submit {display:none!important;}
#sidebar .widget select {width:98%;margin:0 auto;display:block}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#sidebar .widget ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding-left:13px;
}
#sidebar .textwidget a {
	color: #C30;
}
#sidebar .textwidget a:hover {
	color: #000;
}
#sidebar ul.gravatar_recent_comment li {
	background-image: none;
	padding-left: 0px;
	margin-bottom:5px;
}
#sidebar ul.gravatar_recent_comment li img {
	float:left;
	padding:5px;
	background-color: #FFF;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 32px;
	width: 32px;
}
#sidebar .gravatar-meta {
	line-height: 1.25em;
}
#sidebar .gravatar-meta .author {
	display:block;
}
#sidebar .gravatar-meta .comment {
	display:block;
}
#sidebar .widget_featbar ul li {
	background-image: none;
	padding-left: 0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #ddd;
}
#sidebar .widget_featbar img {}
#sidebar .widget_featbar h2 {margin:5px 0;padding:0;font-size:1.6em;line-height:1.1em;}
#sidebar .widget_featbar p {margin:0;padding:0;font-size:0.95em;line-height:1.4em;}
#sidebar .widget_featbar p a {
	color: #C30;
	text-transform: capitalize;
}
#sidebar .widget_featbar p a:hover {
	color: #000;
}
#sidebar .widget_rss .fa {display:none;}
#sidebar .widget_rss li {line-height:1.35em;margin-bottom:5px;}
#sidebar .widget #tc {
	border-top:solid 1px #ddd;
	padding-top:5px;
	font-size: 12px;
	text-transform: capitalize;
}

#footer-widget {
	background-color: #AC2C00;
	display: block;
	clear: both;
	text-shadow:0px 0px 1px #000;
	padding-bottom:30px;
}
#footer-widget-inner {padding:20px;}
.footer-box {
	float: left;
	width: 30%;
	margin-right: 50px;
}
#footer-widget a {
	color: #FFF;
}
#footer-widget a:hover {
	color: #ccc;
}
#footer-widget .fa {margin-right:5px;}
#footer-widget .widget {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #FFF;
	margin-bottom:20px;
}
#footer-widget .widget-title {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC2C00;
	margin-bottom:10px;
	padding-bottom:3px;
}
#footer-widget .widget form {width:98%;margin:0 auto;display:block;}
#footer-widget .widget .search-field {width:80%}
#footer-widget .widget .search-submit {width:17%}
#footer-widget .widget .search-field {width:98%!important;}
#footer-widget .widget .search-submit {display:none!important;}
#footer-widget .widget select {width:98%;margin:0 auto;display:block}
#footer-widget .widget ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer-widget .widget ul li {}
#footer-widget .textwidget a {
	color: #ccc;
}
#footer-widget .textwidget a:hover {
	color: #fff;
}
#footer-widget ul.gravatar_recent_comment li {
	background-image: none;
	padding-left: 0px;
	margin-bottom:5px;
}
#footer-widget ul.gravatar_recent_comment li img {
	float:left;
	padding:2px;
	background-color: #FFF;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 45px;
	width: 45px;
}
#footer-widget .gravatar-meta {
	line-height: 1.25em;
}
#footer-widget .gravatar-meta .author {
	display:block;
}
#footer-widget .gravatar-meta .comment {
	display:block;
}
#footer-widget .widget_featbar ul li {
	background-image: none;
	padding-left: 0px;
	margin-bottom:10px;
	padding-bottom:10px;
}
#footer-widget .widget_featbar img {}
#footer-widget .widget_featbar h2 {margin:5px 0;padding:0;font-size:1.6em;line-height:1.1em;}
#footer-widget .widget_featbar p {margin:0;padding:0;font-size:0.95em;line-height:1.5em;}
#footer-widget .widget_featbar p a {
	color: #ccc;
	text-transform: capitalize;
}
#footer-widget .widget_featbar p a:hover {
	color: #fff;
}
#footer-widget .widget_rss .fa {display:none;}
#footer-widget .widget_rss li {line-height:1.35em;margin-bottom:5px;}
#main-footer {
	background-color: #c30;
	text-shadow: 0px 0px 1px #000;
	display: block;
	clear: both;
	color: #FFF;
	font-size: 0.75em;
	padding: 10px 0;
	-webkit-box-shadow:inset 0 0 10px -7px #000;
	box-shadow:inset 0 0 10px -7px #000;
}
#main-footer-inner {
	padding: 0 20px;	
}
#main-footer a {color:#fff;}
#main-footer a:hover {
	color:#ccc;
}
#main-footer ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer-left {float:left;}
#footer-right {float:right;}
#footer-left li {margin-right:15px;float:left;}
#footer-right li {margin-left:15px;float:right;}

/* COMMENT CSS */

#commentpost {
	font-size: 1em;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#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: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
	clear: both;
}
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, .logged-in-as a {
	color: #C30;
}
.comment_text a:hover, .logged-in-as a:hover {
	color: #000;
}
a.comment-reply-link {
	color: #FFF;
	background-color: #333;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-shadow: 0px 1px 1px #000;
	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: #C30;
	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: #C30;
}
.comment-form {
	display: block;
	margin: 0px;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #FFF;
	border: 1px solid #ddd;
}
.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;
}

/* =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.20em;}

.inner {width:95%;}

#site-info, #site-banner {width:100%;clear:both;float:none;text-align:center;display:block;}

#site-logo {clear:both;float:none;text-align:center;display:block;margin:0 auto;}

#main-content,#main-content-inner {clear:both;float:none;display:block;padding:0;margin:0 auto;border:0 none;box-shadow:none;}

#content,#sidebar {width:auto;clear:both;float:none;display:block;padding:10px;margin:0;margin-bottom:20px;border:0 none;box-shadow:none;}

.footer-box {width:auto;clear:both;float:none;display:block;margin-bottom:10px;}

#sidebar-left,#sidebar-right {width:100%;height:auto;padding:0;margin:0;border:0 none;box-shadow:none;}

.post-image img.mobile, #mobile-nav {display:block;}

#site-time{width:100%;clear:both;float:none;text-align:center;}

#site-time .current, #site-time .update {margin:0;clear:both;display:block;}

.post-image img.aligncenter, #top-menu .sf-menu, #primary-menu .sf-menu, #custom-header, #featured, .post-home .post-info {display:none;}

}