/* =========================== */
/* ! MAIN STYLESHEET FOR KCP   */
/* =========================== */

/*
Colors: 
	Text: 			131416
	Alt text		474940
	Light text		AEB0A6
	Link: 			66a2c0
	Link hover:		ff7700
	

*/

/*@import "reset.css";
@import "form.css";*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #131416;
}

.clear { clear:both; }
.none {display:none; }
img.image-vertical-align-top {
	vertical-align: top;
}	


/* ========== */
/* ! HEADER   */
/* ========== */

#head {
	background: #fff url(/images/kcp/bg_head_divider.png) repeat-x right bottom;
	height: 76px;
}

#head_inner {
	width: 960px;
	height: 76px;
	background: url(/images/kcp/bg_head.png) no-repeat left bottom;
	margin: auto;
	position: relative;
}

#head h1 {
	width: 500px;
	height: 50px;
	background: url(/images/kcp/bg_logo.png) no-repeat;
	text-indent: -10000em;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 13px;
}

#head h1 span {
	display: none;
}

#head h1 a {
	display: block;
	height: 44px;
	width: 90px;
}
	
#head ul#login {
	position: absolute;
	bottom: 10px;
	right: 10px;
	list-style:none;
	margin:0;
	padding:0;
}

#head ul#login li {
	/*float: left;*/
	margin: 0 20px 0 0;
	font-size: 11px;
}

/* =================== */
/* ! MAIN NAVIGATION   */
/* =================== */

#nav {
	width: 920px;
	padding: 0 10px;
	height: 51px;
	background: url(/images/kcp/bg_nav.png) no-repeat;
	margin: auto;
	list-style:none;
	position: relative;
	overflow: hidden;
}

	#nav li {
		float: left;
	}
	
	#nav li a {
		display: inline-block;
		height: 45px;
		line-height: 46px;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		font-weight: bold;
		padding: 0 9px;
		color: #fff;
		text-decoration: none;
		overflow: hidden;
	}
	
	#nav li.here a,
	#nav li a:hover {
		background: url(/images/kcp/bg_here.png) no-repeat center top;
		color: #fff;
	}
	
	#nav li.here a {
		height: 51px;
	}
	
ul#breadcrums {
	width: 920px;
	margin: 1em auto;
	height: 20px;
	font-size: 11px;
	color: #aaa;
	list-style:none;
	padding: 0 0 0 0px;
}

ul#breadcrums li {
	float: left;
	margin: 0 2px;
}

ul#breadcrums li a {
	color: #aaa;
}

ul#breadcrums li a:hover {
	text-decoration: underline;
}

/* ================ */
/* ! GENERAL PAGE   */
/* ================ */
	
#container {
	width: 940px;
	padding: 10px 10px 30px 10px;
	margin: auto;
}

/* page header */
.content_head {
	width: 700px;
	float: right;
	margin: 0 0 40px;
}

.content_head {
	background: url(/images/kcp/registerbgr_sub.jpg) no-repeat left top transparent;
}
.content_head div.end {
	height:10px;
	background: url(/images/kcp/registerbgr_sub.jpg) no-repeat left bottom transparent;
}

.content_head.start {
	height:170px;
	background: url(/images/kcp/registerbgr_head_fallback.jpg) no-repeat left top transparent !important;
}

/*.content_head.BUSA { background: url(/images/kcp/registerbgr_head_busa.jpg) no-repeat left top transparent !important;}*/

.content_head h1 {
	font-size: 42px;
	line-height:42px;
	letter-spacing:-1px;	
	color:white;
	margin: 10px 0 0 10px;
}

.content_head.start h1 {
	margin-top:80px;
}

.content_head p {
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	margin: 0 210px 0 10px;
}

/* For index & register overview content */
.nosubmenu #content {
	width:720px;
	float: left;	
	margin:0;
}


.registeroverview  { 
	width: 690px !important;
	margin: 0 0 0 10px !important;
}

/* Page Content */
#content {
	width: 460px;
	float: left;
	margin-left: 0px;
	padding: 0em 0 0;
}

#content h1 {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;	
	margin: 0 0 0.5em;
}

#content h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 1em 0 0.5em;
}

#content h2:first-child {
	margin-top: 0;
}

#content h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 1.5em 0 1em;
}

#content h4 {
	font-size: 13px;
	line-height: 18px;
	margin: 1.5em 0 1em;
}

#content ul {
/*	list-style: disc;
	margin: 0 0 1em 0;*/
}

#content ul.col {
	padding: 0;
	margin: 20px 0 0 0;
	width:50%;
	float:left;
	list-style: none;
}

#content ul.row {
	padding: 0;
	margin: 0px 0 0 0;
	width:100%;
	float:left;
	list-style: none;
	overflow:auto;
	clear:both;
}

