
 /* Custom Publish CSS 2014. Author HH/EE */

/* -------------------------------------------------- 
Table of Contents
-----------------------------------------------------
:: Resets
:: Typography
:: Structure
:: General Rules
:: General Wraps
:: General Elements
:: Menus & Search
:: Forms
:: Listing
:: View
:: Footer
:: Misc
:: Media Queries
*/

/* -----------------------------------------
   Resets
----------------------------------------- */

html {
	font-size: 62.5%; /* 1em = 10px */

}

body {
	background-color: #FFF; /* CPR Background color (Standard is #fff - white) */
	color: #333;
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 0;
	margin: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}

img{
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
}

.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}
.body img[style*="left"] {
	margin-right: 10px;
}
.body img[style*="right"] {
	margin-left: 10px;
}
.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0;
	padding: 0;
	border: 0;
}

table.layout {
	margin: 0;
	padding: 0;
}
td.layout {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}

.body ul,
.articleblock .ingress ul{
	margin: 0 1.5em;
	padding: 0 0 1em 0;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
table,caption,th,td {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.3em;
}
p {
	line-height: 1.6;
	margin: 0 0 1em;
}
code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
blockquote {
	font-style: italic;
}
blockquote:before {
	content: "\201C";
	display: inline-block;
	padding-right: .4em;
}

a:link { text-decoration: underline; color: #b31e48; }
a:visited { color: inherit; }
a:hover {  }
.imgwrap a.link:hover{ border: 0; }
.menu a:hover,
#header a:hover,
.presentation .gotolink a:hover{
	border: none;
}
a.rsslink:hover{
	text-decoration: none;
	border: 0;
}
/* Standard navigation links */
.menu a:link { }
.menu a:visited { }
.menu a:hover { }

.menu .menuselected:link { }
.menu .menuselected:visited { }
.menu .menuselected:hover { }

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* -----------------------------------------
   Structure
----------------------------------------- */
.row { width:100%; display: block; }

.column, .columns {float:left; padding-right:25px;} /* padding = gutter size */

.one.column		{ width: 8.333333333%; }
.two.columns	{ width: 16.666666666%; }
.three.columns	{ width: 24.999999999%; }
.four.columns	{ width: 33.333333332%; }
.five.columns	{ width: 41.666666665%; }
.six.columns	{ width: 50%; }
.seven.columns	{ width: 58.333333331%; }
.eight.columns	{ width: 66.666666664%; }
.nine.columns	{ width: 74.999999997%; }
.ten.columns	{ width: 83.33333333%; }
.eleven.columns { width: 91.666666663%; }
.twelve.columns { width: 100%; }

.column, .columns { margin-bottom:15px; }

.row .column:last-child, .row .columns:last-child, .column.last, .columns.last { padding-right:0; }


/* -----------------------------------------
   	General Rules
----------------------------------------- */
.fl { float:left; }
.fr { float:right; }
.db { display:block; }
.dib { display: inline-block; }
.di { display: inline; }
.pr { position: relative; }
.pa { position: absolute; }
.formobile{ display: none; }
.fordesktop{ display: block; }
.tal{ text-align: left; }
.tac{ text-align: center; }
.tar{ text-align: right; }
.donotshow{ display: none; }

/* -----------------------------------------
   	General Wraps
----------------------------------------- */

.wrap {
	max-width: 1100px; /* CPR Page width (standard is 1100px) */
	width: 100%;
	margin: 0 auto;
}


/* -----------------------------------------
   	General Elements
----------------------------------------- */

.skiplink a{
  	position: absolute;
	top: -190px;
}
.skiplink a:focus, .skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
.skiplink a{
  	position: absolute;
	top: -190px;
}
.skiplink a:focus, .skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}

#header{
	padding: 0em 0 1em 0;
}

.logo{
	padding: 1.5em 0 0 0;
}

#navigation{  }

#content{
	margin-bottom: 6em;
}

#main{ font-size: 1.3em; }

#path{
	padding: 0 0 1em 0;
}
#path a{
	text-decoration: none;
}
#path .arrow{
	padding: 0 .5em;
}

#subnavigation{
	font-size: 1.3em;
}
#subnavigation .pagetitle a{
	font-weight: 700;
	text-decoration: none;
	color: #333;
}
#subnavigation .sidemenu{
	padding: 1em 0 4em 1em;
}
#subnavigation .sidemenu .submenu{
	padding: 0 0 0 1em;
}
#subnavigation .sidemenu li a {
	display: block;
	padding: .3em 0;
	text-decoration: none;
	color: #333;
}
#subnavigation .sidemenu li a:hover {
	color: #999;
}
#subnavigation .sidemenu li.itemselected > a{
	font-weight: 700;
}

#sidebar{  }

