/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
.transparent.with-slideshow {

	min-height:inherit;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.secondNav{

	width:370px;
}

#blog-home .content{

	width:100%;
	float:none;
	background-color:#fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.with-slideshow #blog-home .content{

	background-color:transparent;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#blog-home .inner-content{

	width:98%;
	margin-top:0;
}
.header{

	margin-bottom:10px;
}

.post-body,
.page-body,
.meet-the-authors-body{

	padding:20px 0 0 0;
}

.content .submit{

	margin-top:0;
}
.category {

	text-align: left;
}
.footer{

	margin:0 auto;
}
/*------------------------------------*\
SLIDESHOW
\*------------------------------------*/

#prev,
#next {
	background: transparent url(http://www.safeeggs.com/app/webroot/img/recipe-ss-controls.png) no-repeat left top;
	height: 57px;
	width: 73px;
	display: block;
	position: absolute;
	z-index: 200;
	margin-top: 135px;
}
#prev {
	left: 20px;
}
#next {
	right: 20px;
	background-position: -73px 0;
}
#prev:hover {
	background-position: left bottom;
}
#next:hover {
	background-position: -73px bottom;
}

.slides {
	background: #fff url(http://www.safeeggs.com/app/webroot/img/gradient-bg-light-to-dark.jpg) no-repeat bottom center;
	width: 100%;
	float: none;
	margin: 0;
}
.browse .slides {
	margin-bottom: 20px;
	margin-top: 50px;
}

.cycle-slide {
	display: none;
	width: 100%;
}

.browse .slideshow {
	background: transparent url(http://www.safeeggs.com/app/webroot/img/gradient-bg-light-to-dark.jpg) no-repeat scroll center 42px;
	float: none;
	overflow: hidden;
	position: relative;
	width: 690px;
	padding: 0 0 10px 0;
	margin: 0 0 0 60px;
}
.browse.recipe-category .slideshow {
	background-image: none;
	height: 240px;
	margin: 42px 0 0 68px;
}
.browse .slideshow > div {
	background: transparent url(http://www.safeeggs.com/app/webroot/img/gradient-bg-light-to-dark.jpg) no-repeat scroll center 261px;
	padding: 20px 0 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.browse .slides {
	background-image: none;
}
.browse .slideshow > div > div {
	position: static;
	background: #ebeced;
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png);
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png), -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(235,236,237,1)));
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(235,236,237,1));
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png),    -moz-linear-gradient(top, rgba(255,255,255,1), rgba(235,236,237,1));
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png),     -ms-linear-gradient(top, rgba(255,255,255,1), rgba(235,236,237,1));
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png),      -o-linear-gradient(top, rgba(255,255,255,1), rgba(235,236,237,1));
	background-image: url(http://www.safeeggs.com/app/webroot/img/gradient-bg-edges-y.png),         linear-gradient(top, rgba(255,255,255,1), rgba(235,236,237,1));
	display: block;
	padding: 10px 20px;
	margin-top: 30px;
	min-height: 220px;
	width: 690px;
}
.browse .slideshow img {
  width: 275px;
  height: 275px;
  background-color: #ccc;
  float: left;
  margin: 0 25px 0 50px;
  }
  .browse .slideshow img:hover,
  .browse .slideshow.home img {
    -moz-box-shadow: 1px 1px 12px 1px #ccc;
    -webkit-box-shadow: 1px 1px 12px 1px #ccc;
    box-shadow: 1px 1px 12px 1px #ccc;
    }
  .browse .slideshow .center-slideshow img {
    width: auto;
    height: auto;
    }
.slideshow .slide-text{
	min-height: 126px;
}

