@charset "utf-8";

/* Import CSS */
@import "reset.css";
@import "fonts.css";

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #eaeeef;
	min-width: 1024px;
}

a {
	color: #75b5f1;
	text-decoration: none;
}

h1, h2, h3, .script, .tipsy, #work p, .bx-prev, .bx-next, #thanks p.script {
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-family: "SansusWebissimoRegular", Verdana, sans-serif;
	font-size: 70px;
	font-weight: bold;
	color: #35ebcf;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #061d1a;
	letter-spacing: -2px;
	line-height: 0.8;
	margin: -3px 0 0px -7px;
	
}

h2 {
	font-family: "SansusWebissimoRegular", Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000000;
}

.script {
	font-family: "JournalRegular", Verdana, sans-serif;
	font-size: 35px;
	color: #3c3c3c;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

#nav{
	list-style: none;
	position: fixed;
	top: 44%;
	right: 20px;
}

#nav li{
	margin: 0 0 10px 0;	
}

.tipsy { text-shadow: 1px 1px 0 #000; padding: 6px; font-size: 13px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px; margin-top: -8px;  background-color: #000; color: white; max-width: 350px; text-align: center; }
.tipsy-inner { border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.tipsy-arrow { position: absolute; background: url('../gfx/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -8px; right: 1px; width: 5px; height: 9px; background-position: top right; }


#header, #intro, #second{
	width: 100%;
}

#latest_sign {
	background: url(../gfx/siste_arbeid.png) no-repeat;
	width: 134px;
	height: 50px;
	position: fixed;
	left: 46%;
	
	-webkit-transition: bottom 0.5s ease-in-out;
	-moz-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
}

#projects_sign {
	background: url(../gfx/utvalgte_prosjekter.png) no-repeat;
	width: 156px;
	height: 50px;
	position: fixed;
	left: 46%;
	
	-webkit-transition: bottom 0.5s ease-in-out;
	-moz-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
}

#contact_sign {
	background: url(../gfx/kontakt.png) no-repeat;
	width: 94px;
	height: 50px;
	position: fixed;
	left: 46%;
	display: none;
	
	-webkit-transition: bottom 0.5s ease-in-out;
	-moz-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
}

.sign .bottom  {
	bottom: 5px;
}

.sign .top {
	bottom: 10px;
}
		
#intro {
	background:url(../gfx/first_bg.jpg) no-repeat 50% 0 fixed;
	color: #676767;
	height: 1000px;
}

	#me-intro {
		width: 840px;
		height: 500px;
		margin: auto;
		padding: 120px 0 0 70px;
		position: relative;
	}
	
	@media only screen and (max-height: 700px) {
		#me-intro {
			padding: 90px 0 0 70px;
		}
	}
	
		#me-pic {
			width: 200px;
			float: left;
			margin: 0 auto;
			position: absolute;
			z-index: 200;
		}
		
		#me-hello {
			background:url(../gfx/hei.png) no-repeat;
			width: 91px;
			height: 54px;
			position: absolute;
			top: 200px;
			left: 170px;
			z-index: 200;
		}
		
		#me-info {
			width: 530px;
			margin-left: 220px;
			margin-top: 70px;
		}
		
			#me-info h2 {
				color: #f175af;
				text-shadow: 1px 1px 0px #4f2539;
			}
			
			#me-info h2#workas {
				display: inline;
				margin-left: 4px;
			}
			
			#me-info p {
				margin: 15px 0;
				line-height: 1.7;
				font-size: 12px;
			}
			
			#me-info p#big {
				font-size: 16px;
				margin-top: 20px;
				margin-bottom: 0
			}
			
			#me-info a {
				background: #75b5f1;
				text-shadow: 0 1px 0px #4a77a2;
				color: #fff;
				padding: 3px;
				opacity: 0.8;
				font-weight: bold;
			}

