/*  
Theme Name: Flid Design
Theme URI: http://www.flid-design.no
Description: Main Theme
Version: 1.0
Author: Anthoni Giskegjerde / We Make
Author URI: http://www.wemake.no
Tags: brown
*/

/* CSS reset 
---------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* HTML Tags
---------------------------------------------------------------------- */

body {
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #202020;
	letter-spacing: 0.06em;
	background: url('http://flid-design.no/images/flid/background-tile.jpg') repeat-x top center #3f3f40;
}

a {
	outline: none;
	cursor: pointer;
}




p {
	margin-bottom: 15px;
}

h1 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Custom Classes
---------------------------------------------------------------------- */
.clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}


/* Page Layout
---------------------------------------------------------------------- */

div#page-wrap{
	margin: 0 auto;
	width: 960px;
	height: auto;
	padding: 0 10px;
}

div#header-wrap{
	height: 330px;
	width: 100%;
}

div#header{
	height: 262px;
	width: 960px;
	margin: 0 auto;
	padding: 66px 10px 0 10px;
}

div#content{
	margin: 0 auto;
	width: 960px;
	height: auto;
	padding-top: 45px;
}

div#footer{
	margin: 0 auto;
	width: 960px;
	height: 76px;
	margin-bottom: 35px;
	background: url('http://flid-design.no/images/flid/footer-background.jpg');
}


/* Header Elements
---------------------------------------------------------------------- */

div#branding{
	width: 153px;
	height: 262px;
	float: left;
}

div#branding{
	padding-top: 45px;
	width: 153px;
	height: 222px;
	float: left;
}

div#branding img{
	width: 110px;
	position:relative;
	right: -13px;
	top: 40px;
}

div#header-picture{
	width: 788px;
	height: 256px;
	float: right;
	border: 3px solid #FFF;
}

/* Content Elements
---------------------------------------------------------------------- */

div#navigation{
	width: 153px;
	height: auto;
	font-size: 11px;
	float: left;
}

	div#navigation ul li{
		margin-bottom: 10px;
	}
	div#navigation ul li a{
		display: block;
		width: 120px;
		background: #979797;
		padding: 5px;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	div#navigation ul li a:hover, div#navigation ul li a:active{
		background: #57b9d9;
	}

div#text{
	 width: 793px;
	 height: auto;
	 float: right;
	 color: #FFF;
	 line-height: 18px;
}

	div#text p a{
		color:#FAFAFA;
		text-decoration:underline;
	}
	div#text p a:hover{
		color:#57b9d9;
		text-decoration:none;
	}

div#seperator{
	width: 960px;
	height: 25px;
	background: url('http://flid-design.no/images/flid/seperator.jpg');
	float: left;
}

div#quote{
	width: 960px;
	height: 108px;
	background: url('http://flid-design.no/images/flid/quote.jpg');
	float: left;
}

/* Footer Elements
---------------------------------------------------------------------- */

span#contact-info{
	display: block;
	position: relative;
	top: 50px;
	left: 142px;
	color: #FFF;
	width: 600px;
}

span.contact-element{
	padding-left: 25px;
}


/* Fremside: Elements */

div#text div#left-text{
	width: 530px;
	float:left;
}

div#text div#side-bilde{
	width:206px;
	float:right;
}
div#text div#side-bilde img{
	border: 3px solid #FFF;
}


/* Grafisk: Elements
---------------------------------------------------------------------- */
	
div#grafisk-content{
	height: auto;
	float: left;
	width: 793px;
}
	div#grafisk-content a{
		color:#FFF;
	}
	div#grafisk-content a:hover{
		color:#FFF;
	}

	div#grafisk-content ul li.float-left{
		width: 160px;
		margin: 0 51px 0 0;
	}
	
	div#grafisk-content ul li.float-right{
		width: 160px;
	}
	
	div#grafisk-content ul li:hover{
		background: #717171;
	}
	
		div#grafisk-content ul li ul li{
			padding: 3px 5px;
		}
		
		div#grafisk-content ul li ul li:hover{
			background: #57b9d9;
			color: #FFF;
		}
		
		div#grafisk-content ul li ul li a{
			color: #FFF;
			text-decoration: none;
		}
		
		
		div#grafisk-content ul li ul li.list-header
		{
			display: block;
			width: 160px;
			padding: 2px 0;
			background: #979797;
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
			font-size: 11px;
		}
		
		div#grafisk-content ul li ul li.list-header:hover{
			background: #979797;
			cursor: default;
		}
	
	
div#grafisk-text{
	margin-top: 60px;
	float: left;
	width: 793px;
	height: auto;
}


/* Fotografering: Elements
---------------------------------------------------------------------- */

ul#fotografering-content{
	width: 793px;
}

	ul#fotografering-content li{
		width: 198px;
		height: 147px;
		border: 3px solid #FFF;
		margin-bottom: 30px;
		float: left;
		margin-right: 90px;
	}
	
	ul#fotografering-content li:nth-child(3n+3){
		float: right;
		margin: 0;
	}

	
	ul#fotografering-content li img{
		float: left;
	}
	
	ul#fotografering-content li a	{
		background: #979797;
		display: block;
		width: 198px;
		padding: 3px 0;
		color: #FFF;
		float: left;
		text-align: center;
		text-decoration: none;
	}
	
	ul#fotografering-content li a:hover	{
		background: #57b9d9;

	}

div#fotografering-text{
	margin-top: 30px;
	float: left;
	width: 793px;
	height: auto;
}

/* Kontakt: Elements
---------------------------------------------------------------------- */

div#text ul#opplysninger{
	float: left;
	width: 793px;
	margin-top: 30px;
}

	div#text ul#opplysninger li{
		float: left;
		width: 225px;
	}
	div#text ul#opplysninger img{
		float: left;
		padding: 0 20px;
	}
	
	div#text ul#opplysninger li:nth-child(5){
		float: right;
	}


/* Kunde: Elements
---------------------------------------------------------------------- */

div#text div#kunde-link{
	float: left;
	width: 350px;
	height: auto;
	margin-right: 20px;
	position:relative;
}
	div#text div#kunde-link img.imgs{
		float: left;
		margin-bottom:25px;
		width: 340px;
		height: 453px;
	}
	div#text div#kunde-link span.link{
		float: left;
		display: block;
		width: 240px;
		height: 20px;
		margin-bottom: 10px;
		padding: 0 10px;
		color: #e380ad;
	}
	
	div#text div#kunde-link span.link img{
		margin-top: 4px;
	}
	div#text div#kunde-link > img{
		margin-right: 10px;
	}
	
	div#text div#kunde-link a{
		color: #e380ad;
		text-decoration: none;
	}
	div#text div#kunde-link a:hover{
		text-decoration: underline;
	}
	
div#text div#kunde-fakta{
	float: right;
	width: 423px;
	height: auto;
}

/* Kvardagen: Elements
---------------------------------------------------------------------- */
div#text .kvardag-post{
	width: 793px;
	height: auto;
	margin-bottom:40px;
}

div#text div.kvardag-bilde{
	width: 270px;
	height: auto;
	border: 3px solid #FFF;
	float:left;
}
div#text div.kvardag-bilde img{
	float:left;
}

div#text div.kvardag-tekst{
	width: 500px;
	height:auto;
	text-align:justify;
	float:right;
}
