/*
	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	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	padding-top: 0px;
	}
	
#header {
	text-align: center;
	/*background: #353E4B url('http://computertitan.com/acp-wp/images/header.png') top repeat !important;*/
	}
body {
	background: #CFD7DE /*light blue*/;
	}
.primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: white !important;
	background: #842C20 !important /*red*/;
	text-decoration: none;
	}
ul.menu {
	bottom: 28px;
	background: #2F4662 !important /*blue*/;
	}
ul.menu li a:hover {
	background: white !important;
	color: black !important;
	text-decoration: none;
	}

ul.menu2 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu2 li {
	display: inline;
	margin: 0;
	}

ul.menu2, ul.menu2 li a {
	padding: 5px 15px 6px;
	}

ul.menu2 li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

ul.menu2 li a:hover {
	background: #2F4662 /*blue*/;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu2 li.current_page_item a,
ul.menu2 li.current_page_item a:hover {
	color: #2F4662 !important /*blue*/;
	background: white;
	text-decoration: none;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	}
	
#new-footer {
	position: relative;
	text-align: left;
	background: #F8F8F8;
	border: 1px solid #ddd;
	border-top: none;
	width: 770px;
	_width: 760px;
	padding: 10px 0 10px 10px;
	margin: 0 auto;
	}
#new-right {
	position: relative;
	float: right;
	width: 30px;
	_width: 30px;
	padding-right: 15px;
	padding-top: 23px;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover,
.entry-content h4 a:hover, .entry-content h4 a:visited:hover {
	text-decoration: none;
	}

.entry-content a, .entry-content h4 a {
	color: #842C20;
	text-decoration: underline;
	}

.entry-content a:visited, .entry-content h4 a:visited {
	color: #842C20;
	}

#primary .entry-content img {
	margin: 0;
	padding: 4px;
	border: 1px solid #ccc;
	max-width: 100%;
	}
	
#primary .entry-content h4 {
	margin-top: 10px;
	}