/*
Theme Name: Online Tech Tips 2013
Theme URI: http://http://www.online-tech-tips.com/
Description: Originally built by The Blog Studio, who should be brought up on fraud charges they coded so badly.
Version: 2.1
Author: Andrew Norcross
Author URI: http://reaktivstudios.com
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* http://fortawesome.github.io/Font-Awesome/cheatsheet/ */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	background-color: #fff;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #111;
		font-weight: normal;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

em { font-style: italic; }
strong { font-weight: 700; }

code, pre {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}


a {
	outline: 0 none;
	text-decoration: underline;
	color: #06c;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #09f;
}

p {
    margin: 0 0 1.5em;
}


li ul,
li ol {
	margin: 0;
}

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

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

img {
	height: auto;
	max-width: 100%;
}

img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

img.aligncenter {
	clear: both;
	float: none;
	display: block;
	margin: 0 auto 10px auto;
}

::-webkit-input-placeholder {
	font-style: italic;
	color:#777;
	font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	color:#777;
	font-weight: 300;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
	color:#777;
	font-weight: 300;
}

:-ms-input-placeholder {
	font-style: italic;
	color:#777;
	font-weight: 300;
}


/* begin setup */

.site-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.wrap {
	width: 100%;
	padding: 15px;
}

	/* header */
.header {
	padding: 0;
}

.header .logo {
	padding: 15px 10px;
}


/* Navigation Toggle - Mobile (Change max-width as necessary)
------------------------------------------------------------ */

.nav-block {
	position: relative;
	height: 36px;
}

.menu-toggle {
	background: #F36E21;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	text-align: right;
	visibility: visible;
	padding: 0;
	height: 36px;
	width: 100%;
	z-index: 999;
}

.toggle-open {
	background: none;
	width: 36px;
}

.menu-toggle .nav-icon {
	background: #F36E21;
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 4px 10px;
}

.menu-toggle a:hover,
.menu-toggle a:active {
	text-decoration: none;
}

.nav-primary {
	background: #F36E21;
	font-weight: 400;
	margin: 0;
	position: relative;
	z-index: 99;
}

.nav-primary ul.nav,
.nav-primary ul.menu {
	display: none;
	padding: 10px 0;
}

.menu-primary .menu-item {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}

.menu-primary .expand-nav a:before,
.menu-primary .item-expand a:before {
	font-family: 'FontAwesome';
	color: #fff;
	margin: 0 7px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-primary .expand-nav a:before	{ content: "\f0d7"; }
.menu-primary .item-expand a:before { content: "\f0d8"; }

.menu-primary .expand-nav a:hover:before,
.menu-primary .expand-nav a:focus:before,
.menu-primary .item-expand a:hover:before,
.menu-primary .item-expand a:focus:before {
	color: #333;
}

.menu-primary .menu-item a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 10px;
	outline: 0 none;
	display: block;
}

	/* search bar */
.menu-primary .search-nav {
	margin: 7px 0 0;
}

.menu-primary .search-nav form {
	width: 270px;
	margin: 0 auto;
	outline: 0 none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.menu-primary .search-nav form input {
	background: #fff;
	border: 0 none;
	outline: 0 none;
	display: inline-block;
	vertical-align: top;
}

.menu-primary .search-nav form input.search-input {
	width: 235px;
}

.menu-primary .search-nav form input.search-button {
	font-family: 'FontAwesome';
	color: #333;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	width: auto;
	cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 0;
   border: 0 none;
}



	/* drop down */

.menu-primary .expand-nav ul.sub-menu {
	background: #FFA46F;
	display: none;
	left: auto;
	opacity: 1;
	position: relative;
	transition: opacity 0.4s ease-in-out 0s;
	width: 100%;
	z-index: 99;
	margin:3px 0;
	padding: 0;
}

.menu-primary .expand-nav ul.sub-menu li a {
	width: 100%;
	background: #FFA46F;
	padding: 10px 10px 10px 30px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.menu-primary .expand-nav ul.sub-menu li a:hover,
.menu-primary .expand-nav ul.sub-menu li a:focus {
	background: #F36E21;
}

.menu-primary .expand-nav ul.sub-menu li a:before {
	content: "";
}

	/* main content */

#content-wrap.wrap {}

	/* content area */

#content {}

#content .post {
	margin: 0 0 20px;
}

	/* post header */

#content .post .post-header {
	margin: 0 0 15px;
}

