/*
Theme Name: Radiomann
Theme URI: http://radiomann.com/
Description: Theme spesiallaget for Joakim Radioman til hans fantastiske blogg.
Version: 2.2.1
Author: Christian Gedde-Dahl
Author URI: http://cgd.no/
Tags: radio, fixed width, two columns, widgets

	Basert på Defualt Word Press theme

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%;
	/*Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #eee url('images/stripe_2346fe62eb9304171883ac9996ea7279 gronn.png');
	color: #111;
	text-align: center;
	margin: 0;
	padding: 0;
}

.alt {
	margin: 0;
	padding: 10px;
}

#page {
	background: url('images/treverk.png') repeat-y;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

#header {
	height: 240px;
}

#header a:hover {
	text-decoration: none;
}

#header #headerimg {
	height: 200px;
	margin: 5px 9px 0 10px;
}

#content {
	font-size: 1.2em;
	float: left;
}

.narrowcolumn .entry {
	line-height: 1.4em;
	margin-top: 30px;
}

.narrowcolumn .postmetadata {
	width: 615px;
	color: #fff;
	border: 2px solid #aaa;
	padding: 5px 0 5px 10px;
	margin-bottom: -5px;
	background: #111 url(images/gradient.png) repeat-x;
}

.narrowcolumn .postmetadata a, .narrowcolumn .postmetadata a:visited {
	color: #fff;
	text-decoration: none;
}

.narrowcolumn .postmetadata a:hover {
	color: #bbb;
	text-decoration: underline;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	margin: 5px 0 0;
	border-bottom: 2px solid #aaa;
	font: bold 2.15em Verdana, Arial, sans-serif;
	padding-bottom: 6px;
}

h3, h3 a, h3 a:visited {
	font-size: 1.5em;
	color: #fff;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited {
	color: #333;
}

h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentmetadata {
	font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #111;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

.entry a, .entry a:visited, .kommentarteksten a, .kommentarteksten a:visited {
	color: #333;
	text-decoration: underline;
}

.entry a:hover, .kommentarteksten a:hover {
	color: #000;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn {
	width: 665px;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative;
	top: 45px;
	min-height: 1500px;
}

.post {
	text-align: justify;
	background-color: #eee;
	color: #000;
	width: 625px;
	padding: 10px 20px 20px;
	margin-bottom: 20px;
}

.post hr {
	display: block;
}

.post small {
	float: right;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	width: 960px;
	margin-left: 30px;
	margin-top: 20px;
	height: 322px;
}

#footer #info {
	width: 348px;
	float: left;
	padding-top: 110px;
}

#footer #info img#wordpress, #footer #info img#rss {
	clear: left;
	float: left;
}

#footer #kassett {
	width: 610px;
	float: right;
}

/* End Structure */

/*	Begin Headers */

h1 {
	padding-top: 70px;
	margin: 0;
}

h2.pagetitle {
	text-align: center;
	font-size: 1.8em;
	color: #fff;
	border-style: none;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	float: left;
	clear: left;
}

/* End Headers */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}

/* End Entry Lists */

/* Begin Form Elements */

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	border-style: none;
	width: 100%;
	margin: 0;
	clear: left;
}

.commentlist li .tekst {
	float: left;
	background-color: #eee;
	min-width: 570px;
	margin-bottom: 20px;
	border: 3px solid #aaa;
}

.commentlist li .kommentar_info {
	background: #111 url(images/gradient.png) repeat-x;
	border-bottom: 2px solid #aaa;
	padding: 5px;
	color: #fff;
}

.commentlist li .avatar {
	float: left;
	margin-right: 10px;
	margin-left: -10px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.kommentarteksten {
	font-size: 1.1em;
	padding: 0 8px;
	width: 550px;
	color: #000;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist .kommentar_info a, .commentlist .kommentar_info a:link , .commentlist .kommentar_info a:visited {
	color: #fff;
}

.commentlist .kommentar_info a:hover {
	text-decoration: none;
	color: #bcbcbc;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	color: #c3c3c3;
}

#kommentarformen {
	background-color: #eee;
	border: 3px solid #aaa;
	padding: 10px;
	margin-top: 10px;
	height: 280px;
	width: 645px;
	font-family: Verdana, Arial, sans-serif;
}

