/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page { color: #333; font-size: 100%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #fff; text-align: left; letter-spacing: 103%;
	/* The entire design is contained within the 'page' id */
	}
	
#header { color: #fff; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #000; letter-spacing: 103%; 
	/* Contains the H1 and menu */
	}
	
#primary { color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;
	/* Contains the main column */
	}

.hentry { color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content { font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;
	/* The meat and potatoes of every entry */
	}

#sidebar-1 { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	/* The first sidebar */
	}

#sidebar-2 { font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* The second sidebar */
	}

.secondary { color: #333;
	/* Contains both sidebars */
	}
/*- Links */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover { color: #333; font-size: 100%; background-color: #dfff00; }
h2 a:hover, h2 span a:hover { color: #333; background-color: #fff; }
a { color: #333; font-size: 100%; background-color: #fff; }
.entry-content a:visited { color: #333; }
/*- Main Menu in Header */
ul.menu { color: #333; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #fff; letter-spacing: 1px; margin: 0; padding: 0; position: absolute; bottom: 0; left: 20px; width: 90%; }
ul.menu li { color: #c7e80b; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #fff; display: inline; margin: 0; }
ul.menu,
ul.menu li a { color: #dfff00; background-color: #fff; padding: 5px 15px 6px; }
ul.menu li a {
	font-size: 1em;
	color: #796969;
	margin: 0;
	}
ul.menu li a:hover { color: #000; background: #dfff00; text-decoration: none; }
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover { color: #000; font-weight: bold; background: #fff; text-decoration: none; }
/*- Headings */
h1, h2, h3, h4 { color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-align: left; }
h1 { /* H1 is the title in the header */
	color: #333; font-size: 2em; font-weight: normal; letter-spacing: 0; margin: 0; padding: 75px 40px 0; }
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: #333;
	}
h1 a:hover { color: #333; text-decoration: underline; }
#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	color: #333; text-align: left; font-size: 2em; font-weight: normal; letter-spacing: 0; }
#rollingarchives.emptypage {
	display: none;
	}
.page-head { color: #333; margin: 20px 0; }
.archivepages {
	color: #999;
	display: block;
	font-size: .45em;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: lowercase;
	margin-top: 2px;
	}
.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0;
	}
#primary .entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}
#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}
#primary .k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}
.entry-head {
	margin-top: 10px;
	}
body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}
body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}
.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}
#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	letter-spacing: 0;
	text-transform: lowercase;
	margin-left: 15px;
	}
#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
	}
.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #999;
	}
.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}
.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
}
#comment-personaldetails {
	margin-top: 10px;
}
.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}
.feedlink img { /* On the sidebar */
	height: 16px;
	width: 16px;
	border: none;
	position: absolute;
	right: 0;
	}
.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	}
.secondary .k2-asides p {
	display: inline;
	}
.secondary .k2-asides .metalink {
	padding-left: 0px;
	}
.secondary span a {
	margin-left: 10px;
	}
body.page .entry-edit {
	position: absolute;
	right: 0;
	margin-top: -15px;
	}
.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	background: url(images/pencil.png)url('images/pencil.png') left center no-repeat;
	height: 16px;
	}
.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url(images/comment_edit.png)url('images/comment_edit.png') left center no-repeat;
	height: 16px;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited { color: #333; text-decoration: none; }
.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}
.entry-category {
	text-transform: lowercase;
	margin-right: 10px;
	}
.entry-meta a, .comment-meta a {
	color: #9a9a9a;
	}
.chronodata {
	padding: 2px 0 2px 20px ;
	background: url(images/time.png)url('images/time.png') left center no-repeat;
	}
.commentslink {
	padding: 2px 0 2px 20px;
	background: url(images/comment.png)url('images/comment.png') left center no-repeat;
	margin-right: 10px;
	}
.quoter_comment {
	padding: 2px 0 2px 20px;
	background: url(images/comment.png)url('images/comment.png') left center no-repeat;
	margin-left: 5px;
	}
.entry-tags {
	display: block;
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url(images/tag_blue.png)url('images/tag_blue.png') left center no-repeat;
	}
.entry-tags a {
	text-transform: lowercase;
	}
