/****************************************
			GENERAL SELECTORS
****************************************/

body {
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 2em;
}

h2, h3 {
	font-size: 1.5em;
	font-weight: lighter;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}


.pagetitle {
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: .2em;
}


.bold {
	font-weight: bold;
}

/****************************************
				SIDEBAR
****************************************/

#sidebar {
	text-align: right;
}

/****************************************
				HEADER
****************************************/
#header h1 {
	font-size: 1.8em;
	padding-right: 20px;
}
#header h1 a {
	text-decoration: none;
}


/****************************************
				GLOBAL NAVIAGATION
****************************************/

#global-navigation ul li {
	font-size: 1.1em;
	font-weight: bold;
}











/****************************************
			CONTENT
****************************************/
.liste {
	margin-bottom: 4em;
}

.liste h3 {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}

.liste p {
	font-size: .9em;
}

.promoted h3 {
	text-transform: none;
	font-size: 1.5em;
	font-weight: lighter;
}


#bloggerinfo h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #5fa0a6;
	font-size: 1em;
	font-weight: bold;
}

#bloggarkiv h3 {
	font-size: .9em;
	font-weight: bold;
	color: #696969;
	margin-bottom: .5em;
}


/****************************************
				SØKNAD DETAIL PAGE
****************************************/

#drommeside h2 {
	font-size: 2.5em;
	margin-bottom: .2em;
}

#drommeside h3 {
	font-size: 1.3em;
	margin-bottom: .4em;
}



/****************************************
			COMMENTS
****************************************/

.name {
	font-weight: bold;
	margin-bottom: 0;
}




/****************************************
			BLOGGER LIST
****************************************/
.blogger h4 {
	font-size: .9em;
	font-weight: bold;
}
.blogger p {
	font-size: .9em;
}




/****************************************
			SEARCH RESULT
****************************************/
#searchtitle {
	font-size: 1.5em;
	margin-bottom: 2em;
}

#searchtitle span {
	color: #2a8189;
}

.search h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 0;
}

.search p {
	margin-bottom: .5em;
}







/****************************************
SPECIALS THAT ARE ADDED WITH JAVASCRIPT
****************************************/

#getrandom span {
	font-size: 1.1em;
	text-decoration: underline;
}


