/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {background: #a8bfd6 url(header_repeat_back.jpg) top repeat-x; margin-top: 10px;}

#header { background: url(content_top.jpg) top no-repeat; height: 400px;}

#wrapper { background: url(content_top.jpg) top no-repeat; width: 800px; margin: 0 auto 0 auto;}

#page {
	border: none;
	padding: 0;
	background: url(repeat_back.jpg) repeat-y;
	}
	
.columns-two #page { width: 800px;}

.content {	
padding: 0 20px;
}

#primary {
	width: 500px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #333;
	}

.entry-content blockquote { color:#666;}

.secondary {
	float: right;
	margin: 30px 0px 20px 0;
	}

.blog-title { display: none; }

.entry-title { display: block; text-align: left; font-family: "Times New Roman", Times, serif;}

.entry-title a { display: block; text-align: left; font-family: "Times New Roman", Times, serif; color: #006445;}

#header .description {
display: none;
}

.secondary h4{
font-size:24px;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited { color: #006445; font-family: "Times New Roman", Times, serif; text-transform: lowercase; letter-spacing: 1px;}

h4, h4 a, h4 a:visited {
	color: #666; font-weight: bold; letter-spacing: 1px; font-family: "Times New Roman", Times, serif;
	}
	
#footer {
background: url(content_bottom.jpg) top no-repeat;
padding: 40px 25px 40px;
	text-align: left;
	width: 750px;
}

.menu {display: none;}

#leavecomment { color:#666;}

.meta-start {color: #333;}
.meta-prep {color: #333;}

h2 {text-align: left; font-weight: normal; font-size: 32px;}

a {
	color: #643ba2;
	text-decoration: none;
	}
