/*
	Client: Polar Bear Design
	Client URI: htpp://polarbeardesign.no
	Theme name: Frost v1
	Author: Fredrik Sørlie
	Author URI: http://fredriksoerlie.com
	Version: 1.0
*/

/* Generic styles */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
} 

body {
	width: 100%;
	background: #C6C6C6 url("/images/bg_main.gif") repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

hr {
	height: 0;
	line-height: 0;
	font-size: 0;
	border-width: 0;
	border-top: 1px solid #AAA;
	margin: 30px 0 30px 0;
	padding: 0;
	display: block;
	clear: both;
}

img {
	border: 0;
	vertical-align: bottom;
}

.hideimg img {
	display: none;
}

.hideimg p img {
	display: none;
}

p {
	display: block;
	margin-bottom: 16px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	display: table; clear: both;
}

.pdf-link {
	line-height: 24px;
	background: url("/images/pdf_icon.gif") left top no-repeat transparent;
	padding: 0 0 24px 24px;
}

.html-link {
	line-height: 24px;
	background: url("/images/html_icon.gif") left top no-repeat;
	padding: 0 0 10px 24px;
}

.doc-link {
	line-height: 24px;
	background: url("/images/doc_icon.gif") left top no-repeat;
	padding: 0 0 10px 24px;
}

.xls-link {
	line-height: 24px;
	background: url("/images/xls_icon.gif") left top no-repeat;
	padding: 0 0 10px 24px;
}

.wmv-link {
	line-height: 24px;
	background: url("/images/wmv_icon.gif") left top no-repeat;
	padding: 0 0 10px 24px;
}

.avi-link {
	line-height: 24px;
	background: url("/images/avi_icon.gif") left top no-repeat;
	padding: 0 0 10px 24px;
}

.mpg-link {
	line-height: 24px;
	background: url("/images/mpg_icon.gif") left top no-repeat;
	padding: 0 0 10px 24px;
}


/* -------------------------------- Form fields -------------------------------- */

input {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	border: 1px solid #AAA;
	background: #EEE;
	padding: 4px 0;
	_height: 28px;
}

textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	border: 1px solid #AAA;
	background: #EEE;
	overflow: auto;
}

input:focus,
textarea:focus,
select:focus	{
	background:#FFF;
	border: 1px solid #999;
	color: #000;
}

/* -------------------------------- Headings and text -------------------------------- */

h1 {
	width: 303px;
	height: 68px;
	float: left;
	margin-top: 15px;
	padding: 0;
}

h2 {
	font-size: 12px; font-weight: normal; color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px; font-weight: normal; color: #111;
	margin-bottom: 2px;
}

.post h3,
.post1 h3,
.post2 h3 {
	font-size: 16px; font-weight: normal; color: #111;
	margin-bottom: 2px;
}

table.profile h3 {
	font-size: 16px; font-weight: normal; color: #069;
	display: block; clear: both;
}

h4 {
	font-size: 14px; font-weight: normal;
	margin-bottom: 0;
}

.intro {
	font-size: 17px; color: #666; font-weight: normal; line-height: 24px;
}

.light {
	color: #777;
}

small {
	font-size: 11px;
}

.date,
.date2 {
	color: #777; font-size: 12px; text-transform: uppercase;		
}

.date2 {
	display: table;
	clear: both;
	padding-bottom: 10px;
}

/* -------------------------------- Links -------------------------------- */

a,
a:focus, 
a:link, 
a:active, 
a:visited, 
a:hover { 
	outline: none; 
}

a {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #246;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul#menu li a,
ul#menu li a:visited {
	color: #666;
	text-decoration: none;
}

ul#menu li.current_page_item a,
ul#menu li.current_page_item a:visited,
ul#menu li.current_page_item a:hover,
ul#menu li a:hover {
	color: #000;
	text-decoration: none;
}

h3.tidligere a,
h3.tidligere a:visited {
	color: #333;
}

h3.tidligere a:hover {
	color: #000;
}

/* -------------------------------- List styles -------------------------------- */

ul {
	list-style: none;
}

ul#menu {
	width: 550px;
	display: table; clear: both;
	text-transform: uppercase;
}

ul#menu li {
	display: inline;
	margin-left: 15px;
}

/* -------------------------------- Layout -------------------------------- */

div#header {
	width: 900px; height: 100px; overflow: hidden;
	margin: 0 auto;
}

	div#nav {
		width: 550px;
		text-align:right; float: right;
		margin: 15px 0 0 0;
	}
	
	div#affiliates {
		width: 550px;
		text-align: right;
		display: table; clear: both;
		margin: 0 0 30px 0;
	}
	
	div#affiliates a img {
		float: right;
		margin: 0 0 0 20px;
	}

div#cover {
	width: 900px; height: 300px;
	background: url("/images/cover.jpg") no-repeat;
	margin: 0 auto;
}

div#content {
	width: 900px;
	background: url("/images/bg_content.gif") no-repeat;
	text-align: left; display: table;
	margin: 0 auto; padding-bottom: 40px;
}

	div#maincontent {
		width: 580px;
		float: left;
		margin-top: 40px;
		display: inline;
	}
	
		.post {
			width: 580px;
			margin-bottom: 10px;
			display: block; clear: both; overflow: hidden;
		}

		.post1 {
			width: 580px;
			margin-bottom: 10px; padding: 10px 0;
			border-top: 1px solid #BBB;
			border-bottom: 1px solid #BBB;
			display: block; clear: both; overflow: hidden;
		}
		
		.post2 {
			width: 580px;
			margin-bottom: 10px; padding: 10px 0;
			border-bottom: 1px solid #BBB;
			display: block; clear: both; overflow: hidden;
		}
	
		.post3 {
			width: 580px;
			margin-bottom: 10px; padding-bottom: 10px;
			border-bottom: 1px solid #BBB;
			display: block; clear: both; overflow: hidden;
		}
		
			.post img,
			.post1 img,
			.post2 img,
			.post3 img {
				display: table;
				clear: both;
				margin-bottom: 20px;
			}
			
			.postthumb {
				width: 150px;
				float: left;
			}
			
			.postcontent {
				width: 400px;
				float: right;
			}
			
			.postcontent img {
				display: none;
			}
	
		div#leftcol {
			width: 270px;
			float: left;
			overflow: hidden;
		}
		
		div#rightcol {
			width: 270px;
			float: right;
			overflow: hidden;
		}
		
		div.avatar {
			float: left;
		}
		
		table.profile {
			text-align: left; line-height: 20px; font-size: 12px;
			float: right;
		}

	div#sidebar {
		width: 240px;
		float: right;
		overflow: hidden;
		margin-top: 40px;
	}

div#footer {
	width: 900px;
	text-align: left;
	display: table; clear: both;
	margin: 0 auto;
}