/*  

Theme Name: Kim's Blog

Theme URI: http://www.kimlowery.com/blog

Description: Kim's blog.

Version: 1.0

Author: Nathan 

Author URI:



*/

a {
	color:#888888;
}

a:visited {
	color:#888888;
}

img {
	border:0px;
}

body {
	background-image: url(images/bg.gif);
	background-repeat:repeat;
	background-color: #76e2e4;
}

.entry {
  font-size:13px;
  font-weight:bold;
  color:#666666;
}
#header {
	background-image:url(images/head.gif);
	cursor:pointer;
	width:918px;
	height:177px;
	margin-left: auto ;
    margin-right: auto ;

}

#nav {
	width:918px;
	height:59px;
	margin-left: auto ;
    margin-right: auto ;

}

#post_body {
	background-color:#ffffff;
	background-image:url(images/body_bg.gif);
	width:918px;
	background-repeat:repeat-y;
	
	margin-left: auto ;
    margin-right: auto ;

}

#foot {
	background-image:url(images/foot.gif);
	width:918px;
	height:22px;
	margin-left: auto ;
    margin-right: auto ;

}

.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;

}



