/*
	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 {
	border-bottom-width: 0px;
	border-left-color-value: #ffffff;
	border-right-color-value: #ffffff;
	border-right-width-value: 0px;
	border-left-width-value: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	}	

#header h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
	font-family: "Helvetica Neue", "Helvetica", "Futura", "Avenir", san-serif;
	}

#leavecomment, .comments #loading, #comments-closed-msg {
	font-family: "Helvetica Neue", "Helvetica", "Futura", "Avenir", san-serif;
	letter-spacing: 0px;
	}

#header .description { /* Description in header */
	font-family: "Helvetica Neue", "Helvetica", "Futura", "Avenir", san-serif;
	font-style: italic;
	}



h1.blog-title, ul.menu li, .secondary ul li {
	font-family: "Helvetica Neue", "Helvetica", "Futura", "Avenir", san-serif;
	lwtter-spacing: 0px;
	}

body {
    font-family: "Georgia", "Garamond Premier Pro", "Times New Roman", serif;
    font-size: 66.66%;
	background-color: #ffffff;
	}
	
strong, em, b, i {	
    font-family: "Georgia", "Garamond Premier Pro", "Times New Roman", serif;
	}
	
h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	letter-spacing: 0px;
	}
	
blockquote {
	background-image: none;
	padding-left: 20px;
	padding-right: 0px;
}	

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: none;
	height: 16px;
	}

.commentslink {
	padding: 2px 0 2px 20px;
	background: none;
	margin-right: 10px;
	}

.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	background: none;
	height: 16px;
	}
	
.entry-author address {
	display: inline;
	font-style: italic;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left;
	}
	
.entry-content ul {
	padding-left: 12px;
	}	

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1em;
	color: #777;
	font-style: italic;
	}
	
.hentry {
	margin-top: 20px;
}
	
.meta-start {
	padding: 0;
	background: none;
	}

.primary {
	/* Contains the main column */
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	margin-bottom: 1em;
	}

#primary .hentry .entry-head .metalink {
	letter-spacing: 0px;
	}