/*
	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 {
	color: #FFF;
	background-color: #222;
	}

#page {
	background: #222222;
	}

.content {
	background: #222222;
	border: 0px solid #FFF;
	}
	
#header {
	background: #222222;
	border-bottom: 1px solid #FFF;
	}

#primaryindex {
	width: 750px;
	margin: 0px auto;
	}

.secondary {
	color: #CCCCCC;
	}

ul.menu  li a {
	color: #CCCCCC;
	}

ul.menu li a:hover {
	color: #CCC !important;
	}
	
	ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #FFFFFF!important;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description { /* H1 is the title in the header */
	color: #FFF!important;
	font-weight: lighter!important;
	}

h2, .secondary h2, .secondary h2 a:hover {
	color: #CCC!important;
	}

#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: #CCC;
	}

.single #primary .k2-asides .entry-content, .comment-login, .comment-welcomeback {
	color: #CCC;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #FFF;
	}

.entry-meta, .metadata a:visited { /* Time and category for blog entries */
	color: #CCC;
	}
	
.entry-meta a, .comment-meta a, .metadata a:hover, .entry-meta a:hover {
	color: #CCC!important;
	}

.chronodata, .entry-content {
	color: #CCC !important;
	}

#footer {
	background: #222222;
	border: 0px solid #FFF;
	border-top: 1px solid #FFF;
	width: 750px;
	color: #CCC;
	}

#footer a {
	color: #FFF;
	}
	
h2 a:hover, h2 span a:hover, .entry-content a:visited, a {
	color: #FFF;
	}
	
#primary .photo-archive img  {
	margin: 0 auto;
	padding: 0px;
	border: 5px solid #fff;
	max-width: 100%;
	}

#primary .entry-content img, #primaryindex .entry-content img {
	margin: 0 auto;
	padding: 0px;
	border: 8px solid #fff;
	max-width: 100%;
	}

.navigation a {
	color: #CCC;
	}


li.byuser {
	background: #444444;
	}

li.bypostauthor {
	background: #444444;
	}

