/**
 * Modified version of:
 * 	SenCSS - Sensible Standards CSS framework
 * 	Copyright (c) 2008-2009 Kilian Valkhof (kilianvalkhof.com)
 * 	sencss.kilianvalkhof.com
 * 	Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
 */
html, body, div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, fieldset, form, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	display: block;
}

body {
	position: relative;
}

textarea {
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-right-color: #eee;

	box-sizing: -webkit-border-box;
	box-sizing: -moz-border-box;
	box-sizing: border-box;

	width: 100%;
	margin: 0;
	padding: .29em 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
	border: 0;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: 0;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	font-variant: small-caps;
}

address, cite, em, i {
	font-style: italic;
}

blockquote p {
	margin: 0 1.5em 1.5em;
	padding: .75em;
}

code, kbd, tt {
	font-family: "Courier New", Courier, monospace, serif;
	line-height: 1.5;
}

del {
	text-decoration: line-through;
}

dfn {
	border-bottom: 1px dashed;
	font-style: italic;
}

dl {
	margin: 0 0 1.5em;
}

dd {
	margin-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	padding: 0;
}

h1 {
	font-size: 2em;
	margin: 0 0 .75em;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 1em;
}

h3 {
	font-size: 1.1666em;
	margin: 0 0 1.286em;
}

h4 {
	font-size: 1em;
	margin: 0 0 1.5em;
}

h5 {
	font-size: .8333em;
	margin: 0 0 1.8em;
}

h6 {
	font-size: .666em;
	margin: 0 0 2.25em;
}

img {
	display: inline-block;
	vertical-align: text-bottom;
	border: 0;
}

ins {
	text-decoration: overline;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}

ol {
	list-style: outside decimal;
}

p {
	font-weight: 300;
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier New", Courier, monospace, serif;
	margin: 0 0 1.5em;
}

sub {
	top: .4em;
	font-size: .85em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	font-size: .85em;
	line-height: 1;
	position: relative;
	bottom: .5em;
	vertical-align: baseline;
}

ul {
	list-style: outside disc;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

li ul, li ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	padding: 0;
}

caption {
	font-style: italic;
	text-align: left;
}

tr.alt td {
	background: #eee;
}

td {
	border: 1px solid #000;
	vertical-align: middle;
	padding: .333em;
}

th {
	font-weight: 700;
	vertical-align: middle;
	padding: .333em;
}

button {
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 2em;
	line-height: 1.5em;
	margin: 1.75em 0 0;
	padding: 0 .5em;
}

button::-moz-focus-inner {
	border: 0;
}

fieldset {
	border: 0;
	position: relative;
	margin: 0 0 1.5em;
	padding: 1.5em 0 0;
}

fieldset fieldset {
	clear: both;
	margin: 0 0 1.5em;
	padding: 0 0 0 1.5em;
}

iput {
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-right-color: #eee;

	box-sizing: -webkit-border-box;
	box-sizing: -moz-border-box;
	box-sizing: border-box;

	font-size: 1em;
	height: 1.5em;
	line-height: 1.5em;
	width: 100%;
	margin: 0 0 .75em;
	padding: .29em 0;
}

input[type=file] {
	height: 2.25em;
	padding: 0;
}

select {
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-right-color: #eee;
	font-size: 1em;
	height: 2.25em;
	_margin: 0 0 1.3em;
	margin: 0 0 .8em;
	padding: .2em 0 0;
}

optgroup {
	font-weight: 700;
	font-style: normal;
	text-indent: .2em;
}

optgroup + optgroup {
	margin-top: 1em;
}

option {
	font-size: 1em;
	height: 1.5em;
	text-indent: 1em;
	padding: 0;
}

label {
	cursor: pointer;
	display: block;
	height: auto;
	line-height: 1.4em;
	width: 100%;
	margin: 0;
	padding: 0;
}

label input {
	background: 0;
	border: 0;
	height: 1.5em;
	line-height: 1.5em;
	width: auto;
	margin: 0 .5em 0 0;
	padding: 0;
}

legend {
	font-size: 1.1666em;
	font-weight: 700;
	left: 0;
	margin: 0;
	padding: 0;
}

dt, strong, b {
	font-weight: 700;
}

/* ========== BODY ========== */
body {
	background: #f4f4f4;
	color: #000;
	font: 13px/1.6 "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, Verdana, Tahoma, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
}

/* ========== COMMON ========== */
a {
	color: #1d718f;
}

