/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background: #F0F0F0 url('images/bg-tile.jpg') repeat top left;	
	}

body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

#page {
	border: 1px solid #656565;
	padding-top: 0px;
	margin-top: 30px;
	}

.content {
	background: #ffffff url('images/sidebar-background.jpg');
	}
	
#header {
	background-image: url(images/hjorgs-default-header.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	position: relative;
	height: 198px;
	width: 950px;
	border-bottom: 1px solid #656565;
		}
	
#primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #993333;
}

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;
}

#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover {
text-decoration:none;
}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	
	}

.secondary {
	width: 200px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0px;
	overflow: hidden;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	color: #ffffff;
	background-color: #656565;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px;
	display: block;
	margin: 10px 0px 10px 0px;
	}

.columns-three .secondary {
	width: 195px;
	}

.sb1, .sb2 {
	margin: 0px !important;
	padding: 0px 1px !important;
	}
	
.secondary ul {
	border-top: 1px solid #cccccc;
	margin: 0;
	}
	
.secondary ul li {
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	}
	
.secondary ul li a {
	color: #444444;
	text-decoration: none !important;
	padding: 5px 0 5px 5px;
	display: block;
	}
	
.secondary ul li a:hover {
	color: #000000;
	background-color: #F0F0F0;
	text-decoration: none !important;
	}
	
.sb2 ul li a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none !important;
	}

.secondary ul ul {
	margin-left: 0px;
	}

.secondary ul ul li {
	margin-top: 0;
	}
	
.side-buttons {
	text-align: center;
	margin: 0 !important;
	}
	
#footer {
	padding: 10px 0 30px;
	}
	
#footer a {
	color: #777;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	border: none;
	text-decoration: underline;
	color: #333333;
	}
	
	
/*- Search Form and Livesearch */
input[type=text], textarea {
	color: #444444;
	background: #E5E5E5;
	border: 1px solid #666666
}

#s {
	width: 145px;
	font-size: 1em;
}

#searchsubmit {
	font-size: 1em;
	color: #444444;
	background: #E5E5E5;
	border: 1px solid #666666
} 

#search {
margin-bottom: 10px;
}

h1.blog-title {
	font-weight: bold;
	letter-spacing: 2px;
	padding: 100px 40px 0;
	font-variant: small-caps;
	}

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

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

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	text-transform: uppercase;
	}

#dropdown {
margin-top: 10px;
width: 175px;
}

.hentry {
margin: 20px 0 15px;
}

.entry-head {
clear: both;
}

.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}

.feedlink { /* On the sidebar */
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	border: none;
	padding: 2px;
	padding-right: 20px;
	height: 16px;
	position: relative;
	}
	
a.feedlink {
	color: #656565;
	text-decoration: none;
}

a:hover.feedlink {
	color: #993333;
	text-decoration: none;
}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: #333;
	background: #F0F0F0;
	text-decoration: none;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #656565;
	color: #ffffff;
	text-decoration: none;
	}
	
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a:hover {
	background: #656565;
	color: #ffffff;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_ancestor a {
	color: #333;
	background: #F0F0F0;
	text-decoration: none;
	}
	
	.secondary div p {
margin-top:0em;
padding: 0px 5px 0px 5px;
}
