/*
Theme Name: Bildedoktor Theme
Theme URL: http://www.bildedoktor.no
Description: Design made for www.bildedoktor.no
Version: 1.0
Author: Robin Johansen
Author URL: http://www.comfyrene.com
*/

/**********************************************************************************

BASIC CSS

***********************************************************************************/
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: baseline;
	background: transparent;}
body {
	line-height:1;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; font-size: 14px;
}
ol, ul {
	list-style: none;
}

html {
	overflow-y:scroll;
	background-color:#fff;
	height:100%;}
	
body {
	font-family: arial, helvetica, verdana, sans-serif;
	height:100%;}	
/**********************************************************************************

BASIC CSS

***********************************************************************************/
#navbar-back {
	height:80px;
	width:100%;
	background-image: url("images/navbar-bg.png");
	background-repeat:repeat-x;
	background-color:#32679a;}
#navbar {
	width:960px;
	margin:0 auto;
	height:80px;}
#sub-header-bg {
	padding:2px 0 2px 0;
	border-top:1px solid #32689b;
	border-bottom:1px solid #32689b;
	width:100%;
	background-image: url("images/sub-header-bg.png");
	background-repeat:repeat-x;
	background-color:#f2f4f6;}
#sub-header {
	line-height:160%;
	width:960px;
	margin:0 auto;}
#content-area {
	overflow:hidden;
	width:100%;
	background:#fff;}
#content {
	overflow:hidden;
	width:960px;
	margin:0 auto;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;}
#top-footer {
	width:960px;
	margin:0 auto;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	background-image: url("images/footer-bg.png");
	background-color:#f3f3f3;
	overflow:hidden;}
#footer {
	background-image: url("images/footer-bg.png");
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	background-color:#f3f3f3;}
#outer-footer {
	width:960px;
	margin:0 auto;}
#sidebar-left {
	width:300px;
	margin:10px;
	float:left;
	background-color:#fff;}
#main-content-right {
	width:620px;
	float:right;
	margin:10px;
	background-color:#fff;}
#footer-left {
	width:300px;
	margin:10px 10px 0 10px;
	float:left;
	border:0px solid red;}
#footer-middle {
	width:300px;
	margin:10px 10px 0 10px;
	float:left;}
#footer-right {
	width:300px;
	margin:10px 10px 0 10px;
	float:left;}
#outer-footer-left {
	font-size:11px;
	color:#999;
	float:left;
	padding:10px 10px 20px 10px;}
#outer-footer-right {
	font-size:11px;
	color:#999;
	float:right;
	padding:10px 10px 20px 10px;}
#nav {
	float:right;}
/**********************************************************************************

FRONT HEADER

***********************************************************************************/
#front-header-bg {
	height:200px;
	width:100%;
	background-image: url("images/header-bg.png");
	background-repeat:repeat-x;
	background-color:#ccc;}
#front-header {
	background-image: url("images/header-bg.png");
	height:200px;
	width:960px;
	margin:0 auto;}
#front-header img {
	width:310px;
	float:right;}
#header-text {
	height:200px;
	width:620px;
	border:0px solid red;
	float:left;}
#header-text p {
	color:#999;
	font-size:24px;}
#header-text p a {
	color:#f1f1f1;}
#header-text p a:hover {
	border:0;
	color:#80b6eb;}

/**********************************************************************************

TYPOGRAPHY

***********************************************************************************/
p {
	padding:10px;
	font-size:14px;
	line-height:140%;
	color:#333;}
h1 {
	padding:10px 10px 0 10px;
	margin-bottom:10px;
	font-size:1.4em;
	color:#333;}
h2 {
	padding:10px 10px 0 10px;
	margin-bottom:10px;
	font-size:1.4em;
	color:#333;}
h2 a {
	padding-bottom:2px;
	border-bottom:1px dotted;}
h2 a:hover {
	color:#499ae6;}
a {	
	color:#ed7840;
	text-decoration:none;}
a:hover {
	border-bottom:1px dotted;
	color:#499ae6;}
#sub-header p {
	font-size:12px;
	color:#32679a;}
#sub-header p a {
	color:#ed7840;}
blockquote {
	margin-left:10px;
	margin-right:10px;
	color:#666;
	background-color:#f6f6f6;
	border:1px dashed #999;
	padding:6px;
	font-style:italic;}
.quote2 {
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	color:#666;
	background-color:#f6f6f6;
	border:1px dashed #999;
	padding:6px 6px 6px 40px;
	font-style:italic;
	background: transparent url("images/quote.png") no-repeat 0 0;}
.quote3 {
	margin-left:10px;
	margin-right:10px;
	color:#666;
	background-color:#f6f6f6;
	border:0px dashed #999;
	padding:6px 6px 6px 40px;
	font-style:italic;
	background: transparent url("images/quote.png") no-repeat 0 0;}
.referanse {
	margin-right:20px;
	padding:6px;
	font-style:none;
	color:#999;
	text-align:right;}
.referanse2 {
	margin-right:20px;
	margin-bottom:30px;
	padding:6px;
	font-style:none;
	color:#999;
	text-align:right;}
/**********************************************************************************

TOPP NAVIGATION

***********************************************************************************/
#nav ul {
	list-style-type:none;
	font-size:16px;
	height:80px;}
#nav ul li {
	text-align:center;
	float:left;
	display:block;
	line-height:80px;
	margin-right:10px;}
#nav a {
	color:#f5f5f5;
	border:0;
	text-decoration:none;
	font-weight:normal;
	line-height:160%;
	padding:6px;}
#nav a:hover {
	border:1px solid #ffffff;
	padding:5px;}
#nav li.current_page_item a,  
#nav li.current_page_item a:visited {  
     background:#ffffff;
	 	color:#346da1;}
#top-footer a:active,  
#nav li.current_page_parent a,  
#nav li.current_page_parent a:visited,  
#nav li.current_page_item a,  
#nav li.current_page_item a:visited  
         {  
	background:#ffffff;
	color:#346da1;}  		
/**********************************************************************************

FOOTER

***********************************************************************************/
#footer p {
	font-size:12px;}
#footer ul {
	list-style-type:none;
	font-size:12px;}
