/*
Theme Name: Uni
Description: Tema laget av Snedig design for Uni Research.
Version: 1.0
Author: Snedig design
*/



body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Sans-Serif;
	background: #d2d2d2 url('images/body.png') repeat-x center top;
	color: #636363;
	text-align: center;
	}

/* LAYOUT ====================================== */

#page {
	margin: 0 auto;
	padding: 0;
	width: 950px; 
	text-align: left;
	}

/*sider med menykolonne, innholdskolonne og sidekolonne*/
.pageTwocol {
	background: url('images/page_twocolumn.png') repeat-y;
	}


/*colOne og colTwo - om man har behov for 2 kolonner i innholdskolonnen.*/		
.pageTwocol .colOne {
	border-right: 1px solid #cccccc; 
	float: left; 
	width: 200px; 
	padding-right: 10px;
	}	
	
.pageTwocol .colTwo {
	float: right; 
	width: 200px; 
	padding-left: 10px;
	}	


/*sider med menykolonne og innholdskolonne*/
.pageOnecol {
	background: url('images/page_onecolumn.png') repeat-y;
	}


/*colOne og colTwo - om man har behov for 2 kolonner i innholdskolonnen.*/	
.pageOnecol .colOne {
	border-right: 1px solid #cccccc; 
	float: left; 
	width: 315px; 
	padding-right: 10px;
	}	
	
.pageOnecol .colTwo {
	float: right; 
	width: 315px; 
	padding-left: 10px;
	}	

#header {
	margin: 0;
	padding: 0;
	height: 210px;
	width: 950px;
	}
	
.headerTwocol {
	background: url('images/header_twocolumn.png') no-repeat center 0;
	}
	
.headerOnecol {
	background: url('images/header_onecolumn.png') no-repeat center 0;
	}
	
#logo {
	float: left;
	margin: 2px 0 0 18px;
	vertical-align: bottom;
	}
	
#breadcrumb {
	clear: both;
	position: relative;
	top: 4px;
	margin: 0 28px 0 18px;
	padding: 4px 4px 4px 6px;
	font-size: 10px;
	}
	
#supermeny {
	text-align: center;
	padding-top: 12px;
	vertical-align: bottom;
	}
	
#sidebar {
	position: relative;
	top: -8px;
	padding: 0;
	width: 244px;
	float: left;
	}
	
#content {
	float: right;
	width: 691px;
	font-size: 1.2em;
	padding: 0;
	}

#mainContent {
	margin-top: 9px;
	float: left;
	min-height: 400px; /* For å passe på at siden ikke blir for kort og grafikken ser rar ut */
	}
	
.mainTwocol {
	width: 432px;
	}

.mainOnecol {
	width: 654px;
	}

#secondaryContent {
	position: relative;
	top: -8px;
	width: 200px;
	margin-right: 20px;
	float: right;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	height: 38px;
	clear: both;
	border: none;
	}
	
.footerTwocol {
	background: #e2e2e2 url('images/footer_twocolumn.png') no-repeat top;
	}
	
.footerOnecol {
	background: #e2e2e2 url('images/footer_onecolumn.png') no-repeat top;
	}
	

/* SUPERMENY ===========================================*/


#supermeny ul {
	list-style-type: none;
	height: 40px;
	margin: 0;
	padding: 0;
	min-height: 0;
	}	
	
#supermeny ul li {
	color: #b7b7b7;
	font-size: 12px;
	display: inline;
	padding: 12px 2px 14px 2px;
	margin: 0;
	}

#supermeny ul li a {
	color: #b7b7b7;
	padding: 12px 2px 14px 2px;
	margin: 0;
	line-height: 12px;
	}

#supermeny ul li a:hover {
	color: white;
	text-decoration: none;
	}
	
#supermeny .current_page_item a, #supermeny .current_page_ancestor a {
	background: url('images/supermenytutt.png') no-repeat center 100%;
	color: white;
	}
	
	
	
/* METAMENY ===========================================*/	
	
#metameny	{
	float: right; 
	margin-right: 4px;
	}

#metameny a	{
	margin-right: 10px;
	}

#metameny #sprak, #metameny #sprak_en, #metameny #sprak_no 	{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(./images/sprak.png) no-repeat;
	border: 0;
	text-decoration: none;
	}

#metameny #sprak:hover	{
	background: url(./images/sprak_hover.png) no-repeat;
	border: 0;
	text-decoration: none;
	}
	
#metameny #sprak_no:hover	{
	background: url(./images/sprak_hover_no.png) no-repeat;
	border: 0;
	text-decoration: none;
	}
	
#metameny #sprak_en:hover	{
	background: url(./images/sprak_hover_en.png) no-repeat;
	border: 0;
	text-decoration: none;
	}

