/* @override http://mth.private/wp-content/themes/makingthishome_1.3/style.css */
/* @override http://www.makingthishome.com/wp-content/themes/makingthishome_1.3/style.css */
/*
Theme Name: Making This Home
Theme URI: http://www.makingthishome.com/
Description: Making This Home Wordpress Theme based on Default Wordpress Theme by Michael Heilemann.
Version: 1.3
Author: Martin Clemons
Author URI: http://muwatt.com/
*/

/* @group Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform {
	margin: 20px;
	padding: 20px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* @end */

/* @group Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Captions */



/* @end */

/* @group Main */

.contentcolumn .postmetadata {
	padding-top: 5px;
	}

div.contentcolumn {
	float: right;
	width: 700px;
	margin: 0 0 32px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/* @group Calendar */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* @end */

.contentcolumn .entry {
	line-height: 1.4em;
}

.contentcolumn .postmetadata {
	text-align: center;
	}

#content {
	font-size: 1.2em
}

/* @group Post */

img.stumbleuponButton {
	margin: 3px;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

/*
.postmetadata a {
	color: #3f3931;
}
*/

.post h3 {
	background: #50708c;
	color: #FFFFFF;
	font-size: 1.2em;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 4px 0px 3px 8px;
}

.post, #archives {
	background: white;
	text-align: justify;
	padding: 0px;
	margin: 15px 15px 15px 10px;
}

div.postContent {
	padding: 12px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}



/* @end */

/* @group Comments */

.commentlist .alt {
	background-color: #f8f8f8;
	border-style:  none;
}
	
ol.commentlist {
	background-color: white;
	margin: 0 15px 0 10px;
	padding: 0px;
	text-align: justify;
}

#comments {

	background: white;
	text-align: justify;
	margin: 5px 15px 0 10px;
}

#commentsHeader {
	height: 30px;
	width: auto;
	background: url(images/header-659-30.png) no-repeat;
	color: white;
	margin-right: 8px;
	margin-left: 8px;
}

div#commentsRSS {
	background-color: white;
	margin: 0 15px 0 10px;
	padding-left: 9px;
	padding-bottom: 3px;
	padding-top: 5px;
}

div#commentsRSS img {
	width: 15px;
	height: 15px;
	margin-bottom: -3px;
}

div#commentsRSS a {
	margin-right: 20px;
	margin-left: 20px;
}

#comments h3 {
	margin-top: 0;
	padding-top: 5px;
	padding-left: 8px;
}

#respond {
	margin: 15px 15px 15px 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	padding: 10px;
	list-style: none;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small.commentmetadata a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #3f3931;
}

.gravatar {
	float: right;
	border: none;
	padding: 10px 8px 5px 6px;
}


/* @end */

/* @group Nav Formatting */

div.singlePostNavTop {
	position: relative;
	top: 18px;
}

div.singlePostNavBottom {
	position: relative;
	top: 8px;
}

div.multiPostNavTop {
	position: relative;
	top: 18px;
}

div.multiPostNavBot {
	position: relative;
	bottom: 35px;
}

div.navleft {
	float: left;
	margin-left: 30px;
}

div.navright {
	float: right;
	margin-right: 30px;
}



/* @end */

#archivesMonthList {
	padding-top: 30px;
}

#archivesYearList {
}


ul.archivesMonthList li {
	display: inline;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
}

ul.archivesPostList li {
	list-style-image: url(images/tiny-star.png);
}


li.archivesEmptyMonth {
	opacity: 0.25;
}

ul.archivesMonthList,
ul.archivesPostList a {
	position: relative;
	bottom: 4px;
}


/* @end */

/* @group Images */
/* p img {
	padding: 0;
	max-width: 100%;
	} */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

a img {
	border: none;
	}

img.postPreviewImage {
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 5px;
}



/* @end */

/* @group Global */

/* @group Rounded Corners */

div.topBorderContainer {
	height: 14px;
}

div.bottomBorderContainer {
	height: 14px;
	clear: left;
}

div.topBorderContainer div.leftBorderContainer {
	background: url(images/rounded-corners/topleft.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}

div.topBorderContainer div.rightBorderContainer {
	background: url(images/rounded-corners/topright.png) no-repeat;
	width: 14px;
	height: 14px;
	float: right;
}

div.bottomBorderContainer div.leftBorderContainer {
	background: url(images/rounded-corners/botleft.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}

div.bottomBorderContainer div.rightBorderContainer {
	background: url(images/rounded-corners/botright.png) no-repeat;
	width: 14px;
	height: 14px;
	float: right;
}



/* @end */

a {
	text-decoration: none;
	color: #50708c;
}

a:visited {
	text-decoration: none;
	color: #50708c;
}

a:hover {
	text-decoration: underline;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.alt {
	margin: 0;
	padding: 10px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
	}

.clear {
	clear: both;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
/*
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
html>body .entry ul {
	padding-left: 22px;
	list-style-image: url(images/tiny-star.png);
}

h1, h2, h3 {
	font-weight: bold;
	}

h1 a, h2 a, h3 a {
	color:  #3f3931;
}

h1 a:visited, h2 a:visited, h3 a:visited {
	color:  #3f3931;
}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 1.6em;
	margin: 0;
}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}

#page {
	padding: 0;
	width: 1000px;
	background-color: #ebe5d9;
	text-align: left;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #3f3931;
}

img.floatRight {
	padding: 10px;
	float: right;
}

ul#errorPopularList {
	list-style-image: url(images/tiny-star.png);
	line-height: 2em;
}

p.clearRight {
	clear: right;
}

/* @end */

/* @group Sidebar */

/* @group general */

#sidebar
{
	width: 300px;
	top: 0;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-right: 0;
	padding-bottom: 14px;
	padding-top: 7px;
}

.sidebarContent {
	padding: 10px 10px 0;
}

#sidebarSponsors div.sidebarContent {
	padding-top: 0;
}

#sidebarSponsors img.adImg {
	margin: 5px 0 0;
}

#sidebarSponsors img.adImg-l {
	margin-right: 10px;
}

#sidebar h2 {
	font-size: 1.2em;
}

