/*  
Theme Name: Pinboard
Theme URI: http://themify.me/themes/pinboard
Version: 2.1.7
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 80%/150% Georgia, "Times New Roman", Times, serif;
	background: #fffef1 url(images/body-bg.png);
	color: #666;
	padding: 100px 0 40px;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
a {
	text-decoration: none;
	outline: none;
	color: #c16b05;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
	font-family: Radley, Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search], input[type=email] {
	background: #f5f5ee url(images/noise-bg.png);
	border: solid 1px #cacaca;
	padding: 6px 10px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus, input[type=email]:focus {
	outline: none;
	background: #fbfbf5;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	background-color: #989797;
	border: solid 1px #3f3f3f;
	
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjYWJhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjUyNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(172,171,171,1) 0%, rgba(82,82,82,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,171,171,1)), color-stop(100%,rgba(82,82,82,1)));
	background-image: -webkit-linear-gradient(top,  rgba(172,171,171,1) 0%,rgba(82,82,82,1) 100%);
	background-image: -o-linear-gradient(top,  rgba(172,171,171,1) 0%,rgba(82,82,82,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(172,171,171,1) 0%,rgba(82,82,82,1) 100%);
	background-image: linear-gradient(top,  rgba(172,171,171,1) 0%,rgba(82,82,82,1) 100%);
	
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.3);
	border-radius: 5px;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #666;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* content */
#content {
	width: 694px;
	float: left;
	padding: 0 0 60px;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 254px;
	float: right;
	padding: 0 0 60px;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 67.8%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	background: #be252a url(images/header-bg.png) repeat-x left bottom;
	z-index: 1000;
	position: fixed;
	border-bottom: 1px solid #333;
	top: 0;
	left: 0;
	min-height: 55px;
	width: 100%;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.3), 0 2px 1px rgba(0,0,0,.2);
}
/* shift headerwrap down to prevent admin-bar from overlapping */
.admin-bar #headerwrap {
	top: 26px;
}
#header {
	position: relative;
	color: #ecbec0;
	padding-bottom: 10px;
}
#header a {
	color: #fcfadd;
}

#header .widget {
	padding: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	margin: 0;
	padding: 12px 0 5px;
	text-align: center;
	font: normal 30px/110% Damion, Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
}
#site-logo a {
	text-decoration: none;
	color: #fff;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SOCIAL WIDGET
================================================ */
#social-wrap {
	position: absolute;
	top: 15px;
	right: 0;
}
.social-widget {
	float: left;
	margin-left: 10px;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 0 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: 1px;
}