#metameny #str	{
	display: block;
	float: right;
	width: 42px;
	height: 20px;
	background: url(./images/str.png) no-repeat;
	border: 0;
	text-decoration: none;
	}

#metameny #str:hover	{
	background: url(./images/str_hover.png) no-repeat;
	border: 0;
	text-decoration: none;
	}

#metameny #rss	{
	display: block;
	float: right;
	width: 48px;
	height: 20px;
	background: url(./images/rss.png) no-repeat;
	border: 0;
	text-decoration: none;
	}

#metameny #rss:hover	{
	background: url(./images/rss_hover.png) no-repeat;
	border: 0;
	text-decoration: none;
	}

/*søkefelt*/
#metameny form	{
	float: right;
	}
	
#metameny .fieldholder {
	width: 182px;
	height: 27px;
	background: url(./images/sok.png) no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	}

#metameny .textinput {
	width: 130px;
	height: 20px;
	background: transparent;
	border: none;
	color: #666666;
	font: 10px;
	line-height: 10px;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	margin-left: 9px;
	border: 0;
	}

#metameny .sokeknapp {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	}
	
		

/* HOVEDMENY ===========================================*/


#hovedmeny {
	padding: 0;
	margin: 0;
	margin-left: 12px;
	}
	
#hovedmeny h2	{
	display: none;
}

#hovedmeny ul	{
	margin: 0;
	padding: 0;
	border: 0;
}

#hovedmeny ul li {
	margin: 0;
	padding: 0;
	border: 0;
    list-style-type: none;
}

#hovedmeny ul ul {
	margin: 12px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    }

#hovedmeny ul ul li {
    list-style-type: none;
    }

#hovedmeny ul ul li a {
	text-decoration: none;
    display: block;
    padding: 4px 10px 4px 10px;
    /*color: gray;*/
    color: #444444;
    }

#hovedmeny ul ul li ul li a {
    padding-left: 20px;
    font-weight: normal;
    }

#hovedmeny a:hover {
    /*color: black;*/
    color: grey;
    }

#hovedmeny ul ul li ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

#hovedmeny ul li ul li.current_page_item a, #hovedmeny ul li ul li ul li.current_page_item a {
   	background: url('images/hovedmenytutt.png') no-repeat 100% center;
   	color: #494949;
   	}
   	
#hovedmeny ul li ul li a.self, #hovedmeny ul li ul li ul li a.self {
   	background: url('images/hovedmenytutt.png') no-repeat 100% center;
   	color: #494949;
   	}

#hovedmeny ul ul li ul li.current_page_item ul li {
   	display: block;
   	}

#hovedmeny ul ul li.current_page_item ul li a {
    background: none;
    /*color: gray;*/
    color: #444444;
    }

#hovedmeny ul ul li.current_page_item ul li a:hover {
    /*color: black;*/
    color: grey;
    }
    
#hovedmeny ul ul li ul li ul li a {
    padding-left: 40px;
    font-size: 12px;
    font-weight: normal;
    }


/* GENERELT ===========================================*/

#header h2 {
	float: left;
	margin-top: 82px;
	margin-left: 0;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 0;
	border: 0;
	}
	
#header h2 a {
	color: #636363;
	text-decoration: none;
	border-bottom: 0;
	border: 0;
	}
	
#header h2 a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 0;
	border: 0;
	}

#breadcrumb a {
	color: #636363;
	}
	
#breadcrumb a:hover {
	color: #921983;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}

p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	}	
	
.wp-caption-text {
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
	margin: 5px 0;
}

/*adress er brukt som ingress fordi adress er en standardformatering man kan velge i wordpress*/	
address {
	font-weight: bold;
	font-style: normal;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	}

a, h2 a:hover, h3 a:hover {
	color: #921983;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 16px;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 14px;
	margin: 0 0 6px 0;
	clear:both;
	}
	
.post-edit-link {
	clear: both;
	margin: 10px;
	padding: 3px 6px 3px 6px;
	background-color: #dddddd;
	color: white;
	}
	
a:hover.post-edit-link {
	background-color: silver;
	color: white;
	text-decoration: none;
	}
	
hr	{
	border:	0; 		
	width: 100%; 
	height: 1px; 
	background-color: #CCCCCC; 
	margin: 10px 0 10px 0;
	}
	
#footer p {
		clear: both;
		margin: 20px;
		padding: 20px 0;
		position: relative;
		top: 15px;
		font-size: 11px;
		}
	
/* TABELL ===========================================*/

table {
	border: none;
	border-collapse: collapse;
	width: 100%;
	}
	
th {
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 10px; 
	}
	
td {
	border: none;
	border-bottom: 1px solid #e2e2e2;
	padding: 2px 10px 2px 0;
	font-weight: normal;
	vertical-align: top;
	}

