@charset "utf-8";
/* CSS Document */

/*

	Cecilie Amundsen,
	Multimediadesign 08/09,
	Noroff Instituttet Bergen
	stiligececilie@gmail.com

*/

html, body {
	height:		100%;
	margin:		0;
	padding:	0;
}

body {
	font:			13px/1.6em Calibri, Verdana, "Myriad Pro", Arial;
	color:			#333333;
	background:		#eeeadd;
}

a {
	color:				#ee3a59;
	text-decoration:	none;
}

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

div#header {
	background:		#ee3a59;
	height:			150px;
	overflow:		hidden;
}

	div#headerContent {
		width:		960px;
		margin:		0 auto;
	}
	
		h1 {
			margin:		0;
			margin-top:		120px;
			float:		left;
			color:		white;
			font-family:		Helvetica, Verdana, Arial, "Myriad Pro";
			text-transform: uppercase;
			font-size:		40px;
			line-height: 	100%;
		}
		
		div#logo {
			background: url(../img/sc-personlig-logo.png) no-repeat 0 0;
			float:	right;
			width:	161px;
			height:	132px;
			margin-top:	10px;
		}

div#wrapper {
	width:			960px;
	margin:			0 auto;
	background:		white;
}

	h2 {
		margin:		0;
		padding-top:	20px;
	}

	div#work {
		
	}
		div#work dl {
			width:			215px;
			float:			left;
			margin:			0 0 20px 20px;
			padding-top:	167px;
		}
		
		div#work dt {
		font-size:	20px;
		}
		
		div#work dd {
			margin-left:	0;
		}
		
		div#work p {
			padding-left:	20px;
		}
		
		div#work h2 {
			padding-left:	20px;
		}
		
		div#work dd.invisible {
			display:	none;
		}
		
		div#work dl#prosjekt1 {
			background: url(../img/serigrafi.png) no-repeat 0 0;
		}
		
		div#work dl#prosjekt2 {
			background: url(../img/webside.png) no-repeat 0 0;
		}
		
		div#work dl#prosjekt3 {
			background: url(../img/banner.png) no-repeat 0 0;
		}
		
		div#work dl#prosjekt4 {
			background: url(../img/miniprosjekt.png) no-repeat 0 0;
		}
	
	div#about {
		height:			180px;
		clear:			both;
		border-top:		5px solid #eeeadd;
		padding:		5px 20px;
	}
	
		.contentImg {
			float:		left;
			margin:		15px 5px 5px 0;
		}
	
	div#footer {
		border-top:		5px solid #eeeadd;
		height:			30px;
	}
	
		div#footer p {
		margin-top:		5px;
		text-align:		center;
		color:			#999999;
		}