#kommentarformen label, #kommentarformen #comment {
	color: #000;
}

#kommentarformen input {
	border: 1px solid #aaa;
	height: 20px;
}

/* End Comments */

/* @group Sidebar */
#sidebar_innhold {
	margin-top: 250px;
}
#sidebar {
	width: 260px;
	position: absolute;
	height: auto;
	top: 230px;
	right: 30px;
	color: #000;
	overflow: hidden;
}
#sidebar a, #sidebar a:visited {
	color: #ddd;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* @group Listene */

/* @group Arkiv */
#sidebar select{
	margin-top: 10px;
	background-image: url(images/svart-overlay.png);
	width: 260px;
	border: 1px solid #111;
	color: #fff;
	font-size: 12px;
	border: 1px solid #111;
	height: 26px;
}
#sidebar select option {
	color: #000;
}

/* @end */

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li.widget {
	margin-bottom: 10px;
	font-size: 1.15em;
}

#sidebar ul li ul {
	background-image: url(images/svart-overlay.png);
	margin: 0;
	padding: 8px 0 12px 8px;
	color: #fff;
	border: 1px solid #111;
	border-top-style: none;
}

#sidebar h2 {
	padding: 2px 0 6px 10px;
	color: #eee;
	border-style: none;
	font-weight: bold;
	font-size: 1.7em;
	margin: 5px 0 0;
	background: url(images/sidebar_h2_bgr.png) repeat-x -6px;
}

/* @end */

/* @group Søkefelet */

#sidebar #searchform {
	padding: 10px 0 5px;
}

#sidebar #searchform #s {
	width: 195px;
	padding: 5px;
	font-size: 12px;
	margin: 0 5px 0 0;
	border: 1px solid #111;
	color: #fff;
	height: 12px;
	background-image: url(images/svart-overlay.png);
}

#sidebar #searchsubmit {
	font-size: 12px;
	width: 40px;
	font-weight: bold;
	margin: 0;
	background-image: url(images/svart-overlay.png);
	border: 1px solid #000;
	color: #aaa;
	height: 25px;
}

#sidebar #searchsubmit:hover {
	color: #fff;
}

/* @end */

/* @group Banneordgeneratoren */
#banneord {
	background: url('images/knott.png') no-repeat -5px -20px;
	height: 240px;
	width: 260px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#banneord p#ordet {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	margin: 0px 10px 0 0;
}

#banneord .info {
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 95px 10px 0 0;
}

#banneord a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	/*

Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	background: #111 url(images/gradient.png) repeat-x 0 -5px;
	margin-bottom: 15px;
	height: 16px;
	border: 2px solid #ddd;
	margin-top: 10px;
	font-size: 1.2em;
	padding: 3px 10px 5px;
}

.navigation a {
	color: #a1a1a1;
}

.navigation a:hover {
	color: #eee;
	text-decoration: none;
}

#header ul.knapper {
	position: absolute;
	top: 225px;
	display: block;
	background: url(images/knapper_hele.png) no-repeat 0 2px;
	height: 56px;
	width: 668px;
	left: 24px;
	padding: 0 0 0 12px;
}

#header ul.knapper li {
	list-style: none;
	display: inline;
	font-size: 2em;
	line-height: 48px;
	height: 35px;
	padding: 5px 10px 9px;
}

#header ul.knapper li.current_page_item {
	background-image: url(images/knapper_valgt.png);
}

#header ul.knapper li a {
	color: #a1a1a1;
}

#header ul.knapper li.current_page_item a {
	color: #fff;
}

#header ul.knapper li a:hover {
	color: #eee;
}

/* End Various Tags & Classes*/

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

p#feilmelding {
	color: #f00;
	font-size: 30px;
}

span.flashvideo {
	margin: 0;
	padding: 0;
}

/* Artig å lese CSS? */