a:hover {
	color: #2f98c5;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

blockquote {
}

code {
}

pre {
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 80%;
}

blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* ========== WORDPRESS POST STUFF ========== */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background: #f1f1f1;
	max-width: 658px !important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 660px !important;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0;
}

.wp-smiley {
	max-height: 1em;
	margin: 0 !important;
	border: none !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin: -1.5em 0 0 0;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* ========== STRUCTURE: PAGE ========== */
#page, .container {
	width: 990px;
	margin: 0 auto;
}

/* ========== STRUCTURE: WRAP ========== */
#wrap {
	overflow: hidden;
}

/* ========== SECTION: HEADER TOP BAR ========== */
#top-bar {
	display: none;
	padding-top: 10px;
	overflow: hidden;
	background: #fff;
}

#top-bar .ad {
	float: left;
}

#top-bar .social {
	float: left;
	width: 190px;
	margin: 0 47px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #cdcdcd;
}

#top-bar .social a {
	display: inline-block;
	width: 32px;
	margin-right: 15px;
	margin-bottom: 12px;
}

#top-bar .social a:nth-child(4), #top-bar .social a:nth-child(9) {
	margin-right: 0;
}

/* ========== SECTION: HEADER ========== */
body > header {
	background: #333 url(../img/header_bg.png) repeat; /* edited: logo bg */
	padding-top: 10px;
	margin-bottom: 10px;
}

body > header .logo {
	float: left;
	width: 223px;
}

/* ========== SECTION: HEADER NAVIGATION ========== */

body > header .navigation {
	text-transform: uppercase;
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #111;
	background: #666 url(../img/nav_bg.jpg) repeat;
}

body > header nav {
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
}

body > header ul {
	list-style-type: none;
	margin: 0;
}

body > header ul ul {
	display: none;
}

body > header ul.menu li {
	padding: 5px 0;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

	body > header ul.menu li:hover > ul {
		display: block;
		position: absolute;
		top: 20px;
		left: -20%;
		margin-top: 6px;
		background: #393939;
		z-index: 1000;
		border: 1px solid #111;
	}

		body > header ul.sub-menu li {
			min-width: 120px;
			width: auto;
			margin: 0;
			display: block;
			padding: 10px;
			border-bottom: 1px solid #111;
		}

		body > header ul ul li:last-child {
			border-bottom: none;
		}

		body > header ul.sub-menu li:hover ul {
			top: -7px;
			left: 100%;
			z-index: 10000;
		}

body > header nav a {
	text-decoration: none;
	color: #fff;
}

body > header nav a:hover {
	text-decoration: underline;
	color: #fff;
}

/*body > header nav a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

body > header nav a:hover {
	background: #656565;
	color: #fff;

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

/* ========== SECTION: SEARCH BAR ========== */
#search-bar {
	float: right;
}

#search-bar input {
	padding: 5px;
	font-size: 14px;
	width: 200px;

	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;

	border: 1px solid #555;
	margin: 1px 0;

	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	-ms-transition: width .5s;
	transition: width .5s;
}

#search-bar input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	width: 300px;

	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	-ms-transition: width .5s;
	transition: width .5s;
}

/* ========== SECTION: HEADER SLIDER ========== */
#header-featured {
	margin-bottom: 0px;
	padding-bottom: 20px;
	min-height: 466px;
	overflow: hidden;
}

#header-featured .orbit-wrapper, #header-featured .slider {
	float: left; margin-left:7px;
}

#header-featured .slider {
	width: 689px;
	height: 435px;
	overflow: hidden;
}

#header-featured .slider img {
	width: 689px;
	height: 435px;
}

/* ========== SECTION: HEADER FEATURED ========== */
#header-featured .featured {
	float: right;
	width: 270px;
	text-align: center;
	margin-right:7px;
}

#header-featured .featured .featured-item:first-child {
	height: 255px;
}

#header-featured .featured img {
	display: block;
}

#header-featured .featured .featured-title-link {
	max-height: 50px;
	overflow: hidden;
}

#header-featured .featured .featured-title-link a {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}


.orbit-caption a, #header-featured .featured a {
	color: #343633;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}

/* ========== SECTION: CONTENT ========== */
#content {
	width: 670px;
	float: left;
	overflow: hidden;
}

#content.fullpage {
	width: 100%;
	float: none;
}

#wrap .page-title {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

/* ========== SECTION: SIDEBAR ========== */
#wrap > aside {
	width: 310px;
	float: right;
	text-align:center;
}