#content .post .post-header h1,
#content .post .post-header h2 {
	color: #313131;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
	font-size: 27px;
	line-height: 1.2em;
	margin: 0 0 4px;
}

#content .post .post-header h2 a {
	color: #313131;
	text-decoration: none;
}

#content .post .post-header h2 a:hover,
#content .post .post-header h2 a:focus {
	color: #f26522;
}

#content .post .post-header p {
	color: #464646;
	font-size: 11px;
	line-height: 1em;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
}

#content .post .post-header p span {
	width: 100%;
	display: block;
	margin: 0 0 3px;
}

	/* post content */

#content .post .entry-content {
	margin-bottom: 10px;
}

#content span.adsense-block {
	clear: both;
	display: block;
	margin: 0 auto 15px auto;
	position: relative;
	left: -5px;
}

#content .ott-above-post-responsive { width: 300px; height: 250px; }
#content .ott-below-post-responsive { width: 300px; height: 250px; }

#content .post .entry-content h2 {
	color: #313131;
	font-size: 21px;
	line-height: 27px;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
	margin: 0 0 4px;
}

#content .post .entry-content p {
	color: #111;
	font-size: 12px;
	line-height: 1.6em;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
}

#content .post .entry-content img {
	margin: 0 auto 15px auto;
	display: block;
}

	/* post meta */
#content .post .post-footer {
}

#content .single-post .post-footer .post-footer-column {
	width: 100%;
	display: block;
	clear: both;
}

#content .single-post .post-footer .post-footer-right p {
	color: #464646;
	font-size: 11px;
	line-height: 1em;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
}

#content .single-post .post-footer .post-footer-right p span {
	width: 100%;
	display: block;
	margin: 0 0 5px;
}

#content .single-post .post-footer .post-footer-column span.category {
	margin: 0 0 10px;
}

#content p.post-footer-text {
	padding: 5px 0 0;
	color: #464646;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans Unicode',Lucida Grande,Sans-serif;
}

#content .single-post .post-footer .post-footer-column p.post-footer-text {
	margin: 0 0 10px;
}

#content p.featured-comment-text {
	padding: 0;
}

#content p.post-footer-text a.post-comment-link {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #F36E21;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans Unicode',Lucida Grande,Sans-serif;
}

#content p.post-footer-text a.featured-comment-link,
#content p.post-footer-text a.single-comment-link {
	text-align: left;
	color: #464646;
}

#content p.post-footer-text a.post-comment-link:hover,
#content p.post-footer-text a.post-comment-link:focus {
	color: #FFA46F;
}

#content p.post-footer-text a.post-comment-link span.comment-count {
	width: auto;
	background: #fdbf57;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	padding: 4px;
	text-align: center;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	top: -1px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #fdbf57;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#content .post p.post-footer-text a.post-comment-link:hover span.comment-count,
#content .post p.post-footer-text a.post-comment-link:focus span.comment-count,
#content .post p.post-footer-text a.post-comment-link span.comment-count:hover,
#content .post p.post-footer-text a.post-comment-link span.comment-count:focus {
	background: #FFA46F;
	box-shadow: 0 0 0 1px #FFA46F;
}

	/* social buttons */
#content ul.social-link-buttons {
	list-style: none;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content ul.social-link-buttons li.social-button {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 0;
	padding: 0;
}

#content ul.social-link-buttons li.social-button a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #F36E21;
	font-size: 12px;
	line-height: 18px;
	font-family: "Helvetica",Verdana,Sans-serif;
	padding: 5px 0 6px;
	border-top: 1px solid #C54800;
	border-bottom: 1px solid #C54800;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#content ul.social-link-buttons li.social-button a:hover,
#content ul.social-link-buttons li.social-button a:focus {
	background: #C54800;
}

#content ul.social-link-buttons li.social-button a .icon {
	font-size: 14px;
	line-height: 18px;
	padding: 0 4px 0 0;
}

#content ul.social-link-buttons li.button-left a {
	border-left: 1px solid #C54800;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#content ul.social-link-buttons li.button-right a {
	border-right: 1px solid #C54800;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#content ul.social-link-buttons li.button-center a {
	border-left: 1px solid #C54800;
	border-right: 1px solid #C54800;
}

	/* inner post lists */

#content .inner-post-block {
	width: 100%;
	padding: 0 5px;
	margin: 0 0 30px;
}

