* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 14px;
	color: #3c3c3c;
}

p {
	padding: 6px 0px 6px 0px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 130%;
}

h1, h2 h3 {
	text-transform: lowercase;
	color: #8e1701;
}

h1 {
	font-size: 42px;
}

h2 {
	text-transform: lowercase;
	color: #8e1701;
	margin-left: 20px;
}

hr {
	display: none;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/*Home Page*/

#homep {
	padding: 6px 25px 10px 25px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 130%;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 0px;
	color: #3c3c3c;
	word-spacing: .2em;
}

#homep a {
	color: #990000;
}

#homep a:hover {
	text-decoration: underline;
	color: #cc8466;
}

/* Header */

#menu {
	height: 96px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	height: 96px;
}

#menu a {
	float: left;
	height: 66px;
	padding: 30px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 30px;
	font-weight: bold;
	color: #E6CFB4;
}

#menu a:hover {
	color: #FFFFFF;
}

/* Post Block */

.post {
	background: url(../images/img06.jpg) repeat-y 147px 0;
}

.post .bgbottom {
	height: 60px;
	background: url(../images/img07.jpg) no-repeat 147px 0;
}

.post .meta {
	float: left;
	width: 149px;
	height: 355px;
	background: url(../images/img05.jpg) no-repeat;
	text-align: center;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.post .meta a {
	text-decoration: none;
	color: #333333;
}

.post .meta .d, .post .meta .c {
	display: block;
	font-size: 36px;
}

.post .meta .date, .post .meta .comments {
	display: block;
	padding: 95px 0 10px 0;
}

.post .title {
	margin-left: 149px;
	padding: 30px 40px 20px 20px;
	background: url(../images/img08.jpg) no-repeat;
}

.post .title a {
	padding-right: 50px;
	background: url(images/img10.gif) no-repeat right top;
	text-decoration: none;
	letter-spacing: -3px;
	font-size: 42px;
	color: #910000;
}

.post .entry {
	margin: 0px 20px 10px 130px;
	padding: 0px 0px 10px 50px;
	background: url(../images/img11.jpg) no-repeat;
}

.post .entry a:link {
	padding: 0 5px;
	background: #E29269 url(../images/img12.gif);
	text-decoration: none;
	color: #FFFFFF;
}

.post .entry a:hover {
	background: #A54112;
	color: #FFFFFF;
}

/* Content Bar - The widget-ready sidebar in the content area. */

#contentbar {
	clear: both;
	padding-top: 20px;
	vertical-align: top;
}

#contentbar ul {
	margin: 0;
	padding: 0;
	list-style-image: url("http://www.darlenealu.com/images/bullet.gif"); 
}

#contentbar li {
	display: block;
	float: left;
	width: 325px;
	margin-left: 10px;
	background: url(../images/img14.jpg) repeat-y;
}

#contentbar li ul {
	padding: 0 20px 40px 20px;
	background: url(../images/img15.jpg) no-repeat left bottom;
}

#contentbar li li {
	float: none;
	width: auto;
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../images/img18.gif) no-repeat left center;
}

#contentbar .widgettitle {
	padding: 45px 20px 20px 20px;
	background: url(../images/img13.jpg) no-repeat;
	letter-spacing: -2px;
}

/* Search */

#sidebar #search {
	height: 60px;
	background: url(../images/searchbox.gif) no-repeat;
}

#search form {
	padding: 18px 66px 0px 0px;
}

#search br {
	display: none;
}

#search input {
	display: none;
	font: bold 12px Arial;
	text-transform: lowercase;
	background: none;
	border: none;
}

#search #s {
	display: block;
	width: 100px;
	letter-spacing: 1px;
	word-spacing: .6em;
	font-size: 14px;
	color: #FFFFFF;
}

.sidebar {
	width: 300px;
}

.ponder {
	width: 200px;
	padding: 5px 30px 0px 30px;
	text-align: center;
}

.calendar_wrap {
	float: center;
	width: 260px;
	left-padding: 20px;
}