/*
	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	: Jamie Overman
	Author Site	: iCIT Blog
	Style Name	: icit-blogs
	Style URI	: http://blogs.uww.edu/icit
	Version		: 1.0
	Comments	: stock UW-W style template
*/
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background:#F4F2E5 url(bg.jpg) repeat-y scroll center top;
}

.commentsrsslink {
	background:transparent url(feed.png) no-repeat scroll left top;
}

#header h1 a, #header .description {
	color:#4A3365!important;
}
#page {
	/* The entire design is contained within the 'page' id */
	background: transparent !important;
	border: none;
	padding-top: 24px;
	width: 800px;
	}
	
#header {
	/* Contains the H1 and menu */
	background:	url("wordmark_logo.png") top left no-repeat;
	height: 94px;
	border-bottom: solid #44687D 1px;
	}
.entry-meta {
	color:#777777;
}

.commentsrsslink a, .trackbacklink a {
color:#44687D;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color:#44687D;
	text-decoration:underline;
}

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

#header h1 {
	padding: 5px 0 0 90px;
	}

#header h1 a {
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #4A3365;
	}

#header h1 a:hover{
	text-decoration: none;
}

#header p {
	padding-left: 50px;
	}

ul.menu {
	text-align:right;
	}

.content {
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.primary {
	/* Contains the main column */
	background: #fff;
	}

#primary h3 {
	border-bottom: 1px solid #444;
	text-transform:uppercase;
	margin-bottom: 2px;
	}

#primary h3 a {
	color: #4A3365;
	font-family: Georgia,"Times New Roman",Times,serif;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, 
h4 span {
	color:#4A3365;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.entry-content a:visited {
	color:#44687D;
}
#primary h3 a:hover {
	text-decoration:none !important;
}

#primary h2 {
	text-align:left;
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
.secondary h4 {
	font-size: 1.8em !important;
	border-bottom: 1px solid #999;
}

.secondary li a {
	color:	#44687D;
	}
a {
	color:#44687D;
	font-weight: normal;
}

.feedlink {
	background:transparent url(feed.png) no-repeat scroll right center;
}

.feedlink:hover span {
	color:#44687D;
}

.feedlink span {
visibility: visible;	
color:#44687D;
}

#footer {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
	}

#footer p {
	float: left;
	padding: 0 3px;
}
.footerstyledwith {
	display:none;
	}

.footerfeedlinks a {
	background: url(rss_icon.png) right center no-repeat;
	padding-right: 16px;
	}

.comments form #submit {
	background: #4a3365;
	color: #fff;
	}
	
#commentlist li .comment-meta, .chronodata {
	background: url(date.png) no-repeat left center;
	}
