/*
 * Rødt blogg-tema
 *
 * Opprinnelig skrevet av Natasha <natasha@snedig.no>.
 * Utbedret og modifisert av Andreas Tolf Tolfsen <ato@e-tjenesten.org>
 */

* {
  margin: 0;
  padding: 0;
}

img {
	border:none;
	behavior: url("http://torsteindahle.no/iepngfix.htc");  /* does this actually, ehm.., work? */
}

a img {
	border:none
}

body {
	background-image: url("../images/header.png");
	background-repeat: repeat-x;
	background-position: 0 -60px;
	background-color: white;
	font-size: 11pt;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", "Verdana", "Helvetica", "Arial", sans-serif;
	color: rgb(50,50,50);
}
	
a {
	/*color: #d81526;*/
	/*color: rgb(120,120,120);*/
	color: rgb(219,19,35);
	text-decoration: none;
}
	
a:hover {
	/*color: #414042;*/
	text-decoration: underline;
}

p {
  margin: .8em 0 1.2em;
	line-height: 160%;
}

blockquote {
	border-left: 5px solid rgb(221,221,221);
	color: rgb(119,119,119);
	padding-left: 1em;
	margin: auto 1em;
}

ul {
	margin: auto 2.8em;
}

ul li {
	padding-bottom: .6em;
	line-height: 160%;
	list-style-image: url("../images/h3s.gif");
}

h1 {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 200%;
	text-transform: uppercase;
}

h1 img {
	vertical-align: middle;
	margin-right: .5em;
}

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

h1 a {
}

h2 {
  margin-bottom: .2em;
	font-weight: normal;
}

h3 {
  border-bottom: 1px solid rgb(200,200,200);
  font-family: "Helvetica", sans-serif;
  color: rgb(159,10,28);
  font-size: 140%;
  margin: 1em 0 .5em;
  padding-bottom: .6em;
	font-weight: normal;
}
	
h4 {
	font-size: 120%;
}

p#description{
	font-size: 120%;
	text-transform: uppercase;
  color: rgb(220,220,220);
	margin-top: -2px;
}

#toppicture {
	margin-top: -170px;
	margin-right: -30px;
	float: right;
}

.wrapper {
	width: 100%;
	padding-top: 35px;
}


/* top */
#top {
	height: 180px;
	margin-top: -40px;
}


/* navigational menu */
#navigation {
	width: 100%;
	height: 55px;
  font-size: 110%;
}
	
#navigation a {
  color: rgb(220,220,220);
}

#navigation a:hover {
  color: rgb(240,240,240);
	text-decoration: none;
}


/* menu */
#menu {
	float: left;
}

ul#menu {
	list-style-type: none;
	text-align: left;
	border-left: 1px dotted rgb(210,210,210);
  height: 45px;
}

ul#menu li {
	display: block;
	float: left;
  height: 50px;
	border-right: 1px dotted rgb(210,210,210);
}

ul#menu a {
	padding: 10px 20px 30px 20px;
	text-decoration: none;
	display: block;
	text-align: center;
}

ul#menu li:hover {
  background-image: url("../images/menuhover.png");
	background-repeat: repeat-x;
}

/*
ul#menu .current_page_item {
  background-repeat: repeat-x;
}
*/


/* rss */
#rss {
	float: right;
	margin-top: 15px;
}

#rss img {
	vertical-align: middle;
}

	
/* main content block */
#main {
	/*max-width: 900px;
	min-width: 750px;*/
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

#content {
	/*width: 530px;*/
	width: 74%;
	/*margin-right: 40px;*/
	margin-right: 2%;
	float: left;
}

#content.wide {
	width: 100%;
	float: none;
	margin: 0;
}

#content h2 {
	font-size: 180%;
	padding-left: 24px;
	background-image: url("../images/h3s.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
	
#content h2 a {
	color: #414042;
  text-decoration: none;
  padding-left: 24px;
  margin-left: -24px;
}
	
#content h2 a:hover {
	color: rgb(216,21,38);
}

#content .post {
}
	
#content .post .meta {
  font-size: 90%;
  border-top: 1px dashed rgb(230,230,230);
  border-bottom: 1px solid rgb(230,230,230);
  padding: .2em .4em;
  color: rgb(120,120,120);
  background-color: rgb(250,250,250);
  min-height: 1.4em;
}

#content .post .meta a {
  color: rgb(80,80,80);
}

#content .post .meta a:hover {
  text-decoration: underline;
}

#content .post .meta .published {
  float: left;
}

#content .post .meta .comments {
  text-align: right;
}

#content .post .meta .tags {
  clear: left;
  display: block;
}

#content .navigation {
	text-align: center;
}
	

/* sidebar */
#sidebar {
	border-top: 2px solid rgb(220,220,220);
	/*width: 300px;*/
	width: 20%;
	float: left;
	/*background: url("../images/sidebarbg.png");*/
	background-color: rgb(250,250,250);
  padding: 1em;
}

#sidebar #toppicture {
	margin: -180px -5% 0 -5%;
	text-align: center;
}

#sidebar #toppicture img {
	width: 110%;
}

	
#sidebar h2 {
  color: rgb(110,110,110);
  border-bottom: 1px solid rgb(220,220,220);
  margin-bottom: .4em;
  margin-top: .8em;
	font-size: 140%;
}
	
#sidebar ul {
	list-style-type: none;
	margin: 0;
}
	
#sidebar ul li {
	list-style-image: none;
}
	
#sidebar ul ul {
	margin-left: 2.5em;
}

#sidebar ul ul li {
	list-style-image: url("../images/h3s.gif");
}


/* form */
.form {
}

.form fieldset {
  border: 0;
}

.form .field {
  clear: left;
  margin-bottom: .8em;
}

