/*
Theme Name: Flat
Theme URI: http://www.yoarts.com/wordpress/free-flat-design-wordpress-theme.html
Author: YoArts
Author URI: http://www.yoarts.com/
Description: Flat is a WordPress Blog Theme designed by YoArts. We like to say that Flat is both beautiful and charming at the same time.
Version: 1.2.14
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flat
Tags: black, orange, white, white, dark, light, two-columns, responsive-layout, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, custom-colors, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.sticky {}
.bypostauthor {}

code
{
border:1px solid #ccc;
display:block;
padding:10px
}

#masthead .site-title {
    font-family: inherit !important;
}

#masthead .site-description {
	display: none;
}

.note
{
	border:1px solid #ccc;
	padding:17px;
	background:#f1f1f1;
	border-radius:5px;
	color:red;
margin: 0 150px 10px 0;
}

.note h5
{
	margin-top: 0;
	font-weight: bold;
}
.note ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.note ul li
{
	margin: 0;
	padding: 0;
}

aside.post-details
{
	border:1px solid #ccc;
	float:right;
	width:140px;
	padding:10px 10px 0;
	background:#f1f1f1;
	font-size:11px;
	margin-left: 20px;
	border-radius:5px
}
aside.post-details dd:first-child
{
	margin-bottom:10px;
}