/*
Theme Name: Clean Home
Theme URI: http://midmodesign.com/news/general/our-special-wordpress-theme/
Description: A clean looking, minimal design, offering two widgets areas and four color schemes. This theme also features custom background and header functionality. With a traditional look, yet a modern finish, plus several customizations options Clean Home comes as a flexible option for your site.
Version: 1.2.0-wpcom
Author: Mid Mo Design
Author URI: http://midmodesign.com/
Tags: white, red, black, blue, yellow, tan, light, dark, fixed-width, two-columns, right-sidebar, custom-background, custom-header, custom-menu, theme-options, sticky-post, translation-ready, rtl-language-support, blog, design, journal, professional, seasonal, bright, clean, colorful, earthy, elegant, generic, geometric, minimal, modern, simple, traditional

	The CSS, XHTML and design is released under the GPL.

*/

body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Structure */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.7em;
}
hr {
	margin-top: 50px;
	border: 0;
	color: #fff;
	clear: both;
}
#wrapper {
	margin: 30px auto 140px;
	padding: 30px 30px 0;
	background: #fff;
	background: rgba(255,255,255,0.88);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.header {
	float: left;
	margin: 0;
}
#logo {
	float: left;
	width: auto;
	padding: 18px 0 34px 0;
}
#logo a {
	color: #ca1e00;
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	letter-spacing: -2px;
	text-rendering: optimizeLegibility;
}
#logo h2 {
	font-size: 18px;
	font-weight: 200;
	padding: 12px 4px 0 0;
}
#header-image {
	clear: both;
	border-top: 6px solid #333;
	margin-bottom: 10px;
}
#blurb em {
	font-style: italic;
}


/* Links */

.header a,
#blurb a,
.content a,
#sidebar a,
#footer a {
	text-decoration: none;
	color: #666;
	font-weight: 600;
}
.header a:hover,
#blurb a:hover,
#sidebar a:hover,
#footer a:hover,
.content a:hover {
	color: #ca1e00;
}
#sidebar a:hover {
	background-color: #f7f7f7;
	background-color: rgba(255,255,255,0.5);
}


/* Menu */


/* Content */