#content .inner-post-block h2.pagetitle {
	text-align: center;
	color: #F36E21;
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'Lucida Sans Unicode',Lucida Grande,Sans-serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}

#content .inner-post-block .inner-post-item {
	width: 100%;
	margin: 0 0 15px;
}

#content .inner-post-block .inner-post-item a.small-thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 110px;
}

#content .inner-post-block .inner-post-item a.small-thumbnail img {
	display: block;
	margin: 0 20px 0 0;
	max-width: 90px;
	height: auto;
}

#content .inner-post-block .inner-post-item h3 {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	text-align: left;
	font-size: 15px;
	line-height: 1.3em;
	font-family: 'Lucida Sans Unicode',Lucida Grande,Sans-serif;
	margin: 0;
}

#content .inner-post-block .inner-post-item h3 a {
	color: #252525;
	text-decoration: none;
}

#content .inner-post-block .inner-post-item h3 a:hover,
#content .inner-post-block .inner-post-item h3 a:focus {
	color: #f26522;
}

	/* comments */

.comment-block {}

.comment-block h3 {
	color: #313131;
	font-size: 20px;
	line-height: 1.2em;
	font-family: 'Lucida Sans Unicode',Lucida Grande,Sans-serif;
	margin: 0 0 10px;
}

.comment-expand {
	margin: 0 0 15px;
}

.comment-expand h3 {
	margin: 0 0 7px;
	cursor: pointer;
}

.comment-expand h3 span.comment-count-display {
	font-weight: 700;
	color: #F36E21;
}

.comment-expand span.comment-list-display {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 0 0 7px;
}

.comment-expand span.comment-list-display span {
	color: #F36E21;
}

.comment-block ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-block ol.commentlist li {
	border: 1px solid #d5d5d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 5px 7px;
	position: relative;
}

ol.commentlist li.pingback .comment-author {
	padding: 0 170px 0 0;
}

ol.commentlist li div.vcard {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica,arial,sans-serif;
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-size: 11px;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #cc0000;
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	color: #000000;
}

ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #aaa;
	padding: 5px;
	left: 7px;
	position: absolute;
	top: 7px;
}

ol.commentlist li div.comment-meta {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	font-family: helvetica,arial,sans-serif;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}

ol.commentlist li div.comment-meta a {
	color: #205B87;
	text-decoration: none;
}

ol.commentlist li p {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica,arial,sans-serif;
	margin: 5px 0 12px;
}

ol.commentlist li ul {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica,arial,sans-serif;
	list-style: square;
	margin: 0 0 12px;
	padding: 0;
}

ol.commentlist li div.reply {
	display: none;
	background: #999;
	border: 1px solid #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	font-family: helvetica,arial,sans-serif;
	padding: 6px 5px 4px;
	text-align: center;
	width: 36px;
}

ol.commentlist li div.reply:hover {
	background: #cc0000;
	border: 1px solid #cc0000;
}

ol.commentlist li div.reply a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

ol.commentlist li ul.children {
	list-style: none;
	margin: 12px 0 0;
	text-indent: 0;
}

ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 3px;
}

ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 3px;
}

ol.commentlist ul.children li.odd {
	background: #ffffff;
}

ol.commentlist ul.children li.even {
	background: #f6f6f6;
}

ol.commentlist li.pingback div.vcard {
	padding: 0 170px 0 0;
}

form#commentform {
	margin-bottom: 40px;
}

form#commentform p {
	clear: both;
	width: 100%;
	margin: 0 0 10px;
}

form#commentform input,
form#commentform textarea {
	border: 1px solid #ddddde;
	background: #f6f6f7;
	color: #362f2d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

form#commentform input:focus,
form#commentform textarea:focus {
	border-color: #82945e;
}

form#commentform textarea {
	width: 100%;
	height: 100px;
}

form#commentform input {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 4px;
}

form#commentform label {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
	font-family: 'Arial',Verdana,Helvetica,Sans-serif;
	color: #F36E21;
	padding: 0 0 4px;
}

form#commentform label span {
	color: #362f2d;
	font-style: italic;
}

form#commentform p#comment {
	margin-bottom: 7px;
}

form#commentform p#submit {
	text-align: right;
}

form#commentform p#submit input {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	width: auto;
	background: #F36E21;
	font-size: 14px;
	line-height: 18px;
	font-family: "Helvetica",Verdana,Sans-serif;
	padding: 4px 12px;
	border-radius: 3px;
	border: 1px solid #C54800;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

