/* Default yggdrasil 2010 */
/* colors

color variations on links
blue: #17447f;
orange: #a43409
yellow: #feae31
dark green: #0e3546

default
grey: #444444;


*/

body {
  background-color: #eeeeee;
  color: #444444;
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
  font-size: 12px;
  margin: 0px;
}
table,caption,th,td {
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
}
td {
  padding-top: 3px;
  padding-bottom: 3px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/



a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px 10px;
}
.body img[align="left"] {
	margin-left: 3;
}
.body img[align="right"] {
	margin-right: 3;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
/* General links */
a:link {color: #444444; }
a:visited { color: #444444;}
a:hover {color: #17447f; }

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp {font-size: 10px; }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; background: url(/getfile.php/981155.1554.qccuvsrypc/date.png) no-repeat;padding:2px 5px 0 20px;}
.authorimg { color: #333333; font-size: 10px; background: url(/getfile.php/981156.1554.veyddfypdw/user.png) no-repeat;padding:2px 5px 0 20px;}
.feedback { }
.copyright { }
.path span.arrow { padding: 0px 3px; }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background: url(/getfile.php/981087.1554.fawffqvxrr/box_border.gif);
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  /* width: 13px; */
  /* height: 13px; */
  width: 10px;
  height: 10px;  
}

span.corner.tl {
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr {
  background-position: top right;
  right: -1px;
  top: -1px;
}


span.corner.br {
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl {
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


/* midtskygge */
div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required  */
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { float: left;}
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }


#sharebox {
	background: #eee;
	border: 1px solid #BBB;
        width: 100%;
}
ul#sharelist {
	color: #47494B;
	font-family: Tahoma;
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul#sharelist li a {
	color: #47494B;
	text-decoration: none;
}
ul#sharelist li a:hover {
	text-decoration: underline;
}
.frontpage ul#sharelist li {
	float: left;
	padding: 0px 0px 13px 20px;
	width: 104px;
}
ul#sharelist li {
	float: left;
	padding: 0px 0px 13px 20px;
	width: 160px;
}
ul#sharelist li.facebook {
	background: transparent url(/getfile.php/1032312.1537.vfqpbyfveq/facebook_16.png) no-repeat 0 0px;
}
ul#sharelist li.twitter {
	background: transparent url(/getfile.php/1032311.1537.uqwcudxqfr/twitter_16.png) no-repeat 0 0px;
}
ul#sharelist li.digg {
	background: transparent url(/getfile.php/1032314.1537.cdtcbestfc/digg_16.png) no-repeat 0 0px;
}
ul#sharelist li.tips {
	background: transparent url(/getfile.php/1032316.1537.wsydepexdq/email_16.png) no-repeat 0 0px;
}
ul#sharelist li.print {
	background: transparent url(/getfile.php/1032318.1537.tbsedbtprb/print_16.png) no-repeat 0 0px;
}
ul#sharelist li.delicious {
	background: transparent url(/getfile.php/1032313.1537.xqasqyfbvb/delicious_16.png) no-repeat 0 0px;
}
ul#sharelist li.nettby {
	background: transparent url(/getfile.php/1032317.1537.dssddyqbtq/nettby_16.png) no-repeat 0 0px;
}
ul#sharelist li.friendfeed {
	background: transparent url(/getfile.php/1032320.1537.qrdaccptvr/friendfeed_16.png) no-repeat 0 0px;
}
ul#sharelist li.youtube {
	background: transparent url(/getfile.php/1003217.1537.xerwcysexa/youtube.png) no-repeat 0 0px;
}
ul#sharelist li.vimeo {
	background: transparent url(/getfile.php/1003219.1537.pwuqssbbap/vimeo.png) no-repeat 0 0px;
}
ul#sharelist li.blogger {
	background: transparent url(/getfile.php/1003209.1537.pxqwvqvaby/blogger.png) no-repeat 0 0px;
}
ul#sharelist li.google {
	background: transparent url(/getfile.php/1028790.922.rpctwsatpy/google_32.png) no-repeat 0 0px;
}
ul#sharelist li.stumbleupon {
	background: transparent url(/getfile.php/1032315.1537.tpsppuuwuq/stumbleupon_16.png) no-repeat 0 0px;
}
ul#sharelist li.myspace {
	background: transparent url(/getfile.php/1032322.1537.wxufrextty/myspace_16.png) no-repeat 0 0px;
}

