
/*
	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 {
	background: white;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border-right: none;
	border-left: none;
	}
	
/* BEGIN My special page width */

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

body.columns-two #primary-wrapper {
	margin-right: -270px;
	}
	
body.columns-two #primary {
	margin-right: 270px;
	}

.secondary {
	/* Contains the sidebar */
	width: 240px;
	}
		
/* END My special page width */

#header {
	/* Contains the H1 and menu */
	width:775;
	height:200;
	border: 5px solid #4A4A4A;
	background-image: url("images/neoheader.jpg");
	background-position: center;
	background-repeat: no-repeat;
	}

#page #header .blog-title {
	display:none;
	}

/*
	font-family: Papyrus, 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 5em;
	font-weight: normal;
	padding: 80px 40px 0; }
*/

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

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.sb-related ul li {
		list-style-type: none;
		list-style-image: none;
	}

/* Noteworthy */

.category-noteworthy .entry-head h1.entry-title {
	background: url('images/heart.png') no-repeat right center;
	padding-right: 25px;
	display: inline;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	}

/* Style Author's Comments */

li.bypostauthor {
	background: #97DB8E;
	border-left: 2px solid #134E0B;
	border-right: 2px solid #134E0B;
	}

li.page-item-196 {
		display: none;
		}

/* Gravatar */

#commentlist li img.gravatar {
	height: 36px;
	width: 36px;
	}

/* ARCHIVES PAGE */

/* Longtail css from Michael's site */

.longtailvert div {
	margin: 2px !important;
	text-transform: lowercase;
	}

.longtailvert div a {
	font-size: 1.1em;
	color: white !important;
	border: 0;
	padding: 1.5px;
	}

.longtailvert div:hover {
	background-color: #FF9900 !important;
	}

#footer {
	padding: 20px 0 10px;
	}

#footer .wp-version,
#footer .k2-version {
	display: inline;
	padding-left: 0.3em;
	}

/* Friend Feed CSS */

.friendfeed .feed .entry .likes, .friendfeed .header{
	display:none;
}

.friendfeed {
  padding: 0px;
}

.friendfeed .feed {
  border: 2px solid #a7c5ea;
  padding-top: 0px;
}

	.friendfeed div.feed{
		border-top: 2px solid #a7c5ea;
		padding: 0px 10px 0px 3px;
	    *padding: 0px 3px 0px 3px;
	    _padding: 0px 3px 0px 3px;
	}

	.friendfeed .feed .entry{
		margin-bottom:12px;
		font-size:12px;
	}

/* Last.fm */

#lastfmplaylist {
	float: left;
}

#lastfmquilt {
	float: right;
}

/* Subscribe to comments */

.subscribe-to-comments {
	padding-top: 6px;
}

/* Hide Edit Pencil for sidebar */

.module-edit {
	display: none;
}