#blurb {
	font-family: Georgia, serif;
	height: auto;
	width: 100%;
	float: left;
	padding: 35px 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
}
.content {
	width: 100%;
	padding: 20 0 30px 0;
	min-height: 420px;
	overflow: hidden;
}
.hentry {
	padding: 0 30px 0 0;
}
.hentry p {
	margin: 14px 0 14px 0;
}
.hentry em {
	font-style: italic;
}
.hentry h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 25px 0 10px 0;
	font-weight: normal;
}
.hentry h1,
.hentry h1 a,
div.attachment h1,
div.attachment h1 a {
	font-family: Georgia, serif;
	font-size: 28px;
	margin: 30px 0 10px 0;
	font-weight: normal;
	line-height: 32px;
}
.hentry h3,
.hentry h4 {
	font-family: Georgia, serif;
	font-size: 20px;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
.hentry h4 {
	font-size: 18px;
}
.hentry .indent {
	padding-left: 10px;
}
.hentry .indent p {
	padding-left: 10px;
}
.hentry small {
	font-size: 11px;
}
.hentry small a {
	font-weight: normal;
}
.hentry .alignright,
.navigation .alignright {
	float: right;
	margin-left: 10px;
}
.navigation .alignright {
	margin-right: 10px;
}
.hentry .alignleft,
.navigation .alignleft {
	float: left;
	margin-right: 10px;
}
.hentry .aligncenter {
	margin: 0 auto;
	display: block;
}
.hentry abbr {
	font-weight: normal
}
.hentry ul {
	list-style: circle;
	margin: 0 0 0 25px;
}
.hentry ol {
	list-style: decimal;
	margin: 0 0 0 30px;
}
.hentry .wp-caption {
	background: #f7f7f7;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px 5px 0;
}
.hentry .wp-caption-text {
	margin: 0;
	font-size: smaller;
}
.hentry .wp-caption a,
.hentry .wp-caption a:hover {
	border-bottom: 0;
}
.hentry blockquote,
.comment blockquote {
	color: #777;
	border-left: 5px solid #ccc;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
.hentry pre {
	font-family: Courier;
	font-size: 12px;
	letter-spacing: -1px;
	margin: 14px 0 14px 0;
}
.hentry .message ul {
	margin: 12px 0 0;
}
.hentry .message {
	display: none;
	background: #0f67a1;
	margin-top: 10px;
	padding: 20px;
	color: #fff;
}
.sticky .hentry-date {
	display: none;
}
.sticky hr {
	border-top: 12px solid #a0daf5;
}
.hentry table {
	margin: 10px 0;
	width: 100%;
}
.hentry th {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	font-weight: bold;
	text-align: left;
}
.hentry th,
.hentry td {
	padding: 5px 10px;
	vertical-align: top;
}
.hentry table img {
	margin: 0;
	padding: 0;
	border-width: 1px;
}
.hentry td {
	background: #fafafa;
	border-bottom: 1px solid #dadada;
}
.hentry tr:nth-child(2n+1) td {
	background: #eee;
}
.hentry tr:hover td {
	background: #ddd;
}
body.single .navigation {
	margin: 30px 30px 0;
	padding-top: 10px;
}
body.single .nav-above {
	border-top: none;
	margin: 5px 10px 60px;
	color: #666;
}
body.single .nav-above a {
	color: #666;
	border-color: #666;
}
.hentry .hentry-meta {
	color: #666;
}
.hentry .hentry-meta a {
	color: #555;
}
.hentry .hentry-meta a:hover {
	color: #000;
	border-bottom: 1px solid;
}
table th,
table td {
	padding: 3px 5px;
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.hentry img,
body.attachment .navigation img {
	background: #eee;
	border: 3px solid #ddd;
	margin: 0px 0px 5px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hentry img.wp-smiley {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.hentry .wp-caption img {
	border-width: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 1px;
	margin: 0;
	color: #666;
}
.gallery a,
.gallery a:hover {
	border: none;
}
.gallery a:hover img,
body.attachment .navigation a:hover img {
	background: #333;
	border-color: #222 !important;
}


/* Comments */

#comments h3,
#comments h4 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 35px 0 5px;
	font-weight: normal;
}
#comments h4 {
	font-size: 28px
}
#comments cite {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #555;
	margin-left: 5px;
	font-size: 14px;
}
#comments cite a {
	font-weight: normal;
	font-size: 15px;
	margin-right: 5px;
}
#comments em {
	font-style: italic;
	text-align: right;
}
#comments .avatar {
	float: left;
	padding-right: 5px;
}
#comments ol.commentlist li {
	margin-top: 20px;
	border: 1px dotted #ccc;
	border-right: 0;
	padding: 10px 5px 20px 10px;
	min-height: 110px;
}
#comments p {
	margin: 10px 20px 0;
	width: auto;
}
#comments span {
	display: none;
}
#comments .reply {
	margin: 10px 20px;
}
#comments .comment-author {
	margin-bottom: 20px;
}
#comments .comment-meta {
	float: right;
	margin-top: -40px;
}
#comments ul.formlist {
	margin: 20px auto;
	width: 375px;
}
#comments ul.formlist li {
	display: block;
	margin: 10px 0 0;
}
#comments ul.formlist p {
	margin: 10px 0 0;
	text-align: center;
}
#comments ul.children {
	margin-left: 30px;
}
#comments .bypostauthor.comment {
	background: #dff2f8;
}
#comments .comment {
	background: #fff;
	background: rgba(255,255,255,0.8);
}
#comments input {
	width: 370px;
	font-size: 14px;
	font-weight: normal;
}
#comments input[type="text"] {
	background: #f5f5f5;
	color: #666;
	padding: 8px;
}
#comments input[type="text"]:focus {
	background: #fff;
	color: #333;
}
#comments textarea {
	background: #f5f5f5;
	color: #666;
	width: 370px;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
}
#comments textarea:focus {
	background: #fff;
	color: #333;
}
#comments input#submit {
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	width: 386px;
}
#comments input#submit:hover {
	background: #ccc;
	cursor: pointer;
}
#comments input#submit:active {
	background: #8cac0b;
	border: 1px solid #5c7205;
	color: #D9EB95;
}
#respond {
	text-align: center
}
.comment-form-comment label,
.form-allowed-tags {
	display: none;
}
#reply-title {
	font-size: 28px;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label {
	display: block;
}
