﻿/*
Theme Name: Dentalteamet
Theme URI:
Description: Theme created for the <a href="http://www.dentalteamet.dk">dentalteamet</a> website
Version: 1.0
Author: Lars S. S&oslash;rensen
Author URI: http://swsolutions.dk/
*/

/* ----- CSS ----- */
* {
  margin: 0;
  padding: 0;
  }
  
* :focus {
  outline: 0;
  }  
  
/* ----- IDS ----- */
body {
  background: #fff url(./images/body.png) repeat-x 50% 0px;
  color: #666;
  font: 11px/1.6 verdana, arial, helvetica, sans-serif;
  text-align: center;
  }
  
#container {
  position: relative;
  width: 860px;
  margin: 0 auto 0;
  padding: 0 20px;
  text-align: left;
  }
#container:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }

#header {
  height: 124px;
  margin: 0 auto;
  }
#header:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  } 

#logo {
  float: left;
  margin-top: 20px;
  }
  
#wrapper {
  margin: 0 auto;
  padding: 0 0 40px 0;
  }
#wrapper:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }   
 
#content {
  margin-left: 260px;
  padding-top: 40px;
  }
#content:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }  
  
#map {
  margin-top: 40px;
  width: 340px;
  height: 340px;
  text-align: left;
  border: 0px solid #ccc;
  } 
  
#footer {
  width: 860px;
  margin: 0 auto 0 auto;
  color: #666;
  font-size: 10px;
  line-height: 1.1em;
  border-top: 1px solid #DBE9F3;
  }
#footer:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  }
  
/* ----- NAVIGATION ----- */
#nav {
  float: right;
  display:block;
  height: 35px;
  margin: 89px 0 0 0;
  }
  
#nav ul {
  white-space: nowrap;
  list-style: none;
  font-size: 15px; font-family: 
  Gill Sans, "Trebuchet-MS","Trebuchet MS", serif; 
  height: 35px;
  border-right: 1px solid #DBE9F3;  
  }
  
#nav li {
  float: left;
  list-style: none;
  background-color: #F1F6F9;
  border-left: 1px solid #DBE9F3;
  border-top: 1px solid transparent; 
  border-bottom: 1px solid transparent;
  height: 33px;
  }
  
#nav li a {
  padding: 5px 21px 5px 21px;
  color: #74A3D6;
  text-decoration: none;
  display: block;
  }

#nav li.home a {
  padding: 0;
  width: 56px;
  height: 33px;
  background: url(./images/home.png) no-repeat center 12px;
  }

#nav li.home a:hover {
  background: url(./images/home_hover.png) no-repeat center 12px;
  }
  
#nav ul li a:hover, #nav ul li.current_page_item a:hover, #nav ul li.current_page_parent a:hover {
  color: #FF6A00;
  }
  
#nav ul li:hover {
  background-color: #fff;
  border-top: 1px solid #DBE9F3
  }
  
#nav ul li.current_page_item, #nav ul li.current_page_parent {
  background-color: #fff;
  border-top: 1px solid #DBE9F3;
  border-bottom: 2px solid #fff;
  }
#nav ul li.current_page_item a, #nav ul li.current_page_parent a { color: #74A3D6; }


#subnav {
  margin-top: 40px;
  width: 220px;
  font-family: arial, verdana, tahoma, sans-serif;
  line-height: 1.3em;
  }

#subnav ul {
  list-style: none;
  border-bottom: 1px solid #DBE9F3;
  }

#subnav ul li {
  display: inline;
  }

#subnav ul a {
  display: block;
  color: #74A3D6;
  font-size:12px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 0px 4px 15px;
  background: #F6F9FC;
  border-top: 1px solid #DBE9F3;
  }

#subnav ul li a:hover {
  color: #FF6A00;
  background: #fff;
  }

#subnav ul li.current_page_item a {
  color: #74A3D6;
  background: #fff;
  }

#subnav ul li.current_page_item a:hover {
  color: #FF6A00;
  background: #fff;
  }
  
/* ----- CLASSES ----- */ 
.sidebar {
  width: 220px;
  }
.sidebar:after {
  clear: both;
  visibility: hidden;
  content: ".";
  display: block;
  height: 0px;
  } 

.right {
  float: right;
  }

.left {
  float: left;
  }

.top {
  padding-top: 10px;
  }
 
.narrow {
   width: 340px;
  }
 
.box {
  margin-top: 40px;
  background: #DCF2DC;
  padding: 10px 20px 20px 20px;
  font-size: 11px;
  line-height: 1.3em;
  }

