/*  
Theme Name: ILD
Theme URI: http://www.iktoglokaldemokratiet.com
Description: Utvikla for prosjektet IKT og lokaldemokratiet
Version: 2.0
Author: Hans Magnus Mikalsen Nedreberg
Author URI: http://media.nedreberg.no

/* Begynner typografi & farger */
body {
	font-size: 62.5%; /* Stiller 1em til 10px */
	font-family: verdana, helvetica, arial, sans-serif;
	color: #444;
	text-align: center;
	background: transparent url(images/bgr.gif) 0 0 repeat-x;
	background-color: #fff;
}

p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em 0;
}
	
.narrowcolumn .postmetadata {
	text-align: left;
}

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

#footer {
	color: #ccc;
	padding-left: 150px;
}

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

h1, h2, h3, h4 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

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

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h1 a, #sidebar h1 a:visited  {
	color: #9f0 !important;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 1.3em !important;
	margin-bottom: 20px !important;
}

#sidebar h2 {
	color: #555;
	font-size: 1.3em;
}

#sidebar h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#sidebar p {
	font-family: helvetica, arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

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

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

.entry p a:visited {
	color: #f50;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em cerdana, arial, helvetica, sans-serif;
}
	
.commentlist li {
	font-weight: normal;
}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: verdana, arial, helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

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

a:hover {
	color: #f20;
	text-decoration: underline;
}
	
#wp-calendar #prev 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;
}
/* Slutter typografi & farger */



/* Begynner strukturen */
body {
	margin: 0;
	padding: 0; 
}

#page {
	width:820px;
	padding: 0;
	margin: 0px auto;
	text-align:left;
	clear: none;
	background: transparent url(images/page.gif) 0 0 repeat-y;
	overflow: visible !important;
}

#header {
	padding: 0;
	height: 100px;
	width: 100%;
	background: transparent url(images/header.gif) 0 0 no-repeat;
}

#leftcell {
	position: absolute;
	width: 160px;
	padding: 5px 0 0 0;
	overflow: visible !important;
	background: transparent url(images/menu_top.gif) 0 0 no-repeat;
	margin: 50px 0 0 -170px;
}

html>body #leftcell {
	position: relative;
	width: 160px;
	padding: 5px 0 0 0;
	overflow: visible !important;
	background: transparent url(images/menu_top.png) 0 0 no-repeat;
	margin: 50px 0 0 -30px;
	float: left;
}

#content {
	min-height: 500px;
	display: block;
	padding: 10px;
}

#sidebar {
	position: absolute;
	top: 100px;
	width: 150px;
	padding: 5px;
	margin: 20px 0 0 650px;
}

.narrowcolumn {
	display: block;
	width: 450px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 10px 0 0 150px;
}

.widecolumn {
	display: block;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 10px 0 0 150px;
}
.frontColumn {
	display: block;
	width: 600px;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 10px 0 0 150px;
}
	
.post {
	margin: 0 0 20px 0;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding: 5px;
	background-color: #fafafa;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	padding: 5px;
}

#footer {
	padding: 10px 5px 0 5px;
	height: 90px;
	margin: 0 auto;
	clear: both;
	background: transparent url(images/footer.gif) 0 0 no-repeat;
	background-position: bottom center;
}

#footer p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer h2 {
	color: #777;
	font-size: 80%;
}

#subscribe {
	float: left;
	margin-left: 2em;
}

#login {
	float: left;
	margin-left: 2em;
}

#info {
	float: left;
	margin-left: 2em;
}


/* Slutter strukturen */


/*	Begynner overskrifter */
h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

h3 {
	margin: 1em 0 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 1em 0 0 0;
	padding: 0;
}

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

/* Slutter overskrifter */


/* Begynner bilder */
p img {
	padding: 3px;
	border: 1px solid #ddd;
	max-width: 100%;
}
	
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
}
/* Slutter bilder */



/* Lister */
.entry ul {
	margin: 0;
	padding: 0 0 20px 50px;
	list-style: none;
	padding-left: 10px;
}

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

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

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	list-style-position: inside !important;
}

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 5px 0;
	padding: 0;
}
/* Slutter lister */



/* Begynner skjemaelementer */
#searchform {
	float: right;
	margin-left: 500px;
	margin: 60px 10px 0 0;
	padding: 5px 3px;
	z-index: 5000;
}

#searchform input {
	border: 1px solid #ad0;
	color: #fff;
}

#searchform #s {
	width: 120px;
	padding: 1px;
	color: #222;
	font-weight: bold;
}

#searchsubmit {
	padding: 1px;
	color: #fff;
	background-color: #ad0;
}

#searchsubmit:hover {
	padding: 1px;
	color: #fff;
	background-color: #f50;
	border: 1px solid #f50;
}

.entry form { /* Dette er hovedsaklig for at passordbeskyttede innlegg skal se bedre ut. */
	text-align: left;
}

select {
	width: 130px;
}

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

#commentform textarea {
	width: 250px;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* Slutter skjemaelementer */



/* Begynner kommentarer */
.alt {
	margin: 0;
	padding: 5px;
}

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

.commentlist li {
	margin: 5px;
	padding: 5px;
	list-style: none;
}

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

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #f36;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* Slutter kommentarer */


/* Begynner kalender */
#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; }
/* Slutter kalender */



/* Begynner diverse tagger og klasser */
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;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#menu {
	margin: 0 0 -5px 0;
	padding: 10px 0 20px 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	background: transparent url(images/menu_bottom.png) 0 bottom no-repeat;
}
#menu ul {
	margin: 0 1px 0 1px;
	padding: 0;
	font-size: 95%;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	padding: 5px 0 5px 10px;
	list-style-position: inside;
	list-style-image: none;
	list-style-image: url(images/menu_bullet_ie.gif);
}

*:first-child+html #menu ul li {
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style-position: inside;
	list-style-image: none;
	list-style-image: url(images/menu_bullet_ie.gif);
}


html>body #menu ul li {
	margin: 0;
	padding: 5px 0 5px 10px;
	list-style-position: inside;
	list-style-image: none;
	list-style-image: url(images/menu_bullet.gif);
}

#menu a, #menu a:visited {
	color: #ad0;
}
#menu li.current_page_item {
	background-color: #ad0;
}
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #fff;
}

.hide {
	display: none;
}

.comment-number {
	float: left;
	margin-right: 10px;
	font: normal normal 2em arial, helvetica, verdana, sans-serif;
	color: #333;
}
.entry ul li {
	padding: 0 0 5px 0;
	list-style: none;
}
.forskList {
	margin: 0 0 30px 100px;
	padding: 0;
}

.recentPosts h4 {
	font-size: 120%;
	padding: 0;
	margin: 0;
}
.recentPostsDate {
	color: #888;
	font-size: 80%;
	font-family: helvetica, arial, sans-serif;
	line-height: 1em;
}
.recentPosts a, .recentPosts a:visited {
	color: #ad0;
}

.recentSnippet {
	line-height: 1.3em;
	font-size: 1em;
}
.recentSnippet p {
	padding: 0;
	margin: 0 0 1em 0;
}

#logo {
	height: 100px;
	width: 150px;
	position: absolute;
	float: left;
	margin: 10px 0 0 30px;
	background: transparent url(images/ild_logo.gif) 0 0 no-repeat;
}

.wp-caption-text {
	font-size: .9em;
	color: #222;
}
/* Slutter diverse tagger og klasser */
