/*
 Theme Name:	Onehub
 Theme URI:
 Description:	Onehub Theme
 Author:	Onehub
 Author URI:	http://www.onehub.com
 Template: 	twentyeleven
 Version:	1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'CustomSceneLight';
  src: url("assets/fonts/scenepro-light-webfont.eot");
  src: url("assets/fonts/scenepro-light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/scenepro-light-webfont.ttf") format("truetype"), url("assets/fonts/scenepro-light-webfont.woff") format("woff"), url("assets/fonts/scenepro-light-webfont.svg#CustomSceneLight") format("svg");
}

@font-face {
  font-family: 'CustomSceneLight';
  src: url("assets/fonts/scenepro-light-webfont.eot");
  src: url("assets/fonts/scenepro-light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/scenepro-light-webfont.ttf") format("truetype"), url("assets/fonts/scenepro-light-webfont.woff") format("woff"), url("assets/fonts/scenepro-light-webfont.svg#CustomSceneLight") format("svg");
}

@font-face {
  font-family: 'CustomSceneRegular';
  src: url("assets/fonts/scenepro-regular-webfont.eot");
  src: url("assets/fonts/scenepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/scenepro-regular-webfont.ttf") format("truetype"), url("assets/fonts/scenepro-regular-webfont.woff") format("woff"), url("assets/fonts/scenepro-regular-webfont.svg#CustomSceneRegular") format("svg");
}

/*clearfix*/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

#access {
	background-image: -webkit-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.08) );
	background-image: -moz-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.08) );
	background-image: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.08) );
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

#branding .only-search #s {
	border-color: #000;
}

#branding .only-search #s {
	border-color: rgba( 0, 0, 0, 0.2 );
}

#site-generator {
	border-color: #000;
}

#site-generator {
	border-color: rgba( 0, 0, 0, 0.1 );
}

#branding .only-search #s {
	background-color: #fff;
}

#branding .only-search #s {
	background-color: rgba( 255, 255, 255, 0.4 );
}

#branding .only-search #s:focus {
	background-color: #fff;
}

#branding .only-search #s:focus {
	background-color: rgba( 255, 255, 255, 0.9 );
}

#access a {
	color: #EEEEEE;
}

#access li:hover > a, #access a:focus {
	color: #373737;
}

#branding .only-search #s {
	color: #373737;
}

body {
	background-color: #f6f6f6;
}

#site-generator {
	background-color: #f6f6f6;
}

#site-generator {
	background-color: rgba( 246, 246, 246, 0.1 );
}

#branding {
	border-color: #DBDBDB;
}

#access {
	background-color: #222222;
}

#access li:hover > a, #access a:focus {
	background: #f9f9f9;
}

.entry-title, .entry-title a, .singular .entry-title {
	color: #222222;
}

.entry-title a:hover, .entry-title a:focus {
	color: #070707;
}

a, #site-title a:focus, #site-title a:hover, #site-title a:active, .entry-title a:active, .widget_twentyeleven_ephemera .comments-link a:hover, section.recent-posts .other-recent-posts a[rel="bookmark"]:hover, section.recent-posts .other-recent-posts .comments-link a:hover, .format-image footer.entry-meta a:hover, #site-generator a:hover {
	color: #1470B7;
}

section.recent-posts .other-recent-posts .comments-link a:hover {
	border-color: #1b8be0;
}

article.feature-image.small .entry-summary p a:hover, .entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active, .feature-slider a.active {
	background-color: #1b8be0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}

audio,canvas,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted
}

a:active,a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    color: #666;
    background: #eee;
    padding: 2px 5px;
    border-radius: 4px;
}

pre {
	white-space: pre-wrap
}