/* rss */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 3px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	float: left;
}
#header #searchform {
	width: 160px;
}
#header #searchform #s {
	width: 60px;
	color: #a5a099;
	background: #fff url(images/search.png) no-repeat 8px center;
	padding-left: 28px;
	float: right;
	border: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.1);
	border-radius: 12px;

	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	color: #fcfadd;
	display: block;
	padding: 5px 12px;
	margin: 0;
	text-decoration: none;
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #5b2416;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 3px 3px 3px 10px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	padding: 15px 4% 5px;
	width: 90%;
	max-width: 760px;
	margin: 0 auto 20px;
	background: #fff796 url(images/staple.png) no-repeat center 8px;
	color: #7f7b4b;
	border: solid 1px #d2cb6d;
	border-bottom-color: #bcb55a;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 1px rgba(0,0,0,.1);
}
.welcome-message h1,
.welcome-message h2,
.welcome-message h3,
.welcome-message h4,
.welcome-message h5,
.welcome-message h6 {
	margin: 0 0 .2em;
	color: #895a25;
	font-family: Radley, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.welcome-message p {
	margin: 0;
	padding: 0 0 .7em;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 360%;
	line-height: 110%;
}

/* page content */
.page-content {
	padding: 14px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: double 4px #ccc;
}

/************************************************************************************
LOOPS WRAPPER
*************************************************************************************/
.loops-wrapper {
	margin-left: -20px;
	overflow: visible !important;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.post-inner {
	padding: 14px;
}

/* author pic */
.post .author-pic {
	float: left;
	margin: 0 10px 5px 0;
}
.page .author-pic img,
.archive .author-pic img,
.search .author-pic img,
.home .post .author-pic img {
	width: 34px;
	height: 34px;
}
/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	margin: 0;
	padding: 0;
	font: normal italic 16px/110% Radley, Georgia, "Times New Roman", Times, serif;
}
.post-title a {
	color: #000;
}

/* post date */
.post-date {
	font: italic 85%/110% "Times New Roman", Times, serif;
	color: #999;
	display: block;
	margin: 0 0 4px;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 8px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	font-size: 85%;
	line-height: 110%;
	clear: both;
	margin: 0 0 10px;
	color: #999;
}

/* more link */
.more-link {
	font-size: 75%;
	line-height: 100%;
	text-transform: uppercase;
	padding: 3px 8px 4px;
	margin-left: 4px;
	text-decoration: none;
	background: #be252a;
	color: #fff;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 5px;
}

/* list post */
.list-post .loops-wrapper {
	margin-left: 0;
}
.list-post {
	position: relative;
}
.list-post .post-title {
	font-size: 200%;
	margin-bottom: 5px;
}
.list-post .post-content {
	position: relative;
	margin-left: 130px;
	min-height: 140px;
}
.list-post .shortcode .post-content {
	margin-left: 0;
}
.list-post .post-meta {
	width: 110px;
	position: absolute;
	top: 50px;
	left: -130px;
}
.list-post .post-meta em {
	display: none;
}
.list-post .post-meta .post-author,
.list-post .post-meta .post-category,
.list-post .post-meta .post-tag,
.list-post .post-meta .post-author,
.list-post .post-meta .post-comment a {
	display: block;
	text-align: right;
	border-top: solid 1px #ddd;
	padding: 5px 0;
}
.list-post .author-pic {
	position: absolute;
	top: 0;
	left: -60px;
}

/* grid4 post */
.grid4 .post {
	width: 222px;
	margin-left:20px;
	float: left;
	font-size: 95%;
	line-height: 140%;
}
.grid4 .post-title {
	font-size: 120%;
}

/* grid3 post */
.grid3 .post {
	width: 306px;
	margin-left: 20px;
	float: left;
}
.grid3 .post-title {
	font-size: 150%;
}

/* grid2 post */
.grid2 .post {
	width: 474px;
	float: left;
	margin-left: 20px;
}
.grid2 .post-title {
	font-size: 170%;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	float:right;
}
.pagenav a, .pagenav span {
	min-width: 24px;
	min-height: 20px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 4px 0 0;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 10em;
}
.pagenav a {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border: solid 1px #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
}
.pagenav a:hover {
	background: #fff;
}
.pagenav .current {
	color: #fff;
	background: #666;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.5);
	text-decoration: none;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	font: normal 24px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 20px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 160%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 0 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font: italic 130% Radley, Georgia, "Times New Roman", Times, serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* commentlist on home, archive pages and query category pages */
.page .commentlist,
.archive .commentlist,
.search .commentlist,
.home .commentlist {
	font-size: 90%;
	margin: 0;
	padding: 0;
	border: none;
}
.page .commentlist ul,
.archive .commentlist ul,
.search .commentlist ul,
.home .commentlist ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.page .commentlist p,
.archive .commentlist p,
.search .commentlist p,
.home .commentlist p {
	margin: 0 0 5px;
}
.page .commentlist li,
.archive .commentlist li,
.search .commentlist li,
.home .commentlist li {
	border-top: solid 1px #eee;
	padding: 10px 0;
}
.page .commentlist li:last-child,
.archive .commentlist li:last-child,
.search .commentlist li:last-child,
.home .commentlist li:last-child {
	padding-bottom: 0;
}
.page .commentlist .comment-author,
.archive .commentlist .comment-author,
.search .commentlist .comment-author,
.home .commentlist .comment-author {
	margin: 0;
	float: left;
}
.page .commentlist .avatar,
.archive .commentlist .avatar,
.search .commentlist .avatar,
.home .commentlist .avatar {
	margin-right: 10px;
}
.page .commentlist cite,
.archive .commentlist cite,
.search .commentlist cite,
.home .commentlist cite {
	font-size: 110%;
	font-weight: bold;
}
.page .commentlist .commententry,
.archive .commentlist .commententry,
.search .commentlist .commententry,
.home .commentlist .commententry {
	min-height: 30px;
	padding-bottom: 0;
	border: none;
	clear: none;
}

/* more comments */
.page .more-comments,
.archive .more-comments,
.search .more-comments,
.home .more-comments {
	border-top: solid 1px #ddd;
	padding: 10px 0 0;
	margin: 15px 0 0;
	text-align: center;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	border: solid 1px #9e0b0f;
	background: #e41d24;
	background: -moz-linear-gradient(top, #fb4e55 0%, #d7020a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4e55), color-stop(100%,#d7020a));
	background: -webkit-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -o-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -ms-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.2);
	border-radius: 5px;
}
#respond #cancel-comment-reply-link:hover {
	background: #fb4e55;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
	background: #fff;
	padding: 10px 14px;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font: normal 150%/110% Radley, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font-style: italic;
	font-size: 85%;
	margin-top: 4px;
}
.widget .twitter-list .twitter-timestamp a {
	color: inherit;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/************************************************************************************
LOAD MORE BUTTON
*************************************************************************************/
#load-more {
	clear: both;
	margin: 30px 0 10px;
	right: 44%;
	text-align: center;
}
#load-more a {
	font-size: 120%;
	line-height: 100%;
	color: #fff;
	background: #be252a url(images/load-more.png) no-repeat 20px center;
	padding: 15px 20px 15px 45px;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 10px;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.3);
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	padding-bottom: 30px;
}