form#commentform p#submit input:hover,
form#commentform p#submit input:focus {
	background: #C54800;
}

form#commentform p.user-logged-in {
	margin-bottom: 0px;
	font-size: 11px;
}

	/* pagination */

#content .pagination {
	width: 100%;
	padding: 10px 0 20px;
	display: block;
}

#content .pagination p {
	text-align: left;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}

#content .pagination p span {
	padding: 0;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

#content .pagination p span.active {
	color: #fff;
	background: #F36E21;
	border: 1px solid #F36E21;
	padding: 2px 5px;
}

#content .pagination p span a {
	color: #F36E21;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #F36E21;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#content .pagination p span.first,
#content .pagination p span.first a,
#content .pagination p span.prev,
#content .pagination p span.prev a,
#content .pagination p span.next,
#content .pagination p span.next a,
#content .pagination p span.last,
#content .pagination p span.last a {
	border: none;
}

#content .pagination p span a:hover {
	color: #fff;
	background: #F36E21;
	border: 1px solid #F36E21;
}

#content .pagination p span.first a:hover,
#content .pagination p span.prev a:hover,
#content .pagination p span.next a:hover,
#content .pagination p span.last a:hover {
	color: #F36E21;
	background: #fff;
	border: none;
}

	/* sidebar */

.sidebar {
	padding: 0;
}

.sidebar .widget {
	background: #eee;
	margin: 0 0 15px;
	padding: 10px;
	border-radius: 4px;
}

.sidebar .widget h4.widgettitle {
	color: #F36E21;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
	text-align: center;
	margin-bottom: 10px;
}

	/* signup and social */

.sidebar .social-signup {}

