/* Outcasts CSS */

body {
	font-family: "Arial", "Verdana", sans-serif;
	color: #111111;
	font-size: 14px;
	background-color: #eeeeee;	
}

a {
	color: #123456;
	font-weight: bold;
}

a:hover {
	color: #930d0d;
}

h2, h3, h4 {
	font-family: "cambria", "helvetica", "arial", sans-serif;
}

h2 {
	margin-bottom: 10px;
	font-size: 2em;
}
h3 {
	margin: 10px 0;
	font-size: 1.5em;
}
h4 {
	margin: 10px 0;
	font-size: 1.2em;
}

p {
	line-height: 1.4;
	margin: 10px 0;
}

ul {
	list-style-type: disc;
	margin-left: 30px;
}

li {
	margin: 2px 0;
}
/* Divs */

#container {
	width: 900px;
	margin: 10px auto 40px;
	background-color: white;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 900px;
	background: #f9fbfa url(../img/design/banner.jpg) no-repeat top left;
	
	/* CSS 3.0 properties */
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#navigation ul {
	width: 880px;
	height: 30px;
	clear: both;
	margin: 0px 0px 20px 0px;
	padding-left: 20px;
	padding-top: 8px;
	list-style-type: none;
	float: left; 
	background: transparent url(../img/design/bg-nav.jpg) repeat-x top left;
	
	/* CSS 3.0 properties */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#navigation ul li { /* IE Hack for navigasjonen */
	float: left; 
	margin: 0;
	width: auto;
	}

#navigation ul li a {
	display: block;
	padding: 5px 30px 5px 0;
	font-size: 16px;
	float: left;
	text-decoration: none;
	font-family: helvetica, sans-serif;
	font-weight: 100;
}

#navigation ul li a:hover {
	color: #930d0d;
}
#navigation ul li a#active {
	color: #456789;
}

#navigation ul li a.emphasize {
	font-weight: bolder;
	color: #930d0d;
	text-transform: uppercase;
}

#navigation ul li#plustext, #navigation ul li#minustext {
	float: right;
	cursor: pointer;
	display: block;
	color: #123456;
	margin: 5px 0 5px 10px;
	font-size: 16px;
}

#navigation ul li#contrast {
	float: right;
	display: block;
	margin: 5px 20px 5px 10px;
	padding: 0;
	font-size: 18px;
}

#navigation ul li#contrast a {
	background-image: url(../img/design/contrast.png);
	width: 30px;
	height: 18px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content {
	padding: 10px 20px;
}

#footer {
	padding: 10px 20px;
	clear: both;
	height: 15px;
	background: transparent url(../img/design/bg-gallery.jpg) repeat-x top left;
	font-family: "Helvetica", "Arial", sans-serif;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li, #footer ul li a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

#footer ul.right li a {
	font-weight: normal;
}

/* General use klasser */
.blokk {
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	width: 300px;
	margin: 5px 10px 5px 0px;;
	padding-right: 10px;
	border-right: 1px solid #bababa;
	clear: both;
}