q {
	quotes: \201C \201D \2018 \2019
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,input {
	line-height: normal
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body,figure {
	margin: 0
}
legend,button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}
header #searchform,.assistive-text,.cat-links,.tag-links,.nav-previous span,.nav-next span,#nav-below,#infinite-handle,#secondary,#comments-title,#site-generator {
	display: none;
}
img#wpstats {
	visibility: hidden
}
body {
	color: rgba(43, 52, 56, 0.7);
	font-family: Helvetica,"Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
	padding: 0;
	text-rendering: optimizeLegibility;
}
a {
	color: #6299c5;
	text-decoration: none
}
a:hover {
	color: #609235
}
.one-column #page {
	max-width: none
}
#page {
	background: none;
	margin: 0 auto;
	max-width: none
}
#main,footer #first {
	margin: 0 auto;
	position: relative;
	max-width: 980px;
	text-shadow: 0 1px rgba(255,255,255,0.6)
}
#main {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-top: -100px;
	overflow: hidden;
	padding: 0;
	z-index: 10000
}

.breadcrumbs {
    background-color: #2b3438;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2b3438), color-stop(100%, #2b3438));
  background-image: -webkit-linear-gradient(#2b3438, #2b3438);
  background-image: -moz-linear-gradient(#2b3438, #2b3438);
  background-image: -o-linear-gradient(#2b3438, #2b3438);
  background-image: linear-gradient(#2b3438, #2b3438);
  border: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  *zoom: 1;
  padding: 35px 30px;
  text-shadow: 0 -1px black;
}
	.breadcrumbs h1 {
	  color: #fff;
	  color: rgba(255, 255, 255, 0.8);
	  display: block;
	  float: left;
	  font-family: CustomSceneRegular, "Helvetica Neue", Arial, sans-serif;
	  font-size: 20px;
	  line-height: 30px;
	  margin: 0;
	  position: relative;
	  top: 1px;
	  font-weight: normal;
		letter-spacing: -0.05em;
	}
	.breadcrumbs ul {
		float: right;
		margin: 0;
	}
	.breadcrumbs ul li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
		margin: 0 0 0 15px;
		position: relative;
	}
	.breadcrumbs ul a {
		color: #73808b;
		color: rgba(191, 213, 231, 0.6);
		padding: 5px 15px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		display: block;
		font-size: 13px;
		font-weight: bold;
		line-height: 20px;
		text-decoration: none;
		-webkit-transition: all, 0.25s;
		-moz-transition: all, 0.25s;
		-o-transition: all, 0.25s;
		transition: all, 0.25s;
		text-indent: -9999em;
		width: 24px;
		height: 24px;
		padding: 0;
		opacity: .85;
	}
	.breadcrumbs ul a.twitter { background: url(images/twitter.png) no-repeat 0 0; }
	.breadcrumbs ul a.facebook { background: url(images/fb.png) no-repeat 0 0; }
	.breadcrumbs ul a.gplus { background: url(images/gplus.png) no-repeat 0 0; }

	.breadcrumbs ul a:hover {
		color: #95a6b5;
		color: rgba(191, 213, 231, 0.8);
		opacity: 1;
	}

#branding {
	background-color: #79b743;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#79b743),color-stop(100%,#58b28d));
	background-image: -webkit-linear-gradient(#79b743,#58b28d);
	background-image: -moz-linear-gradient(#79b743,#58b28d);
	background-image: -o-linear-gradient(#79b743,#58b28d);
	background-image: linear-gradient(#79b743,#58b28d);
	border-top: 0;
	border-bottom: 1px solid #4ca580;
	padding-bottom: 99px
}

.primary {
  *zoom: 1;
  margin: 0 auto;
  max-width: 980px;
  padding: 30px 0;
}

.primary:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.primary ul {
  float: right;
  margin: 0;
  padding: 0;
}

.primary ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin-left: 25px;
	position: relative;
}

.primary ul a {
	color: #d5e9c3;
	font-size: 11px;
	padding: 10px 20px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	-webkit-transition: all, 0.25s;
	-moz-transition: all, 0.25s;
	-o-transition: all, 0.25s;
	transition: all, 0.25s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.primary ul a:hover, .primary ul li form input[type="text"]:hover{
  background-color: #72ac3f;
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
}

.primary ul a:active {
  background-color: #6aa13b;
  background-color: rgba(0, 0, 0, 0.1);
}
.primary ul li form {
	background-color: none;
}
.primary ul li form input[type="text"] {
	background: url('images/sb_icon1.png') no-repeat right;
	border: none;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font: normal 16px/20px "Helvetica Neue", Arial, sans-serif;
	float: right;
	padding-left: 20px;
	height: 45px;
	width: 45px;
	transition: all 200ms ease-out;
}
.primary ul li form input[type="text"]:focus {
	background-color: rgba(0, 0, 0, 0.05);
	color: rgba(255,255,255,0.8);
	cursor: initial;
	width: 300px;
}
.primary .sign-in, .primary .sign-up {
  color: #fff;
}
.primary .logo {
	background-image: url("images/logo-onehub-blog-inverted.png");
  background-repeat: no-repeat;
  display: block;
	float: left;
	height: 40px;
	text-indent: -9999px;
	width: 193px;
}
.primary .trigger, .primary .search-trigger { display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .primary .logo {
    background-image: url("images/logo-onehub-blog-inverted@2x.png");
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}

#branding hgroup {
	overflow: hidden;
	padding: 30px 0;
	margin: 0 auto;
	width: 980px
}

#branding .sign-up {
background-color: #6299c5;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,0.2)));
background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.2));
background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.2));
background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.2));
background-image: linear-gradient(transparent,rgba(0,0,0,0.2));
border: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.4);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 1px rgba(0,0,0,0.3);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 1px rgba(0,0,0,0.3);
color: #fff;
float: right;
margin: 0 0 0 15px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
text-shadow: 0 -1px rgba(0,0,0,0.2);
text-transform: uppercase;
}

