/*
Theme Name: Glassgrov
Theme URI: http://www.glassgrov.no/
Description: Theme for glassgrov.no
Version: 1.0.
Author: Terje Sorbo
Author URI: http://www.terjesorbo.no/
*/
@import "master.css";

body {
	background: #ddd url(images/bodyBg.png) 0 0;
	color: #434343;
	font-family:"Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}
body a {
	color: #0274C4;
}
h1, h2, h3, h4, h5, h6 {
	color: #0274C4;
	line-height: 1.4;
}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.2em; font-style: italic; }

#pageWrap {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#header {
	height: 70px;
	background: transparent url(images/contentBg.png) 0 0 repeat-y;
	position: relative;
	padding: 0 3px;
}
#header #logo {
	float: left;
}
#header #logo a {
	background: transparent url(images/logo.png) 40px 30px no-repeat;
	display: block;
	width: 230px;
	height: 70px;
	text-decoration: none;
}

/* content */
#content {
	background: #fff url(images/contentBg.png) 0 0 repeat-y;
	padding: 20px 3px 0 3px;
}
#mainContent {
	float: left;
	width: 674px;
	margin-left: 40px;
	display: inline;
}
#contact {
	font-size: 1.2em;
	color: #777;
	padding: 10px 20px 5px 30px;
}

/* post */
.post {
	clear: both;
}
.post p, .post ul, .post .entry-meta, .post ol, .post dl, .post code  {
	font-size: 1.2em;
}
.post pre {
	font-size: 1.4em;
}
.post ul ul, .post ol ul, .post ol ol, .post ul ol {
	font-size: 1em;
}
.post .entry-meta {
	margin: 0 0 .8em;
}
.post img.centered {
	display: block;
	padding: 4px;
	border: 1px solid #e5e5e5;
	margin-left: auto;
	margin-right: auto;
}
.post img.alignleft {
	float: left;
	margin: 3px 10px 2px 0px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	display: inline;
}
.post img.alignright {
	float: right;
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	display: inline;
}

/* menu */
#header #menu ul {
	padding: 0 0 0 10px;
	margin: 40px 0 0 10px;
	border-bottom: 1px solid #306ca7;
	color: #fff;
	float: left;
	width: 704px;
	font-family: arial, helvetica, sans-serif;
	height: 26px;
	float: left;
	display: inline;
}
#header #menu ul li { 
	display: inline; 
	float: left; 
	height: 26px; 
	padding: 0; 
	margin: 0;
}
#header #menu ul li a {
	position: relative;
	padding: 6px 16px;
	height: 14px;
	background-color: #306ca7;
	color: #fff;
	text-decoration: none;
	float: left;
	display: inline;
	margin-right: 1px;
	font-size: 1.2em;
	line-height: 1.2em;
	border: none;
}

#header #menu ul li.current_page_item a, #header #menu ul li.current_page_ancestor a, #header #menu ul li.current_page_parent a, #header #menu ul li a:hover {
	background-color: #8dafd1;
}

/* sidebar */
#sidebar {
	float: left;
	width: 180px;
	margin-left: 40px;
	display: inline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 10px;
}
#flashbanner {
	height: 180px;
}
#saleoffer {
	display: block;
	text-decoration: none;
}
#saleoffer span {
	text-align: center;
	display: block;
}
#saleoffer span.offertitle {
	background: url(images/offerTop.png) 0 0 no-repeat;
	padding-top: 5px;
	font-size: 1.8em;
}
#saleoffer span.offerbody {
	background: url(images/offerBottom.png) 0 100% no-repeat;
	display: block;
	padding: 5px 0;
	font-size: 1.2em;
}

/* submenu */
#sidebar #submenu {
	padding: 0;
	margin: 0;
	float: left;
}
#sidebar #submenu li {
	margin: 0;
	padding: 0;
	float: left;
}
#submenu li a {
	float: left;
	display: block;
	width: 160px;
	padding: 5px 0 5px 25px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/point.png) 8px 50% no-repeat;
}
#submenu li a.pdf-icon {
	background: url(images/pdf-icon.png) 2px 50% no-repeat;
}
#submenu li a:hover {
	text-decoration: underline;
}

/* segmentering framside */
#feature ul {
	padding: 0;
}
#feature ul li {
	height: 160px;
	width: 160px;
	float: left;
	list-style: none;
}
#feature ul li a {
  color: #000;
  display: block;
  font-size: 1.4em;
  height: 160px;
  text-decoration: none;
  text-align: center;
  width: 160px;
}
#feature ul li a span {
  background-color: #fff;
  cursor: pointer;
  display: block;
  padding: .2em;
  opacity: .7;
}
#feature .segbox {
	height: 160px;
	position: relative;
	display: block;
	text-decoration: none;
	margin-right: 1px;
}
#feature .segbox .captionBg {
	background-color: #fff;
	display: block;
	cursor: pointer;
	opacity: 0.5;
	position: absolute;
	width: 159px;
	bottom: 0;
	height: 30px;
}
#feature .segbox .caption {
	color: #fff;
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 159px;
	text-align: center;
	font-size: 1.4em;
}


/* footer */
#footer {
	background: transparent url(images/footerBg.png) 0 0 no-repeat;
	padding: 8px;
}
#footer h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
}
#footerlinks ul {
	list-style: none;
	padding: 0;
	float: left;
}
#footerlinks ul li {
	list-style: none;
	float: left;
	background: url(images/disc.gif) 0 50% no-repeat;
	padding-left: 5px;
}
#footer #footerlinks ul li.first_el {
	border: none;
}
#footerlinks ul li a {
	float: left;
	display: block;
	color: #7b7b7b;
	font-size: 1.2em;
	padding: 0 5px;
}
