/*
	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	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

/* Global font size increase */
body {
	font: 9pt 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: #fffbee	;
	}
	
#header {
	/* Contains the H1 and menu */
	background: url(reverendmother/reverendmother-banner-4.jpg) no-repeat;
	background-color: #770000;
	background-position: 50% 10px;
	/* Make room for Anne Lindburg quote */
	/* height: 260px;*/
	}
	
.primary {
	/* Contains the main column */
	width: 65%;
	min-width: 500px;
	_width: 475px;
	float: right;
	padding: 0 30px 0 0;
	margin: 0;
	}

.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 26%;
	background-color: #fff3de;
	float: none
	/* The following are IE Fixes */
	_padding: 30px 0 10px;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 26%;
	}


/*- Main Menu in Header */
/* RD: change current page title menu item to match background (originally background was white) */
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #fffbee;
	text-decoration: none;
	}

/* Description format for quote under main banner in header */
#header .description { /* Blog description, under blog title */
	font-size: 12pt;
    font-weight: bold;
/*	text-indent: 0px; */
	margin: 0 0 0 0;
	/*height: 100px;*/
	/* border: 2px solid #0066FF; */
	display: block;
	text-align: center;
/*	display: inline; Checking for IE bug. If people start having problems with header width, then this is it */
	}


.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/*- Links */

h2 a:hover, h2 span a:hover {
	color: #700 !important;
	}

a {
	color: #700;
	text-decoration: none;
	}