.sidebar .social-signup .sidebar-signup-form {
	margin: 0 0 10px;
	padding: 0 0 10px;
/*	border-bottom: 1px solid #F8EDE6; */
	border-bottom: 1px solid #ccc;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group {
	width: 240px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px 5px;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group input {
	background: #fff;
	border: 0 none;
	outline: 0 none;
	display: inline-block;
	vertical-align: top;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
	width: 205px;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group input.sideform-submit {
	color: #333;
	font-size: 14px;
	padding: 0;
	width: auto;
	cursor: pointer;
	cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 0;
   border: 0 none;
}

.sidebar .social-signup .social-links {
	width: 100%;
	text-align: center;
}

.sidebar .social-signup .social-links span.social-icon {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font-size: 16px;
	line-height: 24px;
}

.sidebar .social-signup .social-links a {
	color: #fff;
	background: #F36E21;
	display: block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar .social-signup .social-links a:hover,
.sidebar .social-signup .social-links a:focus {
	background: #CC5C1C;
}

	/* google plus widget */
.sidebar .google-plus-badge a.badge-link {
	text-decoration:none;
	display: block;
	color:#333;
	text-align:center;
	font-size: 14px;
	line-height: 18px;
	font-family: arial,sans-serif;
	white-space:nowrap;
	border: 1px solid #ccc;
	padding: 7px 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sidebar .google-plus-badge a.badge-link:hover,
.sidebar .google-plus-badge a.badge-link:focus {
	background: #fffaf0;
}

.sidebar .google-plus-badge span.badge-name {
	display:inline-block;
	font-weight: 700;
	vertical-align: top;
	margin: 8px 0 0;
	font-size: 16px;
}

.sidebar .google-plus-badge span.badge-split {
	display:inline-block;
	vertical-align:top;
	margin: 8px 4px 0 0;
}

.sidebar .google-plus-badge img {
	border:0;
	width:32px;
	height:32px;
}

	/* sidebar ad block */
.sidebar .adsense-block {
	background: none;
	padding: 10px 0;
	border-radius: 0;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -7px;
}

.sidebar .adsense-block .ott-sidebar-responsive { width: 300px; height: 250px; }

	/* post list widgets */

.sidebar .widget-post-list {}

.sidebar .widget-post-list ul,
.sidebar .widget-post-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .widget-post-list ul li {
	margin: 0 0 15px;
}

.sidebar .widget-post-list ul li a.item-image {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin: 0 10px 0 0;
}

.sidebar .widget-post-list ul li a.item-image img {
	margin: 0;
	max-width: 80px;
	height: auto;
}

.sidebar .widget-post-list ul li a.item-title {
	color: #252525;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Lucida Sans Unicode',Lucida Grande,sans-serif;
}

/* http://www.colorzilla.com/gradient-editor/#929292+0,666666+100;Custom */

	/* footer */

.site-footer {}

.site-footer .footer-widget-row {
	border-top: 1px solid rgb(0,0,0);
	border-top: 1px solid rgba(0,0,0,0.65);
	background: rgb(146,146,146);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(146,146,146,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,146,146,1)), color-stop(100%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom,  rgba(146,146,146,1) 0%,rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#666666',GradientType=0 );
}

.site-footer .footer-widget-row .widget {
	clear: both;
	width: 100%;
	display: block;
	margin: 0 0 35px;
}

.site-footer .footer-widget-row .widget h4.widgettitle {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Lucida Sans Unicode',Lucida Grande,Sans-serif;
	text-align: center;
}

.site-footer .bio-block {}

.site-footer .bio-block img {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 64px;
	height: auto;
}

.site-footer .footer-widget-row .bio-block h4.widgettitle {
	line-height: 12px;
	margin: 0 0 5px;
	text-align: left;
}

.site-footer .footer-widget-row .bio-block p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form {
	margin: 0 0 10px;
	padding: 0 0 10px;
/*	border-bottom: 1px solid #F8EDE6; */
	border-bottom: 1px solid #ccc;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group {
	width: 240px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px 5px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input {
	background: #fff;
	border: 0 none;
	outline: 0 none;
	display: inline-block;
	vertical-align: top;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
	width: 205px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-submit {
	color: #333;
	font-size: 14px;
	padding: 0;
	width: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0 none;
}

.site-footer .footer-widget-row .social-signup .social-links {
	width: 100%;
	text-align: center;
}

.site-footer .footer-widget-row .social-signup .social-links span.social-icon {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font-size: 16px;
	line-height: 24px;
}

.site-footer .footer-widget-row .social-signup .social-links a {
	color: #fff;
	background: transparent;
	display: block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-footer .footer-widget-row .social-signup .social-links a:hover,
.site-footer .footer-widget-row .social-signup .social-links a:focus {
	color: #333;
}

.site-footer .footer-widget-row .about-block p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}

.site-footer .footer-widget-row .about-block a.read-more {
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}

.site-footer .footer-info-row {
	background: #000;
}

.site-footer .footer-info-row p {
	text-align: center;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

.site-footer .footer-info-row p a {
	display: inline-block;
	vertical-align: top;
	color: #C2C2C2;
	text-decoration: none;
	margin: 0 0 0 15px;
}

.site-footer .footer-info-row p a:first-child {
	margin: 0;
}

.site-footer .footer-info-row p a:hover,
.site-footer .footer-info-row p a:focus {
	color: #fff;
}

/* widescreen phone */
@media screen and (min-width: 480px) {

	#content .post .post-header p span {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	#content .post .post-header p span.date-author {}

	#content .post .post-header p span.date-author:after {
		content: "|";
		padding: 0 4px;
		color: #000;
	}

	#content .post .post-header p span.category {}

	#content .post-main-featured .entry-content img {
		margin: 0 auto 15px auto;
		display: block;
	}

	#content .post-main .entry-content img {
		margin: 0 15px 25px 0;
		float: left;
		display: block;
	}

	#content span.adsense-block {
		max-width: 336px;
        max-height: 320px;
		position: relative;
		left: auto;
	}

	#content .ott-above-post-responsive { width: 336px; height: 280px; }
	#content .ott-below-post-responsive { width: 336px; height: 280px; }


}

@media screen and (min-width: 600px) {

	#content .inner-post-block .inner-post-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	/* sidebar */

	.sidebar .widget-post-list ul,
	.sidebar .widget-post-list ol {
		width: 100%;
	}

	.sidebar .widget-post-list ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

}

@media screen and (min-width: 640px) {

	#content .inner-post-block .inner-post-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	#content .single-post .post-footer .post-footer-column {
		display: inline-block;
		vertical-align: top;
	}

	#content .single-post .post-footer .post-footer-left {
		width: 320px;
	}

	#content .single-post .post-footer .post-footer-right {
		width: 280px;
		position: relative;
		top: 60px;
	}

	#content span.adsense-block {
		clear: both;
		width: 336px;
		float: left;
		display: block;
		margin: 0 15px 15px 0;
	}

	#content .ott-above-post-responsive { width: 336px; height: 280px; }

	#content .single-post .post-footer .post-footer-left span.adsense-block {
		width: 300px;
		float: none;
		margin: 0;
	}

	#content .ott-below-post-responsive { width: 300px; height: 250px; }



}

