/*
	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	: Krissi Bates-Billings
	Author Site	: http://iKrissi.com
	Style Name	: KayBeeTwo
	Style URI	:
	Version		: 1.0
	Comments	: Based on Shermie by Ivan Lopez - http://vanblogzor.co.cc/ and LactPlate - http://wp.252523.net
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, .blog-title, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	}

body {
	background-color: #fff;
	background-repeat:x,y;
	border-top: 4px solid #0f8fab;
	border-bottom: 4px solid #0f8fab;
	}

a { color:#0f8fab; }

#page {
	padding: 0 0 10px;
	border: none;
	}

.columns-two #page { background: white url('bgs/page_bg.png') repeat-y; }

#header {
	height: 200px;
	}

.columns-two #header { background: #f7f7f7 url('bgs/ikrissibg2.jpg') bottom no-repeat; }

ul.menu {
	bottom: 8px;
	width: 90%;
	}

ul.menu,
ul.menu li a {

	}

ul.menu li a {
	color: #777;
	background: none;
	border: 1px solid transparent;
	border-bottom: none;
	}

ul.menu li a:hover {
	color: #000 !important;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	}

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,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: #aaa!important;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	}

.blog-title { /* H1 is the title in the header */
	font-weight: bold;
	letter-spacing: -2px;
	padding: 15px 35px 0;
	}

.blog-title, h1.blog-title a, .blog-title a:hover, .blog-title a:visited,
#header .description {
	color:  #0f8fab !important;
	text-decoration:none!important;
	}

#header .description { /* Description in header */
	margin: 0 35px;
	}

h3 a:hover {
	color: #0f8fab !important;
	text-decoration:none!important;
	}

.entry-content a[href*='#more-'] {
	display: block;
	}

.entry-content a[href*='#more-']:after {
	content: ' \00BB';
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: justify;
min-height:100px;
	}
	
.entry-meta {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #bbb;
	}

.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #0f8fab;
	}
	
.entry-bottom {
	border-bottom: 2px dotted #0f8fab;
	padding: 15px; 
}

	
.belowentry-content {
	width: 75%;
}


.blog-latest {
	font-size: 1.3em;
	line-height: 1.3em;
}

.blog-latest h4{
letter-spacing:-1px;
	margin-bottom: 12px;
}

#footer {
	text-align: center;
	margin: 0 auto;
	padding: 15px 30px 10px;
	}

.columns-two #footer { 
	width: 720px; background: #f7f7f7 url('bgs/footer_bg.png') top no-repeat; 
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
line-height: 1.5em;
	font-weight: normal;
text-align: center;
color: #ffffff;
background: #0f8fab;
	display: block;
	margin-bottom: 18px;
	}	

#footer a:hover {
	color: black;
	}

.k2download {
	display: block;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #fafeff url('download.gif') no-repeat 10px 50%;
	border: 1px solid #cfe2e5; border-top: 3px solid #cfe2e5;
	}

.k2download a {
	font-weight: bold;
	}

.k2download small {
	display: block;
	}

.alert {
	display: block; text-align: justify;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #FFF6BF url('../../images/exclamation.png') no-repeat 10px 50%;
	border: 1px solid #FFD324; border-top:3px solid #FFD324;
	}