#footer{
	background: #fcfcfc; /* CPR Footer color */
	padding: 3em 0;
	border-top: 1px solid #e1e1e1;
	height: 200px;
	font-size: 1.2em;
}

.pagedescription{  }

/*Slideshow*/
.slides_container{
	overflow: hidden;
	margin: 0 0 4em 0;
}

.cycle-prev,
.cycle-next{
	top: 45%;
	z-index: 99999;
	cursor: pointer;
}
.cycle-prev{
	left: 0;
	padding-left: 50px;
}
.cycle-next{
	right: 0;
	padding-right: 50px;
}
.slides_container .slide,
.slides_container .slide .sliderimg,
.slides_container .slide .sliderimg img{
	width: 100%
}
.textoverlay{
	width: 50%;
	height: 100%;
	top: 0; left: 0; right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4em;
	color: #222;
	font-weight: 100;
	padding: 2em;
	background: rgb(250,250,250);
	background: rgba(255,255,255,.75);
}
.textoverlay-content{
	width: 50%;
	height: 50%;
	margin: auto;
	left: 0; top: 0; right: 0; bottom: 0;
}
.textoverlay .presentationheadline a{
	text-decoration: none;
	color: #222;
	text-transform: uppercase;
	padding: 0 0 .2em 0;
	display: block;
	font-size: 1.2em;
	border-bottom: 1px solid transparent;
}
.textoverlay .presentationbody{
	padding: .75em 0 0;
	font-weight: 100;
	letter-spacing: .05em;
}
.textoverlaycontainer{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.presentation .gotolink a img{

}
.presentation .gotolink a:hover img{
}

.newsfeedfp {
	margin: 2em 0 0;
}

.topbanner {
	padding-bottom: 12px;
	border-bottom: 1px solid #e9e9e9;
}

.topbanner img {
	margin-top: 1em;
	height: 50px;
	width: auto;
	margin: 1em 0px 0px 20px;
}
.topbanner a{
        margin-left: 5em;
}
.bannerimg{
        margin: 0em 7em 4em 1em;
}

.bannerspaceleft{
       margin-right: 5em;
}

.bottombanner {
	margin: 3em 0 1.5em;
	padding-top: 12px;
	border-top: 1px solid #e9e9e9;
}

.bottombanner img {
	height: 70px;
	width: auto;
}

.topbanner p {
	margin-bottom: 1em;
}

.somefrontpagewrap {
	padding-right: 1em;
}

.somefrontpage {
	padding: 25px 100px;
	background: #e9e9e9;
	height: 690px;
}

.frontpagenews {
	background: #e5e5e5;
}

.timeline.twitter {
	margin-left: 100px;
}

.facebook {
}

h3.what {
	font-size: 15px;
}

h3.what:nth-child(even) {
	background: #efefef;
}

p.when {
	font-size: 13px;
}

img.langloplogoimg {
	margin: 0 4em;
}

.treninger {
	padding: 2em;
}

.facebook iframe {
	background: #fff;
}

/* -----------------------------------------
   	Menus & Search
----------------------------------------- */

ul.menu, ul.submenu, ul.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.menu li, ul.submenu li {
	margin: 0;
	padding: 0;
}
.mainmenu{
	list-style: none;
	padding: .3em 0;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	letter-spacing: .15em;
	margin-top: 2em;
}
.mainmenu > li{
	float: left;
}
.mainmenu > li a{
	text-decoration: none;
	padding: .3em 1.2em;
	text-transform: uppercase;
	color: #333;
    -webkit-transition: all .4s ease;                  
    -moz-transition: 	all .4s ease;                 
    -o-transition: 		all .4s ease;   
    -ms-transition: 	all .4s ease;          
    transition: 		all .4s ease;
}
.mainmenu > li a:hover{
	color: #999;
}
.mainmenu > li.itemselected a{
	color: #999;
}
.mainmenu > li.firstitem a{
	padding-left: 0;
}
.mainmenu > li.lastitem a{
	padding-right: 0;
}

/*Search*/
#searchform {
	background: #fff;
	border: 1px solid #999;
	padding: .2em;
	width: 30%;
}
.searchinput {
	vertical-align: middle;
	border: none;
	padding: .3em;
	width: 90%;
}	
.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}

/* -----------------------------------------
   	Forms
----------------------------------------- */

.form-wrapper{
	padding: 1em;
	border: 1px solid #eee;
}

