@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

/* General declerations */
body {
	font-size: 62.5%; /* Apparently, this makes 1em=20px */
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	border-right: 2px solid black;
	border-left: 2px solid black;
	background-color: white;
	width: 80em;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

#body {
	background-color: white;
}

p {
	margin-bottom: 2em;
}

#header {
	width: 76em;
	padding-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

/* Site logo - defined as a h1 with an id="logo" */
#logo {
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11em;
	font-weight: lighter;
	text-align: center;
}

#logoDot {
	color: #B42025;	
}

/* Menu, styling the navigation to make it - ehrm, stylish! */
#navigation {
	width: 76em;
	height: 5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}

#navigation ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	display: inline;
	list-style: none;
	height: 5em;
	width: 80em;
}

#navigation li {
	float: left;
	text-align: center;
	vertical-align: baseline;
	text-indent: 0em;
	margin: 0em;
	margin-top: 1em;
}	

#content a:link		{ text-decoration: underline; color: blue; }
#content a:visited	{ text-decoration: underline; color: blue; }
#content a:active	{ text-decoration: underline; color: blue; }
#content a:hover	{ text-decoration: underline; color: blue; }
#sidebarFront a:link		{ text-decoration: none; color: black; }
#sidebarFront a:visited		{ text-decoration: none; color: black; }
#sidebarFront a.:active		{ text-decoration: none; color: black; }
#sidebarFront a:hover		{ text-decoration: none; color: black; }
#linklist a:link { text-decoration: underline; color: blue; }
#linklist a:visited { text-decoration: underline; color: blue; }
#linklist a:active { text-decoration: underline; color: blue; }
#linklist a:hover { text-decoration: underline; color: blue; }
	
#content {
	margin-top: 4em;
	width: 76em;
	margin-left: auto;
	margin-right: auto;
	min-height: 35em;
	clear: both;
}

#content h1, #content h2, #content h3 {
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
}

#content h1 {
	clear: both;
	font-size: 4em;
}

#content h2 {
	font-size: 2.5em;
}

#content h3 {
	font-size: 1.9em;
}

#content p, #content ul li {
	font-size: 1.2em;
	line-height: 1.3;
}

li {
	text-indent: 0em;
	margin-left: 2em;
}

#content p {
	text-align: justify;
}

/* Sections = portions of the page toggled when clicking the menu */
.section {
	display: none;
}

.active {
	display: block;
}

.menubullet {
	width: 33%;
	cursor: pointer;
}

#portfolio {
	float: left;
	display: block;
	margin-bottom: 3em;
}

/* images from the portfolio, which is displayed, and then ready to be clicked on */
.portfolioImage {
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid black;
	height: 12em;
	width: 18em;
	margin-left: 3em;
	margin-right: 3em;
}

#mainFront {
	float: left;
	width: 49em;
}

#sidebarFront {
	float: right;
	margin-left: 1em;
	width: 25em;
}

.sidebarBox {
	padding: 1em;
	margin-bottom: 3em;
	margin-top: 0em;
}


/* Quotes on the front page - telling what others think of me */
.sidebarBox #quote {
	clear: both;
	font-size: 1.3em;
	text-align: justify;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebarBox #quoteName {
	text-align: right;
}

#kontaktinformasjon {
	display: inline;
}

#footer {
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#footer p {
	margin-bottom: 0em;
	padding-bottom: 2em;
}

.projectIllustration {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
}