/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:Kazuaki Unomoto
	Author Site	:http://www.verythink.info
	Style Name	:vktest
	Style URI	:http://www.verythink.info
	Version		:0.5
	Comments	:precious.
	template	:vk2
*/
a {color:#0066cc}
h1, h2, h3, .secondary h4, #footer, .description {
	font-family: "Helvetica Neue", helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
.blog-title {
	font-family: "Helvetica Neue", helvetica, "Gill Sans", sans-serif;
	font-size: 5em;
	font-weight: 100;
	letter-spacing:0.2em;
	padding: 20px 0 0 30px;
	}
#header .description {
	text-decoration: none;
	letter-spacing:0.1em;
	margin:0 0 0 30px;
	color: #333;
	}

.blog-title a:hover {
	text-decoration: none;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: 400;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: bold;
	}
.lifestream h2 .lifestream_date { 
	font-size: 2em !important;
}
/* Main Menu in Header */

.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

ul.menu {
	position: absolute;
	white-space: nowrap;
	bottom: 5px;
	margin: 0;
	padding: 0 0 10px 30px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	opacity:1;
	background: #666;
	display: block;
	padding: 5px 10px;
	font-size: 1em;
	color: #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

ul.menu li a:hover {
	opacity:1;
	background: #444;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	opacity:1;
	color: #444;
	background: white;
	text-decoration: none;
	}
	
#page {
	padding-top:0/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	margin-bottom:20px /* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.columns-one .secondary {
	width:500px/* Contains both sidebars */
	}

#recent-posts-2 { float:left; width:240px; margin:none}
#linkcat-2 { width:240px; height: 241px; margin-left: 260px}
#text-352816071 {float:left}
#w3counter-3 {float:right;padding:15px 0 0 0}
.mailsub { 
	border: none;
	padding-left: 20px;
	background: url('../../images/icon_airmail.gif') left top no-repeat;
	height: 16px;
}
.feedsidebar { 
	border: none;
	padding-left: 20px;
	background: url('../../images/feed.png') left top no-repeat;
	height: 16px;
}
#text-274653611 img { float: left; padding:0 0 0 10px; margin:0 }
#text-352816072 p {padding:0; margin:0;}
#footer {font-size:1em}
#search-2 {
	position: absolute;
	top: 60px;
	left: 155px;
}
#s, #search-label.overlabel-apply { /* Style #s and label in same way */
	font-size: 1em;
	width: 190px;
	line-height: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* =aside
-------------------------------------------------------------- */

.single #primary .k2-asides .entry-content {
	font-size: 1.2em;
	color: #999;
	}
.single #primary .k2-asides .entry-meta, 
.single #primary .k2-asides .post-edit-link {
	display:none
	}
.single #primary .k2-asides .entry-content .linkwithin_hook {
	display:none
	}