/*
Theme Name: Center for Happiness
Theme URI: http://www.wpdesigner.com
Description: This is the theme designed for the Center for Happiness in Minneapolis, MN through the Company MorrisHaugen.
Version: 1.0
Author: Cortland Bechtell
Author URI: http://www.cortsstudio.com

*/

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #361e0b;
	background: #ffffff;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	padding: 0;
	margin: 0;
}

h1{
	font-size:14px;
	font-size: 24px;
	padding: 0 0 10px 0;
}
a:link, a:visited{
	text-decoration: underline;
	color: #492C13;
}
a:hover{
	text-decoration: none;
	color: #000;
}
p{
	padding: 10px 0 0 0;
}
p.postmetadata{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9B59E;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 20px;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}
#wrapper{ /* add DIV and DIV ID wrapper to whole index.php*/
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
	background:#000000;
}

/* Cort stuff start*/
/* Cort stuff start*/
.navArea2 {
	background-image: url(images/navArea_BG.gif);
	background-repeat: no-repeat;
	height: 298px;
	width: 251px;
	position: absolute;
	left: 706px;
	top: 0px;
	padding: 12px;
}
.textArea2 {
	width: 676px;
	background-color: #F0E5DB;
}
.textArea_top2 {
	background-image: url(images/txt_area_01.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 676px;
	background-color: #F0E5DB;
	border:0px;
}
.textArea_mid2 {
	height: auto;
	min-height: 333px;
	height: expression( this.scrollHeight < 334 ? "333px" : "auto" );
	width: 656px;
	background-color: #F0E5DB;
	background-image: url(images/txt_area_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 10px;
	border:0px;

}
.textArea_bot2 {
	background-image: url(images/txt_area_03.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 676px;
	border:0px;
}
/* Cort stuff end*/
/* Cort stuff end*/

#header{
	float: left;
	width: 750px;
}
#container{
	float: left;
	width: 650px;

}
.post{
	padding: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #b63a04;
}

.entry{
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #361e0b;
}
.sidebar{
	float: left;
	width: 275px;
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
padding: 10px 0 10px 0;
}
.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}
.sidebar ul ul li{
padding: 0;
line-height: 24px;
}
table#wp-calendar{ /*DIV ID equals to a table that has an ID wp-calender*/
width: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}