/*
Theme Name: The Mother's Way Default Template
Theme URI: http://www.themothersway.com/
Author: Courtney Wilson
Author URI: http://www.moonsoar.com.com/
*/

body{
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.45em;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	color:#333;
}

#container{
	width:780px;
	margin-left:0;
	margin-top:0;
	paddding:0;
}

* html #container{
	width:800px;
}


#leftbar{
	float:left;
	width:630px;
	margin:0;
	padding:0;
}

#maincontent{
	padding:5px;
}

#header{
	font-size:smaller;
	text-align:center;
}

#footer{
	font-size:.7em;
	padding:5px;
	text-align:center;
	width:630px;
}

a, a:link, a:visited{
	color:#9d8978;
}

a:hover, a:active{
	color:#000;
}

h1{
	font-size:large;
}

h2{
	font-size:medium;
}

h3{
	font-size:medium;
	color:#9d8978;
}

h4{
	font-size:small
}

h5{
	font-size:small;
	color:#9d8978;
}

.post h5{
	margin:0;
	padding:0;
}

h6{
	font-size:smaller;
	color:#9d8978;
}

#leftbar div#header h1{
	width:630px;
	margin:0;
	padding:0;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 167px;
	text-indent: -999999px;
}

/* --- SIDEBAR --- */
	
#sidebar{
	width:150px;
	margin:0;
	background-color:#e3d6cb;
	background-image: url(images/mothersway_02.gif);
	background-position: top;
	background-repeat:no-repeat;
	padding:0;
	padding-top:150px;
	font-size:.9em;
	margin-left: 630px;
}

*html #sidebar{
	background:none !important;
}

#sidebar a, #sidebar a:link, #sidebar a:visited{
	color:#64503f;
}

#sidebar a:hover, #sidebar a:active{
	color:#000;
}

#sidebar ul{
	margin:0;
	padding:0 5px 10px 5px;
	list-style-type:none;
	list-style-position:outside;
}

#sidebar h2{
	padding:0;
	margin:0;
	color: #000;
	margin-top:25px;
}

/* --- CONTENT --- */

.post{
	width: 600px;
	margin-left: 15px;
	border-bottom: 1px solid #e3d7cb;
	padding-bottom:10px;
	margin-bottom:50px;
}

.post h2{
	margin:0;
	padding:0;
}

.post h2, .post h2 a, .post h2 a:link, .post h2 a:visited{
	color:#9d8978;
	text-decoration:none;
	font-size: 1.25em;
	text-transform:capitalize;
}

.post h2 a:hover, .post h2 a:active{
	color:#cab4a2 !important;
}

.postdate{
	font-size:.7em;
	width:600px;
	background-color:#5f8e8f;
	color:#FFF;
	text-indent:10px;
	margin-top:5px;
}

.postdate p{
	padding:0;
	margin:0;
}

.postdate p.left{
	float:left;
	width:300px;
}

.postdate p.postmetadata{
	text-align:right;
	margin-right:10px;
}

.postdate a, .postdate a:link, .postdate a:visited, .postdate a:hover, .postdate a:active{
	color:#FFF;
	text-decoration:underline;
}

.small{
	font-size:.7em;
	line-height: 1.25em;
}

.pagetitle{
	text-align:center;
	width: 600px;
	margin:0;
	padding:0;
	margin-left: 15px;
	margin-bottom:10px;
}

.navigation{
	text-align:center;
	width: 600px;
	margin: 30px 0 30px 15px;
	font-size: .8em;
}

/* --- COMMENTS --- */

#commentcontainer{
	width: 600px;
	margin-left: 15px;
	padding-bottom:10px;
	margin-bottom:10px;
}