.blog #content-wrapper {
	background: #fff url("sidebar-bg6966.png") top right repeat-y !important;
	width: 1060px !important;
	padding: 0 !important;
}

/* Breadcrumb */
#breadcrumb {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 35px;
	background: #fff;
	color: #a6a6a6;
	font-size: 12px;
}
#breadcrumb li {
	float: left;
	height: 50px;
	padding-left: 31px;
	background: url("breadcrumb-divider6966.png") 13px 50% no-repeat;
}
#breadcrumb li.first {
	padding-left: 0;
	background: none;
}
#breadcrumb a {
	color: #a6a6a6;	
}


/* Search */
#search {
	position: absolute;
	margin: 12px 0 0 913px;
}
#search .q {
	float: left;
	border: none;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background: #fff;
	font-size: 12px;
	color: #a6a6a6;
	width: 90px;
	padding: 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#search .q:focus {
    border-color: #eee;
}
#search .submit {
	float: left;
	display: block;
	margin-left: 2px;
	margin-top: 4px;
	cursor: pointer;
}



/* Content */
#content-with-sidebar {
  float: left;
  width: 732px;
  padding-top: 30px;
}
#subpage h1 {
	text-shadow: none !important;
} 

/* Posts */
.divided {
	padding: 41px 84px 15px 35px;
}
.divided:last-child { border: none; }
.post {
	padding-right: 43px;
	padding: 41px 84px 15px 35px;
	border-bottom: 1px solid #e5e5e5;
}
#subpage .post h2.title, #subpage .post h1.title, #subpage h1.category {
	font-size: 36px;
	line-height: 40px;
	margin: -2px 0 8px;
}
#subpage .post h2.title a {
	color: #000;
}
.post .meta {
}
.post .meta li {
	float: left;
	line-height: 18px;
	border-right: 1px solid #e9e9e9;
	padding-right: 15px;
	margin-right: 15px;
}
.post .meta li:last-child { border: none; }
.post .featured-image {
	display: block;
	background: #f9f9f9;
	height: 311px;
	margin: 36px -40px 35px -32px;
	overflow: hidden;
}
.post .featured-image img {
	width: 100%;
}
.post .featured-image.bordered {
    border: 1px solid #eee;
	border-left: none;
	margin: 36px -41px 35px -32px;
}

/* Posts - Shortened (category view) */
#subpage h1.category {
	margin: 36px 44px 20px 38px;
	padding-bottom: 33px;
	background: url("divider6966.png") bottom left no-repeat;
}
#subpage .post-short {
	padding: 20px 64px 18px 41px;
	cursor: pointer;
	margin-bottom: 10px;
}
#subpage .post-short:hover {
	background: #fbfbfb;
}
#subpage .post-short:hover .featured-image {
	border-color: #d8d8d8;
}
#subpage .post-short h2 {
	padding-top: 12px;
	font-size: 24px;
	font-family: "ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#subpage .post-short h2 a {
	color: #000;
}
#subpage .post-short p {
	margin-bottom: 15px;
}
.post-short .featured-image {
	clear: both;
	float: left;
	width: 226px;
	height: 155px;
	overflow: hidden;
	background: #fff;
	margin: 0 40px 0 -4px;
}
.post-short .featured-image {
	width: 226px;
}
.post-short .no-image {
	background: url("no-image6966.png") center center no-repeat;
}
.post-short .fetch-image { display: none; }
.post-short .content-right {
	float: left; 
	width: 420px;
}
.post-short .social_comments, .post-short .social_twitter, .post-short .social_facebook {
	float: left;
}
.post-short .social_comments {
	margin-left: 25px;
	padding-top: 6px;
	padding-right: 30px;
}