.sidebarContent p {
	margin-bottom: 2;
}

.sidebarContainerHeader .topBorderContainer h2 {
	margin-left: 10px;
	color: white;
	float: left;
}

.sidebarContainer {
	background-color: white;
	margin-top: 8px;
	margin-left: 15px;
}

.sidebarContainerHeader {
	height: 18px;
	background: url(images/sidebar/sidebarHeaderGradient.gif) repeat-x;
}



/* @end */

/* @group about me */

#sidebarAboutMe div.sidebarContent p {
	margin-top: 4px;
}

#sidebarAboutMePic {
	float: left;
	padding-right: 8px;
	padding-bottom: 6px;
}

#sidebarAboutMe {
	width: auto;
}

div#sidebarSocialLinks {
	clear: left;
	height: 22px;
	margin-bottom: -5px;
}

div#sidebarSocialLinks img {
	float: left;
}

div#sidebarSocialLinks span {
	margin-left: 3px;
	float: left;
	margin-top: 3px;
}




/* @end */

#sidebarSponsors p {
	font-size: 1.1em;
	margin-top: 4px;
	margin-bottom: 6px;
}

#blogButtons {
width: 190px;
}

#blogButtons a {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

#subscribeTab {
	width: 190px;
}

#sidebarPopular ul {
	line-height: 16px;
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}

/* @group shop */

#sidebarShop div.sidebarContent {
	padding: 0;
}

#sidebarShop div.bottomBorderContainer {
	position: relative;
	margin-top: -14px;
}



/* @end */

/* @group categories */

#sidebarCategories {
	font-size: 1.1em;
	width: auto;
}

#sidebarCategories ul a {
	position: relative;
	bottom: 4px;
}

#sidebarCategories ul {
	line-height: 16px;
	list-style-type: none;
	margin: 0;
	padding-left: 16px;
}

#sidebarCategories ul .current-cat {
	list-style-image: url(images/tiny-star.png);
}



/* @end */

/* @group projects */

#sidebarProjects div.sidebarContent ul {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 0 -10px;
}

div#space11 {
	width: 11px;
	float: left;
	height: 11px;
}

#sidebarProjects div.sidebarContent ul li {
	padding-bottom: 8px;
}


/* @end */


/* @end */

/* @group Header */


#header {
	padding: 0;
	height: auto;
	width: 1002px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #959596;
	border-bottom-style: none;*/
	background: white;
}

#headerimg {
	margin: 0 0 0 50px;
	height: 200px;
	width: 900px;
	background-image: url(images/mth_header.jpg);
}

div#rssLink {
	width: 200px;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

#rssLink img {
	float: left;
}

#rssLink span {
	margin-left: 33px;
	display: block;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #766a5c;
	font-weight: bold;
}

#rssLink a:hover {
	text-decoration: none;
}

#rssLink span.rssHidden {
	visibility: hidden;
	color: #938677;
}

#rssLink a:hover span.rssHidden {
	visibility: visible;
}



/* @end */

/* @group Nav Bar */

#headernav {
	height: 30px;
	width: auto;
	vertical-align: middle;
	background: #766a5c url(images/headerGradient.gif) repeat-x;
	overflow: hidden;
}

#headernav ul {
	margin: 0;
	padding: 0;
}

#headernav form {
	margin: 0;
	padding: 0;
}

#headerIcon {
	background-image: url(images/flower.png);
	height: 30px;
	float: left;
	list-style-type: none;
	width: 80px;
}

#headernavsearch {
	list-style: none;
	display: list-item;
}

#searchIcon {
	background: url(images/find.png) no-repeat;
	height: 20px;
	float: left;
	list-style-type: none;
	width: 29px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 4px;
}

input#s {
	width: 140px;
	margin-left: 0px;
	margin-top: 5px;
}

#searchform {
	width: 210px;
	float: left;
	display: inline;
}

#searchsubmit {
	background: #ebe5d9;
	color: #3f3931;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	border-top: 1px solid #fcf6e9;
	border-right: 1px solid #c2bdb3;
	border-left: 1px solid #fcf6e9;
	border-bottom: 1px solid #c2bdb3;
	width: 40px;
}

#headernav li.page_item {
	list-style: none;
	display: list-item;
	float: left;
	height: 30px;
	padding-left: 9px;
	padding-right: 9px;
}

#headernav li.current_page_item {
	background-color: #ebe5d9;
	border: 1px solid #959596;
	border-bottom-style: none;
	border-top-style: none;
}

#headernav li.page_item:hover {
	background-color: #ebe5d9;
}

#headernav li.page_item:hover a {
	color: #3f3931;
}

#headernav li.current_page_item a {
	color: #3f3931;
}

#headernav li a {
	color: white;
	font-size: 1.4em;
	text-decoration: none;
	position: relative;
	top: 6px;
}

/* @end */

/* @group Footer */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	border: none;
	background-color: #ebe5d9;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


/* @end */

