﻿/*
 *----------------------------------------------------------------------
 * Jonas Åkerlund
 * Copyright Sector 5 AB 2009
 * ---------------------------------------------------------------------
*/

@import "default.css";
@import "navigation.css";
@import "templates.css";

/*--------------------------------------------------------------------*/
/* Common typography */
/*--------------------------------------------------------------------*/

body {
	background: #555557 url(../images/body-bg.gif) center top repeat-y;
}

body, table, td, input, textarea, select, fieldset, legend { color: #444444;}

h1 { font-family: Georgia, "Times New Roman", Times, serif;}
h2,h3,h4,h5,h6 { font-family: Arial, Verdana, Helvetica, sans-serif; }

h1 { font-size: 26px; line-height: 31px;}
h2 { font-size: 12px; line-height: 16px;}
h3, h4, h5, h6 { font-size: 12px;}

a { text-decoration: none; color: #0fb2f0;}
a:hover { text-decoration: underline;}

ul { list-style: none outside;}

table { border-collapse: collapse; }

input, textarea { font-family: Arial, Verdana, sans-serif;}

/*--------------------------------------------------------------------*/
/* Common layout */
/*--------------------------------------------------------------------*/
.clear { clear: both;}
.left { float: left;}
.right { float: right;}

#wrapper {
	margin: 0 auto;
	width: 962px;
	background: #fff;
}

#logo {
	padding: 24px 0 0 28px;
}

#content {
	padding: 0 32px;
	float: left;
	width: 898px;
}

#template {
	margin: 4px 0 20px;
	float: left;
	width: 898px;
	border-top: 6px solid #58585a;
	padding: 28px 0 10px 0;
}

#main {
	float: left;
	width: 490px;
	padding: 0;
}
#main.two-col {
	width: 644px;
	padding: 0 32px 0 0;
}


.intro-text { padding: 22px 100px 0 15px;}
.intro-text,
.intro-text h1 { font-family: Georgia, "Times New Roman", Times, serif;}
.intro-text h1 { margin-bottom: 16px;}

.intro-image img { display: block;}
.intro-text p { font-size: 18px; line-height: 24px;}

#footer {
	float: left;
	width: 898px;
	border-top: 1px solid #dcdcdc;
	background: #fff url(../images/footer-bg.gif) left top repeat-x;
	padding: 20px 32px 120px;
	font-size: 12px;
}

#footer .info { color: #9e9e9e; clear: both; padding: 20px 0 0 0; margin: 20px 0 0; border-top: 1px solid #f0f0f0; float: left; width: 898px;}
#footer .info span { color: #444444;}

.quicklinks {
	float: left;
	width: 163px;
	padding-left: 20px;
}

.quicklinks.first { padding-left: 0;}
.quicklinks li strong a, .quicklinks li a strong{ color: #444444;}
.quicklinks p,
.quicklinks li { margin: 0 0 4px 0;}

/*--------------------------------------------------------------------*/
/* entrances */
/*--------------------------------------------------------------------*/
.entrances {
	float: left;
	padding: 37px 0 0 15px;
}

.entrance {
	float: left;
	width: 288px;
	font-size: 12px;
	line-height: 16px;
	padding: 13px;
}

.entrance h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1px;
}

.entrance p { margin-bottom: 4px;}

.entrance img {
	float: left;
	padding: 0 16px 0 0;
}

.entrance .text {
	width: 180px;
	float: left;
	padding: 4px 0 0 0;
}

.entrance.highlight {
	padding: 12px;
	background: #f6f6f6 url(../images/entrance-highlight-bg.gif) left top repeat-x;
	border: 1px solid #dcdcdc;
	width: 288px;
	
}