/* Post Standard Formatting */
.post-content, .post-content p, .post-content li {
	font-size: 15px;
	line-height: 26px;
	color: #000;
}
.post-content.no-feature {
	padding-top: 28px;
}
.post-content p a {
	/* text-decoration: underline; */
}
#subpage .post-content h2 {
	font-family: "ProximaNovaLight","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	margin-bottom: 18px;
	margin-top: 45px;
}
#subpage .post-content h3 {
	font-family: "ProximaNovaLight","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-bottom: 18px;
	margin-top: 45px;
}
#subpage .post-content em, #subpage .post-content i {
    font-style: italic;
}    
#subpage .post-content strong, #subpage .post-content b {
    font-weight: bold;
}
#subpage .post-content ul {
	margin: 0 0 26px 40px;
}
#subpage .post-content ul li {
	list-style: square;
}
#subpage .post-content blockquote {
	font-family: 'superclarendon', serif;
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 25px;
	color: #000;
}
#subpage .post-content blockquote:first-letter {
	float: left;
	font-size: 70px;
	line-height: 76px;
	margin-right: 6px;
	margin-top: -2px;
}
.post-content p a.more {
	font-family: "ProximaNovaLight","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	text-decoration: none;
}
.post-content hr {
	border: none;
	background: url("divider6966.png") bottom left no-repeat;
	height: 1px;
	margin: 35px 0;
}


/* Post sharing - home view */
.share-large {
	position: absolute;
	margin: 45px 0 0 635px;
	width: 80px;
	text-align: center;
}
.share-large div {
	margin-bottom: 10px;
}


/* Post sharing - end of article */
.share {
	position: absolute;
	margin: -211px 0 0 -15px; 
	width: 0px;
	overflow: hidden;
	padding: 15px 0 15px 15px;
}
.share-container {
	background: #fff url("share-bg6966.png") top right repeat-y;
	color: #000;
	box-shadow: 0 0 15px #ddd;
}
.share-content {
	padding: 15px 15px 10px;
	width: 130px;
	overflow: hidden;
}
.share div {
	margin-bottom: 5px;
}
.share .label {
	font-size: 15px;
	font-family: "ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	background: url("divider6966.png") bottom left no-repeat;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.share-fixed { /* For smaller resolutions */
	position: fixed;
	bottom: 30px;
	right: 0;
}
.share-fixed .share-container {
    border-top: 5px solid #7ac5e9;
}

.share-fixed-2 { /* For smaller resolutions */
	position: fixed;
	margin-top: 0;
	top: 85px;
}
.share-fixed.share-fixed-2 {
	bottom: 30px !important;
	top: auto;
}

/* Below-post formatting */
.divided {
	border-bottom: 1px solid #e5e5e5;
}
.divided h3 {
	font-size: 28px;
	margin: 0 0 26px 0;
}

/* Comments */
.comment-bubble {
	display: inline-block;
	margin: -6px 0 0 5px;
	background: url("comment-sm6966.png") top left no-repeat;
	width: 29px;
	height: 25px;
	font-size: 13px;
	line-height: 39px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.comment-bubble span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: absolute;
	margin-top: -9px;
	margin-left: 4px;
	font-size: 12px;
	font-weight: bold; 
	color: #fff;
	width: 21px;
	text-align: center;
}
.meta .comment-bubble {
	margin-top: -4px;
}
.comment {
	background: url("divider6966.png") top left no-repeat;
	padding: 26px 0 16px;
}
.comment:first-child {
	background: none;
	padding: 6px 0 26px;
}
.comment .gravatar {
	clear: both;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	float: left;
	margin-right: 20px;
	width: 45px;
	height: 45px;
}
.comment .shopify {
	position: absolute;
	z-index: 1;
	margin: 33px 0 0 26px;
	width: 20px;
	height: 19px;
}
.comment-right {
	float: left;
	width: 535px;
}
.comment .comment-author {
	float: left;
	font-family: "ProximaNovaLight","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	padding-top: 1px;
	color: #000;
}
.comment .comment-posted {
	float: right;
	color: #bbb;
	font-size: 11px;
}
.comment .comment-content {
	clear: both;
	padding-top: 8px;
	padding-right: 40px;
}
.comment .comment-content p {
	margin: 0 0 10px;
}

