#blog {
	margin-top: -1px;
	color: #333;
	background: url('../images/bg.gif') repeat-y 0 0;
}

#blog-header {
	padding: 20px 0 20px 20px;
	background-position: 50% 100%;
	background-repeat: repeat-y;
}

#blog-logo {
	float: left;
	width: 184px;
	margin-right: 20px;
}

#blog-logo img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#blog-logo a {
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#blog-logo a:hover,
#blog-logo a:focus {
	filter: alpha(opacity=50);
	opacity: .50;
	zoom: 1;
}

#blog-nav h3 {
	display: inline-block;
	margin: 0 0 8px 20px;
	font: 1.8em/1em "Cabin", Arial, sans-serif;
	color: #999;
}

#blog-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

#blog-nav ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blog-nav ul li a {
	display: inline-block;
	margin: 0;
	padding: 10px;
	font: 1.6em/1em "Cabin", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #ccc;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	background: #1d1d1b;
	background: rgba(0, 0, 0, .3);
}

#blog-nav ul li:first-of-type a {
	padding-left: 20px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

#blog-nav ul li:last-of-type a {
	padding-right: 20px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#blog-nav ul li a:hover,
#blog-nav ul li a:focus {
	color: #fff;
}

#blog-subheader {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	background: #1e1e1c;
	border-top: 1px solid rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
	z-index: 2;
}

#blog-facebook,
#blog-twitter,
#blog-rss {
	float: left;
	height: 20px;
	padding: 10px 20px;
	line-height: 20px;
	border-right: 1px solid rgba(0, 0, 0, .25);
}

#blog-rss {
	border-right: none;
}

#blog-rss a {
	display: inline-block;
	height: 40px;
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	color: rgba(255, 255, 255, .5);
	background: url('../images/icon-rss.png') no-repeat 0 0;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#blog-rss a:hover,
#blog-rss a:focus {
	color: #fff;
	color: rgba(255, 255, 255, 1);
}

#blog-search {
	float: right;
	width: 300px;
	height: 20px;
	padding: 10px 20px;
	line-height: 20px;
	border-left: 1px solid rgba(0, 0, 0, .25);
}

#blog-search i {
	float: left;
	line-height: 20px;
	color: #fff;
	color: rgba(255, 255, 255, .5);
}

#blog-search input {
	float: right;
	width: 270px;
	margin-top: -1px;
	padding: 5px;
	font: 1.2em "Arial", sans-serif;
	color: #fff;
	color: rgba(255, 255, 255, .35);
	background: transparent;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: background 0.4s ease-out, color 0.4s ease-out;
	-webkit-transition: background 0.4s ease-out, color 0.4s ease-out;
	transition: background 0.4s ease-out, color 0.4s ease-out;
}

#blog-search:hover input,
#blog-search input:focus {
	color: #000;
	background: #fff;
}

#blog-content {
	float: left;
	width: 629px;
}

#blog-slider {
	float: left;
	width: 635px;
	height: 270px;
	background: #fff;
}

#blog-slider .soliloquy-control-nav {
	top: 15px;
	left: 10px;
}

#blog-slider .soliloquy-prev {
	left: 20px;
}

#blog-slider .soliloquy-next {
	right: 20px;
}

#blog-slider .soliloquy-caption .soliloquy-caption-inside {
	padding: 15px 20px;
	font: 1.8em/1em "Cabin", Arial, sans-serif;
}

/* @group post index
================================================================================= */

#blog-sidebar {
	float: right;
	width: 340px;
}

#blog-index {
	float: left;
	width: 100%;
}

#blog-index .post {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

#blog-index .post-tnail {
	position: relative;
	float: left;
	width: 160px;
	margin: 20px 0 20px 20px;
	padding: 5px;
	background: #2c2c2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#blog-index.content .post-tnail img {
	display: block;
	width: 160px;
	height: 160px;
	padding: 0;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#blog-index .post-tnail:hover img {
	filter: alpha(opacity=50);
	opacity: .50;
	zoom: 1;
}

#blog-index.content .post-tnail img.cbr-logo {
	position: absolute;
	width: 80px;
	height: auto;
	bottom: 10px;
	right: 10px;
}

