/*
Theme Name: Mustaches for Kids
Theme URI: http://mustachesforkids.org/
Description: M4K umbrella website
Version: 1.0
Author: Steve Palmer
Author URI: http://mustachesforkids.org/
*/

body,html,img,ul,ol,li,form,h1,h2,h3,p,blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #EFE4D1 url("images/body-bg.png") repeat-x;
	text-align: center;
	-x-system-font: none;
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #333;
}

a {
	color: #dc8e3a;
	text-decoration: none;
	border-bottom: dotted 1px #e0ae78;
}

a:hover {
	background: #fcf0db;
}

h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #6F4E14;
	margin: 2em 0 1em;
}

h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0.5em 0;
	color: #111;
	font-weight: normal;
}


/***********************************
*	page structure
*/

#page {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}

#header {
	text-align: center;
	margin: 0 0 1em;
	padding: 30px 0 0;
	height: 170px;
	position: relative;
}


/***********************************
*	header
*/

#header h1 {
	margin: 0 auto 0.5em;
	width: 507px;
	height: 100px;
	background: url("images/header-bg.png") no-repeat;
}

#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	border: none;
	background: none;
}

#header .description {
	display: none;
}


/***********************************
*	main menu
*/

#mainmenu {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#mainmenu ul {
	list-style: none;
}
	
#mainmenu li {
	font-size: 17px;
	display: inline;
	margin: 0 5px;
}
	
#mainmenu li a {
	padding: 5px 10px 4px;
	line-height: 30px;
	border: none;
	color: #6f6452;
	background: #c2b296;
}
	
#mainmenu li a:hover {
	color: #000;
}

#mainmenu li.current_page_item a,
#mainmenu li.current_page_item a:hover {
	padding-bottom: 5px;
	color: #3F2904;
	text-decoration: none;
	background: #efddc2;
	border-top: solid 1px #f7eee0;
	border-right: solid 1px #f7eee0;
	border-left: solid 1px #f7eee0;
}


/***********************************
*	home
*/

#intro {
	padding: 0 0 20px 150px;
	background: url("images/chap.png") no-repeat top left;
}

#intro h2 {
	text-align: left;
	font-size: 2em;
	line-height: 105%;
	text-transform: none;
	letter-spacing: -0.05em;
	margin: 1em 0 0.3em;
}

#intro h3 {
	font-size: 1.2em;
	margin: 0.3em 0;
}

#chapter_map {
	height: 400px;
	border: solid 10px #fff;
}

#chapter_map a {
	border: none;
}

#chapter_map .map_info {
	font: normal 1em "Lucida Sans", "Lucida Grande", "Helvetica", "Arial";
}

#map_shadow {
	height: 39px;
	background: url("images/map-shadow.png") no-repeat;
	margin: 0 0 -30px;
}

/***********************************
*	content
*/

#content {
	padding: 20px 70px;
}

#content.narrowcolumn {
	padding: 40px 40px 40px 100px;
	width: 440px;
	float: left;
}

#content ul,
#content ol {
	margin: 0 40px 40px;
	padding: 0;
}

#content li {
	margin: 0.75em 0;
}

#content p, 
#content li {
	text-align: justify;
	line-height: 140%;
}
	
#content p {
	margin: 0.5em 0 1em;
}

#content .alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

#content .alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

#content .post {
	margin-bottom: 3em;
	border-bottom: solid 1px #DFD0B5;	
}

#content .post h3 {
	font-size: 2em;
	letter-spacing: -0.05em;
	margin: 0 0 0.5em;
}

#content .post small {
	display: block;
	color: #AF9B78;
}

#content .post .date {
	text-transform: uppercase;
	float: left;
	font-size: 0.85em;
	line-height: 1em;
	width: 44px;
	height: 100px;
	background: url("images/date-bg.png") no-repeat;
	margin: -25px 0 0 -85px;
	color: #666;
	text-align: center;
	padding: 33px 6px 3px 14px;
}

#content .post .date span {
	color: #000;
	font-size: 2.8em;
	margin: 0.25em 0 0.5em;
	display: block;
}

#content .dlm_download_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .dlm_download_list li {
	background: #EFDDC2;
	padding: 7px 10px;
	margin: 0 0 10px;
}

#content .dlm_download_list li h4 {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 1em;
	color: #C2B296;
}

#content .dlm_download_list li h4 a {
	font-size: 1.4em;
}

#content .dlm_download_list p {
	margin: 0;
	font-style: italic;
	font-size: 0.9em;
}

/***********************************
*	sidebar
*/

#sidebar {
	width: 150px;
	float: right;
	padding: 40px 40px 40px 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul h4 {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 1.5em 0 0.5em;
	border-bottom: solid 1px #DFD0B5;	
}

#sidebar ul ul li {
	font-size: 90%;
}

/***********************************
*	footer
*/

#footer {
	clear: both;
	border-top: dotted 1px #c5b6a1;
	padding: 10px;
	margin: 0 0 2em;
	font-size: 0.85em;
	color: #b79d70;
	text-align: center;
}


