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

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:	Thomas GrovŽ
	Author Site	:	http://www.lion-gv.com
	Style Name	:	Yuki K2
	Style URI	:
	Version		:	2.0
	Comments	:	works with wordpress 2.7 and K2 rc7
*/

/*- Page Structure */
	body {
		background: #333333;
		margin: 0;
		color: #FFF;
		}	
	#page {
		/* The entire design is contained within the 'page' id */
		background:#4D3918;
		border:1px solid #EC0064;
		margin:10px auto;
		padding:0px 0px 10px 0px;
		}	
	#header {
		/* Contains the H1 and menu */
		height: 150px;
		background: #EC0064 url('yuki-banner3.png');
		}		
	#footer {
		padding: 0px 0 10px 0;
		}
	#footer p{
		font-size:0.9em;
		line-height:1.5em;
		color: #DDD;
		}
	#primary {
		/* Contains the main column */
		}
	#sidebar-1 {
		/* The first sidebar */
		}
	#sidebar-2 {
		/* The second sidebar */
		}
	.secondary {
		/* Contains both sidebars */
		}

/* Header */		
	h1.blog-title {
		color:#D3FF00;
		font-weight: bold;
		letter-spacing: -1px;
		padding: 45px 0 0 0;
		margin:0 0 0 40px;
		}	
	h1.blog-title a, #header .description {
		text-decoration: none;
		color:#EC0064 !important;
		}
	h1.blog-title a:hover {
		text-decoration: none;
		color:#EC0064;
		}
	#header .description { /* Description in header */
		margin: 0 0 0 40px;
		}
		
	ul.menu {
		bottom:0;
		left:20px;
		margin:0;
		padding:0;
		position:absolute;
		width:90%;
		}
	ul.menu li {
		display:inline;
		margin:0;
		}
	ul.menu, ul.menu li a {
		padding:5px 15px 6px;
		}
	ul.menu li a {
		-x-system-font:none;
		color:white;
		font-family:Verdana,Helvetica,Arial,Sans-Serif;
		font-size:1em;
		font-weight:bold;
		line-height:normal;
		margin:0;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		}
	ul.menu li a:hover {
		background:#A68A52;
		color:#EEEEEE;
		}
	ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
		background:#4D3918;
		color:#FFAA99;
		}

/* Entry stuff */
	.hentry {
		/* Each entry is contained within the 'hentry' class */
		}	
	.entry-content {
		/* The meat and potatoes of every entry */
		color: #FFF;

		font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
		font-size:1.1em;
		line-height:1.5em;
		
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		
		text-align:left;
		}
	h2, h2 a, h2 a:visited,
	h3, h3 a, h3 a:visited,
	h4, h4 a, h4 a:visited {
		color: #EEE;
		}
	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 {
		text-decoration: none;
		}
		
		
	.entry-meta { /* Time and category for blog entries */
		font-size: 1em;
		line-height: 1.6em;
		display: block;
		margin-top: 1px;
		color: #FFAA99;
		}
	.meta-start {
		padding: 2px 0 2px 0;
		background: none;
		}
	.meta-prep {
		/*display: none;*/
		}
	.entry-author {
		display: none;
		}
	.entry-date abbr {
		color: #FFAA99;
		}
	.entry-meta a, .comment-meta a {
		color: #FF667F;
		}
		
	.commentslink {
		padding: 2px 0 2px 20px;
		background: url('images/comment.png') left center no-repeat;
		margin-right: 10px;
		}
	.quoter_comment {
		padding: 2px 0 2px 20px;
		background: url('images/comment.png') left center no-repeat;
		margin-left: 5px;
		}
	.entry-tags {
		display: block;
		margin: 2px 0;
		padding: 0 0 0 20px;
		background: url('images/tag_blue.png') left center no-repeat;
		}
	.entry-tags a {
		text-transform: lowercase;
		}
	
/*- Links */
	#primary a:hover, #primary a:visited:hover,
	.secondary a:hover, .secondary a:visited:hover {
		text-decoration: underline;
		}	
	h2 a:hover, h2 span a:hover {
		color: #EEE !important;
		}	
	a {
		color: #ff9999;
		text-decoration: none;
		}	
	.entry-content a:visited {
		color: #EEE;
		}