#content ul.col li {
	margin: 0 20px 20px 0;
	padding: 0;
}

#content ul.row li {
	margin: 0 20px 20px 0;
	padding: 0;
	float:left;
	width:210px;
	overflow:auto;
	background:#ffffcc;
}

/*#content ul.col img {
	float: left;
}*/

#content ul.col p,
#content ul.row p {
	margin: 0 0 0 0px ;
}

#content ul.col li h2,
#content ul.row li h2 {
	margin: 0em 0 0px 0px;
}

#content ul.col li h3,
#content ul.row li h3 {
	margin: 13px 0;
}

.ingress {
	font-weight: bold;
	color: #aeb0a6;
	font-size: 16px;
	line-height: 22px;
}

/* Contact Tables */
table {
	width:100%;
}

table td {vertical-align: top; padding-bottom:1em; width:50%;}

table h3 {
	margin:0 !important;
}



/* ================== */
/* ! SUB NAVIGATION   */
/* ================== */

.has_subnav {
	background: url(/images/kcp/bg_sub_divider.png) no-repeat left top;
}

.nav_sub_container {
	width: 220px;
	margin: 0 20px 0 0;
	padding:0;
	float: left;
/* 	background: url(/images/kcp/bg_subnav_borders.png) no-repeat -6px bottom; */
	min-height: 400px;

}

.nav_sub_container ul#nav_sub {
	list-style:none;
	margin:0;
	padding:0;
}

.nav_sub_container ul#nav_sub li a {
	display: block;
	width: 190px;
	height: 36px;
	background: url(/images/kcp/bg_subnav_item.png) no-repeat 2px -35px;
	line-height: 36px;
	padding: 0 0px 0 25px;
	margin: 0;
	color: #474940;
	font-size: 16px;
}

.nav_sub_container ul#nav_sub li.here a { background-position: 2px top; width:200px }
.nav_sub_container ul#nav_sub li.here a:hover { color: #474940; background-position: 2px top;  } /* No hover on active nav item */

.nav_sub_container ul#nav_sub li a:hover, #sub_nav li a:focus, #sub_nav li a:active { color: #ff7700; background-position: 2px -72px; }

.nav_sub_container p.return {
	padding-top: 18px;
	margin: 9px 0 0 0px;
	background: url(/images/kcp/bg_subnav_borders.png) no-repeat -6px top;
}

.nav_sub_container p.return a {
	font-size: 11px;
	line-height: 15px;
	margin-left:12px;
}
.nav_sub_container p.return a:hover { color: #ff7700;}


/* =========== */
/* ! SIDEBAR   */
/* =========== */

/* Generellt */
#sidebar {
	float: right;
	width: 220px;
	font-size: 11px;
	line-height: 15px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
	margin: 0 0 1em;
}

#sidebar h3 {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 0;
}

#sidebar p {
	margin:0 0 0.5em 0;
}

/* Box Generell Box */

.box
{
	background: url(/images/kcp/box_sprite.png) no-repeat 0 0 transparent;
	padding: 0 10px;
	margin: 0 0 40px 0;
	font-size: 11px;
	line-height: 15px;	
}

.box h2
{
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 0px 2px rgba(0,0,0,.5);
	margin: 0 0 1em 0;
	padding: 0;
	display:block;

}


#box_startpage {
	width: 700px;
	margin: 10px 0 0px;
	overflow: hidden;
	clear: left;
}

#box_startpage .inner {
	width: 720px;
}
#box_startpage .box {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}

.box h3
{
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 0;
	color:#131416;	
}

.box p,
#content .box p {

}

/* Box Outlined */