#siste {
	background: url(../gfx/artige_bg.png) 0 0 fixed no-repeat;
    background-size: 100%;
	color: #676767;
	height: 1000px;
}

	#latest-work {
		width: 800px;
		height: 500px;
		margin: auto;
		padding: 60px 0 0 70px;
		position: relative;
	}	
	
		#latest-work h2 {
			color: #c6c6c6;
			text-shadow: 1px 1px 0px #fff;
		}
		
		#latest-work h2 span {
			color: #f23264;
		}
			
		#latest-work p {
			margin: 15px 0;
			line-height: 1.7;
			font-size: 16px;
			margin-bottom: 20px;
		}
			
		#siste .bx-wrapper {
			background: url(../gfx/screen.png) 0 0 no-repeat;
			width: 800px;
			height: 740px;
			margin: auto;
		}
		
			#siste .bx-window {
				width: 726px !important;
				top: 37px;
				left: 37px;
			}
		
			#siste .bx-prev, #siste .bx-next {
				font-family: "SansusWebissimoRegular", Verdana, sans-serif;
				font-size: 50px;
				color: #1b1b1b;
				text-decoration: none;
				padding: 3px 10px;
				position: absolute;
				top: 220px;
			}
			
			#siste .bx-prev {
				left: -50px;
			}
			
			#siste .bx-next {
				right: -50px;
			}
			
			#siste #portfolio {
				width: 726px;
				margin: auto;
			}	
		
#arbeid {
	background: #202020 url(../gfx/black-Linen.png) 50% 0 fixed;
	color: #fff;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
	#arbeider {
		position: absolute;
		top: 20px;
		width: 40px;
		height: 1px;
	}
	
	#work {
		margin-top: 120px;
		text-align: center;
	}
	
		#work h2, #and {
			text-shadow: 1px 1px 0px #111;
			display: inline;
		}
		
		#design {
			color: #cb27b2;
		}
		
		#and {
			color: #706f6f;
			margin: 0 3px;
		}
		
		#ixd {
			color: #f1e475;
		}
		
		#work p {
			font-family: "SansusWebissimoItalic", Verdana, sans-serif;
			color: #cecece;
			text-shadow: 1px 1px 0px #111;
			letter-spacing: 1px;
			line-height: 1.4;
			width: 625px;
			margin: auto;
			padding: 20px 0 40px 0;
		}
		
		#work a {
			color: #cecece;
			text-decoration: none;
		}
		
		#arbeid .bx-wrapper {
			margin: auto;
		}
		
			#arbeid .bx-prev, .bx-next {
				font-family: "SansusWebissimoRegular", Verdana, sans-serif;
				font-size: 50px;
				color: #fff;
				text-decoration: none;
				padding: 3px 10px;
				position: absolute;
				top: 90px;
			}
			
			#arbeid .bx-prev {
				left: -50px;
			}
			
			#arbeid .bx-next {
				right: -50px;
			}
			
			#arbeid #portfolio {
				width: 805px;
				margin: auto;
			}
			
				#portfolio h3 {
					font-family: "SansusWebissimoRegular", Verdana, sans-serif;
					font-size: 22px;
					font-weight: normal;
					color: #fff;
					text-shadow: 2px 2px 0px #111;
					text-transform: uppercase;
					margin: 10px 0 5px 0;
				}
				
				#portfolio .script {
					font-size: 22px;
					color: #cecece;
					text-shadow: 1px 1px 0px #111;
					letter-spacing: 1px;
					display: block;
					margin-bottom: 20px;
				}
				
				.p-left {
					width: 387px;
					float: left;
				}
				
				.p-right {
					width: 387px;
					float: left;
					margin-left: 25px;
				}
	

					.pimage {
						width: 382px;
						height: 232px;
						padding: 3px;
						border: 1px solid #1b1b1b;
						background: #313131;
						background: -moz-linear-gradient(top, #313131 0%, #111111 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#111111));
						background: -webkit-linear-gradient(top, #313131 0%,#111111 100%);
						background: -o-linear-gradient(top, #313131 0%,#111111 100%);
						background: -ms-linear-gradient(top, #313131 0%,#111111 100%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#111111',GradientType=0 );
						background: linear-gradient(top, #313131 0%,#111111 100%);
						
						-webkit-box-shadow: 1px 1px 8px 1px #101010;
						-moz-box-shadow: 1px 1px 8px 1px #101010;
						box-shadow: 1px 1px 8px 1px #101010; 
					}
					
						.preview {
							width: 380px;
							height: 230px;
							overflow: hidden;
							display: block;
							border: 1px solid #383838;
						}
		#work .more {
			font-family: Helvetica, Arial, sans-serif;
			background: url(../gfx/stripe.png) repeat-x;
			width: 800px;
			margin: auto;
			margin-top: 40px;
		}
		
		#work .more:after{
			content: '';
			display: block;
			height: 16px;
			background: url(../gfx/stripe.png) repeat-x;
			margin-top: 20px;
		}
		
		#work .more a {
			color: #cecece;
			text-decoration: none;
		}
		
			#work .more #color {
				color: #b5f175;
			}
			
			#work .more #note {
				font-size: 11px;
				font-style: italic;
			}
		
