/*

Theme Name: Halden Naprapatklinikk
Theme URI: http://www.haldennaprapat.no/
Description: Theme for the new website for Halden Naprapatklinikk.
Version: 1.0
Author: Håvard Ranum
Author URI: http://www.eplejuice.com/
Tags: naprapat, halden

*/


html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;  
    background: transparent;
} 
 
ol, ul {  
    list-style: none;
}  

blockquote, q {  
    quotes: none;  
}  

blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
}  
  
/* remember to define focus styles! */  
:focus {  
    outline: 0;  
}  
  
/* tables still need 'cellspacing="0"' in the markup */  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
}  


/* Begin Typography & Colors */

html {
	background: url("/graphics/html-bg.png");
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Tahoma Sans-Serif;
	background: url("/graphics/body-bg.png") repeat-x;
}

h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue";
	font-weight: normal;
	letter-spacing: 0.07em;
}

h1 {
	font-size: 2.1em;
	margin-bottom: 4px;
	color: #b40a42;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #001520;
}

h3 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #001520;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.alignright {
	float: right;
}

.aligncenter {
	float:none;
}

.post img {
	border: 1px solid #3e3d40;
	margin: 0px 10px 10px 10px;
}

img.alignright {
	margin: 10px 0px 10px 10px;
}

img.aligncenter {
	margin: 10px 0px 10px 0px;
}

div#wrappertop {
	width: 750px;
	margin:auto;
	padding: 35px 20px 0px 20px;
	background: url("/graphics/wrapper-top.png") no-repeat;
}

div#wrapper {
	width: 750px;
	margin:auto;
	padding: 0px 20px;
	overflow: auto; 
	background: url("/graphics/wrapper-bg.png") -10px repeat-y; 
	font-size: 1.2em;
}

div#wrapperbottom {
	width: 750px;
	height: 25px;
	padding: 0px 20px 0px 20px;
	margin:auto;
	background: url("/graphics/wrapper-bottom.png") no-repeat;
}

div#header a.header {
	display: block;
	float: left;
	height: 110px;
	width: 750px;
}

div#header h1, div#header span {
	display: none;
}

ul#nav {
	display: block;
	float: left;
	clear: both;
	background: url("/graphics/nav-bg.png");
	color: #fff;
	width: 750px;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}

ul#nav li {
	display: block;
	float: left;
	list-style: none;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:hover, ul#nav li a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0px 20px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

div#content {
	float: left;
	width: 521px;
	overflow: auto;
	border-right: 1px solid #fff;
}

div#slideshow {
	display: block;
	position: relative;
	float: left;
	clear: both;
	height: 247px;
	width: 521px;
	margin:0;
	z-index: 5;
}

div#slideshow img {
	z-index: 6;
	position: relative;
}

div#caption p {
	margin: 0;
	padding: 0;
}

div#caption {
	display: block;
	line-height: 125%;
	position: relative;
	text-align: right;
	padding: 10px;
	float: left;
	clear: both;
	margin-top: -50px;
	background: url("/graphics/black25.png");
	color: #fff;
	width: 501px;
	height: 30px;
	z-index: 10;
}

div#content div.facts {
	display: block;
	float: left;
	width: 248px;
	padding: 20px 15px 15px 30px;
}

div#content div.facts p {
	letter-spacing: 0.08em;
	color: #3e3d40;
}

div#content div.facts ul {
	float: left;
	display: block;
	width: 200px;
	list-style-type: square; 
	padding: 10px 0px 20px 0px;
}

div#content div.facts ul li {
	width: 110px;
	display: block;
	float: left;
	color: #b40a42;
	margin: 0px 0px 5px 0px;
}

div#content a, div#content a:link, a:hover, a:visited {
	color: #b40a42;
	text-decoration: none;
}

div.post {
	padding:25px;
	overflow: auto;
}

div.post h2 {
	margin-top:20px;
	margin-bottom: 10px;
}

a.post-edit-link {
	margin: 25px;
}

p.kundereferanse {
	margin-bottom: 25px;
	padding: 15px;
	background: #fffaf6;
	border: 1px dashed #fedfa8;
	font-style: italic; 
}

div.entry {
	margin-top:15px;
}

li#linkcat {
	list-style: none;
}

div#newsletter {
	display: block;
	float: left;
	overflow: none;
	width: 194px;
	padding: 17px;
	background: #fcfcda;
	border-bottom: 1px solid #fff;
}

div#newsletter a, div#newsletter a:link, div#newsletter a:hover, div#newsletter a:visited {
	color: #0085be;
}

div#christmas {
	display: block;
	float: left;
	overflow: none;
	width: 194px;
	padding: 17px;
/*	background: #fcdae8;
	color: #522534;*/
	background: #ebebeb;
	color: #464646;
	border-bottom: 1px solid #fff;
}

div#christmas a, div#christmas a:link, div#christmas a:hover, div#christmas a:visited, div#christmas h2 {
	color: #522534;
}

div#subnav {
	display: block;
	float: left;
}

div#sidebar {
	float: left;
	width: 228px;
	overflow: auto;
}

div#sidebar p, div#newsletter p {
	letter-spacing: 0.08em;
	color: #3e3d40;
	margin-bottom: 1em;
}

div#klinikken {
	width: 194px;
	padding: 17px;
	background: #daf4fc;
	border-bottom: 1px solid #fff;
}

div#klinikken a, div#klinikken a:link, div#klinikken a:hover, div#klinikken a:visited {
	color: #0085be;
}

div#konkurranse {
	width: 194px;
	padding: 17px;
	background: #e3ffe0;
}

div#konkurranse a, div#konkurranse a:link, div#konkurranse a:hover, div#konkurranse a:visited {
	color: #007a28;
}

div#footer {
	display: block;
	float: left;
	clear: both;
	width: 700px;
	padding: 25px;
	overflow: none; 
	background: #3e3d40;
	color: #d2d2d2;
}

div#footer a:link, div#footer a:visited, a:hover {
	color: #d2d2d2;
}

div#footer img {
	float: left;
	margin-right: 15px;
}

div.nnf {
	float: left;
	margin-right: 15px;
	background: url("/graphics/nnf.png");
	height: 72px;
	width: 72px;
}

div#footer div.item {
	display: block;
	float: left;
	width: 325px;
	margin-right: 25px;
}


/*
Mailpress css
*/

div#MailPress div#mp-container, div#MailPress div#mp-formdiv { position:relative;} div#MailPress div#mp-loading, div#MailPress div#mp-message {position:absolute;opacity:0;} div#MailPress div#mp-loading, div#MailPress div#mp-message {filter:alpha(opacity=0);}
