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

body {
	}

.columns-two #page {
	width: 960px;
	}

.content {
	padding: 0 0 0 20px;
	background: transparent url('2columns.jpg') repeat-y;
	}

#page {
	/* The entire design is contained within the 'page' id */
/*
	padding: 0px 0pt 10px;
*/
	padding: 0;
	}
	

#header {
	/* Contains the H1 and menu */
	height: 160px;
	background: transparent url('Logo-Img.jpg') repeat-x scroll right top;
	}

#header h1 {
	padding: 30px 40px 0;
	color: #6085b8;
	}

#header h1 a:hover {
        text-decoration: none;
	color: #ae2424;
        }

#primary {
	/* Contains the main column */
	width: 699px;
	}

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

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


.secondary {
	/* Contains the sidebar */
	}

#sidebar-1 {
	padding-bottom: 10px;
	}

#dynamic-content {
	padding-top: 10px;
	}

ul.menu {
	height: 35px;
	bottom: 8px;
	padding: 0;
	}

ul.menu li {
	float: left;
	}

ul.menu li a {
	padding: 0;
	display: block;
	width: 110px; height: 35px;
	margin: 0 10px 0 10px;
	font: 1.5em sans-serif;
	}

ul.menu li.page_item a,
ul.menu li.page_item a:hover {
	background: transparent url('blue-button.jpg') scroll right top;
	color: white !important;
	text-align: center;
	line-height: 35px;
	}

ul.menu li.admintab a,
ul.menu li.admintab a:hover {
	background: transparent url('blue-button.jpg') scroll right top;
	color: white !important;
	text-align: center;
	line-height: 35px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: transparent url('red-button.jpg') scroll right top;
	color: white !important;
	text-align: center;
	line-height: 35px;
	}

ul.menu li.current_page_item a:hover, 
ul.menu li.page_item a:hover,
ul.menu li.admintab a:hover {
	background-position: 0 -35px;
	}

/*
ul.menu, ul.menu li a {
	padding: 0;
}

ul.menu li {
	display: inline;
	margin: 0;
	width: 110px;
	}

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

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	background: transparent url('red-button.jpg') scroll right top;
	width: 110px;
	height: 35px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	backgrund-position: 0 -35px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	background: transparent url('blue-button.jpg') scroll right top;
	}

*/