#branding .sign-up:hover { background-color: #4f8dbe; }

#branding .sign-up:active {
  background-color: #4280b2;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px #264b68;
  -moz-box-shadow: inset 0 1px 3px #264b68;
  box-shadow: inset 0 1px 3px #264b68;
}

#site-title {
	float: right;
	margin: 0;
	padding: 0
}
#site-title a {
	color: #add58b;
	font-size: 13px;
	line-height: 40px;
	margin: 0 0 0 5px;
	text-shadow: 0 -1px rgba(0,0,0,0.2)
}
#site-title a:hover {
	color: #fff
}
#site-description {
	color: #d5e9c3;
	clear: none;
	float: right;
	font-size: 13px;
	line-height: 40px;
	margin: 0;
	text-shadow: 0 -1px rgba(0,0,0,0.2)
}
#site-description::after {
	content: ' — '
}
#access {
	float: none;
	height: 0;
	margin: 0 auto;
	position: relative;
	width: 980px
}
#access .menu-home-container {
	left: 0;
	margin: 0;
	position: absolute;
	top: -70px;
	visibility: visible
}
#access .menu-home-container ul {
	margin: 0
}
#access .menu-home-container a,#access .menu-home-container a:hover {
	background-color: transparent;
	background-image: url('images/logo-onehub-inverted.png');
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	padding: 0;
	text-indent: -9999px;
	width: 145px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 2dppx),only screen and (min-device-pixel-ratio: 2) {
	#access a,#access a:hover {
		background-image: url('images/logo-onehub-inverted@2x.png');
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%
		}
	}

