body {
    background: #f6f4eb url(../images/bodybg-cream.gif) repeat-y top center; 
}
#page {
	background: #FFF;
}
#contentleft {
	width: 600px;
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0;
	background-color: #FFF;
} 
#header {
	background: #000 url(../images/header-cream.jpg) no-repeat;
	height: 176px;
}
#headerwrap h1.bloglogo {
	display: none;
}
#header h1.blogtitle {
	color: #f6f4eb;
	text-shadow: 0 1px 1px #000;
}
#header p {
	color: #FFF;
}
a, a:link, a:visited {
	color: #5d306e;
}
a:hover, a:active {
	color: #e57eab;
	text-decoration:underline;
}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
	color: #5d306e;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #e57eab;
	text-decoration:underline;
	}

.featurepost h2 a, .featurepost h2 a:link, .featurepost h2 a:visited {
	color:#5d306e;
}

#subleft .hl, #subright .hl {
	color: #5d306e;
}

.akpc_pop {
	margin-bottom: 0px;
}

div.sociable {
	margin-bottom: 0px;
}

#footer {
	background: #94B237;
	border-top: 2px solid #B3D73A;
	color: #FFF;
}
#footer a {
	color: #FFF;
}

h2.featurehead {
	border-bottom: 3px solid #5d306e;
}

h2.featurehead span {
	background-color:#5d306e;
}

#nav {
	background: #94B237;
	margin:0 auto;
	padding:0 10px;
	width:960px;
	position:relative;
	height: 32px;
	z-index:99;
	border-bottom:2px solid #B3D73A;
	border-top:1px solid #FFF;
}
#nav ul {
	width: 940px;
}
#nav li a:hover, #nav li a:active {
	color: #FC3;
}
#nav li.current_page_item {
	background:url(../images/nav-right-curechief.png) top right no-repeat;
}
#nav li.current_page_item a, 
#nav li.current_page_item a:link, 
#nav li.current_page_item a:visited {
	background:url(../images/nav-left-curechief.png) top left no-repeat;
}
#nav li ul {
	background:#f6f4eb;
	border:1px solid #1e7099;
	}
#subright ul li, #subleft ul li, #sidebar ul li {
	background: transparent url(../images/bullet-curechief.gif) no-repeat 0 2px;
}
#sidebar ul li ul li, #subright ul li ul li, #subleft ul li ul li {
	background: transparent url(../images/bullet-curechief.gif) no-repeat 0 2px;
}
.homeleft ul li, .homeright ul li {
	background: transparent url(../images/bullet-curechief.gif) no-repeat 0 2px;
}
.homeleft ul li ul li, .homeright ul li ul li{
	background: transparent url(../images/bullet-curechief.gif) no-repeat 0 2px;
}
.post ul li, .singlepost ul li, .featurepost ul li {
	background: transparent url(../images/bullet-curechief.gif) no-repeat 0 2px;
}
ul.home-right li.title, 
ul.home-left li.title, 
ul.home-bottom li.title {
	border:1px solid #1e7099;
	background:#1e7099;
}

#side-tabs ul.tabs li a, 
#side-tabs ul.tabs li a:link, 
#side-tabs ul.tabs li a:visited {
	border: 1px solid #ddd;
	/*background: #eee url(images/gradientbg1.png) repeat-x;*/
	background-image: none;
	background: #1e7099;
	color: #FFF;
}
#side-tabs ul.tabs li a:hover, 
#side-tabs ul.tabs li a:active {
	background: #FFF url(../images/gradientbg2.gif) repeat-x;
	color: #333;
}

#side-tabs ul.tabs li a.on {
	background:#fff;
	border-bottom: 1px solid #fff;
	color: #333;
}

.allcomments {
	background-color:#f6f4eb;
	border-top: 5px solid #e57eab;
	border-bottom: 5px solid #e57eab;
}

h2.sectionhead, #sidebar h2, #midcontent h2, h2.featurehead, .homeleft h2, .homeright h2, #subleft h2, #subright h2 {
	border-bottom:3px solid #e57eab;
	color:#333333;
}

#slider-wrap {
	background: #5d306e;
}
#slider-wrap #slider {
	background:#5d306e;
}

#slider-wrap ol#controls {
	background: #5d306e;
}

#slider-wrap #slider li { /* define width and height of list item (slide) - entire slider area will adjust according to the parameters provided here */ 
	background:#5d306e;
}

#slider-wrap #slider li .feat-content {  
	border:1px solid #5d306e;
	background:#5d306e;
}
#slider-wrap #slider li .entry {
	background:#5d306e;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.highlight {
	background-color:#FFFF33;
}

#cforms6form {
	background: #00b8e5;
	padding:10px;
	margin-bottom:15px;
	border: 4px solid #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#cforms6form p.cf-sb { text-align:center; }

