/*
Theme Name: hhforde
Theme URI: http://www.hhforde.no/
Description: Theme for hhforde.no
Version: 2.0.
Author: Terje Sorbo
Author URI: http://www.terjesorbo.no/
*/

@import "reset.css";

body {
	background: #fff;
	color: #454545;
	font-family: Trebuchet MS, Arial, Helvetica;
}
h1, h2, h3, h4, h5, h6 {
}

h1 { font-size: 2.6em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.4em; }
.post ul {
  margin-left: 2em;
  list-style-type: disc;
}
.post p, .post ul, .post ol, .post h1 {
  margin-bottom: 1em;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  line-height: 1.2em;
}
a {
	color: #466185;
	text-decoration: none;
}
a:hover { 
	color: #333;
}
.wrap {
	width: 960px;
	margin: 0 auto;
}
#container {
	font-size: 1.2em;
}

/* header */
#header {
	background: url(images/headerBg.png) 0 0 repeat-x;
	height: 115px;
}
#logo_bg {
	background: url(images/logo.png) 0 0 no-repeat;
	width: 100%;
	overflow: hidden;
  position: relative;
}
#logo a {
  position: relative;
	display: block;
	height: 110px;
	width: 500px;
}

/* menu */
.menu {
	width: 670px;
	position: absolute;
  bottom: 0;
  left: 260px;
}
.menu ul {
	height: 30px;
}
.menu ul li {
	float: left;
	margin-right: 5px;
}
.menu ul li a {
	background: transparent url(images/menuBg_right.png) right 0 no-repeat;
	display: block;
	height: 30px;
	padding-right: 11px;
	position: relative;
}
.menu ul li a span {
	background: transparent url(images/menuBg_left.png) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	cursor: pointer;
	display: block;
	height: 28px;
	padding: 2px 0 0 11px;
}
.menu ul li a:hover, .menu ul li.current_page_item a { background-position: right -30px; }
.menu ul li a:hover span, .menu ul li.current_page_item a span { background-position: 0 -30px; color: #333; }

/* icons */
#icons {
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* teaser */
#teaser {
	background: #eee;
	clear: both;
	height: 440px;
}

/* content */
.fcsA {
	float: left;
	margin-right: 60px;
	width: 266px;
}
.fcsB {
	float: left;
	width: 634px;
}
.fcsC {
	float: left;
	margin-right: 30px;
	width: 170px;
}
.fcsD {
	float: left;
	width: 434px;
}
#content {
	padding: 2em 0;
	font-size: 1.1em;
	line-height: 1.8em;
}
#content p {
	margin-bottom: .8em;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	margin-bottom: 1em;
}
#content .post {
	clear: both;
	padding-bottom: 2em;
	margin-bottom: 2em;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
#content .entry {
	margin-bottom: .5em;
}
#content .post_image {
}
#content .post_image img {
	background: #fff;
	border: 1px solid #eee;
	padding: 9px;
}
#content .post_content {
}

/* images */
/* images */
.post img.alignright, div.alignright {float:right; margin:0 0 1em 1em}
.post img.alignleft, div.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post img, .page img {
	padding: 4px;
	border: 1px solid #ccc;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
  padding: 4px 0 0 0;
}
.wp-caption img {
  margin: 0 5px;
	padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: .9em;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* sidebar */
#sidebar {
	position: relative;
	top: -30px;
}
#sidebar ul li {
	margin-bottom: 1em;
}
#sidebar ul li li {
	margin-bottom: 0;
}
.widget_text {
	background: url(images/segmentBg.png) 0 0 no-repeat;
	height: 130px;
	padding: 26px 8px 8px 8px;
}
.widget_text a {
	display: block;
}
.widget_text #icon_find, .widget_text #icon_time, .widget_text #icon_card {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 10px 0 10px 60px;
}
.widget_text #icon_find { background-image: url(images/icon_find.png); }
.widget_text #icon_time { background-image: url(images/icon_time.png); }
.widget_text #icon_card { background-image: url(images/icon_card.png); }

.textwidget {
	padding: 0 30px;
}
#sidebar h2 {
	color: #214992;
	font-size: 2.2em;
	text-align: center;
	margin-bottom: .2em;
}

/* footer */
#footer {
	background: #ccf1ff url(images/footerBg.png) 0 0 repeat-x;
	clear: both;
	padding: 3em 0;
	width: 100%;
	overflow: hidden;
}
#stores {
	margin-bottom: 2em;
}
.colA, .colB, .colC, .colD {
	float: left;
	position: relative;
	width: 225px;
}
.colA, .colB, .colC {
	margin-right: 20px;
}
#footer #main_title {
	color: #08445d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: 1px solid #92deff;
	margin-bottom: 1em;
}
#stores h2 {
	color: #08445d;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#stores ul {
	margin-bottom: 1.6em;
}
#stores ul li a {
	background: url(images/bullet_blue.png) 0 50% no-repeat;
	display: block;
	padding-left: 14px;
}
#bottom_content {
	border-top: 1px solid #92deff;
	clear: left;
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
}
#footer #copyright {
	float: left;
}
#footer #firdadigital {
	float: right;
}