#blog-index .post-content {
	float: right;
	width: 404px;
	margin: 20px 20px 0 0;
}

#blog-index .post-meta {
	margin-bottom: 10px;
	font: 1.4em "Cabin", Arial, sans-serif;
	color: #999;
}

#blog-index .post-meta time {
	font-weight: 700;
	color: #666;
}

#blog-index.content .post-meta a:link,
#blog-index.content .post-meta a:visited,
#blog-index.content .post-meta a:active {
	color: #666;
}

#blog-index .post-meta a:hover,
#blog-index .post-meta a:focus {
	color: #000;
}

#blog .content .post-category,
.widget .post-category {
	float: left;
	margin-bottom: 10px;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: background 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

#blog .content .post-category:hover,
.widget .post-category:hover {
	background: #000;
}

#blog .content .post-category a:link,
#blog .content .post-category a:visited,
#blog .content .post-category a:active,
.widget .post-category a:link,
.widget .post-category a:visited,
.widget .post-category a:active {
	font: 1.2em "Cabin", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#blog .content .post-icons {
	display: inline-block;
	margin: 5px 0 0 5px;
	font-size: 12px;
}

#blog .content .post-icons a:link,
#blog .content .post-icons a:visited,
#blog .content .post-icons a:active {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
	color: #999;
}

#blog .content .post-icons a:hover,
#blog .content .post-icons a:focus {
	color: #000;
}

#blog-index .post p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.bigbox-int {
	float: left;
	width: 100%;
	text-align: center;
	background: #f6f6f6;
	border-bottom: 1px solid #d8d8d8;
}

.bigbox-int .bigbox-int-inner {
	width: 300px;
	min-height: 250px;
    max-height: 600px;
	margin: 20px auto;
}

#blog h1#page-title {
	margin: 0;
	padding: 20px;
	font: 2.4em/1em "Cabin", Arial, sans-serif;
	color: #333;
	background: #f6f6f6;
	border-bottom: 1px solid #d8d8d8;
}

#blog h1#page-title strong {
	color: #000;
}

#blog h1#page-title span {
	color: #999;
}

.wp-pagenavi {
	float: left;
	width: 594px;
	padding: 20px;
	background: #dadada;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	display: inline-block;
	margin-right: 5px;
	padding: 7px 8px 6px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	color: #9a001b;
	background: #fff;
	-moz-transition: background 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, color 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi .current {
	color: #fff;
	background: #666;
	cursor: default;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: #fff;
	background: #9a001b;
}

.wp-pagenavi .pages {
	float: right;
	margin-top: 6px;
	font-size: 1.1em;
	color: #999;
}

.wp-pagenavi .extend {
	display: none;
	margin-right: 5px;
	padding: 7px 0 6px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	color: #999;
}

/* @end */

/* @group single post
================================================================================= */

#page {
	margin: 20px;
}

#blog h1#post-title {
	margin: 0 0 10px;
	font: 3.4em/1.2em "Cabin", Arial, sans-serif;
	color: #333;
}

#page .post-meta {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font: 1.6em/1em "Cabin", Arial, sans-serif;
	color: #999;
}

#page .post-meta time {
	font-weight: 700;
	color: #666;
}

#page .post-meta .author a:link,
#page .post-meta .author a:visited,
#page .post-meta .author a:active {
	color: #666;
}

#page .post-meta .author a:hover,
#page .post-meta .author a:focus {
	color: #000;
}

#page .post-meta .icon-stack {
	float: right;
	margin: -7px 0;
}

#page .post-meta .post-meta-tags,
#page .post-meta .post-meta-category {
	float: left;
	width: 100%;
	font-size: 13px;
}

#page .post-meta .post-meta-tags {
	margin: 5px 0 15px;
}

#page .post-meta .post-meta-tags .icon-stack,
#page .post-meta .post-meta-category .icon-stack {
	float: left;
	margin: -5px 5px 0 0;
	color: #9a001b;
}

#page .post-meta .post-meta-tags a:link,
#page .post-meta .post-meta-tags a:visited,
#page .post-meta .post-meta-tags a:active,
#page .post-meta .post-meta-category a:link,
#page .post-meta .post-meta-category a:visited,
#page .post-meta .post-meta-category a:active {
	color: #666;
}

