/*
	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	: Lauren Galanter
	Author Site	: http://www.laurengalanter.com
	Style Name	: Custom K2
	Style URI	:
	Version		:
	Comments	:
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #78848E
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	border: 5px solid #E1E7ED;
	border-top: none;
	clear: both;
	}
	
#header{
    background: #FFFFFF url('k2header2.jpg');
    }
	
.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 */
	}

h1{
display: none;
}
#header .description {
display: none;
}


h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;

	font-size: 2.5em;
        font: black
	font-weight: bold;
	letter-spacing: -1px;
        border-bottom: none;

	}

/*- Main Menu in Header */

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

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

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
        text-decoration: none;
        border-bottom: none;
	}

ul.menu li a {
	font-size: 1em;
	color: black;
        text-decoration: none;
        border-bottom: none;
	margin: 0;
	}

ul.menu li a:hover {
	background: #ABC3CF;
	color: #eee !important;
	text-decoration: none;
        border-bottom: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #ABC3CF;
	text-decoration: none;
        border-bottom: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none; text-decoration: none; border-bottom: none } 

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
        border-bottom: none;
	}

h3 a:hover, h3 span a:hover, h3 a {
	color: #683653 !important;
        border-bottom: none;
	}

h2 a:hover, h2 span a:hover, h2 a {
	color: #683653 !important;
        border-bottom: none;
	}


.entry-content a:visited, a:hover, a {
	color: #683653;
        text-decoration: none;
        font-weight: bold;
        border-bottom: none;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: white;
	}

#footer a {
	color: black;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
        text-transform: lowercase;
	}

.secondary div {
	margin: 15px 0 0;
	padding: 0;
	position: relative;
	}

.secondary span a {
	margin-left: 1px;
	}



