/*
	CSS files kept in the 'schemes' 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 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Alexander Prestmo
	Author Site	: http://divineintervention.no/
	Style Name	: H�p i Havet 2008
	Style URI	: 
	Version		: 1.0
	Comments	:
*/

.entry-content img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 10px 0;
	}
	
#banner {
	border: none;
	margin: 5px 0 10px 0;
	}

body {
	background: url('../images/bakgrunn_topp.png') repeat-x;
	color: #4d4d4d;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: 0;
	padding-top: 0;
	}

.columns-one #page {
	width: 820px;
	}
	
.content {
	padding: 0 10px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #08abe1;
	}

h2 {
	border-bottom: 1px solid #444;
	color: #a9d509;
	font-weight: normal;
	text-align: left;
	}

h3, h3 a, h3 a:visited {
	color: #a3d22e;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	}

.primary {
	/* Contains the main column */
	}

.columns-one #sidebar-main {
	background: url('../images/sponsorer_bakgrunn.png') repeat-x;
	border-top: 5px solid #dbdbdb;
	border-bottom: 5px solid #dbdbdb;
	width: 100%;
	padding: 0;
	height: 160px;
	}




.hentry {
	/* Each entry is contained within the 'hentry' class */
	
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #4d4d4d;
	}

.secondary {
	/* Contains the sidebar */
	text-align: left;
	}

#links {
	margin: 0 auto;
	width: 600px;
	padding: 0px;
	}
	
.linkcat h4 {display: none;}

.entry-content a:visited {color: #a9d509;}

h4 {background: red;
	color: #444;
	font-weight: normal;
	font-size: .8em;
	padding: 0;
	margin: 0;
	}
	
.entry-content p {clear: left;}

.entry-content a:visited {
	color: #0791c4;
	}
	
#linkcat-2 {
	margin: 0 auto;
	width: 600px;
	}
	
#linkcat-2 li {
	float: left;
	margin: 3px;
	width: 190px;
	text-align: center;
	}