.box1 {
  height: 330px;
  padding-bottom: 0;
  line-height: 1.6em;
  }
.box2 {
  height: 150px;
  padding-bottom: 0;
  }  
.box3 {
  height: 130px;
  padding-bottom: 0;
  line-height: 1.6em;
  }

.frame {
  margin-top: 40px;
  }

.frame:hover {
  background: #fff;
  }

.image {
  margin-top: 40px;
  }

/* ----- LINKS ----- */ 
a:focus, a:link, a:visited, a:active {
  color: #74A3D6;
  text-decoration: none;
  }

#footer a:link, #footer a:visited {
  color: #666;
  text-decoration: none;
  }
  
a:hover, #footer a:hover {
  color:#FF6A00;
  text-decoration: underline;  
  }

a.button:focus, a.button:link, a.button:visited, a.button:active {
  color: #fff;
  background: #74A3D6 url(./images/button.png) repeat-x bottom;
  padding: 4px 15px;
  height: 20px;
  text-decoration: none;
  }
 
a.button:hover {
   background: #74A3D6 url(./images/button_hover.png) repeat-x bottom;
   text-decoration: none;
  }
  
/* ----- PARAGRAPHS ----- */
p {
  padding: 10px 0 0 0;
  }

.box p {
  padding: 5px 0 0 0;
  }

.box1 p, .box3 p {
  padding: 10px 0 0 0;
  }

/* ----- IMAGES ----- */
img {
  border-style: none;
  line-height: 0px;
  display: block;
  }

.handicap {
  height: 20px;
  width: 20px;
  background: #fff url(./images/handicap.png) no-repeat center top;
  }
  
table img {
  float: right;
  height: 100px;
  width: 100px;
  background: #fff; 
  margin-left: 20px;
  } 
  
/* ----- HEADINGS ----- */
h1 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1.0em;
  }

h2 {
  padding-top: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  padding-bottom: 0px;
  }
  
h3 {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  }
  
table h2 {
  font-size: 13px;
  line-height: 1.0em;
  font-weight: bold;
  text-transform: none;
  padding: 0;
  margin: 0;
  }  


.box h2 {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  margin-top: 0;
  padding-top: 10px;  
  }
  
/* ----- LIST ----- */
#content ul {
  margin: 10px 0 10px 0;
  list-style: none;  
  }

#content ul li {
  background:url(./images/line.png) no-repeat top left;
  padding-top: 0px;  
  padding-left: 28px;
  padding-bottom: 0px;
  }

#content ul.postTabs {
  margin: 5px 0 10px 0;
  list-style: none;  
  }

#content ul.postTabs li {
  background: none;
  padding-top: 5px;  
  padding-left: 5px;
  padding-bottom: 0px;
  }
  
#content ul.link {
  margin: 0 0 0 0;
  list-style: none;
  }

#content ul.link li {
  background:url(./images/arrow.png) no-repeat top left;
  padding-top: 10px;
  padding-left: 28px;
  padding-bottom: 0px;
  }

/* ----- TABLES ----- */
table {
  margin: 20px 0 10px 0;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px #fff solid;
  line-height: 1.3em;
  }
  
table th {
  padding: 4px 0 4px 10px;
  vertical-align: top;
  background: #d8f2da;
  border-top: 1px #fff solid;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  }
tr.alt th {
  background: #d8f2da;
  }
  
table td {
  background: #d8f2da;
  padding: 4px 10px 4px 0;
  text-align: right;
  vertical-align: top;
  border-top: 1px #fff solid;
  line-height: 1.3em;
  width: 94px;
  }
tr.alt td {
  background: #d8f2da;
  }

table thead th {
  padding-top: 0;
  vertical-align: top;
  background: #fff;
  font-weight: bold;
  border: none;
  }
  
table thead td {
  padding-top: 0;
  vertical-align: top;
  background: #fff;
  font-weight: bold;
  border: none;
  text-align: right;
  }

.box table {
  margin-top: 5px;
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
  border: none;
  }
  
.box table th {
  font-weight: normal;
  text-align: left;
  padding: 0px 20px 0 0px;
  border: none;
  background: transparent;
  }

.box table td {
  text-align: right;
  padding: 0px 0 0 0;
  border: none;
  background: transparent;  
  }
  
table.gallery {
  margin: 0;
  border: none;
  font: 11px/1.6 verdana, arial, helvetica, sans-serif;
  }

table.gallery th {
  background: none;
  padding: 30px 0 0 0;
  border: none;
  text-align: left;
  }  
  
table.gallery td {
  background: none;
  padding: 30px 0 0 0;
  border: none;
  }  