/*
	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	: John Barrdear
	Author Site	: http://barrdear.com/john
	Style Name	: Oblong1
	Style URI	:
	Version		: 1
	Comments	: Just my way of fixing up K2
*/


#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	 height: 170px !important; /*sets the height of header*/
	_height: 170px !important; /*IE tweak*/
	}

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

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

body {
	background: #FFFFFF;
	}

.columns-two #page {
	width: 98%;
	}

.columns-two #sidebar-main {
	width: 25%;
	max-width: 260px;
	}

body.flex #page {
	width: 98%
}

body.flex #primary  {
	width: 70%;
} 

body.flex .secondary {
	width: 25%;
	max-width: 260px;
}


.secondary {
	/* Contains the sidebar */
	background:  #CCCCCC;
	position: absolute;
	right: 0px;
	}


.navigation a,
.navigation a:visited {
	color: #820;
	}


.hentry h3, 
.hentry h3 a, 
.hentry h3 a:visited {
	color: #820;
	font-weight: normal;
	letter-spacing: -1px;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block; 
	margin-top: 1px;
	color: #999;
	}

.entry-meta a, 
.comment-meta a {
	color: #666;
	}

.entry-edit {
	margin-top: 2px;
	margin-left: 0px;
	}

.commentslink {
	display: block;
	clear: left;
	margin-top: 2px;
	margin-left: 0px;
	}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('images/comment_edit.png') left center no-repeat;
	height: 16px;
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: justify;
	color: black;
	}

.entry-content img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	max-width: 100%;
	}


.entry-content blockquote {
	color: #666;
	}

.entry-content ol, 
.entry-content ul {
	padding: 0 0 0 20px;
	}

.entry-content ol li, 
.entry-content ul li {
	margin: 0 0 0px;
	padding: 0;
	}

.akst_share_link {
	font-size: 1em;
	color: #666;
	}
