
/*---------------------------------------------------*
 *       MathiasJorgensen.com - simpleblue.css       *
 *---------------------------------------------------*/

/* General ---------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #444;
}
body {
	padding: 40px 0;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 760px;
}
div#content, div#errors {
	width: 720px;
	padding: 20px 20px 30px 20px;
	background: #FFF;
	border-color: #80aaff;
	border-style: solid;
	color: #444;
	border-width: 3px 0;
	line-height: 200%;
	z-index: 100;
}
div#errors {
	margin-top: 20px;
	padding-top: 40px;
	border-color: #ff8080;
}
div.column {
	width: 500px;
	padding-right: 20px;
	float: left;
}
div.sidebar {
	float: left;
	width: 200px;
}

/* Header ---------------------------------------------------------*/
div#header {
	width: 760px;
	height: 25px;
}
h1 {
	width: 267px;
	height: 22px;
	float: left;
}
h1 a {
	width: 267px;
	height: 22px;
	display: block;
	background: url(simpleblue/logo.png) no-repeat;
}
h1 a span {
	display: none;
}

/* Menu ---------------------------------------------------------*/
ul#menu {
	list-style-type: none;
	height: 30px;
	float: right;
	position: relative;
	bottom: -1px;
}
ul#menu li {
	display: block;
	float: left;
	padding-left: 20px;
}
ul#menu li a {
	text-decoration: none;
	color: #A9A9A9;
	padding: 9px 0 1px 0;
	height: 20px;
	display: block;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-shadow: #000 0 0 1px;
}
ul#menu li a:hover, ul#menu li.selected a {
	color: #FFF;
}

/* Text ---------------------------------------------------------*/
p {
	text-align: justify;
}
div.sidebar p {
	text-align: left;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 3px;
	border-bottom: 1px solid #EEE;
	height: 24px;
	z-index: 101;
}
div#content h2 a, div#content h2 a:hover {
	text-decoration: none;
	color: #444;
	display: block;
	float: left;
	z-index: 102;
	position: relative;
}
div#content h2 a:hover {
	color: #222;
}
h2 span {
	color: #A9A9A9;
	margin-left: 2px;
	float: right;
	width: 122px;
	display: block;
	text-align: right;
}
div#content p.caption {
	margin: -3px auto 9px auto;
	text-align: right;
	color: #A9A9A9;
	font-style: italic;
	line-height: 150%;
}
p.caption em {
	font-style: normal;
}
ul.latest {
	list-style-type: none;
}
p.notification {
	padding: 6px 10px;
	background: #F0F0F0;
}
p.pagination {
	clear: both;
}
blockquote {
	margin: 0 15px;
	padding: 0 15px;
	/*border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;*/
}
blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}
a img {
	border: none;
}
div#content p, div.maintext ul, div.maintext ol, div.maintext dd {
	margin: 3px 0 6px 0;
}
div.maintext ul li {
	list-style-type: none;
	background: url(simpleblue/bullet.png) no-repeat 1px 9px;
	padding-left: 12px;
}
div.maintext ul li ul, div.maintext ul ol, div.maintext ol ul {
	margin: 0;
}
div#content img, div.flash {
	margin: 3px auto 6px auto;
	display: block;
}
div.maintext h4, div.maintext h5 {
	margin: 3px auto;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
}
div.maintext h4 {
	border-bottom: 1px solid #EEE;
}
div.maintext h5 {
	background: url(simpleblue/bullet.png) no-repeat 1px 9px;
	padding-left: 12px;
}
del {
	text-decoration: line-through;
}

/* Links ---------------------------------------------------------*/
div#content a {
	text-decoration: none;
	/*border-bottom: 1px solid #3066D4 #80aaff;*/
	color: #3066D4;
}
div#content a:hover {
	/*color: #A9A9A9;*/
	text-decoration: underline;
}
div#content h4 a, div#content h5 a, div#content h4 a:hover, div#content h5 a:hover {
	color: #444;
	text-decoration: none;
}