/* ========== SECTION: FOOTER ========== */
body > footer {
	margin-top: 20px;
	background: #434343;
	padding: 10px 0;
	overflow: hidden;
}

body > footer nav {
	width: 690px;
	float: left;
}

body > footer ul {
	list-style-type: none;
	margin: 0;
}

body > footer li {
	display: inline;
}

body > footer li a {
	color: #fff;
	margin-right: 10px;
}

body > footer .copyright {
	float: right;
	color: #fff;
}

/* ========== DISPLAY: POST ========== */
article {
	background: #efefef;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

article.sticky {
}

article header {
	margin-top: 5px;
	margin-bottom: 5px;
}

article header h2 {
	/*line-height: 1.2;*/
	line-height: 0.9;
}

article header h2, article header h1 {
	margin-bottom: 0;
}

article header h2 a, article header h1 a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

article .post-info {
	margin-top: 5px;
	color: #b4b5b0;
	font-size: 12px;
}

article .post-info a {
	color: #9b9b9b;
}

article figure.post-thumbnail {
	float: left;
	margin-right: 10px;
}

article figure.post-thumbnail.fallback {
	width: 400px;
	max-width: 100%;
	height: 280px;
	overflow: hidden;
}

article figure.post-thumbnail.fallback img {
	width: 400px;
	max-width: 100%;
	min-height: 280px;
}

article .post-content {
	text-align: justify;
	line-height: 19px;
}

article .ellipsis-excerpt {
	text-align: justify;
}

article .post-excerpt {
	display: block;
	width: 250px;
	font-size: 12px;
	color: #4c4d4f;
	height: 130px;
	/*overflow: hidden;*/
	padding:0 0 0 410px;
}

article .post-excerpt p {
	width: 250px;
	margin-bottom: 0px;
	overflow: hidden;
}

article nav {
}

article #post-author {
}

article #post-author #author-description {
}

article #post-author #author-description #author-link {
}

article footer {
	position: absolute;
	bottom: 5px;
	left: 410px;
}

article .read-more {
	width: 260px;
	background: #efefef;
	position: absolute;
	left: 410px;
	bottom: 30px;
}

/* ========== STYLE FOR SINGLE PAGE ========== */
.single article {
	background: none;
}

.single article header {
	text-align: center;
}

.single article header h1 {
	margin-bottom: 10px;
	line-height:28px;
}

.single article header h1 a {
	font-size: 24px;
}

.single article figure.post-thumbnail-full img {
    height: auto;
    width: 100%;
}

.single article img {
    height: auto;
    width: 100%;
	margin-bottom: 10px;
}

.single article .share-buttons {
	margin-top: 5px;
}

.single article .share-gplus {
	width: 61px;
}

.single article footer {
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
	padding: 5px 0;
	position: static;
	overflow: hidden;
}

.single article footer .post-data {
	float: left;
}

.single article footer .post-data span {
	display: block;
	width: 470px;
}

.single article footer .social {
	padding-top: 4px;
	float: right;
	height: 32px;
}

.single article footer .social a {
	margin-left: 4px;
}

.single article .related-posts h5 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.single article .related-posts ol {
	margin-left: 35px;
}

.single article .related-posts li {
	margin-bottom: 0px;
}

/* ========== STYLE FOR FEATURED PAGE ========== */
.featuredpage article {
	width: 320px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	background: #eaeaea;
}

.featuredpage article:nth-child(3n) {
	margin-right: 0;
}

.featuredpage .post-thumbnail {
	position: relative;
}

.featuredpage .thumbnail-title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	bottom: 2px;
	padding: 5px 10px;
}