.form .field label {
  float: left;
  line-height: 27px;
  margin-right: 10px;
  text-align: right;
  width: 100px;
  font-weight: bold;
}

.form .field small {
  color: rgb(140,140,140);
  display: block;
  margin-top: .3em;
}

.form .field input,
.form .field textarea,
.form .field select {
  background-image: url("bg-form.png");
  background-repeat: repeat-x;
  margin-right: 5px;
}

.form .field input,
.form .field textarea,
.form .field select,
.form .buttons input,
.form .buttons button {
  border: 1px solid rgb(200,200,200);
  font-size: 100%;
  -moz-border-radius: 4px;
}

.form .field input:hover,
.form .field textarea:hover,
.form .field select:hover,
.form .buttons input:hover,
.form .buttons button:hover {
  border: 1px solid rgb(140,140,140);
  color: rgb(80,80,80);
}

.form .field input:focus,
.form .field textarea:focus,
.form .field select:focus,
.form .buttons input:focus,
.form .buttons button:focus {
  border: 1px solid rgb(120,120,120);
  color: rgb(60,60,60);
}

.form .field input:active,
.form .field textarea:active,
.form .field select:active,
.form .buttons input:active,
.form .buttons button:active {
  border: 1px solid rgb(90,90,90);
}

.form .field input,
.form .field textarea,
.form .buttons input,
.form .buttons button {
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", "Verdana", "Helvetica", sans-serif;
  padding: 3px;
  color: rgb(102,102,102);
}

.form .field input[type=text] {
  width: 208px;
}

.form .field textarea {
  width: 75%;
  height: 120px;
}

.form .buttons {
  clear: left;
  padding-top: 1em;
  text-align: right;
}

.form .buttons input,
.form .buttons button {
  padding: 6px;
  background-color: white;
  cursor: pointer;
}

.form p.help {
  margin: .8em 0;
  background-color: rgb(250,250,250);
  font-size: 90%;
  margin-top: 3em;
  color: rgb(120,120,120);
  padding: 1.5em;
}

.form p.help:hover {
  color: rgb(90,90,90);
}


/* search */
#searchform {
}
	
#searchform #s {
  background: url("../images/contentbg.png");
	background-color: white;
}
	

/* footer */
#footer {
	width: 100%;
	background-image: url("../images/footerbg.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 90px;
	margin-top: 6em;
	clear: both;
	padding-top: 8em;
	font-size: 90%;
	color: white;
  text-align: center;
}
	
#footer a {
  color: rgb(220,220,220);
}

#footer ul {
  list-style: none;
}

#footer ul li {
  display: inline;
}

#footer ul li:after {
  content: "   /   ";
}

#footer ul li:last-child:after {
  content: "";
}
	
	
/* comments */
#content ol.commentlist {
}

#content .commentlist li {
	list-style: none;
	margin-bottom: 14px;
}

#content .commentlist cite {
	padding: 7px;
	display: block;
}	

#content .commentlist cite img {
	float: left;
	margin-right: 9px;
}

#content .commentlist .author {
	}

#content .commenttext {
	background: url('../images/sidebarbg.png');
	padding: 0 9px 15px 9px;
}


/* specific */
.boker {
}

.boker img {
	float: left;
	margin: .5em 1em 1em -5.5em;
}

.boker li {
	clear: left;
	margin-left: 6.5em !important;
	margin-bottom: 1em;
}


/* rs-box */
.rsbox {
  background: transparent url("../images/left.png") repeat-y top left;
}

.rsbox .rsbox {
  background: transparent url("../images/top.png") repeat-x top center;
}

.rsbox .rsbox .rsbox {
  background: transparent url("../images/topleft.png") no-repeat top left;
}

.rsbox .rsbox .rsbox .rsbox {
  background: transparent url("../images/right.png") repeat-y top right;
}

.rsbox .rsbox .rsbox .rsbox .rsbox {
  background: transparent url("../images/topright.png") no-repeat top right;
}

.rsbox .rsbox .rsbox .rsbox .rsbox .rsbox {
  background: transparent url("../images/bottom.png") repeat-x bottom center;
}

.rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox {
  background: transparent url("../images/bottomleft.png") no-repeat bottom left;
}

.rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox {
  background: transparent url("../images/bottomright.png") no-repeat bottom right;
}

.rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox {
  background-image: none;
  padding: 20px 25px 5px 75px;
  min-height: 4em;
  margin-bottom: 2em;
	margin-left: -50px;

	background-image: url("../images/spike.png");
	background-repeat: no-repeat;
	background-position: 17px 110px;
}

.rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .rsbox .inner {
  background-color: rgb(248,248,248);
	padding: 20px 30px;
}


/* planet */
#planet .blog-post {
	margin-left: 130px;
}

#planet .blog-post .author {
	float: left;
	margin-left: -130px;
	margin-top: 35px;
	width: 130px;
	text-align: center;

}

#planet .blog-post .author a {
	color: rgb(120,120,120);
}

#planet .blog-post .author a:hover span {
	font-weight: bold;
	text-decoration: none;
	font-size: 94%;
}

#planet .blog-post .author span {
	display: block;
}

#planet .blog-post h3 {
	margin: 0;
	border: 0;
	font-size: 150%;
	padding: 0;
}

#planet .blog-post p.timestamp {
	font-style: italic;
	text-align: right;
}

#planet .blog-post .text img {
	/*
	width: 100%;
	height: 100%;
	*/
	max-width: 100%;
}

#planet .blog-post .text {
	overflow: hidden;
}

#bloggere {
	font-size: 80%;
}

#sosiale-medier a {
	opacity: .7;
}

#sosiale-medier a:hover {
	opacity: 1;
}

