/*
	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	:
*/

body {
	color: #FFFFFF;
	background: #BBB;
}

a, a:visited, .sidebar a:visited {
	color: #112F90;
	}

h3, h3 a, .itemtext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #7B0F0F;
 	letter-spacing: 0px;
}

.metadata, .metadata a {
	color: #404040;
}

.metadata a, a:visited {
	color: #112F90;
}

.menu-jps .current_page_item {
	background: #666;
}

.menu-jps .current_page_item a:hover {
	text-decoration: none;
}

.menu-jps .page_item:hover {
	background: #CCC;
	text-decoration: none;
} 

.menu-jps .page_item a:hover {
	text-decoration: none;
} 

.menu-jps .current_page_item a {
	color: #FFF;
}

.menu-jps ul {
	padding-bottom: 0;
}

ul.menu-jps li {
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.menu-jps li a {
	color: #333;
}

.secondary h2, .frontbox h2 {
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-size: 1.5em;
 	letter-spacing: 0px;
 	font-weight: normal;
}

.secondary h2 {
 	cursor: pointer;
}

.sidebar a {
	text-decoration: underline;
	}

blockquote {
	background-position: 5% top;
	}

#page {
	/* The entire design is contained within the 'page' id */
	margin-top: 15px;
	padding-bottom: 0;
	padding-top: 0px;
	border: 1px solid #AAA;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #7B0F0F url('jps/logo.gif') center center no-repeat;
	/* width: 100%; */
	height: 110px;
	}

/* Remove header text */
#header h1, #header .description {
	display: none;
	}

.sb-asides ol li {
	list-style-type: circle;
	}

/* Fixes Safari putting spaces after each list item */
.sb-asides ol p {
	margin: 0;
}

.primary {
	/* Contains the main column */
	margin-left: 0;
	padding-left: 45px;
	margin-right: 0px;
	padding-right: 45px;
	padding-top: 0;
/*	position: static; */ 
/*	display: block; */
	/* float: none; */
	/*width: 85%;
	width: 65%; */
/*	_width: 65%; */
	}

.item {
	/* Each entry is contained within the 'item' class */
	color: #AAA;
	}

.primary .item {
	padding-bottom: 10px;
}

.primary .item .itemtext {
	text-align: justify;
	color: #202020;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.5em;
	}

.primary .item .itemtext a {
	text-decoration: underline;
	}

.secondary {
	/* Contains the sidebar */
	margin-left: 0; /* need to have this set */
	padding-left: 0;
	padding-top: 0;
/* 	position: static; */
	background: #EEE;
	/* width: 25%; */
	border-right: 1px solid #DDD;
	}

.secondary .pad {
	padding: 0 15px 0 15px;
}

.secondary .sb-links ul li {
	margin-top: 0;
}

#footer small {
	color: #000;
}

/* Remove published graphic */
.chronodata {
	padding-left: 0;
	background: none;
}

/* Remove comments graphic */
.commentslink {
	background: none;
	margin-right: 0;
	padding: 0 1px 0 1px;
}

/*** Addition ***/

.line {
	padding-top: 10px;
	border-bottom: 1px solid #CCC;
}

.frontbox {
	background: #EEE;
	border: 1px solid #DDD;
	margin-top: 20px;
	*padding-top: 10px;
}

.frontbox td {
	padding: 0 10px 5px 10px;
}

.frontbox ol {
	padding-left: 15px;
	margin-left: 0px;
}

.frontbox li {
	padding-bottom: 3px;
}
