/*
	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	: Arthus Erea
	Author Site	: http://myfla.ws
	Style Name	: Educated
	Style URI	: http://students2oh.org
	Version		: 1.0
	Comments	:
*/
/* general */
a, a:link, a:visited, .entry-content a:visited, #author-bio a:hover h4, #author-bio a:focus h4 {
	color:#0066B3;
}
body {
	background:#BFE4FF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:small;
}
#page {
	font-size:90%;
	padding:0;
}
h1, h2, h3, h4, #primary h3, #primary h4, .single #primary .k2-sides h3, ul.menu li {
	font-family:Didot, Times, 'Times New Roman', serif;
	letter-spacing:0em;
}
/* header */
#header {
	height:79px;
	background:#6096BF;
}
#header h1 {
	width:512px;
	height:79px;
	padding:0 !important;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	background:url('images/branding/title.png') no-repeat left top;
	text-indent:-10000px;
}
#header p.description {
	display:none;
}
#header, ul.menu li {
	border-color:#444444;
	border-style:none none solid none;
	border-width:1px;
}
/* navigation */
ul.menu  {
	width:auto;
	float:right;
	margin:0 0 0 380px;
}
ul.menu li.admintab {
	display:none;
}
ul.menu li a {
	background:url('images/nav/tab_blue.png') repeat-x left top !important;
	border-width:1px;
	border-color:#444444;
	border-style:solid solid none solid;
}
ul.menu li a:hover {
	background-image:url('images/nav/tab_red.png') !important;
}
ul.menu li.current_page_item {
	position:relative;
	top:1px;
}
ul.menu li.current_page_item a {
	background-image:url('images/nav/tab_white.png') !important;
}
/* content */
#primary {
	padding:20px 0 10px 0;
}
#primary div.hentry {
	padding:5px 10px 15px 10px;
}
div.entry-content {
	color:#111111;
}
div.entry-content hr {
	display:block;
}
/* asides */
.home #primary .k2-asides {
	display:relative;
	background:#FFF5BF url('images/aside.png') no-repeat right bottom;
	padding:5px 10px 15px 10px;
}
.home #primary .k2-asides .entry-meta span.chronodata, .home #primary .k2-asides .entry-meta span.entry-category, .home #primary .k2-asides .entry-meta span.entry-edit {
	display:none;
}
.home #primary .k2-asides .commentslink {
	display:block;
	position:absolute;
	left:8px;
	bottom:3px;
}
#primary .k2-asides h3.entry-title img {
	display:none;
}
.single #primary .k2-asides .entry-content {
	font-size:1.2em;
	color:#111111;
}
/* sidebar */
#tags li span {
	display:none;
}
/* author bio */
.entry-title {
	position:relative;
}
.entry-title img {
	float:right;
	margin:0 0 3px 3px;
	border:1px solid #111111;
}
.entry-meta {
	margin:0;
	padding:1px 80px 0 0;
}
.commentslink {
	margin-right:0;
}
#author-bio {
	float:left;
	border-top:1px dashed #80C9FF;
	padding:13px 0 0 0;
	width:100%;
}
#author-bio h4 {
	font-size:145%;
}
#author-bio a#author-portrait img {
	float:left;
	border-width;1px;
	border-style:solid;
	border-color:#D9E0E6 #CDCDD2 #CDCDD2 #D9E0E6;
	margin:0 8px 6px 0;
	padding:4px;
}
#author-bio a:hover h4, #author-bio a:focus h4 {
	text-decoration:underline;
}
#author-bio p {
	font-size:125%;
}
/* citation */
.entry-content ol.cite {
	list-style:none;
	margin:20px 0;
	padding:10px;
}
.entry-content ol.cite li {
	list-style:none;
	background:url('images/icons/page_paste.png') no-repeat left center;
	padding:0 25px;
	color:#777777;
	font-size:0.9em;
	line-height:1.5em;
}
.entry-content ol.cite li.image {
	background-image:url('images/icons/image.png');
}
.entry-content ol.cite li.photo {
	background-image:url('images/icons/photo.png');
}
.entry-content ol.cite li.artwork {
	background-image:url('images/icons/picture.png');
}
/* blockquotes */
blockquote[cite]:after {
	content: attr(cite);
	border-top:1px dotted #999;
	padding-top:0.25em;
	display:block;
	color:#333333;
}
/* notes */
.entry-content p.note, .entry-content p.alert, .entry-content p.download, .entry-content p.edit, .entry-content p.update {
	font-size:90%;
	background-color:#FFF6BF;
	background-image:url('images/icons/note.png');
	background-repeat:no-repeat;
	background-position:5px center;
	border-width:2px;
	border-style:solid none solid none;
	border-color:#F5C004;
	margin:10px auto;
	padding:5px 10px 5px 25px;
	text-align:left;
}
.entry-content p.alert {
	background-color:#F3E57A;
	background-image:url('images/icons/error.png');
	border-color:#C76B01;
	color:#333;
}
.entry-content p.download a, .entry-content p.download a:link, .entry-content p.download a:visited {
	background-color:#C7E8B9;
	background-image:url('images/icons/package.png');
	border-color:#1A6906;
	color:#333;
}
.entry-content p.download a strong {
	font-weight:normal;
}
.entry-content p.download a:hover {
	background-image:url('images/icons/package_add.png');
	text-decoration:none !important;
}
.entry-content p.download a:hover strong {
	color:#568341;
}
.entry-content p.update, .entry-content p.edit {
	background-image:url('images/icons/pencil.png');
}
/* comments */
.comments {
	clear:both;
}
#commentlist li .counter {
	display:block;
	float:right;
	font-size:3em;
}
#commentlist li .counter:hover, #commentlist li .counter:focus, #commentlist li .counter:active {
	color:#0066B3;
	text-decoration:none;
}
/* footer */
#footer {
	padding:20px 0 0 0;
}
#footer p.footerstyledwith {
	display:none;
}
div.license_block div.wp_license br {
	display:none;
}
div.license_block div.wp_license img {
	display:none;
}
div.license_block div.wp_license {
	padding:0 0 40px 0;
	line-height:1.6em;
}
div.license_block div.wp_license a, div.license_block div.wp_license:link, div.license_block div.wp_license:visited {
	border-bottom:1px solid #CCCCCC;
	color:#888888;
	font-weight:bold;
	text-decoration:none;
}
div.license_block div.wp_license a:hover, div.license_block div.wp_license a:focus {
	border:medium none;
	color:#000000;
	text-decoration:none;
}
img#wpstats {
	display:none;
}