/*
	Client: Petter Granlund
	Client URI: http://pettergranlund.com
	Theme name: PG08
	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: #FFF url("/images/bg_main.gif") repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
}

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

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

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

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

a.arrow-right {
	text-decoration: none;
	background: url("/images/arrow_right.gif") 50% right no-repeat;
	padding-right: 20px;
}

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

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

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

/* Headings and text */

h1 {
	float: left;
	padding-top: 12px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 2px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: black;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

/* Links */

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

a {
	text-decoration: none;
}

a,
a:visited {
	color: #000;
}

a:hover {
	color: #C00;
}

ul#menu li a {
	color: #FFF;
	line-height: 20px;
	padding: 4px 10px;
}

ul#menu li.current_page_item a {
	color: #000;
	background: #FFF;
}

/* List styles */

ul {
	list-style: none;
}

ul#menu {
	margin-top: 52px;
	float: right;
	text-align: left;
}

ul#menu li {
	display: inline;
}

ol#commentlist {
	list-style: none;
	width: 468px;
}

ol#commentlist li {
	width: 468px;
	background: #F6F6F6;
	font-size: 12px;
	margin: 0 0 20px 0;
	float: left;
	display: table;
	clear: both;
	padding: 10px 0;
}

ol#commentlist li.alt {
	background: #F6F6F6;
}

ol#commentlist li div.commentmeta {
	float: left;
	margin: 0 10px;
}

ol#commentlist li div.commenttext {
	float: left;
	margin: 0 10px;
}

/* Layout */

div#container {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #FFF;
	text-align: center;
}

div#header {
	width: 760px;
	height: 72px;
	background: url("/images/bg_header.gif") top center no-repeat;
}

div#cover img {
	margin: 4px auto;
}

div#content {
	text-align: left;
	clear: both;
}

div#content div#blogg {
	float: left;
	width: 468px;
	text-align: left;
	margin: 20px 0 0 20px;
	display: table;
	overflow: hidden;
}

div.postmetadata {
	padding: 10px;
	background: #F6F6F6;
	font-size: 12px;
	margin-bottom: 20px;
	display: block;
	margin-bottom: 20px;
	clear: both;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.postmetadata .left a {
	text-decoration: none;
	background: url("/images/comment.gif") 50% left no-repeat;
	padding-left: 20px;
}

div.date,
div.more {
	font-size: 12px;
	color: #999;
	display: table;
	margin: 2px 0 10px 0;
}

div#sidebar {
	width: 220px;
	display: table;
	float: right;
	text-align: left;
	margin: 20px 20px 0 0;
	overflow: hidden;
}

.desc {
	padding: 10px;
	background: #F6F6F6;
	font-size: 12px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#picturewrap {
	width: 760px;
	display: table;
	clear: both;
	text-align: left;	
}

div#picturewrap .desc,
div#news .desc {
	width: 720px;
	margin: 0 0 20px 20px;
	float: left;
	display: table;
	clear: both;
}

div#picturewrap h2 {
	width: 720px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

div#picturewrap img {
	border: 4px solid #CCC;
	margin: 10px 0 10px 22px;
	float: left;
}

div#picturewrap a:hover img {
	/*filter: alpha(opacity=90);
	opacity:.90;*/
	border: 4px solid #000;
}

div#news {
	width: 760px;
	display: table;
	clear: both;
	text-align: left;
	margin-top: 20px;
}

div#news h2 {
	width: 720px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

div#news h3 {
	margin-bottom: 5px;
}

div#news .newsitem {
	width: 220px;
	margin: 20px 0 0 22px;
	float: left;
	display: inline;
	overflow: hidden;
}

div#blogg img {
	margin: 0 0 10px 0;
	float: left;
}

div#footer {
	width: 760px;
	font-size: 12px;
	color: #999;
	background: #FFF;
	margin-top: 4px;
	text-align: left;
	clear: both;
	display: table;
	padding-bottom: 20px;
}

div#footercontent {
	width: 720px;
	margin: 20px 0 0 20px;
	display: table;
}