#content {
	margin: 0;
	padding-top: 0px;
}
.edit-link {
	line-height: 20px;
	position: absolute
}
.one-column.singular .entry-meta .edit-link a {
	position: static
}
.page-header {
	background-color: #2b3438;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2b3438), color-stop(100%, #2b3438));
	background-image: -webkit-linear-gradient(#2b3438,#2b3438);
	background-image: -moz-linear-gradient(#2b3438,#2b3438);
	background-image: -o-linear-gradient(#2b3438,#2b3438);
	background-image: linear-gradient(#2b3438,#2b3438);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.3),inset 0 2px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px rgba(0,0,0,0.3),inset 0 2px rgba(255,255,255,0.1);
	box-shadow: inset 0 1px rgba(0,0,0,0.3),inset 0 2px rgba(255,255,255,0.1);
	overflow: hidden;
	position: relative;
	text-shadow: 0 -1px #000;
	border-bottom: 1px solid #eee;
	padding: 35px 60px 0;
	height: 101px;
}
h1.page-title {
	color: #aaa;
	display: block;
	float: left;
	font-family: 'CustomSceneRegular', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 6px 0 0 0;
	text-transform: none;
}
.page-title a {
	font-size: inherit;
	font-weight: inherit
}
.page-title span.term {;
	color: #e7e7e7;
}
.hentry {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
	position: relative;
}
.single .hentry {
	border: 0
}
.singular .hentry {
	padding: 0
}
.entry-header {
	border-bottom: 1px solid #f6f6f6;
	overflow: visible;
	padding: 0 60px;
	text-align: center
}

.entry-header .entry-title {
	color: #2b3438;
	font-family: 'CustomSceneLight', "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin: 70px auto 0;
	padding: 0;
	text-align: center
}
.entry-header .entry-meta {
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 30px;
	padding: 0
}
.entry-header a {
	font-weight: 300
}
.one-column.singular .entry-header {
	width: auto
}
.one-column.singular .entry-header .entry-meta {
	position: static
}
.entry-header .comments-link {
	display: none;
	height: 36px;
	margin: -36px 0 -18px;
	position: relative;
}
.entry-header .comments-link a {
	background: #EEE url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	height: 36px;
	left: 50%;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	right: auto;
	text-align: center;
	text-decoration: none;
	top: 183px;
	top: 0;
	width: 43px;
}
.entry-content {
	padding: 45px 160px;
}
.entry-content h3 {
	color: rgba(43,52,56,0.95);
	font-size: 28px;
	font-weight: 400;
}
.entry-content p, .entry-summary p {
	margin: 0 0 25px
}
.entry-content ul, .entry-content ol {
	padding: 0 0 20px 1em;
}
.entry-content ul li, .entry-content ol li {
	margin-bottom: 10px;
}
.entry-content img[class*="wp-image-"] {
	border: none;
	display: block;
	margin: 0 auto 40px;
	max-width: 100%;
	height: auto;
	padding: 0
}
.entry-content img[class*="wp-image-"].no-border {
	border: 0
}
.entry-content.list .entry-header {
	text-align: left;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.entry-content.list .entry-title {
	font-size: 24px;
	letter-spacing: 0.01em;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.entry-content.list .entry-header:first-child .entry-title {
	margin: 0;
}
.entry-content.list .entry-meta {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.one-column.singular .entry-content {
	padding-bottom: 0;
	width: auto
}
.wp-caption {
	background: none;
	margin: 60px auto;
	max-width: none;
	padding: 0;
	text-align: center
}
.wp-caption .wp-caption-text {
	color: #bbb;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 13px;
	margin: 10px 0 0;
	padding: 0
}
.wp-caption .wp-caption-text:before {
	content: ''
}
footer.entry-meta {
	height: 0;
	margin: 0;
	visibility: hidden
}
footer.entry-meta .edit-link {
	right: 15px;
	top: 15px;
	visibility: hidden;
}
.post-actions {
	display: none;
	border: 1px solid #eee;
	border-width: 1px 0;
}
.post-actions .comments-actions div.entry-content div.sd-block {
	border-top: 1px solid #e6e6e6;
	margin: 60px -60px -35px;
}
#comments {
	background-color: #fafafa;
	border-top: none;
}
#comments #respond {
	margin: 0;
	padding: 60px 60px 0 60px;
}
#respond h3 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.commentlist li.comment {
	background: none;
	border: 0;
	border-bottom: 1px solid #f6f6f6;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 60px 60px 35px;
	position: relative
}
.commentlist .edit-link {
	right: 15px;
	top: 15px
}
body .commentlist .avatar {
	left: 60px;
	right: auto;
	top: 60px
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:active, .comment-meta a:hover{}.commentlist .avatar{
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 2px #ccc;
	-moz-box-shadow:0 1px 2px #ccc;
	box-shadow:0 1px 2px #ccc;
	left:-102px;
	padding:0;
	position:absolute;
	top:0;
}
.commentlist > li:before {
	content:url(images/comment-arrow.png);
	left:-21px;
	position:absolute;
}
.commentlist .children .avatar{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	left:2.2em;
	padding:0;
	top:2.2em;
}
a.comment-reply-link{
	background:#eee;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#666;
	display:inline-block;
	font-size:12px;
	padding:0 8px;
	text-decoration:none;
	display: none;
}
.commentlist p { margin-top: 0; }

body .commentlist > li.comment {
	margin: 0;
	padding-left: 158px
}
body .commentlist > li.comment .comment-meta {
	margin: 0
}
footer.comment-meta {
	margin: 0;
	text-align: left
}
.nocomments {
	background: #eee;
	border-top: 1px solid #e6e6e6;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 30px;
	position: relative;
	text-shadow: none;
	top: -1px
}
#supplementary {
	border: 0;
	padding: 0
}
.widget {
	margin: 0
}
.widget-title {
	color: #aaa;
	font-size: 11px;
	line-height: 10px;
	margin: 10px 0 5px
}
.widget_search .widget-title {
	color: #888;
	margin: 40px 0 30px;
	text-transform: uppercase
}
.widget_search #searchform {
	margin: 0 auto;
	padding-left: 360px
}
.widget_search #searchform .field {
	background-color: #fff;
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin-right: 5px;
	padding: 3px 3px 3px 28px;
	width: 250px
}
.widget_search #searchsubmit {
	top: auto
}
.widget_rss_links {
	padding-top: 30px
}
.entry-meta .edit-link a,.commentlist .edit-link a,#content nav a,#searchform .submit {
	background-color: #fff;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: linear-gradient(transparent,rgba(0,0,0,0.1));
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	cursor: pointer;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	padding: 4px 10px;
	text-shadow: 0 1px rgba(255,255,255,0.6);
	text-transform: uppercase
}
.entry-meta .edit-link a,.commentlist .edit-link a {
	background-color: transparent;
	background-image: none;
	border-color: #eee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #bbb
}
.entry-meta .edit-link a:hover,.commentlist .edit-link a:hover,#content nav a:hover,#searchform .submit:hover {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: linear-gradient(transparent,rgba(0,0,0,0.1));
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #b3b3b3;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	color: #666;
	text-decoration: none
}
.entry-meta .edit-link a:active,.commentlist .edit-link a:active,#content nav a:active,#searchform .submit:active {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear,50% 100%,50% 0%,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	background-image: linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	border-color: #b3b3b3;
	color: #666
}

iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* --------Typography -------- */
p.p2 {
	color: #555;
	font: 17px/30px 'CustomSceneRegular', Arial, sans-serif;
	width: 75%;
}

h2 {font-weight: 400;}

h2.postingtitle { font-weight: 400; }

blockquote {
    border-left: 4px solid #ddd;
    padding: 0px 20px;
    margin: 40px 0;
}

/* --------ShareDaddy -------- */

#main #primary div.sharedaddy {
	background: #fafafa;
	border-top: 1px solid #ddd;
}
#main #primary div.sharedaddy div.sd-block {
	border-top: none;
	border-top: none;
	padding: 35px 0 15px 0;
	margin: 0;
	width: auto;
}
#main #primary div.sharedaddy.sharedaddy-dark .sd-block {
	border-top-color: none;
	border-top-color: none;
}
#main #primary div.sharedaddy .sd-content {
	width: auto;
	float: none;
	display: table;
  margin: 0 auto;
}
#main #primary div.sharedaddy .sd-content ul {
	margin: 0;
}
#main #primary div.sharedaddy .sd-content li {
	float: left;
	margin: 0 !important;
	display: block;
}
#main #primary div.sharedaddy h3 {
	display: none;
}
#main #primary div.sharedaddy div.sd-block .sd-content .like_button,
#main #primary div.sharedaddy div.sd-block .sd-content .twitter_button,
#main #primary div.sharedaddy div.sd-block .sd-content .googleplus1_button,
#main #primary div.sharedaddy div.sd-block .sd-content .pocket_button {
	width: 100px;
}