/* Comment form */
.comment_form {
	padding-bottom: 20px;
}
.comment_form label {
	font-size: 15px;
	width: 100px;
	float: left;
	clear: both;
	display: block;
	padding-top: 7px;
}
#comment_author, #comment_email, #comment_body {
	border: 1px solid #ddd;
	font-size: 13px;
	background: #fff;
	padding: 6px 8px;
	float: left;
	margin-bottom: 15px;
}
#comment-submit {
	margin-left: 102px;
}
.error-msg {
	color: #b00;
}
.success-msg {
	color: #d7a558;
}


/* Pagination */
.pagination {
	text-align: center;
	padding: 36px 0;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	background: #f6f6f6;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	display: block;
	color: #000;
	margin-right: 30px;
	font-size: 14px;
}
.pagination li a:hover {
	background-color: #eee;
}
.pagination li a:active {
	background: #ccc;
}
.pagination .prev a, .pagination .next a {
	font-size: 20px;
}
.pagination .disabled a {
	color: #949494 !important;
	background: none !important;
	cursor: default;
}
.pagination.category {
	margin: 20px 40px 0;
	background: url("divider6966.png") top left no-repeat;
} 

/* Sidebar */
#sidebar {
	float: left;
	width: 218px;
	padding: 10px 25px 25px 25px; 
        background: #fff url("sidebar-bg6966.png") top right repeat-y !important;
        padding-bottom: 20000px;
        margin-bottom: -20000px;
        padding-top: 30px;
}
#sidebar .widget {
	padding: 25px 0;
	background: url("divider6966.png") bottom left no-repeat;
	color: #848484;
	font-size: 14px; 
	line-height: 22px;
}
#sidebar .widget:last-child {
	background: none;
}
#sidebar h3 {
	color: #000;
	margin: 0 0 2px 0;
	font-family: "ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
}
#sidebar p {
	font-size: 14px; 
	line-height: 22px;
	margin-bottom: 2px;
	color: #848484;
}
#sidebar li {
	padding: 4px 0;
}

/* Subscribe */
.subscribe .email {
	display: block;
	border: 1px solid #c4c4c4;
	padding: 12px 39px 11px 10px;
	color: #777;
	font-size: 12px;
	background: #fff url("email6966.png") right center no-repeat;
	width: 162px;
	margin: 7px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.subscribe .err { color: #a00; border-color: #a00; }

/* Categories */
#sidebar .categories {
	background: none;
	padding-top: 40px;
	padding-bottom: 20px;
}
.blog-category #sidebar .categories { padding-top: 32px; }
#sidebar .categories ul {
	margin: 12px -25px 0;
}
#sidebar .categories li {
	padding: 0;
	cursor: pointer;
}
#sidebar .categories li.first {
	background: url("sidebar-item6966.png") 0 -48px no-repeat;
	height: 2px;
}
#sidebar .categories a {
	display: block;
	line-height: 20px;
	background: url("sidebar-item6966.png") top left no-repeat;
	padding: 15px 25px;
	color: #848484;
}
#sidebar .categories .two-line a {
	background-image: url("sidebar-item-2line6966.png");
}
#sidebar .categories a:hover {
	color: #000;
}
#sidebar .categories .active a {
	background-position: bottom left;
	color: #000;
}
#sidebar .rss  {
	background: url("rss6966.png") top left no-repeat;
	width: 15px;
	height: 16px;
	overflow: hidden;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 0 -1px 5px;
}

