/* @override http://www.makingthishome.com/wp-content/themes/makingthishome_1.2/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.2
Author: Martin Clemons
Author URI: http://muwatt.com/
Tags: beta
*/

/* @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;
	}

.contentcolumn {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 700px;
	}

/* @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: #7b9ca3;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0px 3px 8px;
}

.post, #archives {
	padding: 20px;
	border: 1px solid #766a5c;
	/*#7b9ca3*/
	background: white;
	text-align: justify;
	margin: 15px 15px 15px 10px;
}

.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-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
	
.commentlist {
	background-color: #f8f2e8;
	border: 1px solid #766a5c;
	border-top-style: none;
	margin: 0 15px 15px 10px;
	padding: 0px;
	text-align: justify;
}

#comments {
	padding: 8px;
	border: 1px solid #766a5c;
	border-bottom-style: none;
	background: white;
	text-align: justify;
	margin: 5px 15px 0 10px;
}

#commentsHeader {
	margin-top: 0;
	height: 30px;
	width: auto;
	background: #766a5c url(images/headerGradient.gif) repeat-x;
	color: white;
}

#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;
	}

.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 */



/* @end */

/* @group Images */

/* Begin 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;
	}
/* End Images */

a img {
	border: none;
	}



/* @end */

/* @group Global */

a {
	text-decoration: none;
	color: #739299;
}

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

a:hover {
	/*color: #147;*/
	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, Arial, Sans-Serif;
	text-align: center;
	
	/*background-color: #cfc7ba;*/
	color: #333;
	margin: 0 0 0 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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	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;
}

.navigation {
	text-align: center;
	margin: -16px -11px 25px;
}

#page {
	padding: 0;
	width: 1000px;
	/*background-color: #c7d6db;*/
	background-color: #cfc7ba;
	border: 1px solid #959596;
	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;
}



/* @end */

/* @group Sidebar */

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

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

.sidebarContainer {
	padding: 7px;
	border: 1px solid #766a5c;
	background-color: white;
	margin-bottom: 6px;
	margin-top: 8px;
	margin-left: 15px;
}

.sidebarContainerHeader {
	padding-left: 5px;
	padding-bottom: 2px;
	background: url(images/sidebarHeaderGradient.gif) repeat-x;
	margin-bottom: 3px;
	margin-top: -5px;
}

.sidebarContainerHeader h2 {
	color: white;
}
#sidebarAboutMe {
	width: auto;
}

#sidebarGreenChristmasGuide {
	padding: 0;
	text-align: center;
	border-style: none;
	background-color: transparent;
}

#sidebarLearningToFly {
	padding: 0;
	text-align: center;
	border-style: none;
	background-color: transparent;
}

#sidebarSponsors p {
	font-size: 1.1em
}

#sidebarAboutMePic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#blogButtons {
width: 190px;
}

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

#subscribeTab {
	width: 190px;
}

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

#sidebarCategories .current-cat a {
	background-color: #f4f5b6;
	padding: 0px;
	margin-left: -1px;
	border: 1px solid #d1bf80;
}

#sidebarCategories .cat-item a:hover {
	background-color: #f4f5b6;
	padding: 0px;
	margin-left: -1px;
	border: 1px solid #d1bf80;
	text-decoration: none;
}

#sidebarCategories .current-cat a:hover {
	text-decoration: none;
}

#sidebarCategories a,
#subscribeTab a,
#sidebarPopular a {
	color: black;	
}

.categorySubmenuYearHeader {
	border: 1px solid #cfc7ba;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

.categorySubmenuCurrentYear {
	margin-left: 10px;
	list-style-position: outside;
}

.categorySubmenu2008 {
	margin-left: 10px;
	list-style-position: outside;
}

#sidebar ul {
	line-height: 1.5em;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}


/* @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);
}

/* @end */

/* @group Nav Bar */

.navigation a {
	color:  #3f3931;
}

#headernav {
	height: 30px;
	width: auto;
	vertical-align: middle;
	padding-left: 10px;
	border: 1px solid #959596;
	border-bottom-style: none;
	background: #766a5c url(images/headerGradient.gif) repeat-x;
}

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

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

#headernav li {
	/*background-color: white;*/
	/*background-color: #b7c5ca;*/
}

#headernavhome {
	list-style: none;
	display: list-item;
	float: left;
	padding: 4px 10px 9px;	
}

#headernavshop {
	list-style: none;
	display: list-item;
	float: left;
	padding: 4px 10px 9px;	
}

#headernavsearch {
	list-style: none;
	display: list-item;
	float: right;
	padding: 3px 20px 0px 15px;
}

#searchform {
	width: 218px;
}

#searchsubmit {
	background: #c7d6db;
	color: #3f3931;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #dbeaf1;
	border-right: 1px solid #747c7f;
	border-left: 1px solid #dbeaf1;
	border-bottom: 1px solid #747c7f;
	width: 54px;
}

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

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

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

#headernavhome:hover {
	background-color: #cfc7ba;	
}

#headernavshop:hover {
	background-color: #cfc7ba;	
}

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

/*#headernav li:hover {
	color: #cfc7ba;
}*/

#headernav li a {
	/*color: #3f3931;*/
	color: white;
	font-size: 1.4em;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

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

#footer {
	border: none;
	background-color: #eee;
}



/* @end */