#page .post-meta .post-meta-tags a:hover,
#page .post-meta .post-meta-tags a:focus ,
#page .post-meta .post-meta-category a:hover,
#page .post-meta .post-meta-category a:focus {
	color: #000;
}

#page #ad-post {
	margin-bottom: 20px;
}

#page .post-meta-share {
	clear: left;
	float: left;
	width: 592px;
	margin-bottom: 20px;
	padding: 10px 0 5px;
	background: #f6f6f6;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content #page .post-meta-share ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

.content #page .post-meta-share ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content #page .post-meta-share ul li.post-meta-share-facebook {
	width: 160px;
}

.content #page .post-meta-share ul li.post-meta-share-google {
	width: 90px;
}

#zergnet, #sponsored {
	margin-bottom: 20px;
}

#zergnet .zergentity {
	margin-top: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

#comments {
	padding-top: 0;
	border: 0;
}

/* @end */

/* @group content styles
================================================================================= */

#blog .content a:link,
#blog .content a:visited,
#blog .content a:active {
	text-decoration: none;
	color: #9a001b;
	border-bottom: none;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#blog .content a:hover,
#blog .content a:focus {
	text-decoration: underline;
	color: #000;
}

#blog .content h1,
#blog .content h2,
#blog .content h3,
#blog .content h4,
#blog .content h5,
#blog .content h6 {
	margin: 2em 0 1em;
	padding-bottom: 10px;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #d6d6d6;
}

#blog .content h1 {
	margin: 0 0 8px;
	padding-bottom: 0;
	font-size: 2em;
	border-bottom: 0;
}

#blog .content h2, #sponsored .subheading h3 {
	font-size: 2em;
}

#blog .content h2.section-divider, #sponsored .subheading h3 {
	float: left;
	width: 574px;
	margin: 0 0 20px -20px;
	padding: 10px 20px;
	font: 1.6em/1em "Cabin", Arial, sans-serif;
	text-transform: uppercase;
	color: #feb439; 
	background: #2c2c2a;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#blog .content h3 {
	font-size: 1.8em;
}

#blog .content h4 {
	font-size: 1.6em;
}

#blog .content h5 {
	font-size: 1.4em;
}

#blog .content h6 {
	font-size: 1.3em;
}

#blog .content p {
	margin-bottom: 1.5em;
	font-size: 15px;
	line-height: 1.6em;
}

#blog .content ul,
#blog .content ol {
	margin: 0 0 1.5em 30px;
}

#blog .content li ul,
#blog .content li ol {
	margin: 5px 0 .5em 30px;
}

#blog .content li {
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#blog .content li li,
#blog .content li p {
	font-size: 1em;
}

#blog .content ul li {
	list-style-type: square;
}

#blog .content ol li {
	list-style-type: decimal;
}

#blog .content blockquote {
	margin: 0 0 15px 15px;
	padding: 0 15px;
	font-style: italic;
	color: #666;
	border-left: 5px solid #d6d6d6;
}

#blog .content strong,
#blog .content b {
	font-weight: bold;
}

#blog .content em,
#blog .content i {
	font-style: italic;
}

#blog .content i[class*=" icon-"] {
	font-style: normal;
}

#blog .content .wp-caption {
	padding: 5px 0;
	background: #2c2c2a;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#blog .content .wp-caption img {
	margin-bottom: 5px;
	padding: 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#blog .content .wp-caption p {
	margin: 0 0.8064516%;
	font-size: 1.2em;
	color: #fff;
	color: rgba(255, 255, 255, .5);
}

#blog .content img {
	padding: 5px;
	background: #2c2c2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#blog .content .alignleft {
	float: left;
	display: inline;
	margin: 5px 20px 20px 0;
}

#blog .content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 20px 20px 0;
}

#blog .content .alignright {
	float: right;
	display: inline;
	margin: 5px 0 20px 20px;
}

#blog .content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 20px 20px;
}

#blog .content .aligncenter {
	margin: 0 auto;
}

#blog .content .alignnone {
	margin: 0;
}

#blog .content table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 1.3em;
}

#blog .content table th,
#blog .content table td {
	padding: 10px;
}