/* Tags */
.tags a {
	display: inline-block;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	color: #777;
	padding: 0 8px;
	font-size: 12px;
	margin-right: 2px;
	margin-bottom: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tags a:hover {
	background: #eee;
	color: #000;
}

/* Google-specific content toggles */
.from-site-content { display: none; }
.from-other-content { display: none; }
.from-site .from-site-content { display: block !important; }
.from-site .from-other-content { display: none !important; }
.from-other .from-site-content { display: none !important; }
.from-other .from-other-content { display: block !important; }

/* Buttons */
.blue-btn {
	background: #7dc6e7;
	color: #fff;
	display: inline-block;
	padding: 3px 12px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-shadow: 0 1px #619FBA;
	border-bottom: 1px solid #6EB4D2;
}
.blue-btn:hover {
	background: #69bae1;
	color: #fff;
}
.blue-btn:active {
	background: #69bae1; 
	border-top: 1px solid #6EB4D2; 
	border-bottom: none;
	box-shadow: 0 0 3px 2px #619FBA inset;
	-moz-box-shadow: 0 0 3px 2px #619FBA inset;
	-webkit-box-shadow: 0 0 3px 2px #619FBA inset;
}
.grey-btn {
	background: #bbb;
	color: #fff;
	display: inline-block;
	padding: 3px 12px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-shadow: 0 1px #999;
	border-bottom: 1px solid #aaa;
}
input.grey-btn {
	font-size: 14px;
	padding: 9px 12px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.grey-btn:hover {
	background: #b5b5b5;
	color: #fff;
}
.grey-btn:active {
	background: #b5b5b5; 
	border-top: 1px solid #999; 
	border-bottom: none;
	box-shadow: 0 0 3px 2px #999 inset;
	-moz-box-shadow: 0 0 3px 2px #999 inset;
	-webkit-box-shadow: 0 0 3px 2px #999 inset;
}

/* Code */
pre, code { font-family: monospace, sans-serif !important; }
pre { 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */ 
}
code {
    background: none !important;
    display: inline !important;
    padding: 0 !important;
}
.gutter {
    color: #666;
}


/* Pages */
#page-content {
	padding: 40px 70px 40px 40px;
}
#page-content h1 {
	margin-bottom: 20px;
}
.block-50pct {
	float: left;
	width: 300px;
	margin-right: 70px;
}
.block-50pct p {
	margin-bottom: 10px;
}
.block-50pct p:last-child { margin: 0; }
.keyline {
	clear: both;
	height: 40px;
	border-bottom: 1px solid #eee;
	margin: 0 0 40px;
	width:682px;
}


/* Footer */
.related {
	margin-top: 10px !important;
}
.related .tag {
	float: left;
	margin-right: 20px; 
}


/* Misc */
.nav-signup a, .nav-signup a:hover {
    padding-right: 0 !important;
    color: #ACDE5B !important;
}
.nav-signup.text a {
	color: #999 !important;
}
.nav-signup.text:hover a {
	color: #fff !important;
}




/* ===================== */
/* = Specialty Classes = */
/* ===================== */
 
.app-showcase img { float:left; border-radius:3px; background:#f7f7f7; border:1px solid #e0e0e0; padding:7px; margin:0 20px 15px 0;}
.app-showcase h3 { padding: 17px 0 0 0; margin-bottom: 0 !important; }
.app-showcase strong { font-size: 15px; color: #000; font-family: "ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif; }
.app-showcase h4 { padding: 7px 0 0 0; margin: 0 !important; }
.marketplace-search { margin: 20px 0; }
.marketplace-search .search-field {
  float: left;
  font-size: 18px;
  height: 50px;
  padding: 0 10px 0 20px;
  margin-right: 10px;
  color: #555;
  font-family: ProximaNovaLight;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 4px 4px 5px #f6f6f6;
  width: 350px;
}
.marketplace-search .btn {
  float: left;
  font-size: 18px;
  padding: 15px 24px 16px;
}
.muted { color:#a6a6a6;}
table.table {
  width: 100%;
  margin-bottom: 18px;
}
table.table th,
table.table td {
  padding: 14px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}
table.table th {
  font-weight: bold;
  border-top: none;
}
table.table tr:nth-child(2n+2) { background:#f7f7f7;}