/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 14px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}

.byline {
float: right;
}

p.byline, .byline {
  margin: 0px; padding: 15px 0px 0 0;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img{
	/*max-width: 100%;*/
}
.articleblock .textwrap{
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px solid #000000;
  font-size: 1px;
  clear: both;
  margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
.center {
text-align: center;
margin: 0 auto;
}
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 
/*
blue - /getfile.php/980766.1554.eabqupqtbe/page_bg.png
orange - /getfile.php/981724.1554.xbttsafubf/page_bg_orange.png
yellow - /getfile.php/981734.1554.cxbsuqcyae/page_bg_yellow.png
dark green - /getfile.php/981736.1554.ddeeaaqesy/page_bg_darkgreen.png
*/
#page {
/*	background: url(/getfile.php/984600.1554.uvstftpcpb/page_bg_lightblue2.png) repeat-x; */
  /* background: url(/getfile.php/984600.1554.uvstftpcpb/page_bg.png) repeat-x; */
  background: url(/getfile.php/1278607.1488.xsyuyscwvp/pagebg.jpg) no-repeat center top;
  width: 100%;
	margin: 0 auto;
  padding: 0px;
  text-align: left;
}

#page .inner{
  width: 960px;
	margin: 0 auto;
  padding: 0px;
  text-align: left;
  height: 110px;
}

#top {
float: left;
  margin: 10px 0 0;
  padding: 0px;
}
.topnav {
color: #FFF;
padding-top: 5px;
height: 25px;
float: left;
}
.topnav a {
color: #FFF;
}

.topnav a:hover {
color: #FFF;
}

.langbar {
float: right;
}

#middle {
}
#navbar {
	background: #FFF url(/getfile.php/1278610.1488.wctxadawyv/mainmenu_bg.png) repeat-x;
	border: none;
	/* border-top: 1px solid #879eaf; */
	border-top: 1px solid #FFF;
	width: 100%;
	margin-bottom: 16px;


}
#navbar .inner {
	width: 960px;
	margin: 0 auto;
	height: 48px;
}
#navbar ul.menu {
	list-style: none;
	padding: 0; margin: 0;	
}
#navbar ul.menu li {
float: left;
/*
margin: 6px 4px 0;
border: none;
*/



}
#navbar ul.menu li a{
	display: block;
	padding: 12px;
	border-right: 1px solid #bcbcbc;
/*
background: #86b3d3;
display:block;
padding:8px 30px;
font-size: 14px;
color: #FFF;
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
*/
}


#navbar ul.menu li a:active,#navbar ul.menu li .itemselected,#navbar ul.menu li a:hover {
/*
background: #EEE;
color: #666;
*/
background: #FFF;
}


#content {
width: 960px;
margin: 0 auto;
}

#subnavbar {
float: left;
width: 200px;
margin-right: 10px;
}
#main {
	float: left;
	width: 940px;
	/* width: 650px; */
}

.frontpage #main {
width: 650px;
float: left;
}

#tweetbox {
width: 564px;
float: left;
}

#contactbox {
width: 366px;
float: right;
}

.frontpage #tweetbox {
width: 464px;
float: left;
}

.frontpage #contactbox {
width: 264px;
float: right;
}

#sponsors {
margin: 0 auto;
width: 960px;
}

#sponsors ul.menu  li{
float: left;
}

/* articleslideshow */
.slideshowpage #main {
width: 740px;
float: left;
}

.slider {
  width: 740px;
  height: 300px;
  position: relative;
}

.slider .slidercontainer {
  width: 740px; /* .slider width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 300px;
  position: absolute;
  top: 0;
}

.slider ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.slider .slidercontainer ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.slider ul li {
  display:block;
  float:left;
  width: 740px;
}

.slider ul li a img {
  display:block;
}

.slider .arrow {
  display: block;
  height: 50px;
  width: 30px;
  text-indent: -999999px;
  position: absolute;
  
  top: 100px;
  cursor: pointer;
}
.slider .arrow span{

}

.slider .forward {
    background: url(/getfile.php/983702.1554.xsuvdtpebr/slideshow_right.png) no-repeat 0 0;
  right: 0;
  z-index:3;
}

.slider .back {
    background: url(/getfile.php/983701.1554.ayydtarqvy/slideshow_left.png) no-repeat 0 0;
  left: 0;
  z-index:3;
}

.slider .textcontainer {
width: 740px;
height: auto;
display: block;
position: absolute;
z-index: 2;
bottom: 0;
background: #222;
color: #FFF;
padding: 5px;
opacity: .8;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
overflow: hidden;

}

/* articleslideshow end */

.frontpage #subnavbar {
margin-right: 0;
}
.frontpage #mainsidebar {
        display:block; 
	float: right;
	width: 300px;
}