/*------------------------------------*\
NAVIGATION
\*------------------------------------*/
.navigation .toggle a {

	display: block;
	float: right;
	margin: -3px 5px 0;
	padding: 2px 8px;
	background-color: #0a5272;
	border-top: 0;
	color:#fff !important;
	font-size: 12px;
	text-decoration: none;
}
.recipe-nav .category {

	color: #fff;
	background: #06587d;
	background: -moz-linear-gradient(top, #06587d 0%, #246d8c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06587d), color-stop(100%,#246d8c));
	background: -webkit-linear-gradient(top, #06587d 0%,#246d8c 100%);
	background: -o-linear-gradient(top, #06587d 0%,#246d8c 100%);
	background: -ms-linear-gradient(top, #06587d 0%,#246d8c 100%);
	background: linear-gradient(to bottom, #06587d 0%,#246d8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06587d', endColorstr='#246d8c',GradientType=0 );
	position: relative;
	font-size: 0.875em;
	letter-spacing: 0.75px;
	padding: 8px 6px 6px;
}

.recipe-nav .search-form {

	float: left;
	margin: -3px 0 0 0;
}

.recipe-nav .search-form input {

	background: #2E7A98;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-family: 'VAG Rounded W01 Light','Arial',sans-serif;
	font-size: 12px;
	margin: 0;
}
.search-form input[type=text] {

	background: #2e7a98 url(http://safeeggs.com/css/img/white-arrow.png) no-repeat 96%;
	margin: 0;
	padding: 4px 5px 5px;
	width: 168px;
}

.search-form input[type=submit] {

	background: #2e7a98 url(http://safeeggs.com/css/img/white-arrow.png) no-repeat 90%;
	-webkit-appearance: none;
	border-left: 1px solid #06587D;
	display: none;
	margin: 0 0 0 -5px;
	padding: 3px 20px 4px 5px;
}

/*------------------------------------*\
SEARCH
\*------------------------------------*/
.page-title,
.blog-search-form{
	width:50%;
	float:left;
}
.blog-search-form{
	text-align: right;
}

.blog-search-form label{
	margin:0 20px 0 0;
	font-family: 'VAG Rounded W01 Bold','Arial',sans-serif;
	display: inline;
	font-size:14px;
	color:#236886;
}

.blog-search-form input[type="text"]{
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	line-height: 21px;
	border: 1px solid #2E7A98;
	padding: 1px 5px;
	width: 150px;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition:width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.blog-search-form input[type="text"]:focus{
	width: 250px;
}


.blog-search-form input[type="submit"]{
	background-image: url("img/search-button.png");
	padding: 0 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -9999px;
	min-width: 21px;
	min-height: 21px;
	border: 0px;
	text-align: left;
}


/*------------------------------------*\
HEADINGS
\*------------------------------------*/

.page h1,
.page-body h1,
.post-body h1{

	padding: 2.5px 0px;
	margin:10px 0px 7.5px;
	font-size:22px;
	color:#236886;
}

#blog-home h1{

	margin:0;
	color:#d72a2a;
	background: none;
	padding:inherit;
}
/*------------------------------------*\
HEADINGS - STYLE 1
\*------------------------------------*/

.blog-posts.style-1 .blog-post{

	margin-bottom:15px;
}

.blog-posts.style-1 h2{
	padding: 2.5px 5px;
	margin:10px -10px 5px;
	background: rgb(80,143,21);
	background: rgba(80,143,21,0.80);
}

.blog-posts.style-1 h2 a,
.blog-posts.style-2 h2 a{

	color:#fff;
}

/*------------------------------------*\
HEADINGS - STYLE 2
\*------------------------------------*/
.blog-posts.style-2 .blog-post{


	border:1px solid rgb(80,143,21);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.blog-posts.style-2 .excerpt,
.blog-posts.style-2 .meta{

	padding:0 10px;
}

.blog-posts.style-2 h2{
	padding:2.5px 5px;
	margin:0 0 10px 0;
	background: rgb(80,143,21);
	background: rgba(80,143,21,0.80);
}
.blog-posts.style-2 .blog-post .meta a,
.blog-posts.style-2 .blog-post .excerpt a{
	color:rgb(80,143,21);
}

/*------------------------------------*\
HEADINGS - STYLE 3
\*------------------------------------*/

.blog-posts.style-3 .blog-post{

	margin-bottom:15px;
}

.blog-posts.style-3 h2{
	padding: 2.5px 0px;
	margin:10px 0px 5px;
}

.blog-posts.style-3 h2 a,
.blog-posts.style-3 h2 a{

	font-size:22px;
}

/*------------------------------------*\
HEADINGS - STYLE 4
\*------------------------------------*/

.blog-posts.style-4 .blog-post{

	margin-bottom:15px;
}

.blog-posts.style-4 h2{
	padding: 7.5px 0px;
	margin:10px 0px 5px;
	border-top:1px solid #236886;
	border-bottom:1px solid #236886;
}

.blog-posts.style-4 h2 a,
.blog-posts.style-4 h2 a{

	display: block;
	font-size:22px;
}

/*------------------------------------*\
HEADINGS - STYLE 5
\*------------------------------------*/

.blog-posts.style-5 .blog-post{

	margin-bottom:25px;
}

.blog-posts.style-5 h2{
	padding: 5px 0px;
	margin:5px 0px;

}

.blog-posts.style-5 h2 a,
.blog-posts.style-5 h2 a{

	display: block;
	font-size:22px;
}

.blog-posts.style-5 figure{

	float:none !important;
	margin:10px 0 !important;
	width:100%;
}
.blog-posts.style-5 figure img{

	display: block;
	margin:0 auto;
}

/*------------------------------------*\
HEADINGS - STYLE 6
\*------------------------------------*/

.blog-posts.style-6 .blog-post{

	margin-bottom:25px;
}

.blog-posts.style-6 h2{
	padding: 5px 0px 0px;
	margin:5px 0px;

}

.blog-posts.style-6 h2 a,
.blog-posts.style-6 h2 a{

	display: block;
	font-size:24px;
	font-family: 'Calligraffitti', cursive;
}

/*------------------------------------*\
Blog Post List
\*------------------------------------*/
.blog-post{

	margin: 0 0 20px 0;
}

.blog-post figure {

	float:right;
	margin:-10px 5px 5px 30px;
}
.blog-post figure a{

	display: block;
}
/*------------------------------------*\
Pagination
\*------------------------------------*/

.pagination{
	width: 100%;
	overflow: hidden;
}
.pagination ul{
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 50%;
	margin-left:0;
}

.pagination li{

	position: relative;
	float: left;
	margin-left: -1px;
	right:50%;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	list-style-type:none;
	list-style:none;
	display: block;
}
.pagination li a,
.pagination li span{

	padding: 6px 12px;
	display: block;
}
.pagination > li:first-child{

	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child{

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*------------------------------------*\
HOMEPAGE META
\*------------------------------------*/
#blog-home .meta{

	margin-bottom:5px;
	padding-top:5px;
	display: block;
	font-size:13px;
	font-family: 'VAG Rounded W01 Bold','Arial',sans-serif;
}
	#blog-home .meta .post-category{

		font-style: italic;
	}

/*------------------------------------*\
POST BODY
\*------------------------------------*/
.post-body .meta-share{

	font-size:13px;
	margin:0px 0 10px 0;
}



	.post-body .post-meta{

		width:50%;
		float:left;
		margin:0 0 0;
	}
		.post-body .post-meta p,
		.page-body .post-meta p{

			margin-bottom: 0px;
			text-align: left;
			font-size:13px;
			font-family: 'VAG Rounded W01 Bold','Arial',sans-serif;
		}

		.post-meta .post-category{

			font-style:italic;
		}

	.post-body .sharing-links{

		width:50%;
		float:left;
		margin:0 0 0;
	}

	.post-body .sharing-links .addthis_toolbox{

		float:right;
	}

.pibfi_pinterest{
	display: block !important;
}

.entry-content img,
.comment-content img,
.widget img,
.post-body img{

	border-radius: 5px;
	max-width: 100%;
	margin-bottom: 15px;
}

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

	margin-bottom:30px;
}

/*------------------------------------*\
AUTHORS
\*------------------------------------*/
.authors-page .author-avatar{

	float:right;
	padding: 0 15px 15px 15px;
}
.authors-page .author-post{

	margin-bottom:30px;
	clear:both;
}

.meet-the-authors-body .author{

	margin-bottom:30px;
	clear:both;
}

	.meet-the-authors-body .author img {

		float: right;
		margin:0px 15px 15px 15px;
	}
	.meet-the-authors-body .author p{



	}
/*------------------------------------*\
SIDEBAR
\*------------------------------------*/
.sidebar-inner-content{
	margin-bottom:20px;
}

.sidebar #searchform {

}

	.sidebar #searchform label{
		margin:0 10px 5px 0;
		font-family: 'VAG Rounded W01 Bold','Arial',sans-serif;
		font-size:14px;
	}
	.sidebar #searchform input[type="text"]{
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
		line-height: 21px;
		border: 1px solid #2E7A98;
		padding: 1px 5px;
		width:200px;
	}
	.sidebar #searchform input[type="submit"]{
		background-image: url("img/search-button.png");
		padding: 0 5px;
		background-color: transparent;
		background-repeat: no-repeat;
		text-indent: -9999px;
		min-width: 21px;
		min-height: 21px;
		border: 0px;
		text-align: left;
		margin-top:0;
	}

.sidebar .more{

	text-align: right;
}

.sidebar .email-signup-form{

	margin-top:1.5em;
}

.sidebar .social-links {
	/*margin:0 10px;*/
}
	.sidebar .social-links h3{
		/*display: inline-block;*/
	}

	.sidebar .social-links a {
		display:inline-block;
		background-image:url("img/social-links-sprite-5.png");
		background-repeat:no-repeat;
		margin-right: 3px;
	}

		.sidebar .social-links a.youtube { background-position:-57px -1px; width: 22px; height: 22px; }
		.sidebar .social-links a.youtube:hover { background-position:-57px -24px; width: 22px; height: 22px; }

		.sidebar .social-links a.twitter { background-position: 0px -1px; width: 31px; height: 22px; }
		.sidebar .social-links a.twitter:hover { background-position: 0 -24px; width: 31px; height: 22px; }

		.sidebar .social-links a.facebook { background-position: -32px -1px; width: 23px; height: 22px; float:none;margin:0;}
		.sidebar .social-links a.facebook:hover { background-position: -32px -24px; width: 23px; height: 22px; }

		.sidebar .social-links a.pinterest { background-position: -79px -1px; width: 23px; height: 22px; }
		.sidebar .social-links a.pinterest:hover { background-position: -79px -24px; width: 23px; height: 22px; }

		.sidebar .social-links a.instagram { background-position: -103px -1px; width: 23px; height: 22px; }
		.sidebar .social-links a.instagram:hover { background-position: -103px -24px; width: 23px; height: 22px; }

		.sidebar .social-links a.rss { background-position: -155px -1px; width: 23px; height: 22px; }
		.sidebar .social-links a.rss:hover { background-position: -155px -24px; width: 23px; height: 22px; }

		.sidebar .social-links a.email { background-position: -131px -1px; width: 22px; height: 22px; }
		.sidebar .social-links a.email:hover { background-position: -131px -24px; width: 22px; height: 22px; }


.sidebar .youtube-video {
	margin-bottom:15px;
	position: relative;
	padding:0;
}
	.sidebar .youtube-video:hover{
		-moz-box-shadow: 1px 1px 5px 3px #236886;
		-webkit-box-shadow: 1px 1px 5px 3px #236886;
		box-shadow: 1px 1px 5px 3px #236886;
	}

	.sidebar .youtube-video a{
		display: block;
		padding:0;
	}

		.sidebar .youtube-video img{
			max-width: 100%;
			margin: 0;
			width:100%;
		}

		.sidebar .youtube-video span{
			background: rgb(80,143,21);
			background: rgba(80,143,21,0.80);
			position: absolute;
			left: 0;
			bottom: 0px;
			padding: 3.75% 5%;
			width: 100%;
			color: #fff;
			font-size: 0.925em;
			line-height: 1.2em;
			white-space: normal !important;
		}


	.sidebar .tweet{

		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px;
		background: none repeat scroll 0 0 #FFF;
		margin-bottom: 18px;
		padding: 10px;
		margin: 10px;
		font-size:12px;
		line-height: 17px
	}
		.sidebar .tweet .userpic{

			float: left;
			margin-right: 10px;
		}
			.sidebar .tweet .userpic a{

				display: block;
			}
			.sidebar .tweet .userpic img{
				height:48px;
				width:48px;
			}

		.sidebar .tweet-meta {

			margin: 4px 0 4px 70px;
		}
			.tweet-meta .rt {
				background: url(/img/retweet.gif) top left no-repeat;
				padding-left: 16px;
			}

		.sidebar .tweet-body {
			margin-left: 0px;
		}


/*------------------------------------*\
POST FOOTER
\*------------------------------------*/
.post-footer,
.page-footer{
	font-size:13px;
}

	.post-footer p,
	.page-footer p{
		font-family: 'VAG Rounded W01 Bold','Arial',sans-serif;
	}

	.post-footer .post-categories{

	}

		.post-footer .post-categories .post-category{

			font-style: italic;
		}

	.post-footer #commentform div,
	.page-footer #commentform div {
		line-height: 20px;
		margin: 10px 0 0 0;
	}
	.post-footer #commentform label,
	.page-footer #commentform label {
		display: inline;
		font-family: 'VAG Rounded W01 Bold','Arial',sans-serif;
		margin: 0px 0 0px 5px;
		font-size:13px;
	}

	.post-footer #commentform input[type="text"],
	.post-footer #commentform textarea,
	.page-footer #commentform input[type="text"],
	.page-footer #commentform textarea{

		background-color:#fff;
	}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 900px) {

}
@media only screen and (max-width: 943px) {

}