/* footer text */
.footer-text {
	clear: left;
	font: italic 100%/120% Radley, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

/* back to top */
.back-top {
	clear: both;
	margin: 30px 0 5px;
}
.back-top a {
	background: #be252a url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 34px;
	height: 34px;
	margin: 15px auto 10px;
	text-indent: -900em;
	border-radius: 10em;	
	box-shadow: inset 0 1px 3px rgba(0,0,0,.6);
}
.back-top a:hover {
	background-color: #333;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 0 0 5px;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/* resize gallery image on small grid layout */
.grid4 #body .loops-wrapper .gallery img,
.grid3 #body .loops-wrapper .gallery img {
max-width: 50px !important;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin-right: 1.5%;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/************************************************************************************
ISOTOPE
*************************************************************************************/
/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 30px;
	left: 50%;
	width: 50px;
	height: 41px;
	padding-top: 9px;
	margin-left: -25px;
	z-index: 100;
	background: white;
	background: hsla( 0, 0%, 100%, 0.9 );
	overflow: hidden;
	border-radius: 10px;
}

/************************************************************************************
SHARE BUTTONS
*************************************************************************************/
.social-share {
	margin: 5px 0 10px;
	overflow: hidden;
	clear: both;
	display: block;
	height: 42px;
}
/* sharrre container */
.sharrre {
	width:  39px;
	margin: 0 3px 0 0;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.sharrre a,
.sharrre a:hover {
	text-decoration: none;
}
/* sharrre top part */
.sharrre .share {
	height: 21px;
	background: #b6b6b6;
	border: solid 1px #9a9a9a;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
/* sharre bottom part */
.sharrre .count {
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	color: #444;
	min-height: 16px;
	position: relative;
	background: #eaeaea;
	border: 1px solid #cfcdcd;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.7);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.sharrre .share span {
	display: none;
}

/* share icons */
.twitter-share .share {
	border-color: #5d85b3;
	background: #669ede url(images/share-twitter.png) no-repeat center center;	
}
.facebook-share .share {
	border-color: #5a6ab2;
	background: #667cde url(images/share-facebook.png) no-repeat center center;	
}
.googleplus-share .share {
	border-color: #9c4343;
	background: #db4040 url(images/share-googleplus.png) no-repeat center center;	
}
.pinterest-share .share {
	border-color: #ba4347;
	background: #ee4a4f url(images/share-pinterest.png) no-repeat center center;	
}

/************************************************************************************
LIGHTBOX SINGLE
*************************************************************************************/
.lightbox-post {
	background: #fff;
	width: 100%;
	padding: 0;
}
.lightbox-post #content {
	width: 100% !important;
	max-width: 100% !important;
}
.lightbox-post .post {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.lightbox-post .post-inner {
	padding: 0;
	margin: 0;
}

/* remove post nav in lightbox single */
.lightbox-post .post-nav {
	display: none;
}

.is-touch .pp_content, .is-touch #pp_full_res, .is-touch #pp_full_res iframe{
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
/************************************************************************************
SIGNUP and LOGIN BOX
*************************************************************************************/
/* sign up form shortcode */
.signup-box label {
	width: 140px;
	display: inline-block;
}
.signup-box #blogname {
	width: 110px;
}
.signup-box .prefix_address {
	font-size: 90%;
}
.signup-box .submit-field {
	margin-left: 140px;
}
.widget .signup-box .submit-field {
	margin-left: 0;
}
@media screen and (max-width: 480px) {
	.signup-box label {
		width: 100%;
	}
	.signup-box .submit-field {
		margin-left: 0;
	}
}

/* login form shortcode */
.login-box input[type="text"], 
.login-box input[type="search"], 
.login-box input[type="password"], 
.login-box input[type="email"] {
	display: block;
	width: 180px;
	max-width: 100%;
	margin-bottom: 7px;
}