/*
	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	: Henrik Danielsson
	Author Site	: http://www.hjd.se
	Style Name	: HJD1
	Style URI	: 
	Version		: 0.1
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
background: #39C;
height:270px;
}
.blog-title {
	font-size: 3em;
	font-weight: bold;
	padding: 40px 40px 0;
	}

ul.menu li a:hover {
	background: #666;
	color: #eee;

	}

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 {
	color: #666;
	background: #fff;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
.entry-head {
        padding:10px 0;
        border-top:1px dotted #ccc;
        border-bottom:1px dotted #ccc;
	}
.entry-meta {
        margin-top:5px;
        }
.iLikeThis {
        display:block !Important;
        float:right;
        padding:0;
        margin-top:10px;
        }
#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
#footer {
        background-color:#f6f6f6;
        border-top: 1px solid #eee;
        }