/*
Theme Name: Herold
Theme URI: 
Author: Vee Winch
Author URI: http://okvee.net
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.3.3
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	/*border: 1px solid #ccc;*/
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	/*margin: 1.2% auto 0;
	max-width: 98%;*/
}
.wp-caption-text {
	text-align: center;
	font-size: 12px; color: #bbb;
	margin: 5px 0;
}

.wp-caption-text a {
	color: inherit;
}