/* --------Single Post Meta -------- */
.more-posts {
	margin: 0;
	padding: 40px 60px 40px;
	max-width: 980px;
	border-top: 1px solid #ddd;
}
.more-posts h2 {
	color: #2b3438;
	font: 32px CustomSceneLight, Arial, sans-serif;
	text-align: center;
	padding: 10px 0 50px 0;
}
.more-posts h3 {
	color: #2b3438;
	font: 16px CustomSceneRegular, Arial, sans-serif;
	letter-spacing: 0.03em;
	margin: 0px;
}
.more-posts .recent, .more-posts .related {
	float: left;
	width: 43%;
}
.more-posts .related {
	margin-right: 14%;
}
.more-posts ul {
	padding: 0;
}
.more-posts li {
	border-bottom:1px solid #eaeaea;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 22px;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* -------- Single Post Pagination -------- */
#nav-single {
	padding: 40px 60px 40px;
	background: #fff;
	border-top: 1px solid #eee;
}
#nav-single p {
	border-top: 1px solid #ddd;
	margin: 10px 0 0;
	padding: 10px 0 0;
	font: 12px/18px 'Helvetica Neue', Arial, sans-serif;
	width: 170px;
	letter-spacing: 0.03em;
}
#nav-single .previous {
	float: left;
}
#nav-single .next {
	float: right;
	text-align: right;
}
#nav-single .next h6 {
	margin: 0;
	padding: 0;
	height: 40px;
	background-image: url('images/next_arrow.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#nav-single .next a:hover h6 {
	background-position: right -40px;
}
#nav-single .previous h6 {
	margin: 0;
	padding: 0;
	height: 40px;
	background-image: url('images/previous_arrow.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

#nav-single .previous a:hover h6 {
	background-position: left -40px;
}
/* --------Blog Index Pagination -------- */
.page-nav {
	margin: 0;
	padding: 20px 60px;
	background: #fafafa;
	width: 100%;
	float: left;
}
.page-nav h5 {
background-color: #fff;
background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.1));
background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.1));
background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.1));
background-image: linear-gradient(transparent,rgba(0,0,0,0.1));
border: 1px solid #d9d9d9;
border-bottom: 1px solid #b3b3b3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #888;
cursor: pointer;
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 20px;
padding: 4px 10px;
text-shadow: 0 1px rgba(255,255,255,0.6);
text-transform: uppercase;
}
.page-nav h5:hover {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.1));
	background-image: linear-gradient(transparent,rgba(0,0,0,0.1));
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #b3b3b3;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1);
	color: #666;
	text-decoration: none
}
.page-nav h5:active {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear,50% 100%,50% 0%,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	background-image: -moz-linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	background-image: -o-linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	background-image: linear-gradient(bottom,transparent,rgba(0,0,0,0.1));
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	border-color: #b3b3b3;
	color: #666
}
.page-nav h5.older-posts {
	float: left;
}
.page-nav h5.newer-posts {
	float: right;
}

/* --------Search -------- */
.search-primary {
	padding: 10px 60px 50px;
	background: #fafafa;
}
.search-secondary {
	padding: 50px 60px 50px;
	text-align: left;
	border-top: 1px solid #eee;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }

form#searchform input[type="text"] {
	background: none;
	background-image: url('images/search_icon.png');
	background-repeat: no-repeat;
	background-position: 12px 15px;
	border: 1px solid #ccd;
	color: #666;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font: normal 16px/20px "Helvetica Neue", Arial, sans-serif;
	float: left;
	padding: 3px 45px;
	height: 50px;
	width: 100%;
}
form#searchform input[type="text"]:focus {
	border: 1px solid #999;
	background-color: #fff;
}
#main #primary .search-results p {
	margin-bottom: 0 ;
}
.search-results .no-results {
	text-align: center;
}
.search-results .no-results h1 {
	font: 30px/40px CustomSceneRegular, "Helvetica Neue", Arial, sans-serif;
	color: #222;
}
.search-results .no-results {
	padding-top: 50px;
	padding-bottom: 60px;
}
.search-results div.entry-content header.entry-header:last-child {
	border-bottom: none;
}
article#post-0 {
	padding-left: 60px;
	padding-right: 60px;
}
article#post-0 form {
	margin-top: 60px;
}
form#mobile-searchform {
	display: none;
}

