/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Gunnar Proppe
	Author Site	: 	http://proppe.org
	Style Name	: 	Nightcappuccino
	Style URI	:	http://proppe.org
	Version		: 	1.0
	Comments	: 	This is based on the Vader style originally shipped with K2.
					License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
	background: #0E0B07;
	padding: 0 0 40px;
	color: black;
	margin: 0;
	}

#header {
	background: black url('carblur-cpg.jpg') center center no-repeat;
	width: 100%;
	height: 224px;
	}

/* override k2's display: none */
#search h4 {
        display: inline;
	}

h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	background: transparent;
	}

.description {
	position: absolute;
	top: 55px;
	left: 57px;
	margin: 0 !important;
	}
	
.entry-content {
	color: black;
	line-height: normal;
	text-align: left;
	margin-left: 15px;
}

.entry-content div {
/*
	border: solid;
	border-width: thin;
*/
	margin: 2px;
}

blockquote {
	color: #333;
}

.chronodata {
	padding: 2px 0 2px 0px ;
	background: none;
}

#page {
	background: #fff url('page-bg-cpg.jpg') repeat-y top left;
	background-position: right !important;
	padding: 0;
	width: 796px;
	border: none;
	}

.columns-two #page {
        width: 796px;
		}

#primary {
	width: 600px;
/*
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	background: #E1DDD9;
*/
	}
/*
.secondary {
	background: url('sidebar-bg.png') repeat-y 50% 0;
}
*/
ul.menu li a {
	color: black;
}

ul.menu li a:hover {
	color: #9CEFE7 !important;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #E1DDD9;
}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: black !important;
	text-decoration: none;
	}
	
#header h1 a, #header .description { 
	color: black !important;
}

ul.menu li.admintab a {
	color: #E1DDD9;
}

ul.menu li a:hover {
	background: #111;
	}
	
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: #D12F1E !important;
	}

#primary h3, #primary h3 a, #primary h3 a:visited {
	color: black !important;
}

#primary a, primary a:visited {
	color: #118D77;
}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	letter-spacing: normal;
}


h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.entry-meta, #primary .entry-meta a, #primary .entry-meta 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: #444;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	


.commentlist li:hover {
	background: none;
	}
	
/*
blockquote, #weightedcategories, .authorcomment {
	background: #111;
	border-color: #222;
	}
*/
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}


a, a:visited, .sidebar a:visited {
	color: #49D4C3;
	}
	
.post p a:visited {
	color: #4CA4B8;
	}

#af-ela-menu li {
	border: none;
	background: #161616;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#current-content #pagetrack,
#dynamic-content #nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
}

#current-content #pagetrackend,
#dynamic-content #nested_pagetrackend {
	height: 18px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#current-content #pagehandle,
#dynamic-content #nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}

/*
#primary .entry-content img {
	margin: 0;
	padding: 4px;
	border: none;
	max-width: 100%;
	}
*/
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px !important;
	margin: 0;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0;
	display: inline;
	}

/*
.comments input[type=text], .comments textarea {
	background: #222;
	color: #white;
	}

input[type=text]:focus, textarea:focus {
	background: #222;
	color: white;
	border-color: #666;
	}

input[type=text], textarea {
	background: #222
	color: white;
	padding: 1px;
	margin: 0;
	}
*/
.comments input[type=text], .comments textarea {

	color: black;
	}
	
.post {
/*
	background: #E1DDD9;
*/
	padding: 10px;
	
}

.entry-head {
/*
	background: #D5D0CD;
	border-top: 1px solid #BEB1A9;
*/
	border-bottom: 1px solid #BEB1A9;
}

/* cpg style overrides */
#config_menu {
	width: 600px;
	}

.secondary {
	width: auto;
	margin: 0px;
	float: left;
}

hr {
	color: #333;
}

.admin_menu_thumb {
		border: none;
        background-color: transparent;
}

.admin_menu {
		border: none;
        background-color: transparent;
}

.thumb_filename {
        color: black;
}

.thumb_title {
        color: black;
}

.thumb_caption {
        color: black;
}

.thumb_caption a {
        color: black;
}

.thumb_num_comments {
        color: black;
}

.display_media {
        background: transparent;
}

.statlink {
        color: #777;
        font-size : 0.8em;
}

.statlink a {
        text-decoration: none;
        color: #59708C;
}
