/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Carlyn Maw
	Author Site	: http://www.23longacre.com
	Style Name	: Progressive News Print
	Style URI	: 
	Version		: 0.0.1
	Comments	: For use by Robin R. Cutler
*/

body {
	background: #f9f8f4;
	margin: 0; 
	color: #333; 
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	height: 370px;
	background: #f7f7f7 url('header_1.jpg') top no-repeat;
	
	}

ul.menu {
	}

ul.menu,
ul.menu li a {
	font-weight: bold;
	}

ul.menu li a {
	color: #777;
	background: none;
	border: 1px solid transparent;
	border-bottom: none;
	}

ul.menu li a:hover {
	color: #000 !important;
	background: #fff;
	border: 1px solid #efefef;
	border-bottom: none;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	}
	
ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover {
	color: #333 !important;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	}
	

h1, h2, h3, h4 {
	font-family: Georgia, 'times new roman', Arial, Helvetica, Verdana, Sans-Serif;
	letter-spacing: 1px;
	}	
	
.primary {
	/* Contains the main column */
	}
#primary h3 {
	font-size: 2.4em;
	letter-spacing: 1px;
	color: #993333;
	}
	
#primary h4 {
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #993333;
	}	

#primary h3 a {
	color: #993333;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
		
	}
	
.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.entry-meta div {
	display: inline;
	}

.meta-start {
	padding: 2px 0 2px 2px ;
	background: none;
	}	

.person
{
	text-align: right;
	color: #993333;
}

entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	border-bottom: none;
	}

/*------------------------------ SIDE BAR*/
.secondary {
	/* Contains the sidebar */
	font-size: 1em;
	line-height: 1.5em;
	}
	
.secondary a, .secondary a:visited {
	color: #663333;
	font-weight: normal;
	}
	
.secondary ul li.current_page_item a,
.secondary ul li.current_page_item a:hover {
	color: #333 !important;
	background: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
.secondary ul li a:hover
{
	color: #333 !important;
	letter-spacing: 1px;
	text-decoration: none;
}

/* -----------------  A SOUL ON TRIAL FRONT PAGE SPECIAL CASE...*/
.frontpage-content {
	/* The meat and potatoes of home-page entry */
	font-size: 1.7em;
	line-height:1.3em;
	border-bottom: none;
	}

.frontpage-content strong {
	/* The meat and potatoes of home-page entry */
	color: #333366;
	}	
/* ----------------- comments	*/
	
	