/* Start of CMSMS style sheet 'polar' */
@charset "utf-8";
/* CSS Document */

/* ul, ol { list-style:none; } */
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin:0; padding:0; }
a img, :link img, :visited img { border:none; }
a span, h1 span, h2 span, h3 span, label span { display:none; }
address { font-style:normal; }
.clear { clear:both; }
a:link, a:visited { text-decoration:none; color: #1f00af; }
a.txt_menu:hover, a.txt_menu:active, a:hover, a:active {
	text-decoration:none;
	color: #000000;
	background-color: #fbcc1a;
	height: 35px;
}
a:visited {
        color: #1f00af;
}

body {
	background-image: url(images/bg.jpg);
}

#bodywrapper {
    width: 1000px;
    margin: 0 auto 0 auto;
}

div#header_logo {
	background-repeat: no-repeat;
	height: 133px;
	width: 1000px;
        text-align: right;
	background-image: url(images/logo_header.png);
	background-position: left center;
	padding-bottom: 20px;
}

div#header_logo img#tickets_button {
       border: 0;
       padding-top: 80px;
}

div#header_logo a:hover {
        background: none;
}

div#menu_container {
	height: 35px;
	width: 1000px;
	float: left;

}

div#menu_bg {
	background-repeat: repeat-x;
	height: 35px;
	width: 1000px;
	background-image: url(images/menu_bg.jpg);

}

div#menu_inside {
	width: 960px;

}

.txt_menu, a.txt_menu {
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder;
	color: #fbcc1a;
	padding-left: 12px;
	text-align: center;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 3px;
}

/* body background */

div#content_container {
	width: 1000px;
	float: left;
	padding-top: 3px;
}
   
   
div#content_bg{
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	background-color: #FFFFFF;
	float: left;
}



/* left quote text */

div#quote{
	font-family: Arial, Helvetica, sans-serif;
	height: 500px;
	width: 200px;
}

.quote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
        width: 170px;
        font-weight: bold;
        color: #555;
	/*background-image: url(images/subpage/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}

p.quotehead {
      font-size: 15px;
      font-family: Sans-serif, arial, Verdana;
      font-weight: bold;
      padding-bottom: 1em;
      padding-top: 1em;
}

div#quote2{
	width: 200px;
	margin-left: 40px;
	padding-top: 5px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin-top: 95px;
}
	
	
/* left news text */

div#frontlastnews {
    margin-left: 2em;
}

div#frontlastnews span.title {
    font-weight: bold;
    font-size: 1.2em;
}

div#news,
div#news_blank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	width: 300px;
	height: 420px;

	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
}

div#news_blank {
	background-image: url(images/news_blank.jpg);
}

div#news_wrapper {
      height: 400px;
      width: 220px;
      padding-left: 50px;
}

h2.news_headline{
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
       padding-top: 0.9em;
       text-indent: 0;
}
	
.date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	margin-right: 35px;
/*	margin-left: 50px;*/
	display: inline;
}

.news_subheadline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	margin-left: 35px;
	padding-top: 5px;
	width: 130px;
}
	
.news_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-right: 35px;
	/*margin-left: 40px;*/
	padding-top: 5px;
	line-height: 10px;
       /*padding-left: 20px;*/
       padding-bottom: 5px;
}

.news_postdate {
    font-weight: bold;
    font-size: 8pt;
    color: #fbcc1a;
    background-color: #000;
    padding: 3px;
    padding-right: 10px;
    display: inline;
}

.news_author {
    font-weight: bold;
    color: #333;
}

#NewsPostDetailTitle {
    text-indent: 0;
    /*text-align: left;
    font-size: 14pt;*/
    padding-bottom: 1em;
}

#NewsPostDetailTitle a {
    color: #000;
}

#NewsPostDetailHorizRule {
    border: 0;
    border-bottom: 1px solid #000;
}

#NewsPostDetailSummary,
#NewsPostDetailSummaryOverview {
    /*background-color: #fbcc1a;*/
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    padding: 5px;
    padding-right: 15px;
    padding-bottom: 8px;
   display: inline;
}

#NewsPostDetailSummaryOverview {
    margin-left: 3em;
    font-size: 1em;
    display: block;
}

#NewsPostDetailContent {
    padding-top: 15px;
}

img.news_head_image {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#newsoverview_table {
    width: 100%;
    border: 0;
}

#newsoverview_table td {
    padding-bottom: 3em;
    margin-bottom: 1em;
}

img.news_overview_image {
    width: 250px;
}

div.news_overview_image {
    background-color: #eee;
    background: url("http://www.polarparty.no/pp18/images/news_nopicture.png") no-repeat;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 0em;
    margin-bottom: 0.6em;
    width: 250px;
    height: 65px;
    overflow: hidden;
}

div.news_overview_summary {
    padding-top: 1.5em;
    font-style: italic;
    text-justify: newspaper;
    font-weight: bold;
}