#pixels {
	position: fixed;
	left: 0;
	bottom: 0;
	color: red;
	font-size: 20px;
}

#arbeid .bg {
	background: url(images/trainers.png) 50% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#kontakt {
	background: url(../gfx/old_mathematics.png) 50% 0 fixed;
	color: #676767;
	height: 900px;
	padding: 100px 0 0 0;	
}

#kontakt-wrap {
	width: 800px;
	margin: auto;
	margin-top: 100px;
}

#contact-info {
	width: 280px;
	float: left;
	text-align: center;
}

	#chat {
		margin-left: 8px;
		margin-bottom: 2px;
		display: block;
	}
	
	#kontakt h2 {
		font-family: "SansusWebissimoRegular", Verdana, sans-serif;
		font-size: 60px;
		font-weight: bold;
		color: #f175c1;
		text-transform: uppercase;
		text-shadow: 1px 1px 0px #2f1625;
		letter-spacing: -4.3px;
		line-height: 0.6;
		margin: 0 0 10px 0;
		
	}
	
	#kontakt h2#email {
		font-family: "SansusWebissimoRegular", Verdana, sans-serif;
		font-size: 40px;
		font-weight: normal;
		color: #75c1f1;
		letter-spacing: 0;
		text-transform: uppercase;
		text-shadow: 1px 1px 0px #1c2e3a;
		display: inline;
	}
	
	#kontakt p {
		margin: 15px 0;
		line-height: 1.7;
		font-size: 12px;
		margin: 15px 0;
		width: 280px;
	}
	
	#kontakt a {
		font-weight: bold;
	}
	
#contact-form {
	width: 435px;
	height: 290px;
	padding: 25px;
	background: #fff;
	float: left;
	margin-left: 30px;
	border: 1p solid #f0f0f0;
	-webkit-box-shadow: 0px 3px 15px #dadada;
	-moz-box-shadow: 0px 3px 15px #dadada;
	box-shadow: 0px 3px 15px #dadada; 
}

	#contact-form label {
		width: 100px;
		display: inline-block;
		color: #333;
		font-size: 18px;
	}
	
	#contact-form input {

		margin-bottom: 20px;
		width: 300px;
		background: #f8f8f8;
		border: 1px solid #efefef;
		padding: 10px;
		
	}
	
	#contact-form textarea {
		font-family: Helvetica, Arial, sans-serif;
		background: #f8f8f8;
		border: 1px solid #efefef;
		padding: 10px;
		width: 405px;
		height: 100px;
	}
	
	#fields {
		font-style: italic;
		color: #c6c6c6;
		margin-top: 20px;
		display: block;
		float: left;
	}
	
	#contact-form #action {
		background: #75f1a1;
		color: #fff;
		font-weight: bold;
		width: 80px;
		padding: 5px;
		border: 1px solid #5cc180;
		-moz-box-shadow: inset 0 1px 0 0 #b7f8ce;
		-webkit-box-shadow: inset 0 1px 0 0 #b7f8ce;
		box-shadow: inset 0 1px 0 0 #b7f8ce;
		float: right;
		margin-right: 8px;
		margin-top: 15px;
	}

#thanks {
	width: 500px;
	margin: auto;
	text-align: center;
	margin-top: 200px;
}

#thanks h2 {
	font-family: "SansusWebissimoRegular", Verdana, sans-serif;
	font-size: 150px;
	font-weight: normal;
	color: #f175c1;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000000;
}

#thanks h2#yes {
	color: #35EBCF;
}

#thanks p.script {
	font-family: "JournalRegular", Verdana, sans-serif;
	font-size: 45px;
	color: #3c3c3c;
	margin-bottom: 25px;
}

.story{
	margin: 0 auto;
	min-width: 1024px;
	width: 1024px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}