@media only screen and (max-width: 900px) {
	.page .main:after{

		border-radius: 20%;
		box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px;
		clip: rect(20px auto 50px 0);
		content: "";
		height: 20px;
		left: 0;
		position: absolute;
		right: 0;
		top: -20px;
	}

	#prev,
	#next{
		display: none;
	}
	.content .slides{
		padding-top:15px;
		padding-bottom:15px;
	}
	.browse .slideshow {
		margin: 0;
		width: 100%;
	}
	.browse .slideshow div div {
		background: #fff;
		margin-top: 0;
		min-height: auto;
		padding: 20px;
		position: relative;
		z-index: -1;
		width:auto;
	}
	.browse .slideshow div div p {
		margin: 1em 0 0;
		width: auto;
		text-align: left;
	}
	.slideshow p {
		color: #818286;
	}
	.cycle-slide, .cycle-slide-active{
		width:100%;
	}
	.page .browse .slideshow{
		width:100%;
		margin:0;
		height:auto;
		margin-bottom:20px;
	}
	.blog-posts h2{

		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	.transparent.with-slideshow {

		 padding-bottom: 0px;
	}

	.sidebar #searchform input[type="text"]{

		width:85%;
	}
	.sidebar #searchform input[type="submit"]{

		width:10%;
	}



}
@media only screen and (max-width: 768px) {

	.page-title,
	.blog-search-form{
		width:100%;
		margin:0 0 10px 0;
		float:none;
		text-align: left;
	}
	.blog-post .thumbnail-link {
		margin: 0 auto;
		width: 200px;
		float: none;
		clear: both;
	}
	.pagination li{

		display: none;
	}
	.pagination li:nth-child(even),
	.pagination li:first-child,
	.pagination li:last-child{
		display: block;
	}


	/* post */
	.post-body .meta-share{

		margin:10px 0;
	}

		.post-body .post-meta,
		.post-body .sharing-links{

			width:100%;
			float:none;
			clear:both;
			margin-bottom:10px;
		}

			.post-body .sharing-links .addthis_toolbox{

				float:none;
			}

	.post-footer #commentform{
		padding:0 0 30px 0;
	}
		.post-footer #commentform label{

			display: block;
		}

	.post-body iframe,
	.post-body p img,
	.post-footer #commentform input[type="text"],
	.post-footer #commentform textarea{

		max-width: 100%;
	}


	/* sidebar */
	.sidebar-inner-content{

		clear:both;
	}
		.sidebar .email-signup-form{

			margin-top:0;
		}
		.sidebar #searchform{

			margin-bottom:20px;
		}


	.authors-page .author-avatar{

		clear:both;
		float:none;
		margin:0 auto;
	}
		.authors-page .author-avatar .avatar{

			display: block;
			margin: 0 auto;
		}

}

@media only screen and (max-width: 710px) {

}

@media only screen and (max-width: 680px) {

}

@media only screen and (max-width: 656px) {

}

@media only screen and (max-width: 626px) {

}
@media only screen and (max-width: 600px) {

}


@media only screen and (max-width: 580px) {
}
@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 479px) {
	.browse .slideshow div div {
		margin: 0 auto;
		max-width: 325px;
		padding:10px 25px;
		min-height: 0;
	}
	.slideshow .slide-text {
		min-height: auto;
	}

	.blog-search-form label{
		width:18%;
		margin-right:1%;
	}

	.blog-search-form input[type="text"],
	.blog-search-form input[type="text"]:focus{
		width: 70%;
		margin-right:1%;
	}
	.blog-search-form input[type="submit"]{
		width:10%;
		margin-left:0;
		margin-right:0;
	}
	.pagination li{

		display: none !important;
	}

	.pagination li:first-child,
	.pagination li:last-child{
		display: block  !important;
	}
}
@media only screen and (max-width: 430px) {

}

@media only screen and (max-width: 350px) {

}
@media only screen and (max-width: 320px) {
}



/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

/*
@media print {

	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}

} */
