/*
Theme Name: Linen PRO Child Theme
Theme URI: http://thethemefoundry.com/linen/
Description: Child theme for customizing Linen PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: linen_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../linen_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

.cat-title span{
	font-size: 12px;
	padding: 10px 15px;
	background: #01A3D4;
	color: #fff;
	font-weight: bold;
}

.cat-title span a{
	font-size: 12px;
	padding: 10px 15px;
	background: #01A3D4;
	color: #fff;
	font-weight: bold;
}

.cat-title{
	margin-bottom: 40px;
}

.single-post-meta {
    margin: 0 0 5px 0;
}

.single-post-title {
    padding: 0 0 30px 0;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/