/*
Theme Name: NPU
Description: Tema laget for Norsk publikumsutvikling
Version: 2.0
Author: Kjetil Solli, Snedig design
Author URI: http://snedig.no/
*/

@charset "utf-8";

* {margin: 0; padding: 0; border: none;}

body 			{
				background: #bfbfbf url(images/bunn.png); 
				color: #323232; 
				font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif; 
				text-align: center;
				}

a 				{
				color: #ab005b; 
				text-decoration: none; 
				}
				
a:hover 		{
				text-decoration: underline;
				}

h1 a 			{
				margin-left: 10px;
				color: white; 
				font-size: 1.2em;
				font-weight: normal;
				}

h1 a:hover 		{
				color: white; 
				}

/*---Main layout---*/

#wrapper			{
				width: 855px;
				margin: 0 auto;
				background-color: white;
				text-align: left;
				}
		
#header			{
				/*bakgrunnsbildet er definert i header.php for at malsystemet i wp skal fungere*/
				height: 132px;
				margin-bottom: 20px;
				background-color: #ab005b;
				}
		
#mainNav		{
				float:left;
				width: 184px;
				margin: 0 0 20px 40px;
				}
		
#content		{
				width: 610px;
				min-height: 300px;
				float: right;
				margin-bottom: 10px;
				}
			
#mainContent	{
				width: 570px;
				float: left;
				background-color: white;
				margin-left: 10px;
				}
											
#footer			{
				clear: both;
				line-height: 20px;
				text-indent: 254px;
				padding-bottom: 12px;
				padding-top: 20px;
				}
				
/*---Divs&details---*/

#header h1		{
				text-indent: 6px;
				}

#mainNav ul		{
				margin-top: 26px;
				font-family: Verdana;
				font-weight: bold;
				letter-spacing: 1px;
				text-transform: uppercase;
				list-style-type: none;
				font-size: 12px;
				text-align: right;
				}
				
#mainNav ul li 	{
				padding-top: 6px;
				}

#mainNav ul li a	{
				color: #7a7a7a;
				padding: 2px 4px 0px 4px;
				line-height: 1.2em;
				border-bottom: 1px solid #bfbfbf;
				}

#mainNav ul a:hover	{
				color: #ab005b;
				border-bottom: 1px solid #ab005b;
				text-decoration: none;
				}

#mainNav ul li.current_page_item a {
				color: #323232;
				border-bottom: 1px solid #7a7a7a;
				}

#footer			{
				font-size: 11px;
				line-height: 20px;
				color: #7a7a7a;
				}

#footer a		{
				color: #7a7a7a;
				}

#footer a:hover	{
				color: #ab005b;
				}
				
#footer img 	{
				margin-bottom: 10px;
				}


/*---Typography---*/

#mainContent p	{
				font-size: 13px;
				line-height: 17px;
				margin-bottom: 4px;
				}
				
#mainContent ul	{
				margin-left: 2em;
				margin-bottom: 1em;
				}				
				
#mainContent h2	{
				font-size: 20px;
				color: #575757;
				margin-bottom: 6px;
				clear: both;
				}

#mainContent h3	{
				color: #575757;
				font-size: 14px;
				font-weight: bold;
				margin-bottom: 6px;
				margin-top: 16px;
				}
				
.postDate		{

				}
				
#forsidehenvisning #h3 {

				}
				
#forsidehenvisning .comments_number {
				color: gray;
				font-size: 12px;
				font-weight: bold;
				}
				
.more			{
				margin-top: 0;
				margin-bottom: 20px;
				font-size: 12px;
				font-weight: bold;
				}
				
table			{
				border-collapse: collapse;
				text-align: right;
				}
				
table thead		{
				font-weight: bold;
				}
				
table td		{
				padding-left: 2em;
				}
				
table td		{
				border-bottom: 1px solid #BFCAAB;
				}
				
/*---Bilder---*/

img.centered {
	display: block;
	margin: 0 0 1em 0;
	}

img.alignright {
	padding: 0;
	margin: 0 0 1em 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/*---Kommentarer ---*/
	
.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid silver;
	}
	
.commentlist li {
	border-top: 1px solid silver;
	padding: 10px 0 14px 0;
	}
	
textarea {
	border: 1px solid silver;
	width: 100%;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	}
	
.commentlist p.godkjenningsmelding {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #e0e0e0;
	}
	
.commentlist p {
	margin: 8px 0 10px 0;
	}
	
.commentmetadata {
	color: gray;
	margin-top: -4px;
	}
	
label {
	margin-left: 4px;
	color: gray;
	}
	
input {
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif; 
	}

#submit {
	margin-top: 4px;
	padding: 10px;
	font-weight: bold;
	}
	
/*---Redigeringsknappen (som bare er synlig når man er pålogget) ---*/
				
.redigerknapp	{
				margin-top: 14px;
				}

.redigerknapp a	{
				background-color: #ab005b;
				padding: .3em .5em .3em .5em;
				font-size: .7em;
				text-transform: uppercase;
				letter-spacing: .15em;
				color: white;
				}

.redigerknapp a:hover	{
				background-color: #711244;
				}