/* BLOG PAGINATION
================================================== */
.pagination {
clear:both;
padding:10px 0;
position:relative;
font-size:11px;
line-height:13px;
float: right;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
}

.pagination .current{
padding:6px 9px 5px 9px;
}
/* END PAGINATION
================================================== */


/* BLOG COMMENTS
================================================== */
.comments_big_ico{
	margin-right: 10px;
}
.comments_underline{
	margin-top: 12px;
	margin-bottom: 24px;
}
ol.commentlist{
	list-style-type:none;	
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.commentlist li{
	list-style-type:none;	
	margin:0;
	padding:0;	
	border-left-style:solid;
	border-left-color: #dadada;	
	border-width: 1px;
	background: none;
	padding: 10px;
	margin-bottom: 10px;
}
.commentlist li article header img{
	float: left;
	margin-right: 12px;
}
.commentlist li article header cite a{
	text-transform: uppercase;
	font-weight: 500;
}
.comment-awaiting-moderation{
	color: #bf610e;
}

/* see dynamic styles comments */

/* comment form */
#respond{
	margin-top: -30px;
}
.form-allowed-tags{
	display: none;
}

.comment_form{
	margin-bottom: 40px;
}
.comment_textInput{
	width: 300px;
	height: 25px;
	border: none;
	padding-left: 7px;
	margin-bottom: 10px;
}
.comment_textarea{    
    padding-left: 7px;
    padding-top: 7px;
    margin-bottom: 10px;
    width: 70%;
}
.submitButton{
	border: none;
	outline: none;
	cursor: pointer;
}
.form-submit #submit{
	display: inline-block;
	outline: none;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 20px;
}

/* END BLOG COMMENTS
================================================== */






/**************************************************************************/
/*  WP related                                                          */
/**************************************************************************/


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 0px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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%; /* Image does not overflow the content area */
    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;
}
.sticky {
	 color: #fff79a;
	 padding: 20px;
}
.gallery-caption{
	color: #FFF;	
}
.bypostauthor{
	background-color: #000;
	color: #fff79a;
}
li.bypostauthor { 
   color: #fff79a;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}





/* Responsive video
================================================== */
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
/* End Responsive video
================================================== */