.entrance.highlight .text { padding-top: 4px;}
.entrance.highlight h2 { color: #e60000;}

.secondary { padding-top: 25px; float: left; width: 490px;}
.secondary .entrance,
.secondary .entrance.highlight {
	width: 464px;
	margin-bottom: 15px;
	margin-top: 0;
}

.secondary .entrance .text { width: 355px;}

.secondary .entrance.info-box {
	background: #fff url(../images/info-box-bg.gif) left bottom repeat-x;
	border: 1px solid #dcdcdc;
	padding: 16px;
	width: 456px;
}
.secondary .entrance.info-box .text { width: auto; padding: 0;}
.secondary .entrance.info-box h2 { text-transform: none;}


/*--------------------------------------------------------------------*/
/* rte */
/*--------------------------------------------------------------------*/
.rte {
	font-size: 12px;
	line-height: 18px;
}
.rte h1 { margin: 8px 0 16px;}
.rte h2 { font-size: 18px; font-weight: normal; margin-bottom: 8px;}
.preamble p {
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.rte .rte-img img {
	display: block;
	margin-bottom: 20px;
}

.rte p,
.rte table,
.rte ol,
.rte ul { margin-bottom: 19px;}
.rte ul { list-style-type: none; padding-left: 15px;}
.rte ol { padding-left: 25px;}
.rte ul li { background: url(../images/li-square.gif) left 8px no-repeat; padding-left: 10px;}
.rte li { margin: 0 0 5px 0;}

.rte blockquote { float: right; width: 186px; margin: 10px 0 20px 40px;}
.rte blockquote p { margin: 0;}

table  { width: 100%;}
table th,
table td  {
	border: 1px solid #dcdcdc;
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 12px;
}

table td.check {
	background: url(../images/icon-checked.gif) center center no-repeat;
}

table thead th {
	border-bottom: 4px solid #dcdcdc;
	background: #f6f6f6;
	padding: 8px 10px;
	text-align: center;
	font-weight: bold;
}

#facts {
	float:right;
	margin:0 -165px 5px 15px;
	position:relative;
	width:208px;
	padding: 10px 0 10px 17px;
	border-left: 1px solid #dcdcdc;
	line-height: 16px;
}
.rte #facts h3 { margin: 0 0 2px 0;}
.rte #facts p,
.rte #facts ul { margin: 0 0 5px 0; padding: 0;}
.rte #facts li { line-height: 16px; padding: 0; background: url(../images/li-square.gif) left 7px no-repeat; padding-left: 10px;}

.share {
	clear: both;
	padding-top: 15px;
}
.share a {
	background: url(../images/icon-share.gif) left 1px no-repeat;
	padding-left: 20px;
	font-size: 12px;
}

/*--------------------------------------------------------------------*/
/* col */
/*--------------------------------------------------------------------*/

#right-col {
	float: left;
	width: 222px;
}

#right-col.narrow { width: 181px;}

blockquote {
	background: #00aeef url(../images/quote-box-bg.gif) right bottom no-repeat;
	padding: 16px 16px 49px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	font-family: Georgia, Times New Roman, "Times", serif;
}

#right-col .content {
	padding: 0 16px;
	font-size: 12px;
}
#right-col .section  {
	padding: 2px 0 15px 0;
	line-height: 16px;
}

#right-col .section h3 { line-height: 18px;}

#right-col .section ul { margin-top: 5px;}
#right-col .section li { margin: 3px 0 0 0; }


/*--------------------------------------------------------------------*/
/* buttons */
/*--------------------------------------------------------------------*/
.button {
	float: left;
}