/* Saker */
.sak1 {
	clear: both;
	border-bottom: 1px solid #bababa;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.sak1 img {
	width: 860px;
	background-color: #eeeeee;
	clear: both;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

.sak1 h2, sak2 h2 {
	margin: 10px 0 7px;
	color: #202020;
}

.sak1 h2 a {
	color: #123456;
	text-decoration: none;
}

.sak2 h3 a, .sak2 h3 {
	text-decoration: none;
	color: #123456;
	margin-top: 0;
	font-size: 1.2em;
}

sak2 h3 {
	margin-bottom: 10px;
}

.sak2 {
	width: 420px;
	float: left;
	display: block;
	margin-right: 10px;
}

.sak2 img {
	width: 100px;
	margin-right: 20px;
	float: left;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

.sak2 h3, .sak2 p {
	margin-left: 120px;
}

/* Relaterte saker */
#relatert {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	margin: 10px 0;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

#relatert h3
{
	background: #f9fbfa url(../img/design/bg-gallery.jpg) repeat-x top left;
	padding: 10px 0 10px 10px;
	color: #123456;
	margin: 0px;
	
	/* CSS 3.0 properties */
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#relatert ul {
	margin: 10px 0px 10px 30px;
}

/* Artiklenes hovedbilder */
#article-main-image
{
	width: 860px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

/* Referanser */
#referanser {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	margin: 10px 0;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

#referanser h3
{
	background: #f9fbfa url(../img/design/bg-gallery.jpg) repeat-x top left;
	padding: 10px 0 10px 10px;
	color: #123456;
	margin: 0px;
	
	/* CSS 3.0 properties */
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#referanser ul {
	margin: 10px 0px 10px 30px;
}

/* Utdrag fra teksten */
blockquote {
	float: right;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	width: 200px;
	font-size: 1.3em;
	border: 1px solid #bababa;
	background: #eeeeee url(../img/design/bg-blockquote.png) no-repeat bottom right;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
blockquote p small {
	font-size: 0.8em;
	font-style: italic;
}

/* Bilder med bildetekst */
.article-image {
	width: 200px;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	margin: 10px 20px 10px 0;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

.article-image img {
	width: 180px;
	margin: 10px;
	
	/* CSS 3.0 properties */
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	
}

.article-image .caption {
	border-top: 1px solid #bababa;
	padding: 5px 10px;
	font-size: 90%;
	background-color: #fbfbfb;
	
	/* CSS 3.0 properties */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.article-image .caption small {
	font-style: italic;
	font-size: 85%;
}
/* Artikkelsiden */

.colwrapper {
	width: 430px;
	float: left;
}

.leftpic {
	border-left: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	padding: 10px 0px 10px 10px;
	width: 409px;
	margin-bottom: 10px;
}

.leftpic h3 a, .leftpic a {
	color: #123456;
	text-decoration: none;
}

.leftpic h3 a:hover {
	color: #930d0d;
	text-decoration: none;
}

.leftpic a {
	text-decoration: underline;
}

.leftpic a:hover {
	color: #930d0d;
}


.leftpic img {
	width: 150px;
	margin-right: 20px;
	background-color: white;
	float: left;
}

.leftpic h3, .leftpic p {
	margin-left: 0px;
}

/* Kontaktskjema-deklarasjoner */
#kontaktskjema fieldset {
	margin-top: 20px;
}

#kontaktskjema fieldset ul {
	list-style-type: none;
}

#kontaktskjema fieldset ul li {
	padding-bottom: 15px;
	display: block;
}

#kontaktskjema fieldset ul li label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	margin-right: 20px;
	text-align: right;
}

#kontaktskjema fieldset ul li input, #kontaktskjema fieldset ul li textarea {
	width: 200px;
	float: left;
}

#kontaktskjema fieldset ul li textarea {
	height: 100px;
	width: 300px;
}

#kontaktskjema fieldset ul li input#cf_submit {
	clear: both;
	margin-left: 120px;
	margin-top: 10px;
	width: auto;
}
/* Galleri deklarasjoner */
h3.galleri-head a {
	padding-left: 30px;
	margin-top: 20px;
	background: transparent url(../img/design/galleri-folder.png) no-repeat top left;
}

#galleri-mappe ul {
	list-style-type: none;
	display: block;
	margin: 0px auto 10px auto;
}

#galleri-mappe ul li {
	display: block;
	float: left;
}

#galleri-mappe ul li a img {
	float: left;
	width: 150px;
	height: 113px;
	margin: 2px;
}
/* Slider deklarasjoner */

#galleri-slide {
	padding: 10px 0 0 0;
	margin: 10px auto 0px auto;
}

#galleri-slide h3 {
	background: #f9fbfa url(../img/design/bg-gallery.jpg) repeat-x top left;
	padding: 10px 0 10px 10px;
	color: #123456;
	margin: 0px;
	
	/* CSS 3.0 properties */
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#galleri-slide a {
	text-decoration: none;
}
#slider { 
   	width: 860px;
   	height: 300px;
	padding-top: 10px;
   	position: relative;
   	overflow: hidden;
}

#sliderContent {
   	width: 860px;
   	position: absolute;
   	top: 0;
   	margin-left: 0;
}

.sliderImage {
   	float: left;
   	position: relative;
   	display: none;
	margin: 0;
	padding: 0;
}

.sliderImage a span, .sliderImage span {
   	position: absolute;
   	left: 0;
   	padding: 10px 13px;
   	width: 100%;
   	background-color: #000;

   	filter: alpha(opacity=90); 
   	-moz-opacity: 0.9;
   	-khtml-opacity: 0.9;
   	opacity: 0.9; 
	
   	font-size: 100%;
	font-weight: normal;
   	color: #ffffff;
   	display: none;
   	top: 0;
}