input:invalid { border:1px solid red; }
.mandatory { color: #AA0000; }

.cpsimpleform input{
	border: 1px solid #818181;
	padding: .5em;
	width: 50%;
}
.cpsimpleform .optionsvertical .cpstextheading{
	width: 50%;
	float: left;
}
.cpselementcontainer.optionsvertical{
	/*height: 20px;*/
	clear: both;
	padding: 1em 0;
}
.cpstextarea,
.cpstextarea .cpstextheading{
	float: none !important;
	width: 100% !important;
}

.cpsimpleform input[type="text"]:not([size]), 
.cpsimpleform input[type="email"]:not([size]), 
.cpsimpleform input[type="tel"]:not([size]) {
	max-width: 100%;
}

.cpsimpleform input[type="tel"]:not([size]), 
.cpsimpleform .sfx-phone:not([size]) {
	color:inherit;
}

.cpsimpleform input[type="submit"] {
	display: block;
	margin: 0 auto;
	background: #B31E48;
	border-radius: 5px;
	border: 1px solid #eee;
	cursor: pointer;
	color: #fff;
}
.cpsimpleform input[type="submit"]:hover{
	background: #9A052F;
}

.receiptmessage{
	padding: .5em;
	text-align: center;
}

/* -----------------------------------------
   	Listing
----------------------------------------- */

/*frontpage*/

.presentation{
	text-align: center;
	padding: 2em 0 0 0;
}
.presentation .block0 .ingress,
.presentation .block1 .ingress{
	border-right: 1px dotted #818181;
}
.presentation .columns{
	padding: 0;
}
.presentation .ingress{
	height: 110px;
	padding: 0 2em 0 2em;
	line-height: 1.6;
	letter-spacing: .03em;
}
.presentation .headline{
	padding: 0 0 .2em 0;
}
.presentation .headlinelink {
	text-transform: uppercase;
	text-decoration: none;
	color: #333; /* CPR Headline color */
	min-height: 60px;
	display: block;
}

/*two columns*/
.twocolumns .articlelist .articleblock {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}
.twocolumns .articlelist .articleblock:nth-child(odd) {
	padding: 0 .5em 0 0;
}
.twocolumns .articlelist .articleblock:nth-child(even) {
	padding: 0 0 0 .5em;
}
.twocolumns .articlelist .headline a{
	color: #333;
	text-decoration: none;
}
.twocolumns .articlelist .textwrap{
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
}
/*regular*/

.articlelist .articleblock{ margin: 1em 0; }

.articlelist .ingress{  }

.articlelist .articleblock .imgwrap{  }

.articlelist .articleblock .textwrap{  }

.listingarea hr, .hr{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}

.articlelink{  }

.articleblock.nopic .textwrap{
	width: 100%;
}

.articlelist .headline{
	line-height: 1.6;
}
.articlelist .subheadline{
	line-height: 1.2;
}

.pagebar{
	text-align: right;
}
.pagebar a{
	color: #333;
	text-decoration: none;
}

/* -----------------------------------------
   	View
----------------------------------------- */

.viewareacontent{  }

.body p{
	font-size: 1.05em;
}

.innerbody{  }

.innerbody p{  }

.ingressview{ 
	font-weight: 700;
	margin: 1em 0 0;
	font-size: 1.2em;
}
.byline{
	padding: .3em 0;
	margin: .5em 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	font-weight: 300;
	font-size: .9em;
}
.byline .pubinfo{
	width: 80%;
}
.byline .author a{
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
}
.byline .sharebtns{
	text-align: right;
}

.viewarea .listingpic{  }

.viewarea .articleparagraph{  }

.headlineview{
	font-size: 3em;
	margin-top: 10px;
}

.viewareacontent .subheadline{
	margin-top: 10px;
}

.related{
	padding: 1em 0;
	margin: 1em 0 0 0;
	border-top: 1px dotted #818181;
}
.related ul{
	list-style: none;
	margin: 0;
	padding: 1em 0;
}
.related ul li a{
	display: block;
	padding: .2em 0;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.related ul li a:hover{
	color: #999;
}
.paragraphpictable{
	width: 25%;
}

/* -----------------------------------------
   	Footer
----------------------------------------- */


#footer .contactinfo.columns{
	padding: 0 1em 0 0;
}
#footer .sitesummary.columns{
	padding: 0 1em;
	text-align: center;
}
#footer .some.columns{
	padding: 6em 0 0 1em;
	text-align: right;
}
.cpcredits,
.cp:link{
	font-size: .8em;
	text-decoration: none;
	color: #ccc;
	text-align: center;
}
#copyright{
	text-align: center;
	margin-bottom: 1em;
}
.contactinfo{
	padding: 1em 0;
}
.contactinfo span{
	display: block;
	padding: .75em 2.3em;
}
.contactinfo .name{
	padding: .75em 0;
}
.contactinfo .email{
	background: url(https://img9.custompublish.com/getfile.php/2549396.2279.qusexddbuu/icon_mail.png) no-repeat;
	background-position: 0 10px;
}
.contactinfo .phone{
	background: url(https://img9.custompublish.com/getfile.php/2549397.2279.apxusbfcrb/icon_phone.png) no-repeat top left;
	background-position: 0 4px;
}

.some span{
	height: 34px;
	width: 34px;
	display: block;
	margin: 0 0 0 1em;
}
.some .twitter{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat top left;
}
.some .facebook{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat;
	background-position: -43px 0;
}
.some .instagram{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat;
	background-position: -87px 0;
}
.some .rss{
	background: url(https://img9.custompublish.com/getfile.php/2549618.2279.cauwtsdeas/sprite_some.png) no-repeat;
	background-position: -130px 0;
}
/* -----------------------------------------
   	Misc
----------------------------------------- */

#mainsidebar{
	padding: 0 0 0 1em;
}


/* standard box/widget */
.box {
	padding: 0;
	margin: 0;
}
.box .caption{
	margin: 0;
	padding: 0;
}

/*Misc CMS generated code*/
.eventdate{ background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent; }

.hidewhitespace { display: none; }

.errmsg { font-weight: bold; color: #AA0000; }

/* weather forecast */
.weathertablefivedays td {
	padding: 5px;
}
.weathertablefivedays .weatherlocname {
	font-weight: bold;
}
.weathertablefivedays { }
.weatherdaylabel, .weatherfivedays {
}

/*  Calendar  */
.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; }
.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
.caltime {
	margin-right: 15px;
}
.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}
.calendar{
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 2em 0;
}
.calendar .monthlycalendartable tr td{
		height: 30px;
}
.calendar .monthlycalendartable .caldayhasevent{
	background: #b31e48;
	color: #fff;
	font-weight: 700;
}
.calendar .monthlycalendartable .caltoday{
	border: 1px dotted #b31e48;
}
.calendar .monthlycalendartable caption{
	text-align: left;
	padding: 0 0 1em 0;
	letter-spacing: .03em;
	font-size: 1.2em;
}
.calendar .monthlycalendartable .calmonthname a{
	color: #b31e48;
	text-decoration: none;
	font-weight: 700;
	padding: 0 .3em;
}
.calendar .gotocal{
	text-align: right;
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.calendar .gotocal:hover{
	border-bottom: 1px solid #ccc;
}

.fpcalendar a.gotocal {
	color: #000;
}

.fpcalendar {
	margin-top: .5em;
}

/*Effects of wide classes*/

.widemain #main{  }

.widemain .sidebar{ display: none; }

.widefull #main { width: 100%; float: none; }

.widefull .sidebar{ display: none; }

.nostyle{
	list-style: none;
}

.cpeditlinks{
	clear: both;
	display: block;
}

.scaletext .small { font-size: .8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large { font-size: 1.3em; }

/* -----------------------------------------
   	Media Queries
----------------------------------------- */

@media all and (max-width: 1035px) {
	.somefrontpagewrap.eight.columns, .frontpagenews.four.columns {
		width: 100% !important;
	}

}

@media all and (max-width: 900px) {
	.presentation .ingress, .textoverlay .presentationbody, .topbanner, .somefrontpagewrap, .byline .sharebtns {
		display: none !important;
	}

}

@media all and (max-width: 769px) {

	.fl,
	.fr{
		float: none;
	}
	
	.formobile{ display: block; }
	.fordesktop{ display: none !important; }
	
	.row .columns{
		float: none;
		width: 100%;
	}
	
	#header{
		padding: 1em 0 0 0;
	}
	#header .logo{
		text-align: center;
	}
	#searchform{
		width: 54%;
		margin: 0 auto;
	}
	.mainmenu{
		border-top: 1px solid #999;
	}
	.mainmenu > li{
		float: none;
		width: 100%;
	}
	.mainmenu > li a{
		padding: .2em 1em !important;
		display: block;
	}
	
	.main,
	.footerinner,
	#mainsidebar,
	#footer .contactinfo.columns,
	#subnavigation{
		padding: 0 1em;
	}
	.presentation .block0 .ingress, .presentation .block1 .ingress{
		border: none;
	}
	.presentation .columns{
		border-bottom: 1px dotted #818181;
	}
	.presentation .ingress{
		margin-bottom: .5em;
		padding: .5em 0 0 0;
		height: auto;
	}
	.presentation .gotolink{
		padding: 1em 0;
	}
	
	.twocolumns .articlelist .articleblock{
		text-align: center;
		padding: 0 1em !important;
	}
	
	#footer .sitesummary.columns{
		text-align: left;
	}
	#footer .some.columns{
		text-align: center;
	}
	.some span{
		float: left;
	}
	.bannerspaceleft{
		display: none;
	}

}

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}



@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navigation, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
	  widows: 3;
	}
}
 