/* --------Pagination -------- */
.pagination {
	margin: 40px auto 0;
	display: table;
}
.page-numbers {
	color: #aaa;
	text-shadow: none;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	font-size: 12px;
}
.page-numbers {
	text-align: center;
	padding-top: 9px;
	transition: all 50ms ease-out;
}
a.page-numbers:hover {
	background: #eee;
	color: #999;
	transition: all 50ms ease-in;
}
.page-numbers.dots {
	border: none;
}
.page-numbers.current {
	border: none;
	background: #6299CB;
	color: white;
}
.prev.page-numbers, .next.page-numbers {
		border: none;
		font-size: 16px; ;
}

/* --------Entry Short -------- */
ul.entry-short {
	margin: 0;
	padding: 0;
}
ul.entry-short li {
	border-bottom: 1px solid #eee;
	float: left;
	height: 400px;
	list-style: none;
	width: 50%;
}
ul.entry-short li:nth-child(2n-1) {
	border-right: 1px solid #eee;
}
ul.entry-short li .entry-short-container {
	padding: 60px;
}
.entry-short h2.entry-title  {
	font-size: 24px;
	font-family: 'CustomSceneRegular', Arial, sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-align: left;
	margin: 0px 0 4px 0;
}
.entry-short .entry-meta {
	color: #888;
	font-size: 15px;
	margin-bottom: 20px;
}
.entry-meta p {
	margin: 0;
	padding: 0;
}

/* --------Footer -------- */
footer {
	margin: 0 0 50px;
}
footer .footer-content {
	max-width: 980px;
	margin: 60px auto 0;
}
.footer-content .social {
	float: right;
}
.footer-content ul {
	display: block;
	margin: 0;
	padding: 0;
}
.footer-content ul li {
	display: block;
	float: left;
	margin-left: 18px;
	padding: 0;
}
.footer-content ul a {
	display: block;
	width: 30px;
	height: 30px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.footer-content ul a.twitter { background: url(images/twit.png) no-repeat 0 0; }
.footer-content ul a.facebook { background: url(images/facebook.png) no-repeat 0 0; }
.footer-content ul a.gplus { background: url(images/g-plus.png) no-repeat 0 0; }

.footer-content ul a:hover {
	background-position: 0 -30px;
}
.footer-content h4 {
	color: #888;
	float: right;
	font-family: 'CustomSceneRegular', "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.03em;
	margin: 0 0 10px 0;
	padding: 0;
}
.footer-content .copyright {
	display: block;
	float: left;
}
.footer-content .copyright p {
	float: left;
	font: 13px/20px 'Helvetica Neue', Arial, sans-serif;
	color: #bbb;
	display: block;
	margin-bottom: 20px;
	text-shadow: 0 1px rgba(255,255,255,0.6);
}
.footer-content .copyright a {
	background: url(images/logo-onehub.png) no-repeat 0 0;
	color: transparent;
	display: block;
	float: left;
	font: 0/0 a;
	height: 40px;
	margin-right: 15px;
	text-shadow: none;
	width: 143px;
}

/* -------- 404 -------- */
article.error404 header.entry-header {
	border-bottom: 1px solid #ddd;
	margin:0;
	padding: 30px 0;
}

article.error404 header.entry-header .entry-title {
	margin-top: 40px;
	line-height: 0;
}

article.error404 header.entry-header p {
	color: #888;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
}

article.error404 .entry-content {
	padding-top: 30px;
}

article#post-0.error404 {
	padding: 0;
}

div.widget_recent_entries {
	margin-top: 20px;
}

article.error404 .entry-content a.return {
	display: block;
	font-size: 14px ;
	padding-top: 20px;

}

div.widget_recent_entries h2 {
	color: #2b3438;
	font-family: 'CustomSceneRegular', "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
}

div.widget_recent_entries ul {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

div.widget_recent_entries ul li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;

}

/*--------- AuthorSure --------- */
#authorsure-author-profile {
	display: none;
}