/* Mediaplayer ---------------------------------------------------------*/
a.playbutton {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
a.playbutton span {
	width: 63px;
	height: 62px;
	display: block;
	background: url(simpleblue/playbutton.png);
	background-position: top left;
	position: absolute;
	bottom: 19px;
	right: 20px;
}
a.playbutton:hover span {
	background-position: top right;
}
div.flash {
	position: relative;
	background-position: center;
}
p.noscript {
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
	padding: 6px 10px;
	background: #ff8080;
}

/* Gallery ---------------------------------------------------------*/
a.thumbnail {
	width: 228px;
	height: 128px;
	display: block;
	margin-bottom: 3px;
}
ul.gallery {
	list-style-type: none;
}
ul.gallery li {
	width: 228px;
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
	line-height: 140%;
}
ul.gallery li.third {
	margin-right: 0;
}
ul.gallery li a {
	display: block;
}
ul.gallery li span {
	color: #A9A9A9;
}

/* Tables ---------------------------------------------------------*/
table {
	width: 100%;
	text-align: left;
	border-spacing: 0;
}
td.r {
	text-align: right;
}
th, td {
	vertical-align: top;
}
table th {
	font-weight: normal;
	text-decoration: underline;
}

/* Clearer ---------------------------------------------------------*/
div.clear {
	clear: both;
}

/* Faktaboks ---------------------------------------------------------*/
div.faktaboks {
	margin: 5px 0;
	background-color: #F0F0F0;
	padding: 8px 16px 6px 16px;
}

/* Comments ---------------------------------------------------------*/
div.comments div {
	padding: 8px 16px 6px 16px;
	margin: 5px 0;
	background-color: #F0F0F0;
	min-height: 54px;
}
div.comments div.new {
	display: none;
}
div.comments div p {
	width: 550px;
}
div.comments div address {
	font-style: normal;
	width: 126px;
	float: right;
	text-align: right;
	padding: 3px 0 3px 10px;
}
div.comments div address span {
	display: block;
	color: #A9A9A9;
}
a.commentlink {
	display: block;
	padding-left: 27px;
	background: url(simpleblue/comment.png) no-repeat left center;
}

/* Forms ---------------------------------------------------------*/
input.text, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #A9A9A9;
	padding: 2px;
	color: #444;
}
input.button {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #A9A9A9;
	padding: 2px 10px 2px 10px;
	color: #444;
	background: #F9F9F9;
}
input:focus, textarea:focus, input:hover, textarea:hover {
	border-color: #444;
	color: #000;
}
textarea {
	width: 100%;
	line-height: 140%;
	display: block;
}
ul.form {
	list-style-type: none;
}
ul.form li label {
	width: 100px;
	display: block;
	float: left;
}
ul.form li input.submit {
	float: right;
}
ul.form li input.text {
	width: 294px;
}
form.login ul {
	width: 400px;
}

/* Commentsform ---------------------------------------------------------*/
div.commentform li.block {
	width: 226px;
	padding-right: 5px;
	float: left;
	display: block;
	margin: 3px 0 5px 0;
}
div.commentform li.block.last {
	padding-right: 0;
}
div.commentform li.block input, div.commentform li.block label {
	width: 220px;
	display: block;
}
div.commentform textarea {
	width: 682px;
	margin-bottom: 5px;
}
div.comments div.commentform li.textarea {
	width: 100%;
	clear: both;
}
div.commentform input.button {
	float: right;
}
form#commentform.progress input, form#commentform.progress textarea {
	background: #F0F0F0;
}
form#commentform.progress input:hover, form#commentform.progress textarea:hover, form#commentform.progress input:focus, form#commentform.progress textarea:focus {
	border-color: #A9A9A9;
}
div.commentform label.error, div.commentform li.textarea span.error {
	color: #DD4444;
}

/* Footer ---------------------------------------------------------*/
div#footer {
	margin-top: 3px;
}
div#footer a {
	float: right;
	color: #555;
	text-decoration: none;
	font-size: 10px;
	margin-left: 10px;
}
div#footer a:hover {
	color: #EEE;
}

/* Navigation-arrows ---------------------------------------------------------*/
div#navigation {
	width: 861px;
	height: 42px;
	position: absolute;
	/*top: 90px;*/
	top: 90px;
	margin: 0 auto;
	z-index: 1;
}
div#navigation a span {
	display: none;
}
div#navigation a {
	display: block;
	height: 42px;
	width: 44px;
	background-image: url(simpleblue/arrows.png);
	background-repeat: no-repeat;
	background-color: #444;
	position: relative;
	left: -50px;
}
div#navigation a.previous {
	float: left;
	background-position: 0 5px;
}
div#navigation a.next {
	float: right;
	background-position: -43px 5px;
}
div#navigation a.previous:hover {
	background-position: 0 -50px;
}
div#navigation a.next:hover {
	background-position: -43px -50px;
}