/* tablet */
@media screen and (min-width: 768px) {

	.header .logo img {
		display: block;
		margin: 0 auto;
	}

	.menu-toggle {
		display: none;
		visibility: hidden;
	}

	.nav-block .nav-primary {
		background: #F36E21;
		font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	}

	.nav-block .nav-primary ul.menu-primary {
		display: block!important;
		padding: 0;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item {
		display: inline-block;
		vertical-align: top;
		font-size: 17px;
		letter-spacing: -1px;
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		text-transform: uppercase;
		font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item a {
		font-weight: 400;
	}


	.nav-block .nav-primary ul.menu-primary .menu-item ul.sub-menu {
		left: -9999px;
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: auto;
		z-index: 99;
		background: #F36E21;
		display: block;
		margin: 0;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item ul.sub-menu li {
		width: auto;
		display: block;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item ul.sub-menu a {
		background: #F36E21;
		cursor: pointer;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item:hover > .sub-menu {
		-webkit-backface-visibility: hidden;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item ul.sub-menu a:hover,
	.nav-block .nav-primary ul.menu-primary .menu-item ul.sub-menu a:focus {
		color: #323232;
		display: block;
	}

	.nav-block .nav-primary ul.menu-primary .menu-item:hover > ul.sub-menu {
		left: auto;
		filter: alpha(opacity=100);
		opacity: 1;
	}

		/* pull search form to the right */
	.menu-primary .search-nav {
		margin: 0;
		float: right;
		position: relative;
		top: 5px;
		right: 10px;
	}

	.menu-primary .search-nav form {
		padding: 3px 5px;
	}

	#content .post,
	#content .pagination {
		width: 100%;
		display: block;
		clear: both;
	}

	#content span.adsense-block {
		clear: both;
		float: left;
		display: block;
		width: 336px;
		height: 280px;
		margin: 0 15px 15px 0;
	}

	#content .single-post .post-footer .post-footer-left span.adsense-block {
		width: 336px;
	}


	#content .ott-above-post-responsive { width: 336px; height: 280px; }
	#content .ott-below-post-responsive { width: 336px; height: 280px; }

	#content .post .entry-content h2 {
		text-align: left;
		font-size: 27px;
		line-height: 32px;
	}

	#content .post .entry-content h3 {
		text-align: left;
		font-size: 21px;
		line-height: 27px;
	}

	#content .post .entry-content h4 {
		text-align: left;
		font-size: 18px;
		line-height: 22px;
	}

	#content .post p.post-footer-text a.post-comment-link {
		text-align: left;
		width: auto;
	}

	#content .single-post .post-footer .post-footer-column {
		display: inline-block;
		vertical-align: top;
	}

	#content .single-post .post-footer .post-footer-left {
		width: 320px;
	}

	#content .single-post .post-footer .post-footer-right {
		width: 400px;
		position: relative;
		top: 60px;
	}

	#content .single-post .post-footer .post-footer-right p {
		text-align: center;
	}

	#content .single-post .post-footer .post-footer-right p span {
		display: inline-block;
		vertical-align: top;
		width: auto;
		margin: 0 0 10px;
	}

	#content .single-post .post-footer .post-footer-right p span.date-author:after {
		content: "|";
		padding: 0 4px;
		color: #000;
	}

	#content .post p.post-footer-text a.post-comment-link {
		margin: 0 0 15px;
	}

	#content .inner-post-block h2.pagetitle {
		text-align: left;
	}

	#content .inner-post-block .inner-post-item {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		padding: 0 10px;
	}

	#content .inner-post-block .inner-post-item a.small-thumbnail {
		width: 100%;
	}

	#content .inner-post-block .inner-post-item a.small-thumbnail img {
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px auto;
	}

	#content .inner-post-block .inner-post-item h3 {
		width: 100%;
		display: block;
	}

	/* comments */
	form#commentform {
		width: 100%;
		margin: 0 0 20px 0;
	}

	form#commentform label {
		display: inline-block;
		vertical-align: top;
		width: 27%;
		text-align: right;
		line-height: 24px;
		padding: 0 10px 0 0;
	}

	form#commentform input {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
		padding: 4px;
		width: 72%;
	}

	form#commentform textarea {
	    height: 100px;
	    width: 72%;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
	}

	form#commentform p#submit input {
		position: relative;
		right: 3px;
	}

	/* sidebar - split columns */

	.sidebar {}

	.sidebar .widget {}

		/* sidebar ad block */
	.sidebar .adsense-block {
		background: none;
		padding: 10px;
		border-radius: 0;
		width: 336px;
		height: 280px;
		margin: 0 auto 15px auto;
		position: relative;
		left: auto;
	}

	.sidebar .adsense-block .ott-sidebar-responsive {
		width: 336px;
		height: 280px;
	}

	/* footer */
	.site-footer .footer-widget-block {
		width: 32%;
		display: inline-block;
		vertical-align: top;
	}

	.site-footer .footer-widget-block .widget {
		width: 100%;
		padding: 0 10px;
	}

	.site-footer .bio-block img {
		margin: 0 10px 15px 0;
	}


	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group {
		width: 205px;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
		width: 170px;
	}

	.site-footer .footer-widget-row .widget h4.widgettitle {
		margin: 0 0 10px;
		text-align: left;
	}

	.site-footer .footer-widget-row .social-signup .social-links span.social-icon {
		font-size: 24px;
	}

	.site-footer .footer-widget-row .social-signup h4.widgettitle {
		text-align: center;
	}

}

