﻿/*
NO* Secreto's.
Siden laget for Kjetil og Christine

Design og koding av Andreas Baakind  |  www.baakind.com
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	text-align: center;
	background: #eeeeee;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #734e78;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}
	

hr {
	border: 0px;
	border-bottom: 1px solid #734e78;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	color: #000000;
	width: 100%;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	margin-bottom: 5px;
}

h3 {
	line-height: 5px;
	margin: 5px;
	margin-top: 15px;
	color: #000000;
}

h4 {
	color: #000000;
	margin-bottom: 5px;
}

ul {
	list-style-type:none;
	padding:0px;
	margin:5px;
}

li {
	background-image: url('design/li.png');
	background-repeat:no-repeat;
	background-position:left 10px;
	padding-left:14px;
	margin: 5px;
}

p {
	margin-top: 15px;
	margin-bottom: 20px;
}

img {
	padding: 4px;
	border: 1px solid #734e78;
}
	img.right {
		float: right;
		width: 50%;
		margin-bottom: 2px;
		margin-left: 5px;
	}
	
	img.left {
		float: left;
		width: 50%;
		margin-right: 5px;
		margin-bottom: 2px;
	}
	
	/* -- Bildevisning av 2 bilder per rad --*/
	img.bildeListeHoyre {
		float: right;
		width: 300px;
	}
	
	img.bildeListe {
		width: 300px;
	}
	
div.okMsg {
	width: 100% - 2px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #734e78;
	background: #734e78;
	color: #dddddd;
	text-align: center;
}

div.spacer {
	width: 100%;
	height: 20px;
}
	
#wrapper {
	min-height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(column-back.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
* html #wrapper {
	height: 100%;
	overflow: visible;
}
#header {
	width: 900px;
	height: 115px;
	background: url('design/banner.jpg');
	background-repeat: no-repeat;
}
#toplinks {
	width: 900px;
	height: 36px;
	background: url('design/toplinks.jpg');
	background-repeat: no-repeat;
}
	
	div#toplinks a:link, div#toplinks a:visited {
		color: #eeeeee;
		font-size: 16px;
		margin-left: 26px;
		line-height: 30px;
		vertical-align: middle;
	}
	
	div#toplinks a:hover {
		color: #000000;
		text-decoration: none;
	}
#sidebar {
	width: 210px;
	float: left;
}
#content {
	margin-left: 220px;
}

#siden {
	width: 880;
	margin: 10px;
	margin-top: 15px;
	line-height: 20px;
	
	padding-bottom: 46px;
}
#footer {
	height: 46px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url('design/footer.jpg');
	background-repeat: no-repeat;
	color: #c4c4c4;
	position: relative;
	line-height: 46px;
	vertical-align: middle;
	
	margin-top: -46px;
}

	/* Alt ekstra design til footeren */
	
	#footer a:link, #footer a:visited {
		color: #c4c4c4;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	span.right {
		float: right;
		margin-right: 15px;
	}


/* -- Nå er oppsettet av siden satt (over), og under blir designet av komponentene --- */



/* --- Designe boksene som dukker opp på venstresiden iblandt --- */
div#sidebar div.sidebarBox {
	width: 210px;
	display: box;
	background: #734e78;
}

	div.sidebarBox div.sidebarBoxTop {
		width: 210px;
		height: 18px;
		background: url('design/sidebar_top.png');
		background-repeat: no-repeat;
	}
	
	div.sidebarBox div.sidebarBoxBottom {
		width: 210px;
		height: 18px;
		background: url('design/sidebar_bottom.png');
		background-repeat: no-repeat;
	}
	
	/* --- Designe linkene inne i boksene, fast oppsett kan dere se i koden --- */
	
	
	div.sidebarBox a:link div.sidebarLink, div.sidebarBox a:visited div.sidebarLink {
		color: #eeeeee;
		font-size: 17px;
		line-height: 30px;
		padding-bottom: 4px;
		width: 188px;
		border: 1px solid #734e78;
		padding-left: 19px;
		
	}
	
	div.sidebarBox a:hover div.sidebarLink {
		color: #dddddd;
		background:#58155a;
		
	}
	
	div.sidebarBox a:hover {
		text-decoration: none;
	}


/* --- Design til kontaktskjemaet --- */
table.kontakt {
	width: 600px;
	margin-left: 20px;
	color: #444444;
}

table.kontakt td {
	height: 25px;
	vertical-align: bottom;
}

input.field {
	width: 250px;
	border: 1px solid #c4c4c4;
	padding: 2px;
	background: #efefef;
}

input.button {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #734e78;
	background: #734e78;
	color: #dddddd;
}

textarea.textarea {
	margin-top: 4px;
	width: 550px;
	height: 200px;
	border: 1px solid #c4c4c4;
	padding: 2px;
	background: #efefef;
}


/* --- Linker.php --- */

div.linker {
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
	overflow: hidden;
}

	div.linker a:link div.linkerLink, div.linker a:visited div.linkerLink {
		font-size: 18px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		border-top: 1px solid #c4c4c4;
		padding-left: 30px;
		font-weight:100;
	}
	
	div.linker a:hover div.linkerLink {
		color: #dddddd;
		background: #58155a;
	}
	
	div.linker a:hover {
		text-decoration: none;
		/* IE only hack */
		_text-decoration: underline;
	}