.box-1 { background-position: -220px 0; }
.box-1 h2 { color:#474940; text-shadow: none; margin: 0; padding: 15px 0 10px 0; line-height: 20px;}
.box-2 { background-position: -440px 0; }
.box-3 { background-position: -660px 0; }
.box-4 { background-position: -880px 0; height:220px; }
.box-4 h2 { color:#474940; text-shadow: none; margin: 0; padding: 15px 0 10px 0; line-height: 20px;}
.box-5 { background-position: -1100px 0; }
.box-6 { background-position: -1320px 0; }


/* Nyheter */

#sidebar .date {
	background: url(/images/kcp/clock.png) no-repeat left 50%;
	padding: 0 0 0 14px;
	color: #AEB0A6;
	font-size: 11px;
	line-height: 15px;
	display: block;
}	

/* ================== */
/* ! DOCUMENT ICONS   */
/* ================== */

.document-pdf {
	background: url(/images/kcp/document-pdf.png) no-repeat 0 0 transparent;
	padding: 2px 0 2px 20px;
}
.document-zip {
	background: url(/images/kcp/document-zipper.png) no-repeat 0 0 transparent;
	padding: 2px 0 2px 20px;
}
.document-general {
	background: url(/images/kcp/document-document.png) no-repeat 0 0 transparent;
	padding: 2px 0 2px 20px;
}
.document-powerpoint {
	background: url(/images/kcp/document-powerpoint.png) no-repeat 0 0 transparent;
	padding: 2px 0 2px 20px;
}
.document-word {
	background: url(/images/kcp/document-word.png) no-repeat 0 0 transparent;
	padding: 2px 0 2px 20px;
}
.document-excel {
	background: url(/images/kcp/document-excel.png) no-repeat 0 0 transparent;
	padding: 2px 0 2px 20px;
}

li p.document-pdf,
li p.document-zip,
li p.document-general,
li p.document-powerpoint,
li p.document-word,
li p.document-excel
{
	margin:0;
}

/* ===================== */
/* ! PAGE SPECIFIC CSS   */
/* ===================== */

ul.register li  {
	/*min-height:100px;*/
}

ul.register img.registericon {
	float:left;
	margin: 0 20px 0 0;
	display:none;
}

/* =========== */
/* ! SORTERA   */
/* =========== */


#footer {
	background: #474940;
	color: #aeb0a6;
/* 	text-shadow: 0 -1px 1px rgba(0,0,0,0.9); */
	font-size: 11px;
	line-height: 15px;
	
}

#footer_inner {
	width: 960px;
	padding: 20px 0 10px;
	margin: auto;
}

#footer_inner div {
	float: left;
	width: 280px;
	padding: 10px 20px;
	background: url(/images/kcp/bg_footer_border.png) repeat-y left top;
	
}


#footer_inner div:first-child {
	background: none;
}

#footer h2 {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1em 0;
}

a, a:visited {
	color: #66a2c0;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #ff7700;
}



.arrow {
	background: url(/images/kcp/link-arrows.png) no-repeat 0 -56px transparent;
	padding: 0 0 0 10px;
}

.arrow:hover {	background-position: 0 -116px; }

#content .arrow 
{ background-position: 0 -54px; }

#content .arrow:hover 
{ background-position: 0 -114px; }


p.arrow {margin:0;}




#container:after,
#footer_inner:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

table.calendar {
	width: 100%;
	margin-collapse: collapse;
	border-collapse: collapse;
	
}

table.calendar td {
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	margin:0;
	padding: 0;
	line-height:25px;
	width:25px;
}

table.calendar td.today {
      /* background: #b2d9ec; */
}

table.calendar td.today span.day {border: 2px solid #66a2c0; display: block; margin: 0; height: 21px; line-height: 21px; font-weight: bold;}

table.calendar td.blank {
	/*border-color: transparent;*/
}

table.calendar td.has-date {
	background: #AEB0A6;
	font-weight: bold;
}

table.calendar td div p {
	background: none;
	font-weight: normal;
	margin: 8px 0;
}
table.calendar td div a {
	color:#AEB0A6;
	display: block;
}

table.calendar td.week {
	color: #aaa;
	text-align: center;
	font-size: 9px;
	vertical-align: bottom;
	border-top-color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;		
}

table.calendar td div {
	font-weight: normal;
	text-align: left;
	display: none;
	z-index: 200;
}

table.calendar td.has-date:hover {

}
table.calendar td.has-date:hover div {
	display: block;
	position: absolute;
	background: url(/images/kcp/calendar_popup_bgr.png) no-repeat 0 0; 
	padding: 10px;
	width: 130px;
	margin-left: -65px;
	z-index: 1000;
	line-height: 1 !important;
	
}

table.calendar td.has-date div strong,
table.calendar td.has-date div span
{
	color: #ffffff;
	display:block;
        margin: 4px 0;

}

#sidebar_calendar h3 {
	text-align: center;
	margin-bottom: 1em;
}

#sidebar_calendar .calendararchive p {
	text-align: center;
	margin: 1em 0 0 0;
}

/* ================== */
/* EVENTS & NEWS      */
/* ================== */

#content .item {
	margin:0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #eee;
}

#content .item h3,
#content .item p {
	margin: 0;
}

#content .item p.date,
#content .item p.city {
	color:#AEB0A6;
}

#content #old_events {
	margin:1em 0 0.5em 0;
}

.single_news_item h2 {
	margin:0 !important;
}

.single_news_item p.date {
	color:#AEB0A6;
}

.single_event_item p.ingress { margin:1em 0;}

.single_event_item p.city,
.single_event_item p.date {
	margin:0;
}

p.return-to-listing {
	border-top: 1px solid #eeeeee;
	margin: 1em 0;
	padding: 1em 0 0 0;
}