/* pure desktop */
@media screen and (min-width: 960px) {

	.site-container {
		width: 960px;
		margin: 0 auto;
	}

	.wrap {
		width: 960px;
		margin: 0 auto;
	}

	.header {
		display: inline-block;
		vertical-align: top;
		width: 250px;
		height: 36px;
		margin: 0 10px 10px 0;
	}

	.header .logo {
		padding: 25px 0 0;
	}

	.nav-block {
		display: inline-block;
		vertical-align: top;
		width: 690px;
		position: relative;
		top: 15px;
		margin: 0 0 10px 0;
	}

	.menu-primary .menu-item a {
		padding: 10px 15px;
	}

	.menu-primary .expand-nav a:before, .menu-primary .item-expand a:before {
		content: "";
	}

	.menu-primary .expand-nav ul.sub-menu li a {
		padding: 10px;
	}

	.menu-primary .search-nav form {
		width: 235px;
	}

	.menu-primary .search-nav form input.search-input {
		width: 200px;
	}

	/* content */

	#content-wrap.wrap {
		padding: 15px 0;
	}

	#content {
		width: 630px;
		margin: 0 25px 0 0;
		display: inline-block;
		vertical-align: top;
	}

	#content .post {
		margin: 0 0 40px;
	}

	#content .single-post .post-footer .post-footer-left {
		width: 336px;
	}

	#content .single-post .post-footer .post-footer-right {
		width: 280px;
	}

	#content .single-post .post-footer .post-footer-right p span {
		width: 100%;
	}

	#content .single-post .post-footer .post-footer-right p span.date-author:after {
		content: "";
		padding: 0;
	}

	#content .pagination p {
		font-size: 14px;
		line-height: 14px;
	}

	#content .pagination p span.active {
		padding: 2px 5px;
	}

	#content .pagination p span a {
		padding: 2px 5px;
	}

	#respond {
		overflow: hidden;
	}

	form#commentform {
		float: right;
	}

	/* sidebar */
	.sidebar {
		width: 300px;
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}

	.sidebar .widget {
		background: #fff;
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.sidebar .widget h4.widgettitle {
		text-align: left;
		font-size: 24px;
		line-height: 28px;
	}

	.sidebar .social-signup h4.widgettitle {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

		/* sidebar ad block */
	.sidebar .adsense-block {
		background: none;
		padding: 0;
		border-radius: 0;
		width: 100%;
		height: 270px;
		margin: 0 0 15px 0;
		position: relative;
		left: auto;
	}

	.sidebar .adsense-block .ott-sidebar-responsive {
		width: 300px;
		height: 250px;
	}

	.sidebar .social-signup .sidebar-signup-form {
		border-bottom: 1px solid #F8EDE6;
	}

	.sidebar .widget-post-list ul li {
		width: 100%;
	}

	/* footer */
	.site-footer .bio-block img {
		max-width: 88px;
		height: auto;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group {
		width: 240px;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
		width: 205px;
	}

}
