/*
	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	: 	Ben Hinton
	Author Site	: 	http://www.goodblokes.com
	Style Name	: 	V4D
	Style URI	:	http://www.goodblokes.com
	Version		: 	1.0
	Comments	: 	Vote 4 Di
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #FF;
	background: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	border-top: none;
	clear: both;
	}
	
	h1 {
	font-size: 3.8em;
	}

h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 40px 0;
	}

h1.blog-title a,
#header .description {
	text-decoration: none;
	color: black;
	}

h1.blog-title a:hover {
	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'. */
 text-align: left;
 font-size: 2.0em;
 font-weight: bold;
 letter-spacing: .5px;
 }
	
	#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #191971;
	border-bottom: medium double #696969;
	}
	
	ul.menu {
	line-height: 250%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}
	
ul.menu li a {
	font-size: 1.3em;
	color: #fff;
	margin: 0;
	}

ul.menu li a:hover {
	background: #3399FF;
	color: #fff !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #3399FF;
	text-decoration: none;
	}
	
.entry-meta { /* Time and category for blog entries */
	display:none;
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 1px;
	color: #bbb;
	}