body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	color: #333333;
}

#recent-posts h2 {
font-size: 12px;
}

#wrapper {
	width: 986px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 986px;
	height: 226px;
	background: #ffffff url('images/blog-header.gif') no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
}


#search 
{
	display: none;
	clear: both;
	float: right;
	margin: -10px 0 0 0;
	padding-left: 100px;
	height: 27px;
	width: 435px;
	background: url('images/search-txt2.png') no-repeat 0 12px;
}

#main {
	width: 976px;
	margin: 35px auto 0 auto;
	padding: 0;
	clear: both;
}


#sidebar-right {
	width: 160px;
	float: right;
	margin: 0 0 0 10px;
}


#sidebar-left {
	width: 300px;
	margin: 0 10px 0 0;
}

#main-column {
	width: 450px;
	float: right;
	margin: 0px 10px;
	padding: 0 10px;
}

#bottom-ldr-ad {
	width: 728px;
	height: 90px;
	margin: 20px 0 20px 200px;
	clear: both;
}



#footer {
	clear: both;
	width: 986px;
	height: 28px;
	background: transparent url('images/footerbar.png') no-repeat top;
	padding: 7px 0 0 5px;
	font-size: 11px;
}

/* general content */

a:link, a:active, a:visited, a:focus {
	color: #13a2e1;
	text-decoration: none;
	outline: none;
	border:none;
}

a:hover {
	text-decoration: underline;
}

img,img a:link, img a:active, img a:visited, img a:hover, img a:focus {
	border: none;
	outline: none;
}

.green, .green a {
	color: #b9dd0c;
}


/* header */

#blog-logo {
	display: block;
	width: 459px;
	height: 182px;
	margin: 0 0px 0 253px;
	padding-top: 10px;
}

#part-of {
	display: block;
	float: right;
	margin: 4px 288px 0 0;
	width: 161px;
	height: 14px;
}




/* search */

#search-txt {
	float: left;
	margin: 11px 5px 0 0;
	width: 96px;
}

#search-box {
	float: left;
	margin: 9px 0 0 0;
	width: 265px;
}

#search-options {
	float: left;
	width: 102px;
}

#go, #go:hover, #go:focus, #go:active {
	float: left;
	border: none;
	background: transparent url('images/go.png') no-repeat;
	width: 60px;
	height: 32px;
	text-indent: -1000em;
	cursor: pointer;
	outline: none;
	margin: 5px 0 0 0;
	padding: 0;
}





/* right sidebar */

#take-me {
	display: block;
	width: 160px;
	height: 55px;
	margin: 0;
	background: url('images/kcparent-buttonlink.png') no-repeat;
}


#recent-posts {
	display: block;
	background: url('images/recent-txt.png') no-repeat 0 0;
	margin: 30px 0 0 0;
	padding-top: 45px;
}

#recent-posts ul {
	margin: 15px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#recent-posts ul li {
	padding: 0 0 5px 0;
}

#monthly-archive {
	display: block;
	margin: 10px 0 0 0;
	background: url('images/monthly-txt.png') no-repeat 0 0;
	padding-top: 50px;
	width: 160px;
}

#monthly-archive select{
	width: 160px;
}

#followblog {
	display: none;
	background: url('images/follow-txt.png') no-repeat 0 0;
	padding-top: 18px;
	margin: 30px 0 0 0;
	height: 60px;
}

#subscribe-news {
	display: block;
	width: 160px;
	height: 40px;
	background: url('images/subscribe.png') no-repeat;
}

#blogtopics {
	width: 160px;
	margin: 40px 0 0 0;
	padding-top: 45px;
	background: url('images/topics-txt.png') no-repeat;
}

#blogtopics ul {
	width: 160px;
	font-size: 14px;
	list-style-type: none;
	text-align: center;
	margin: 5px 0;
	padding: 0;
	border-top: 1px #b9dd0c dotted;
}

#blogtopics ul li {
	border-bottom: 1px #b9dd0c dotted;
	padding: 5px 0;
}

#meetkcmom {
	margin: 50px 0 0 0;
	background: url('images/meetkcmom.png') no-repeat;
	padding-top: 45px;
}


/* left sidebar */

#blog-sponsor-ad {
	background: url('images/brought-by.png') no-repeat 0 0;
	padding-top: 20px;
	margin-bottom: 30px;
}

a.brought-by-1 {
	display: block;
	background: url('images/wiggles-web.jpg') no-repeat;
	width: 300px;
	height: 250px;
	margin: 5px 0 0 0;
}

a.brought-by-2 {
	display: block;
	background: url('images/wof-web.png') no-repeat;
	width: 300px;
	height: 250px;
	margin: 15px 0 0 0;
	border: 1px solid #333333;
}



/* individual blog entry */

.blog-entry {
	padding-bottom: 50px;
	clear: both;
}

.date {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}

.entry-title {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 20px 0;
}

.entry-content p {
	margin: 0 0 20px 0;
}

.posted {
	border-top: 1px solid #dddcc2;
	margin-top: 20px;
	clear: both;
}

.sharethis {
	display: block;
	width: 180px;
	height: 33px;
	background: url('images/share.png') no-repeat;
}







/* interior blog page */

#switch-entry {
	padding: 0 0 40px 0;
	margin: 0;
}

#next-entry {
	width: 65px;
	float: right;
	font-weight: bold;
	background: url('images/next-entry.png') no-repeat 58px 5px;
}

#prev-entry {
	width: 90px;
	float: left;
	font-weight: bold;
	background: url('images/prev-entry.png') no-repeat 0 5px;
	padding-left: 8px;
}

/* comments */

#comments {
	margin: 0;
}

#comments h3 {
	font-size: 14px;
	margin: 40px 0 0 0;
}

.single-comment {
	margin: 40px 0 0 0;
}

.comment-posted {
	border-top: 1px solid #dddcc2;
	margin-top: 10px;
	font-weight: bold;
}

.comment-name {
	font-style: italic;
}

.comment-form {
	width: 350px;
	margin-bottom: 20px;
}

#comment-submit, #comment-submit:hover, #comment-submit:focus, #comment-submit:active {
	background: #ffffff url('images/submit-comment.png') no-repeat;
	width: 140px;
	height: 33px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}



