/*
	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	: 	Tyler Kieft
	Author Site	: 	http://snier.com
	Style Name	: 	Cocoa
	Style URI	:	http://snier.com
	Version		: 	1.0
*/

body {
	background: #111;
	padding: 0 0 40px;
	margin: 0;
	}

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

.blog-title {
    font-size: 3em;
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	}

.description {
	position: absolute;
	top: 58px;
	left: 590px;
	margin: 0 !important;
	}

#page {
	padding: 0;
	width: 796px;
	_width: 756px;
	border: none;
	}

.primary {
	padding-left: 25px;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: black !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: white;
	color: black !important;
	}
	
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: #AC0E0F !important;
	}

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

	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

a, a:visited, .sidebar a:visited {
	color: #1E5F84;
	}
	
.post p a:visited {
	color: #1E5F84;
	}


.caption {
	text-align: left;
	color: #555;
	font-size: 0.9em;
}

#my_twitter_status {
	font-weight: bold;
}

#my_twitter_status_time {
	font-style: italic;
}

li.bypostauthor {
	background: #DDD;
	border-color: #222;
	}
	
.gravatar {
    float:left;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
    }

.postgrav {
    float: left;
    padding: 3px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #000;
    background: #fff;
    }

.sb-flickr div img {
	border: 0px;
	padding: 5px;
	}
.sb-flickr div a img {
	border: 3px solid #000;
	padding: 0px;
	margin: 5px 3px 0;
	}
.sb-flickr div a:hover img {
	border: 3px solid #AC0E0F;
	padding: 0px;
	margin: 5px 3px 0;
}

img.alignleftnew, img[align="left"] {
	padding: 4px;
	margin-right: auto;
	display:inline;
	}