.subline_grey {
    color: #666;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 45px;

}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 45px;
	margin-top: 10px;
}
	
div#news_image1{
	height: 60px;
	width: 85px;
	margin-left: 40px;
	padding-top: 5px;
	background-position: left 10px;
}
	
div#news_image2{
	height: 60px;
	width: 85px;
	margin-left: 40px;
	padding-top: 5px;
	background-position: left 10px;
}

.news_images{
/*	background-image: url(images/news_image.jpg);*/
	background-repeat: no-repeat;	
}

/* left sponsors */

div#sponsors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;

	background-color: #aaaaaa;
        border-top: 2px solid #555;

       padding-top: 15px;
	padding-left: 30px;
        padding-right: 30px;
	padding-bottom: 15px;
}

div#sponsors table,
div#sponsors table tr,
div#sponsors table td {
     height: 100%;
     vertical-align: middle;
}

div#sponsors table td {
     text-align: center;
}


/* right body text */
	
div#main {
	width: 630px;
	padding-top: 20px;
	overflow: visible;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
		
div.main {
	margin-bottom: 25px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 5px;
}

div.main_left {
    float: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

.headline{
	font-size: 2.2em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-family: Arial;
}

.subheadline{
	font-family: arial;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.02em;
	color: #fbcc1a;
	display: block;
	background-color: #000;
	margin-right: 250px;
        padding-bottom: 0.2em;
        padding-top: 0.1em;
        margin-bottom: 1em;
}

.lastnews {
    background-color: #fbcc1a;
    color: #000;
    text-indent: 0;
    font-family: Arial;
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
    padding: 3px;
    text-transform: none;
}

.subheadline2{
	font-size: 1.2em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.02em;
	color: #000000;
	display: block;
	background-color: #fbcc1a;
	margin-right: 250px;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-indent: 5px;
	line-height: 15px;
	}
	.image{
	height: auto;
	width: auto;
	}
	
	.image1{
	background-image: url(images/image.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	}
	
/* programme */

div#programme_container {
	width: 650px;
	/*float: left;*/
	background-image: url(images/programme.jpg);
	background-repeat: no-repeat;
	background-color: #fbcc1a;
	background-position: center left;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	float: left;
	padding-left: 350px;
	padding-top: 3px;
	padding-bottom: 20px;
}

div#programme_heading {
    background-color: #000; 
    width: 40px; 
    height: 100%;
    float: left;
    position: relative;
    left: -100px;
}   
   
div#programme_days1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

div#programme_days2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

div#programme_days3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

div#programme_days4 {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

.head_programme {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.02em;
}

.sub_programme {
	font-size: 1em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.02em;
	color: #fbcc1a;
	display: block;
	background-color: #000000;
	border-right-width: 50px;
	border-right-style: solid;
	border-right-color: #fbcc1a;
	font-family: arial;
}

.text_programme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 6px;
	letter-spacing: -0.02em;
}
	
	
/* footer */

div#sponsors_container{
       width: 1000px;
       float: left;
      display: block;
}

div#footer_container{
	width: 1000px;
	height: 80px;
	float: left;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fbcc1a;
	margin-bottom: 30px;
	font-family: Arial;
	font-size: 11px;
	display: block;
}

div#footer_menu1{
        text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#footer_menu2{
	padding-top: 8px;
	padding-bottom: 8px;
        text-align: center;
}

.links_foot_menu{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fbcc1a;
	padding-top: 8px;
       padding-left: 10px;
       padding-right: 10px;
}

 .text_foot_menu{
        width: 1000px;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	text-align: center;
	letter-spacing: 0.15em;
}


	div#splash{
	width: 1000px;
	height: 600px;
	margin: 80px;


}
	.splash{
	background-image: url(images/splash_logo.gif);
	background-repeat: no-repeat;
}
	div#enter{
	padding-top: 400px;
	padding-left: 800px;
	color: #fbcc1a;
	font-family: Arial, Helvetica, sans-serif;
}
	.enter {
	font-family: Arial;
	color: #fbcc1a;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.02em;

	}

div#submenuwrapper {
    position: absolute;
    width: 1000px;
    text-align: center;
    border-bottom: 2px solid #b60;
}

ul#submenu {
    list-style: none;
    background-color: #ffaa00;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

ul#submenu li {
    display: inline;
}

ul#submenu li {
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

ul#submenu li a {
    color: #000;
}

ul#submenu li a:hover {
    background-color: #000;
    color: #fa0;
}

div.news-image {
    background-color: #ffaa00;
    color: #fff;
    border: 1px solid #000;
    text-align: right;
    padding-bottom: 0.2em;
    padding-right: 0.3em;
}
/* End of 'polar' */



#main h2 {
    font-size: 16pt;
    text-indent: 0;
    text-transform: none;
}

fieldset.hidden {
    display: none;
}
/* End of 'polar_page' */