.featuredpage h2 {
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.featuredpage h2 a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.featuredpage h2 a:hover {
	color: #dedede;
}

.featuredpage .post-excerpt {
	width: 300px;
	height: 130px;
	overflow: hidden;
	padding: 10px;
	margin-top: 10px;
}

.featuredpage article .post-excerpt p {
	width: 300px;
}

.featuredpage .keep-reading {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
}

/* ========== SHARE BUTTONS ========== */

.share-buttons {
	position: absolute;
	left: 410px;
	bottom: 25px;
}

.share-twitter, .share-fb, .share-tumblr, .share-pinterest {
	position: absolute;
	/*overflow: hidden;*/
	top: 0;
	height: 22px;
}

.share-fb {
	left: 0;
	width: 70px;
}

.share-twitter {
	left: 83px;
	width: 60px;
}

.share-tumblr {
	left: 146px;
	width: 56px;
}

.share-pinterest {
	left: 210px;
	width: 57px;
}

.share-single {
	display: block;
	position: relative;
	height: 20px;
	padding: 5px 0;
}

.single .share-buttons {
	position: absolute;
	margin-left: 50%;
	left: -129px;
}

/*
OLD: (single page)

.share-buttons > div {
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
}

.share-button {
	margin-top: -2px;
}

.share-fb {
	width: 73px;
	height: 21px;
}

.share-tumblr {
	margin-top: -5px;
	width: 62px;
	height: 22px;
}

.share-twitter {
	width: 96px;
	height: 21px;
}*/


/* ========== DISPLAY: PAGE.PHP ========== */
article.page {
}

article.page .post-content {
}

/* ========== DISPLAY: ATTACHMENT.PHP ========== */

.attachment-page .attachment {
	text-align: center;
	margin-bottom: 0;
}

.attachment-page .nav-below {
	display: block;
	overflow: hidden;
}

.attachment-page .nav-previous {
	float: left;
}

.attachment-page .nav-next {
	float: right;
}

/* ========== DISPLAY: 404 PAGE ========== */
#error-404 {
}

/* ========== COMMON: NAVIGATION / PAGINATION ========== */
nav {
}

nav.primary {
}

#postpagination {
	margin-bottom: 10px;
}

.wp-pagenavi {
	overflow: hidden;
}

/* ========== COMMON: PAGENAVI ========== */
.wp-pagenavi {
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi .current {
	display: block;
	padding: 5px 10px;
	margin-right: 10px;
	float: left;
	color: #717171;
	font-weight: bold;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi a {
	border: 1px solid #c9c9c9;
	background: #f9f9f9;

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(234,234,234)), color-stop(0.63, rgb(249,249,249)));
	background-image: -moz-linear-gradient(center bottom, rgb(234,234,234) 25%, rgb(249,249,249) 63%);

}

.wp-pagenavi a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, rgb(242,242,242)), color-stop(0.63, rgb(249,249,249)));
	background-image: -moz-linear-gradient(center bottom, rgb(249,249,249) 25%, rgb(242,242,242) 63%);
}

.wp-pagenavi .current {
	margin-top: 1px;
	background: #676767;

	-webkit-box-shadow: inset 0 0 5px 5px #555;
	-moz-box-shadow: inset 0 0 5px 5px #555;
	box-shadow: inset 0 0 5px 5px #555;

	color: #fff;
}

/* ========== COMMON: WIDGETS ========== */
.widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}

.widget h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.connected_with {
	font-size: 12px;
}

.connected_with .first-line {
	margin-bottom: 10px;
}

.connected_with .first-line a {
	margin-right: 20px;
}

.connected_with .first-line > img:first-child {
	margin-right: 33px;
}

.connected_with .first-line a:last-child {
	margin-right: 0;
}

.connected_with .second-line a {
	margin-right: 20px;
}

.connected_with .second-line a:last-child {
	margin-right: 0;
}

/* ========== COMMON: TABS ========== */
/* EXTRACTED FROM SKELETON (http://getskeleton.com) RELEASED UNDER THE MIT LICENCE  */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}

ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	color: #111;
}

ul.tabs li:first-child a.active {
	margin-left: 0;
}

ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs-content {
	margin: 0;
	display: block;
}

ul.tabs-content > li {
	display: none;
}

ul.tabs-content > li.active {
	display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

ul.tabs:after {
	clear: both;
}

ul.tabs {
	zoom: 1;
}

.tabs li {
	display: inline-block;
	margin-right: 10px;
}

.tabs-content > li:not(.active) {
	display: none;
}

/* ========== WIDGET: POPULAR POSTS ========== */
.widget_text .textwidget{text-align:left;}

.widget_popularposts {
}

.widget_popularposts ul {
	list-style-type: none;
	margin: 0;
}

.widget_popularposts li {
	margin: 0 0 15px 0;
	overflow: hidden;
	text-align:left;
}

.widget_popularposts img {
	float: left;
	display: block;
	margin-right: 10px;
	width: 71px;
	height: auto;
}

.widget_popularposts li a {
	font-weight: bold;
	margin-top: 5px;
	font-size: 10px;
}

.widget_popularposts .tabs {
	margin-bottom: 10px;
}

/* ========== COMMON: COMMENTS ========== */
#disqus_thread {
	margin-top: 20px;
}

#cmn_ad_tag_head {margin: 0 auto; text-align: center;}

#postpagination {
   margin-top: 23px;
}