/* NYHETER PÅ HOVEDINNHOLDSFELT ===========================================*/

.nyhet p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	}
	
.nyhet h4 {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 16px;
	}

.nyhet p.dato {
	margin-bottom: 0;
	font-style: italic;
	}

/* SIDEFELT ===========================================*/

.sidefelt {
	background: url(images/sidefelt_midt.png) repeat-y;
	margin-bottom: 10px;
	min-height: 0;
	}

#sidebar .sidefelt {
	margin-right: 24px;
	margin-left: 20px;
	}
	
.sidefelt div {
	background: url(images/sidefelt_topp.png) 0 0 no-repeat;
	}

.sidefelt div div {
	background: url(images/sidefelt_bunn.png) 0 100% no-repeat;
	}

.sidefelt div div div {
	padding: 10px 10px 4px 10px;
	}
	
	
/*brukt til styling av webshoppens siste produkter*/	
.sidefelt div div div div div {
	border-top:1px solid #D1D1D1;
	padding: 4px 0;
	}
	
	
.sidefelt .boks1 {
	background: url(images/sidefelt_topp.png) 0 0 no-repeat;
	}

.sidefelt .boks2 {
	background: url(images/sidefelt_bunn.png) 0 100% no-repeat;
	}

.sidefelt .boks3 {
	padding: 10px 10px 4px 10px;
	}
	

.sidefelt div div div div {
	padding: 0;
	background: none;
	}

.sidefelt h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	}

.sidefelt p {
	margin: 0;
	}
	
.sidefelt ul {
	list-style-type: none;
	margin-left: 0px; 
	padding: 0;
	}

.sidefelt ul li {
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	}

.sidefelt ul li a {
	color: #636363;
	font-weight: bold;
	}

.sidefelt ul li a:hover {
	color: #921983;
	}
	
/*søkefelt*/
.sidefelt form	{
	margin: 10px 0;
}
	
.sidefelt .fieldholder {
	width: 182px;
	height: 27px;
	background: url(./images/sok.png) no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
}

.sidefelt .textinput {
	width: 130px;
	height: 20px;
	background: none;
	border: none;
	color: #666666;
	font: 10px;
	line-height: 10px;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	margin-left: 9px;
	border: 0;
}

.sidefelt .sokeknapp {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}	
	

/* NYHETSBOKS ===========================================*/

.sidefelt h4 {
	margin-bottom: 4px;
	}

.boksnyhet {
	margin-top: 2px;
	border-top: 1px solid #d1d1d1;
	}

.boksnyhet_dato {
	padding-top: 2px;
	color: gray;
	font-size: 11px;
	font-style: italic;
	}

p.boksnyhet_innhold {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	}

p.boksnyhet_innhold a {
	display: block;
	color: #636363;
	}

p.boksnyhet_innhold a:hover {
	color: #921983;
	}

/* LITTERATURLISTE ===========================================*/

.litteratur {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid #d1d1d1;
	}
	
.litteratur p {
	margin: 3px 0 3px 0;
	}

.litteratur p a {
	color: #565656;
	font-weight: bold;
	}

.litteratur p a:hover {
	text-decoration: underline;
	color: #802281;
	}

/* KALENDER ===========================================*/

.kalendertittel {
	text-align: center;
	}

table.kalender {
	color: #848484;
	width: 170px;
	margin: 0 0 10px 5px;
	border-collapse: collapse;
	text-align: center;
	}
	
.kalender thead th {
	font-size: 10px;
	}
	
.kalender tbody {
	text-align: center;
	}
	
.kalender th, .kalender td {
	border: 1px solid silver;
	height: 23px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}
	
.kalender th {
	border: none;
	}

td.dato_utenfor {
	color: #cccccc;
	font-weight: normal;
	}

.kalender td a {
	background-color: #d6d6d6;
	color: black;
	display: block;
	padding: 4px 0 4px 0;	
	}
	
.kalender td a:hover {
	color: white;
    background-color: #802281;
    text-decoration: none;
	}

/* BILDER ===========================================*/

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

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.bannerimg	{
	margin: 5px 15px;
}





/* OBS! IKKE BRUK CSS-EN UNDER DETTE PUNKTET I DOKUMENTET, DEN ER KUN TATT MED SOM REFERANSE ===========================================*/




/*

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

h1, h2, h3 {
	font-weight: bold;
	}

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


h2 {
	font-size: 1.6em;
	}

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

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

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

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: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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 {
	}

.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:hover {
	color: #147;
	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 */

/*
.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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: both;
}

.clear {
	clear: both;
}
*/

/* End Structure */



/*	Begin Headers */
/*
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */






/* 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;
	}

/* End Entry Lists */



/* Begin Form Elements 
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