#blog .content table th {
	font-weight: bold;
	border-bottom: 3px double #d6d6d6;
}

#blog .content table td {
	border-bottom: 1px solid #d6d6d6;
}

/* @end */

/* @group forms
================================================================================= */

#page.content .gform_wrapper label {
	margin-bottom: 10px;
}

#page.content .gform_wrapper ul li {
	margin-bottom: 10px;
	padding: 0;
}

#page.content .gform_wrapper [type=text],
#page.content .gform_wrapper [type=email],
#page.content .gform_wrapper textarea {
	padding: 10px;
	font: 1.1em "Arial", sans-serif;
	color: #999;
	background: #f6f6f6;
	border: 1px solid #dadada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
}

#page.content .gform_wrapper textarea {
	width: 572px;
}

#page.content .gform_wrapper .gfield_error textarea {
	width: 538px;
}

#page.content .gform_wrapper [type=text]:focus,
#page.content .gform_wrapper [type=email]:focus,
#page.content .gform_wrapper textarea:focus {
	color: #333;
	background: #fff;
	border: 1px solid #9a9a9a;
}

#page.content .gform_wrapper [type=submit] {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #9a001b;
	border: 0;
	-moz-transition: background 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, color 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#page.content .gform_wrapper [type=submit]:hover,
#page.content .gform_wrapper [type=submit]:focus {
	color: #fff;
	background: #000;
}

#page.content .gform_wrapper img {
	padding: 0;
	background: transparent;
}

/* @end */

/* @group sidebar
================================================================================= */

.sidebar a:link,
.sidebar a:visited,
.sidebar a:active {
	text-decoration: none;
	color: #2c2c2a;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.sidebar a:hover,
.sidebar a:focus {
	text-decoration: underline;
	color: #000;
}

.sidebar ul,
.sidebar ol {
	clear: both;
	margin: 0 20px 20px 20px;
	padding: 0 0 0 15px;
}

.sidebar li ul,
.sidebar li ol {
	margin: 5px 0 5px 15px;
	padding: 0;
}

.sidebar li {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #999;
}

.sidebar li li,
.sidebar li p {
	font-size: 1em;
}

.sidebar ul li {
	list-style-type: disc;
}

.sidebar ul li ul li {
	list-style-type: circle;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar .tagcloud,
.sidebar select,
.sidebar p {
	margin: 0 20px 20px;
}

.sidebar select {
	width: 280px;
}

.widget#ad-bigbox {
	padding: 20px;
	width: 300px;
}

.widget h2 {
	float: left;
	width: 280px;
	margin: 0 0 20px;
	padding: 10px 20px;
	font: 1.6em/1em "Cabin", Arial, sans-serif;
	text-transform: uppercase;
	color: #feb439; 
	background: #2c2c2a;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.widget h3 {
	font: 700 1.6em/1.2em "Cabin", Arial, sans-serif;
}

.widget .post {
	float: left;
	width: 300px;
	margin: 0 0 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}

.widget .post:last-of-type {
	border-bottom: 0;
}

.widget .post-tnail {
	float: left;
	width: 94px;
	height: 94px;
	padding: 3px;
	background: #2c2c2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget .post-tnail img {
	display: block;
	width: 94px;
	height: 94px;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.widget .post-tnail:hover img {
	filter: alpha(opacity=50);
	opacity: .50;
	zoom: 1;
}

.widget .post-content {
	float: right;
	width: 180px;
}

.widget .post h3 {
	margin: 3px 0 10px;
}

.widget .post-category {
	margin-bottom: 0;
	background: #999;
}

.widget .post-category:hover {
	background: #000;
}

.widget .post-category a:link,
.widget .post-category a:visited,
.widget .post-category a:active {
	font-size: 1em;
}

#ad-block {
	float: left;
	width: 300px;
	margin: 0 0 20px 20px;
}

#ad-buttons {
	float: left;
	width: 125px;
	margin-right: 15px;
}

.ad-button-ad {
	float: left;
	width: 125px;
	height: 125px;
	margin-bottom: 15px;
	overflow: hidden;
}

.ad-button-ad:last-child {
	margin-bottom: 0;
}

/* @end */

/* @group miscellaneous
================================================================================= */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* @end */