/*
-----------------------------------------------------------------------------------
Theme Name: Hybrid-WP
Theme URI: http://previews.sunflowertheme.com/wp/hybrid/
Description: Clean & Modern WordPress Blog Theme

Author: SunflowerTheme
Author URI: http://www.sunflowertheme.com
Version: 1.1.0

Copyright (C) 2015 SunflowerTheme
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
 
Tags: responsive-layout, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready

Text Domain:  sunflowertheme
*/
.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;
}
.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 {
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 10px;
	background-color: #ebebeb;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.gallery-caption{
	font-size:13px;
	margin:10px 0 12px;
	text-align:left;
	max-height:36px;
	overflow:hidden;
}
.sticky{

}
.bypostauthor{

}