/**
 * FishPig_WordPress
 * WordPress Integration for Magento eCommerce
 * by FishPig
 *
 * http://fishpig.co.uk/wordpress-integration.html
 *
 */

/**
 * Search block
 *
 */
.blog-search { padding: 5px; }
.blog-search .input-text { margin-bottom: 4px;}

/**
 * General post (view and list)
 *
 */
.post-date { margin-bottom: 10px; color:#4c4c4c;  }
.post-date .by-author { font-weight:700;}
.post-meta {  }
.post-entry { height: 1%; margin-bottom:0; overflow: hidden; }
.post-entry-with-image { height: 1%; overflow: hidden; }
.post-entry-with-image .left-img { float:left; width:100%; margin-bottom:0;}
.post-entry p { margin-bottom: 1em; }
.post-entry-with-image .featured-image { margin: 0 0 10px 0;  width: 100%;}
.post-entry-with-image h2 { padding-bottom:15px;}

.featured-image {

}

.featured-image.right {
	margin: 2px 0 4px 10px;
}

.is-blog .toolbar { margin: 0 0 10px; }

/**
 * Blog homepage
 *
 */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }
.blog-tag-line {  }

/**
 * Post list page
 *
 */
.post-list li.item { margin-bottom: 30px; }
.post-list li.odd { margin-bottom: 30px; float:left; width:47.8%; }
.post-list li.even { margin-bottom: 30px; float:right; width:47.8%; }
.post-list li.item .post-list-item { height: 1%; overflow: hidden; }
.post-list h2 { line-height:18px; text-transform:uppercase; font-size:14px; text-transform:uppercase; color:#000; font-weight:700; padding:0px; margin: 0 0 9px 0; min-height:36px; text-align:left; }
.post-list li.item .featured-image { float:left; width:100%; position:relative; min-height:202px;}
.post-list li.item .postdate { position:absolute; bottom:0px; background:url(images/postdate-bg.png); width:100%; text-align:right; color:#fff; font-size:12px; text-transform:uppercase; padding:7px 14px 6px; width:91.6%;}
.post-list li.item .postdate .post-meta { padding:0; margin:0px; float:left; width: 61%; text-align: left;}
.post-list li.item .postdate .post-meta a { color:#fff;}
.post-list li.item .postdate .post-meta a:hover { color:#d2d2d2;}
.post-list li.item .post-bottom { clear:both; border:1px solid #e6e6e6; padding:16px 12px 20px; border-top:0px; text-align:left; min-height:140px;}
.post-list li.item .post-bottom p { line-height:18px; font-weight:300; padding:0px; margin:0 0 20px 0; min-height:54px;}
.post-list li.item .post-bottom .post-bottom-button { clear:both; text-align:center; margin: 20px 0 0;}
.post-list li.item .post-bottom .post-bottom-button a.read-more-button { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #000000; border-radius: 0; box-shadow: 1px 1px 0 0 #000000; color: #000000; font-family: 'Roboto Condensed',sans-serif; font-size: 12px; font-weight: 400; padding: 3px 11px 4px; text-transform: uppercase; margin:0 5px;}
.post-list li.item .post-bottom .post-bottom-button a.read-more-button:hover { border: 1px solid #802eab;  -webkit-box-shadow: 1px 1px 0px 0px #802eab; -moz-box-shadow: 1px 1px 0px 0px #802eab; box-shadow: 1px 1px 0px 0px #802eab	;}
.post-list li.item .post-bottom .post-bottom-button a.comment-button { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #000000; border-radius: 0; box-shadow: 1px 1px 0 0 #000000; color: #000000; font-family: 'Roboto Condensed',sans-serif; font-size: 12px; font-weight: 400; padding: 3px 11px 4px; text-transform: uppercase; margin:0 5px;}
.post-list li.item .post-bottom .post-bottom-button a.comment-button:hover { border: 1px solid #802eab;  -webkit-box-shadow: 1px 1px 0px 0px #802eab; -moz-box-shadow: 1px 1px 0px 0px #802eab; box-shadow: 1px 1px 0px 0px #802eab	;}

/**
 * Post view page
 *
 */
.page-title.post-title { margin-bottom: 20px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-meta a { background-color:#f2f2f2; padding:5px 8px 6px; color:#000000;}
.post-view .post-meta a:hover { color:#802eab;}
.post-view .post-skips { display: block; margin-top: 20px; background-color:#f2f2f2; padding:7px 12px 6px; height:16px; }
.post-view .post-skips .post-skip-previous { background:url(images/prev-post.png) left 4px no-repeat; padding:1px 0 0 9px; text-transform:uppercase; font-size:11px; line-height:14px; float:left; }
.post-view .post-skips .post-skip-previous:hover { background-position:left -8px;}
.post-view .post-skips .post-skip-next { background:url(images/next-post.png) right 4px no-repeat; padding:1px 9px 0 0; text-transform:uppercase; font-size:11px; line-height:14px; float:right; }
.post-view .post-skips .post-skip-next:hover { background-position:right -8px;}

.post-view .yarpp-related { margin-bottom: 20px; }

/**
 * Post comments
 *
 */
.comments-wrapper h2 { margin-bottom: 10px; }
.comments-wrapper ul.children { margin-left: 20px; }
.comment { height: 1%; overflow: hidden; margin-bottom: 10px; }
.comment .comment-inner { border-bottom: 1px solid #e0e0e0; padding: 10px 0; }
.comment .gravatar { float: left; margin:0 15px 15px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment .comment-meta .comment-url { text-transform:uppercase;}
.comment .comment-meta .comment-when { text-decoration:underline; display:table;}
.comment .comment-meta .comment-when:hover { text-decoration:none;}
.comment .comment-when { display: block; text-decoration: none; }
.comment .comment-entry { clear: both; line-height:18px;  }
.comment .comment-inner .reply { clear:both; display:table;}
.comment .comment-inner .reply a.comment-reply-link { font-size:11px; text-transform:uppercase; margin:1px 0 0 0; float:left; color:#fff; background-color:#000;  padding:2px 8px 3px;}
.comment .comment-inner .reply a.comment-reply-link:hover { color:#fff; background-color:#802eab;}
.comment .comment-inner .reply span { color:#fff; margin: 0 0 0 5px;}
.comment .comment-inner .reply:hover span { color:#fff}
#comments #respond { margin-top:20px; display:block; width:100%;}

/**
 * Author page
 *
 */
.author-description { font-style: italic; margin-bottom: 20px; }

/**
 * PinterestRssWidget plugin
 *
 */


.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }

.shortcode-pinterest {}
.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }

/**
 * Alignment and captions
 * Taken from default WordPress CSS file
 *
 */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em; text-align:center;
}
.wp-caption {
background: #eee;
margin-bottom: 1.625em;
max-width: 96%;
padding: 9px;
}
.wp-caption img {
display: block;
margin: 0 auto;
max-width: 98%;
border-color: #eee;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {
border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
background: #fff;
border-color: #ddd;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { width: 25%; }
.gallery-columns-5 dl.gallery-item { width: 20%; }

dl.gallery-item { float: left; }

.post-view ul.form-list { list-style: none outside none; }


/*
 * WP Calendar
 */
#wp-calendar {
	margin: 0;
	width: 100%;
	border-spacing:6px 6px;
	border-collapse: inherit;
}
#wp-calendar th {
	font-size:12px;
}
#wp-calendar td { background-color:#f2f2f2; color:#000;}
#wp-calendar td.active { background-color:#802eab; color:#fff;}
#wp-calendar td.active a { color:#fff;}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
	padding:4px 2px 2px;
	font-weight:400;
	font-size:11px;

}

#wp-calendar td.pad { background-color: transparent;}
#wp-calendar td.a-left { background-color: transparent;}
#wp-calendar td.a-left a { background:url(images/prev-month.png) left 3px no-repeat; padding:0 0 0 9px; font-size:11px; color:#000000; 	font-family: 'Muli', sans-serif; font-weight:400; text-transform:uppercase;}
#wp-calendar td.a-left a:hover { background-position:left -9px; color:#802eab;}

#wp-calendar td.a-right { background-color: transparent;}
#wp-calendar td.a-right a { background:url(images/next-month.png) right 3px no-repeat; padding:0 9px 0 0; font-size:11px; color:#000000; 	font-family: 'Muli', sans-serif; font-weight:400; text-transform:uppercase;}
#wp-calendar td.a-right a:hover { background-position:right -9px; color:#802eab;}
#calendar_wrap { margin-bottom:20px;}

#wp-calendar #next {
	text-align: right;
}

/**
 * Yarpp thumbnails
 * This is taken directly from the Yarpp plugin
 */

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
	*display: inline;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 120px;
	height: 120px;
	margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	margin-bottom: 0px;
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-wide {
	height: 120px;
	max-width: none;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-tall {
	width: 120px;
	max-height: none;
}

.addthis_toolbox { 
	float: right;
	margin: 0 0 0 2em;
}

#recipress_recipe {
	clear: both;
}

/**
 * Product shortcode
 */
.std ul.mini-products-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.std ul.mini-products-list ul.item {
	list-style: none;
}
.post-view .post-entry p a {
    color: #802EAB;
}