/* -------- Media Queries -------- */
@media all and (max-width: 979px) and (min-width: 520px) {
 .footer-content {
		padding-right: 25px;
		padding-left: 25px;
	}
	ul.entry-short li {
		width: 100%;
		height: auto;
	}
}
@media all and (max-width: 980px) {
	#main {
		margin-top: 0;
		border-radius: 0;
	}
	#branding {
		padding-bottom: 0;
	}
	.primary{
		padding-bottom: 0;
	}
	.primary .logo {
		float: none;
		margin: 0 0 30px 30px;
	}
	.primary ul {
		float: none;
		-webkit-box-shadow: inset 0 2px 4px 4px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px 4px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px 4px rgba(0,0,0,0.05);
		background: rgba(0,0,20,0.2);
		transition: all 500ms ease-out;
	}
	.primary ul li {
		margin: 0;
		display: table;
		margin: auto;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.15);
		text-align: center;
	}
	.primary ul li a {
		padding: 18px;
	}
	.primary ul li form input[type="text"] {
		background-position: center;
		float: none;
		display: table;
		margin: auto;
		height: 61px;
		width: 100%;
	}
	.primary ul li form input[type="text"]:focus {
		background-position: right;
		background-color: rgba(0,0,0,0.2);
	}
	.primary ul li:last-child {
		border-bottom: none;
		margin: 10px 0px;
	}
	#branding .sign-up {
		float: none;
		margin: auto;
		width: 150px;
		height: 41px;
		line-height: 6px;
	}
	.page-header {
		border-radius: 0px ;
	}
	.toggle {display: none; }
	.on {background-color: rgba(81,141,102,0.5); }

	.primary .trigger {
		webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 1px rgba(0,0,0,0.3);
		box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 1px rgba(0,0,0,0.3);
		background-image: url("images/bars.png");
		background-repeat: no-repeat;
		background-position: 7px 7px;
		background-size: 32px 27px;
		border: 1px solid #3e8b6b;
		display: block;
		height: 40px;
		right: 15px;
		padding: 4px 2px 1px 8px;
		position: absolute;
		text-indent: -9999px;
		top: 30px;
		width: 44px;
	}
	.more-posts h2 {
		text-align: left;
		padding: 0 0 20px;
		line-height: 0;
	}
	.more-posts .related {
		margin-right: none;
		margin-bottom: 30px;
	}
	.more-posts .recent, .more-posts .related {
		float: left;
		width: 100%;
	}
}

@media all and (max-width: 595px) {
	.footer-content .copyright {
		width: 100%;
	}
	.footer-content .social {
		float: left;
	}
	.footer-content .social li {
		margin-left: 0;
		margin-right: 18px;
	}
}

@media all and (max-width: 519px) {
	.footer-content, #main #primary div.shareDaddy .sd-content, .more-posts, nav#nav-single, .search-primary, .search-secondary, .entry-header, .page-nav, .search-results .entry-content, #content nav, .search-results h1.page-title, ul.entry-short li .entry-short-container {
		padding-right: 25px;
		padding-left: 25px;
	}
	#main #primary div.shareDaddy .sd-content {
		padding: 0;
	}
	#main #primary div.shareDaddy div.sd-block {
		margin: 0;
		padding: 25px 0 0px 0;
	}
	#main #primary div.shareDaddy .sd-content li {
		float: none;
		display: table;
	}
	.page-header h1.page-title{
		text-align: center;
	}
	.entry-content {
		padding: 25px 30px;
	}
	.entry-header .entry-title {
		font-size: 32px;
		line-height: 40px;
		margin-top: 50px;
	}
	.entry-header .entry-meta {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.page-header {
		padding: 35px 0 0 25px;
	}
	.entry-meta p {
		font-size: 15px;
	}
	ul.entry-short li {
		width: 100%;
		height: auto;
	}
	.entry-content.list p {
		margin-top: 10px;
	}
	.page-numbers {
		float: left;
		width: 33px;
		height: 33px;
		margin-right: 4px;
		font-size: 11px;
		padding-top: 5px;
	}

}