/*
Theme Name: web-master.no
Theme URI: http://www.web-master.no
Description: Theme for web-master.no
Version: 0.0.1a
Author: Amund Sivertsen
Author URI: http://twitter.com/amunds
Tags: 

*/


html, body {
  margin: 0;
  padding: 0;
  font-family: verdana;
  height: 100%;
}

body {
  background-color: #f6f6f6;
  color: #444;
  background-image: url('images/body_bg.png');
  background-repeat: repeat-x;  
}

a {color: #517c98; text-decoration:none;}
a:hover {text-decoration:underline;}

#container {
  position: relative;
  min-height: 100%;
}

#header {
  width: 100%;
  padding-top: 40px;
  height: 120px;
  background-color: #fff;
}

#header_content {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

h2.logo {
  float: left;
  margin-top: 10px;
}

#navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 20px;
}

#navigation li {
  float: left;
  background-color: #517c98;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  margin-left: 10px;
}

#navigation li:hover {
  background-color: #f4a534;
}

#navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#content {
  width: 960px;
  margin: 0 auto;
  overflow:hidden;
  padding-bottom: 120px;
}

#content h1 {
  color: #888;
}

h2 {
  color: #555;
  font-size: 1.3em;
}

h3 {
  color: #555;
  font-size: 1.2em;
}

#promo_box {
  width: 100%;
  height: 340px;
  background-image: url('images/promo_box_bg.png');
  background-repeat: repeat-x;
  background-color: #004386;
}

#promo_box_content {
  width: 960px;
  margin: 0 auto;
}

#promo_box_left {
  float: left;
  width: 500px;
  font-size: 1.1em;
  color: #eee;
  line-height: 1.3em;
}

#contact_box {
  float: right;
  width: 350px;
  background-color: #f8f8e6;
  height: 340px;
}


ul#promo_list {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-top: 20px;
  list-style-type: none;
}

ul#promo_list li {
  height: 35px;
}

ul#promo_list li .checkmark{
  float: left;
  padding-right: 10px;
}

#contact_box h3 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 10px;
}

#contact_box p {
  padding: 10px;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}

img.promo_text {
  margin-top: 20px;
}

form#contact {
  width: 350px;
}

form#contact label {
  width: 100px;
  text-align: right;
  float: left;
  padding-right: 10px;
  font-weight: bold;
}

form#contact input {
  float: left;
  margin-bottom: 20px;
  padding: 2px;
  width: 200px;
}

form#contact input.submit_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-top: 10px;
}

form fieldset {
  border: 0;
}

#jquery_carousel {
  margin: 0 auto;
  width: 960px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 80px;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: #517c98;
  padding-bottom: 10px;
}

#footer_content {
  margin: 0 auto;
  width: 960px;
  font-size: 0.9em;
  color: #444;
}

.ref_box {
  height: 300px;
  width: 100%;
}

.ref_box img {
  float: left;
  border: 5px solid #ddd;
}

.ref_box span {
  float: left;
  padding-left: 20px;
  width: 600px;
}

.left, .alignright {
  float: left;
}

.right, .alignright {
  float: right;
}

.middle {float:left; padding-top: 43px; padding-left: 75px; font-size: 0.8em;}

img {border: 0;}