/**
 * 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 { font-style: italic; font-size: 98%; margin-bottom: 10px; }
.post-meta { font-style: italic; margin:5px 0;}
.post-entry { font-size:16px; height: 1%; margin-bottom: 0; overflow: hidden; line-height:25px; }
.post-entry-with-image { height: 1%; overflow: hidden; }
.post-entry p { margin-bottom: 1em; }

.featured-image {
	border: 2px solid #ddd;
	margin: 0 2% 10px 0;
	padding: 1px;
}

.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.item .post-list-item { height: 1%; overflow: hidden; }
.post-list h2 { line-height: 1em; margin-bottom: 1em; }

/**
 * Post view page
 *
 */
.page-title.post-title { margin-bottom: 4px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-skips { display: inline-block;    margin: 20px 0;    width: 100%; }
.post-view .post-skips .post-skip-previous { margin-right: 10px; }

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

/**
 * Post comments
 *
 */
.comments-wrapper h2 { margin-bottom: 10px; }
.comments-wrapper ul.children { margin-left: 20px; }
.comment { list-style: outside none none;
    margin: 15px 0 20px;
    padding: 5px 5px 10px 10px;border: 1px solid #dcdbdc;border-radius:5px;
-moz-border-radius:5px; /* Old Firefox */}
.comment .comment-inner { border-bottom: 1px solid #eee; padding: 10px 0; }
.comment .gravatar { float: left; margin: 10px; }
.comment .comment-meta {background: #e5e5e5 none repeat scroll 0 0;margin-bottom: 10px;    padding: 15px; }
.comment .comment-when { display: block; text-decoration: none; }
.comment .comment-entry { clear: both; font-size: 110%; border-bottom:1px solid #eee; padding-bottom:10px; }
.comment-url{ background:url(autor-ico.png) no-repeat; padding-left: 20px;}
.reply{ padding-top:5px; padding: 5px 5px 0;
    text-align: right;}
/**
 * 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;
}
.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; }
dl.gallery-item .gallery-icon { overflow: hidden; }

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

/*
 * WP Calendar
 */
#wp-calendar {
	margin: 0;
	width: 100%;
	padding: 5px 10px;
}
#wp-calendar th {
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#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;
}

#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;
}

img.max-width { max-width: 100%; }

/**
 * Lightbox styles
 */
#fp-gallery { 
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;
}

#fp-gallery .shadow { 
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 101; background: #000 url('ajax-loader.gif') no-repeat center 40px;
}

#fp-gallery .inner { 
	position: relative; z-index: 102; background: #fff; max-width: 95%; margin: 1% auto 0; background: #fff; border: 4px solid #ddd; box-shadow: 4px 4px 4px #666; display: inline-block; min-width: 400px; min-height: 200px;
}

#fp-gallery .close {
		display: inline-block; position: absolute; background: #fff url('lightbox-close.png') no-repeat center center; padding: 2px; border-radius: 50%; cursor: pointer; text-decoration: none; display: inline-block; height: 48px; width: 48px; margin: auto; top: 10px; right: 10px; text-indent: -999999px;
}

.blog-title{}
.blog-title h1{ margin-bottom:15px; font-size: 30px;}
.is-blog .page-title h1{ display:block;  border-bottom: 2px solid #ebebeb;   padding: 0 0 5px;margin-bottom:15px; font-size: 30px;}
.blog-home #post-list h2{margin-bottom:10px;}
#post-list .read-more{ color:#cec5a4;    text-decoration: underline;}
#post-list .read-more:hover{ color:#000;    text-decoration: none;}

.post-text{ }
.featured-image{}
.featured-image img{ width:100%; height:auto;}
#post-list .post-text{ width:58%; float:left !important; }
#post-list .featured-image{ width:40%;float:left !important;}

.fieldset .legend{ background-color: #ebebeb;
    border: medium none;
    float: none;
    margin: 0 0 15px;
    padding: 10px 15px;
    position: inherit;color: #555555;  font-weight: 500;}
	#comments{ margin-bottom:20px;}
	.block li.even{ background:none;}
	.is-blog .block-blog ul li { border-bottom: 1px solid #ebebeb;}
	.block .block-title{background:#ebebeb !important; }
	
	.is-blog .pager .amount{ padding:5px 0 0; }
	.is-blog .pager .pages{ margin:0;}
	.is-blog .pager .pages ol {}
	.is-blog .pager .pages ol li{}
	.is-blog .pager .pages ol li a { padding: 5px 9px;  line-height: 15px;}
	.is-blog .block-subscribe .block-content{ text-align:center; width:100%;}
	.social-block-join-form{ margin-top:10px;}
	.is-blog #newsletter{ margin-bottom: 10px;width: 100%;}
	.is-blog .social-icon{ border-bottom: 1px solid #ebebeb; margin-top:10px; padding-bottom:10px;}
	.is-blog .social-icon ul {}
	.is-blog .social-icon ul li{ border:none; display: inline-block; padding-left:10px;}
	.is-blog .social-icon ul li a{ }
	 .blog_view_social{ margin:30px 0; border:1px solid #dcdbdc;text-align: center; padding:0 10px  15px;border-radius:5px;-moz-border-radius:5px; /* Old Firefox */} 
	 .blog_view_social h6{ margin-bottom: 20px;}
	 .blog_view_social h4{ margin-bottom: 20px;border-bottom: 2px solid #dcdbdc;padding-bottom: 10px;background: #ebebeb !important;padding-top: 10px;margin-right: -10px;margin-left: -10px;}
	 .blog_view_social .block-subscribe{ margin:0;}
	 .blog_view_social .social{ border-bottom:1px solid #dcdbdc; border-top:1px solid #dcdbdc; padding:15px 0 5px;     margin-bottom: 20px;}
	 .blog_view_social .block-content{ padding:0;}
	 .post-view .featured-image{ margin:0; border:0;}
	 
	 .is-blog .block .block-content ul ,.is-blog .block .block-content ol { margin-left:10px;}
	 .is-blog .block .block-content ul li:before,.is-blog .block .block-content ol li:before{ content:''; width:5px; height:5px ; background:#777777; display:inline-block;margin-right: 5px;border-radius:50%;-moz-border-radius:50%; /* Old Firefox */}
	 .is-blog .block .block-content ul li:hover:before,.is-blog .block .block-content ol li:hover:before{ background:#c9af5d; }
	 .is-blog .block .block-content li.item{ padding:5px;}
	 .social-icon ul li:before,ul#wp-category-list li:before{ display:none !important;}
	  ul#wp-category-list li ul li:before{display:inline-block !important;}
	  
	  .is-blog #wp-category-list .sbHolder{ width:100%; margin-left:0;}
	  .is-blog #wp-category-list .sbHolder .sbSelector{ width:85%;}
	  .is-blog #wp-category-list ul.sbOptions{ margin-left:0; width:85%;}
	  .is-blog #wp-category-list ul.sbOptions li a{ display:inline-block;}
	 