#mainsidebar {
        display:none;
	float: left; 
	width: 300px;
}


#footer {
  clear: both;
  text-align: center;
}

/* SECTION: Main */
.articleblock {
}

.slideshowpage .articleblock {
width: 240px;
float: left;
margin-right:5px;
}


/* SECTION: Sidebar */
.sidebar {
}

/* SECTION: box */
.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
  	
  zoom: 1;
}
.box .head {
/* background: url(/getfile.php/980914.1554.weasaaqasd/box_head_bg.png) repeat-x center bottom; */
 background: #e3e4e7 url(/getfile.php/1278618.1488.cxxdwuttru/boxhead.png) repeat-x center top;
height: 28px;
font-size: 14px;
padding: 5px 0px 5px 10px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;

}
.box .head img{
float: right;
margin:-10px 0;
}
.box .cell {
background: #FFFFFF;
padding: 8px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;

}
.box ul li {

}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;
  float: left;
}

/* SECTION: menu elements */

ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 0px;
}
ul.menu li ul li.menulevel1,ul.menu li ul li.menulevel2,ul.menu li ul li.menulevel3 {
background: url(/getfile.php/981392.1554.cerqcwetcx/menu_sublink.gif) no-repeat;
padding-left: 15px;
}

#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}



.adminbar {
float: right;
margin-top: 5px;
}
#tools {
  list-style-type: none;

}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}

/* section program */

.program th {
background:#5BBDE6;
border-top:1px solid #6b6b6b;
border-bottom:1px solid #6b6b6b;
line-height:1.8em;
color:#FFFFFF;
font-size:1.3em;
text-align:center;
}

.program td {
border-bottom:2px solid #26A7DF;
line-height:1.6em;
padding:0.4em 0.4em 0.5em;
vertical-align:top;
color:#000000;
}
.program h3 {
background:#eaeaea;
color:#000000;
font-size:1em;
font-weight:bold;
margin:0;
padding:0 0 5px;
text-align:center;
}
.program h4 {
color:#1b1b1b;
font-size:1.2em;
font-weight:bold;
margin:0;
padding:0 0 5px;
}
.program h5 {
/*color:#515151;*/
color:#74004e;
font-size:1.5em;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0 0 5px;
}
.program h6 {
color:#434343;
font-size:1em;
font-weight:normal;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
margin:0;
padding:0 0 5px;
}

input[type="text"],textarea {
/*	background: #FFF url(/getfile.php/1115227.1184.caafcxqpvp/inputbg.png) repeat-x; */
	border: 1px solid #acacac;
	padding: 5px 2px;
	margin: 3px 0;
  margin-right: 3px;
}
input[type="text"], textarea {
	width: 100%;
}
input.radio {
	margin-right: 5px;
}
/* SECTION: search */
#search {
float: right;
margin-top: 4px;
}
#searchform {
margin:0px;
padding: 0;
}
input.searchinput {
	background: url(/getfile.php/981290.1554.rdypyuaawy/search_input_bg.png) no-repeat;
	border: 0;
	font-size:12px;
padding:8px 5px 10px ;
margin: 0;
width:160px;
  vertical-align: middle;
  
}	
input.searchsubmit {
background: url(/getfile.php/981341.1554.efwcqsbpvb/search_button_bg.png) no-repeat;
  vertical-align: middle;
  border: 0;
color:#444444;
cursor:pointer;
font-size:12px;
margin-left:-10px;
padding:0px 12px;
vertical-align:middle;
width:60px;
height: 33px;
  cursor: pointer;
}


/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
  padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

input.cpssubmit {
	background: #cfcfcf url(/getfile.php/1278623.1488.uswxxtupur/submit.png) repeat-x top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #707070;
	cursor: pointer;
}

input.cpssubmit:hover {
	background: #f3f3f3;
}


/* Shop elements */


.productselector div {
padding-bottom: 12px;
}

/* End shop elements */