#footer ul li {
	display:block;
	padding-top:4px;
	padding-left:8px;
	padding-bottom:4px;
	border-top:1px solid #e3e3e3;}
#footer a {
	color:#ed7840;
	border:0;
	text-decoration:none;
	font-weight:normal;
	line-height:160%;
	padding:0px;}
#footer a:hover {
	color:#32679a;}	
#footer ul li.headline {
	border:0;
	background-color:#525969;
	padding:8px;
	color:#f5f5f5;}

/**********************************************************************************

TOP-FOOTER

***********************************************************************************/
#top-footer ul {
	list-style-type:none;
	font-size:12px;}
#top-footer ul li {
	float:left;
	display:block;
	margin:10px 0 10px 10px}
#top-footer a {
	color:#666;
	border:0;
	text-decoration:none;
	font-weight:normal;
	line-height:160%;
	padding:4px;}
#top-footer a:hover {
	background-color:#ccc;}

#top-footer li.current_page_item a:visited {  
    background:#525969;
	color:#f5f5f5;}
#top-footer li.current_page_parent a:visited,  
#top-footer li.current_page_item a:visited  
         {  
	background:#525969;
	color:#f5f5f5;}  	
	
	

/**********************************************************************************

WITHIN POSTS

***********************************************************************************/
.post ul {
	list-style:circle inside;
	margin:10px;
	padding-left:20px;}
.post ul li {
	padding:4px;}

.post ol {
	list-style:decimal inside;
	margin:10px;
	padding-left:20px;}
.post ol li {
	padding:4px;}
/**********************************************************************************

SIDEBAR

***********************************************************************************/
#sidebar-left ul li.headline {
	border:0;
	background-color:#999999;
	margin:10px 10px 0 10px;
	padding:8px;
	color:#f5f5f5;}
#sidebar-left ul li{
	margin:0px 10px 0px 10px;
	padding:4px 0 4px 8px;
	border-bottom:1px solid #ebebeb;}
#sidebar-left ul li a {
	border:0;}
#sidebar-left ul li {
	color:#999999;}
#sidebar-left ul li h2 {
	font-size:14px;
	color:#f5f5f5;
	margin:0;
	padding:0;}
/**********************************************************************************

IMAGES

***********************************************************************************/
p img {
	max-width:100%;}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
	border:1px solid #999999;
	clear:both;
	background-color:#f1f1f1;}
img.alignright {
	margin:3px 0 2px 10px;
	padding:4px;
	border:1px solid #999999;
	float:right;
	clear:both;}
img.alignleft {
	margin:3px 10px 2px 0;
	padding:4px;
	border:1px solid #999999;
	float:left;
	clear:left;}
img.alignnone {
	border:1px solid #999999;
	padding:4px;}
	
img.aligncenter-noborder {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border:0;
	clear:both;
	background-color:#f1f1f1;}
img.alignright-noborder  {
	margin:3px 0 2px 10px;
	padding:0px;
	border:0;
	float:right;
	clear:both;}
img.alignleft-noborder  {
	margin:3px 10px 2px 0;
	padding:0px;
	border:0;
	float:left;
	clear:left;}
img.alignnone-noborder  {
	border:0;}
/**********************************************************************************

CONTACT FORM

***********************************************************************************/
form {
	padding:0;
	margin:20px 0 20px 0;
	}
#formleft {
	border:0px solid red;
	display:block;
	float:left;
	width:280px;}
#formleft p {
	margin:0 0 10px 10px;
	padding:0;}
#formright {
	width:280px;
	border:0px solid red;
	display:block;
	float:left;}
#formright p {
	margin:0 0 10px 10px;
	padding:0;}
#formcenter {
	display:block;
	border:0px solid red;
	clear:both;}
.formtext {
	padding:2px;
	border:1px solid #999999;
	color:#666666;}
.formtext2 {
	padding:2px;
	border:1px solid #999999;
	color:#666666;}
.formtext:hover, .formtext:focus {
	border:1px solid #ed7840;}
.formtext2:hover, .formtext2:focus {
	border:1px solid #ed7840;}