.button a {
	background-color: #00AEEF;
	color: #fff;
	padding: 4px 15px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.button a:hover {
	text-decoration: none;
	background-color: #404042;
}

.button.next a { background-position: right 6px; padding-right: 20px;}
.button.prev a { background-position: left -14px; padding-left: 20px; }
.button.home a { background-position: left -35px; padding-left: 25px;}
.button.send a { background-position: left -54px; padding-left: 25px;}

/*--------------------------------------------------------------------*/
/* form */
/*--------------------------------------------------------------------*/
.form { float: left; padding: 25px 0 10px 0;}
.form .section { float: left;}

.form .section.prereq { padding: 0 0 0 30px;}
.form .section.prereq label { width: 80px;}

.form  .content{
	background: #FFFFFF url(../images/info-box-bg.gif) repeat-x scroll left bottom;
	padding: 10px;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 0 0 10px 0;
	width: 438px;
}

.form .content.selected { border: 1px solid #00AEEF;}
.form .content.not-selected,
.form .content.not-selected input { color: #888888;}

.form .selector { float: left; width: 30px; padding: 10px 0 0 0;}

.form p { float: left; width: 438px; font-size: 12px; margin: 0 0 8px 0;}

.form label, .form input { float: left;}
.form label { font-size: 12px; margin: 2px 4px 0 0;}

.form input.text {
	font-size: 12px;
	padding: 1px;
	margin: 0 10px 0 0;
	width: 140px;
}

.form textarea { width: 250px; font-size: 12px; padding: 1px;}

.form input.has-error { background: #fdf792 ; }
	
.form input.text.small { width: 80px;}
.form input.text.large { width: 250px;}

.form input.radio { width: 13px; height: 13px; margin: 4px 4px 0 0;}

.form .form-extra { padding: 0 0 0 30px;}
.form .error-messages { padding: 0 0 10px 0; float: left;}
.form .error-messages p { display: none;}

/*--------------------------------------------------------------------*/
/* form#feedback-form */
/*--------------------------------------------------------------------*/
.form#feedback-form .content {
	padding: 20px;
	width: 350px;
}

.form#feedback-form p {
	width: 350px;
}

.form#feedback-form input.text {
	width: 256px;
}

.form#feedback-form label { width: 60px;}

.form#feedback-form .button-container {
	width: 325px;
	float: left;
	padding: 0 0 0px 0;
}

.form#feedback-form .form-extra { padding-left: 0;}

.form#feedback-form .button-container .button { float: right;}

/*--------------------------------------------------------------------*/
/* Slider */
/*--------------------------------------------------------------------*/
#slide-container {
	padding: 0 0 30px 0;
}
#slide-wrapper {
	overflow: hidden; 
	height: 220px; 
	width: 896px;
	border-bottom: 4px #656565 solid;
	background: url(../images/scroller_bg.gif) top left repeat-x;
	margin: 0 0 0;
	position: relative;
}
 
#slide-wrapper #slide-inner {
	width: 10000px;
	height: 220px;
}
 
#slide-wrapper #slide-inner .scrolling-content {
	width: 894px;
	height: 220px;
	float: left;
	border: 1px solid #dcdcdc;
	border-bottom: none;
}

#slide-wrapper #slide-inner .slide-content {
	float: left;
	height: 188px;
	width: 896px;
}

#slide-wrapper .slide-rte {
	padding: 30px 0 0 30px;
	float: left;	
}

#slide-wrapper .slide-rte .slide-box {
	width: 520px;
	height: 150px;
}

#slide-wrapper .slide-rte .slide-box h2 {
	font-size: 26px;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 0 .3em 0;
	line-height: 28px;
}
#slide-wrapper .slide-rte .slide-box h2 a:hover {
	text-decoration: none;
}

#slide-wrapper .slide-rte .slide-box p,
#slide-wrapper .slide-rte .slide-box ul li {
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 18px;
}

#slide-wrapper .slide-rte .slide-box ul { margin-left: 20px;}
#slide-wrapper .slide-rte .slide-box ul li { margin: 0; line-height: 1.5em;}

#slide-wrapper .image-container {
	height: 200px;
	overflow: hidden;
	float: left;
	padding: 20px 0 0 0;
}

#slider-wrapper .image-container img { float: left;}

#slide-wrapper span.count {
	float: right;
	font-size: 11px;	
	width: 20px;
	padding: 5px 5px 0;
}

/* Buttons */

#slide-wrapper .next-container { float: right; padding: 180px 0px 0 0;}
#slide-wrapper .prev-container { float: left;}
#slide-wrapper .prev-container .button { margin-right: 10px;}

#slide-wrapper .button a {
	background-image: url(../images/button-icons.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}

/* Form */
#slide-wrapper #slide-inner .endresult  {
	float: left;
	width: 226px;
	padding: 30px 0 30px 0;
	height: 160px;
}

#slide-wrapper #slide-inner .end-content {
	border-left: 1px solid #e7e6e5;
	padding: 10px 0 0 20px;
	height: 160px;
} 

#slide-wrapper .endresult form label { font-size: 12px; width: 60px;}
#slide-wrapper .endresult input.text {
	margin: .1em 0 .5em 0;
	padding: 2px 0 2px 2px;
	font-size: 12px;
	width: 200px;
}

#slide-wrapper .endresult .button {
	float: right;
	margin-top: .5em;
}	

