/*
Theme Name: Mother Father
Theme URI: http://thisismotherfather.com/blog/
Description: The Mother Father WordPress blog theme.
Version: 1.0
Author: Jeff Schuette
Author URI: http://elemint.us/
*/


/* Begin Structure */
.narrowcolumn, .widecolumn {
	float: left;
	margin-bottom: 20px;
	width: 500px;
	border-right: 1px dotted #cba85e;
	padding-right: 33px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	border: 1px solid #cba85e;
	margin-top: 30px;
}
#sidebar {
	margin-bottom: 20px;
	margin-left: 565px;
	width: 320px;
}
#footer {
	clear: both;
}
/* End Structure */




/* Begin Typography & Colors */


.narrowcolumn h2, .narrowcolumn h3, .widecolumn h2 {
	font-size: 16px;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.narrowcolumn small {
	display: block;
	margin-bottom: 1em;
	color: #999;
	margin-top: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widecolumn h2 {
	margin-bottom: 1em;
}
.archive h2 {
	margin-bottom: 40px;
	font-size: 20px;	text-transform: capitalize;
	display: block;
}
.archive h3 {
	font-size: 18px;
}
#sidebar h2 {
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar ul li {
	margin-bottom: 50px;
}
#sidebar ul ul li {
	margin-bottom: 0;
}
.rss_link a {
	background-color: transparent;
}
.rss_link {
	margin-bottom: 50px;
}




/* Begin Comments*/
#respond h3 {
	margin-bottom: 40px;
	font-size: 20px;
}
#respond form p {
	margin-bottom: 20px;
}
#respond form label {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 6px;
}
#respond form .entrybox {
	width: 488px;
}
#respond form input.entrybox {
	padding: 6px 5px;
}
.textbox {
	background-color: #2d2d2d;
	border: 1px solid #b27f00;
	font-size: 12px;
	padding: 3px 5px;
	width: 488px;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
}
#respond form #submit {
	color: #000;
	font-weight: bold;
	background-color: #b27f00;
	border: 1px solid #cba85e;
	padding: 3px 5px;
	width: 130px;
	cursor: pointer;
	height: 24px;
}
#respond form #submit:hover {
	background-color: #cba85e;
}



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

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
	display: block;
	margin-bottom: 15px;
}
.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

