html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	/*line-height: 22px;*/
	color: #333;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #ec0100;
	outline: none;
}

a:hover, a:focus {
	color: #333;
	outline: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

article{
	padding:10px 10px 0;
}
article img{
	margin:10px 0;
}
article ul li{
	padding:3px 0;
}
article ol li{
	padding:3px 0;
}
.underline{	padding-bottom:5px;	border-bottom: 1px solid #ddd; margin:0 0 5px 0;}/* Add 5px bottom padding and a underline */

form label{
	font-size:15px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:180px;
	
}
form input[type=text],
form input[type=password],textarea{
	border:1px solid #ddd;	
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:180px;
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	border:1px solid #ddd;
	background:#fff;
	color:#767676;
	padding: 10px;
	margin:0;
	cursor: pointer;	
}
.green {color:green;}
.red {color:red;}
/* post content and preview styling */
.post-preview{
	float:left;
	width:58px;
	height:58px;
	padding:0 10px 0 0;
	border-right:1px solid #eee;
}
.post-preview a,
.post-preview img{
	display:block;
}
.post-preview img{
	margin:0;
	padding:5px;
	border:1px solid #333;
	background:#2d2d2d;
}
.post-content {
	float:left;
	width:72%;
	padding:0 0 0 10px;
}
.post-content h2 {color:#333;padding:0 0 0 0;margin:0;}
.post-content h2 a {color:#ec0100; text-decoration:none;}
.post-content h2 a:hover {color:#333;text-decoration:none;}

.post-content h3 {color:#333;padding:0 0 0 0;margin:0;}
.post-content h3 a {color:#ec0100; text-decoration:none;}
.post-content h3 a:hover {color:#333;text-decoration:none;}

.post-content h4 {color:#333;padding:0 0 0 0;margin:0;}
.post-content h4 a {color:#ec0100; text-decoration:none;}
.post-content h4 a:hover {color:#333;text-decoration:none;}

nav:not(.mm-menu)
{
	display: none;
}

.header
{
	text-align:right;
	padding: 5px 20px 0 0;
	background: #333;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
}

.footer
{
	text-align: center;
}

.footer
{
	background:#333;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	width:100%;
	height:40px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.content
{
	padding:20px;
}