/*
	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	: David Delgado
	Author Site	: http://www.uww.edu/icit/ltc
	Style Name	: uww Chancellor
	Style URI	:
	Version		: 0.1
	Comments	:
*/
.skiplink {
	display: none;
	visibility: hidden;
}
body {
	background-color: #16151b;
	font-size: 0.8em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	
}
a, a:link {
	color: #b92222;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#page {
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	padding-top: 0px;
	width: 800px !important;
	background-color: #ffffff;
	border: none;
}
.columns-one #page {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}
.widget a {
	color: #000000;
}
#header {
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 96px;
	margin: 0px;
	padding: 0px;
}
#header .blog-title {
	display: none;
	visibility: hidden;
}
.primary {
	font-family: "Times New Roman", Times, serif;
/*	width: 650px;*/
}
.primary a, .primary a:link {
	color: #000000;
}
#page h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #7e4029;
	font-size: 1em;
	letter-spacing: 0.2em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hentry {
	margin-bottom: 2em;
}
.entry-content {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #6f2914;
	line-height: 1.3em;
	text-align: left !important;
}
.secondary {
	font-size: 1em;
}
.secondary h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold !important;
	font-variant: small-caps;
	color: #6f2914;
	font-size: 1.2em !important;
}
.secondary ul li {
	line-height: 1.7em;
	margin-left: 1.5em;
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
}
#search {
/*	position: absolute;
	z-index: 2;
	top: -100px;
	left: 30px; */
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	font-size: 1.1em;
}
#s {
	font-size: 1.0em;
	font-weight: bold;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	border: 1px solid #000000;
	text-decoration: none;
	font-size: 0.7em;
}
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 580px;
	width: 200px;
	z-index: 1;
}
ul.menu li {
	display: inline;
	margin: 0;
	background-color: #ffffff;
	padding: 4px 4px 4px;
	margin-right: 2px;
}

ul.menu, ul.menu li a {
	padding: 4px 4px 4px;
}

ul.menu li a {
	font-size: 1em;
	color: #b92222;
	margin: 0;
}

ul.menu li a:hover {
	color: #000000 !important;
	text-decoration: none;
	padding: 4px 4px 4px;
	background-color: #ffffff;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
}
.columns-two #sidebar-main {
	width: 175px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#footer {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B1807;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.entry-title {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.3em !important;
	text-transform: uppercase !important;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #6f2914 !important;
	margin-bottom: 1.4em;
}
.entry-title a, .entry-title a:visited {
	color: #6f2914;
	text-decoration: none;
}
.entry-meta a {
	color: #666;
	text-decoration: none;
}
.entry-category {
	display: none;
}
.page-head h2 {
	font-size: 1.4em !important;
}
.entry-content h3 {
	font-size: 1.1em !important;
}
.entry-head {
	margin-bottom: 1.8em;
}