/*
Theme Name: Layerlab
Theme URI: http://www.layerlab.se/
Description: Layerlab
Version: 1.0
Author: Plucera Webbyrå
Author URI: http://plucera.se/
*/
* { margin: 0px;padding: 0px; }

BODY, HTML { height: 100%; }
BODY { width: 100%;margin: 0;background-color: #ededed;font: 12px/16px Arial, Tahoma, Verdana, "Trebuchet MS", sans-serif;color: #111; }

HR { clear: both;width: 100%;height: 1px;margin: 0 0 15px;border: 0;border-top: 1px dashed #ccc; }

IMG { border: none; }

.row { position: relative;width: 984px;margin: 0 auto;overflow: hidden;}
.row .row { display: inline-block;width: auto;margin: 0 -10px 0 -10px; }
.column { display: inline;float: left;min-height: 10px;margin: 0 10px 0 10px;overflow: hidden; }

.grid_1 { width: 62px; }
.grid_2 { width: 144px; }
.grid_3 { width: 226px; }
.grid_4 { width: 308px; }
.grid_5 { width: 390px; }
.grid_6 { width: 472px; }
.grid_7 { width: 554px; }
.grid_8 { width: 636px; }
.grid_9 { width: 718px; }
.grid_10 { width: 800px; }
.grid_11 { width: 882px; }
.grid_12 { width: 964px; }

/* ------------ HTML - Text -------------- */

A { color: #a96903; }
A:hover { color: #346c85; }

A.doc, A.pdf, A.xls { display: block;min-height: 14px;padding-left: 15px;background-position: left 1px;background-repeat: no-repeat; }
A.doc { background-image: url("img/bg/doc.gif"); }
A.pdf { background-image: url("img/bg/pdf.gif"); }
A.xls { background-image: url("img/bg/xls.gif"); }

H1, H2, H3, H4 { margin: 0;padding: 0;font-weight: normal; }
H1, .home .grid_3 H2, .single .grid_3 H2 { font-size: 18px;color: #346c85; }
H2 { margin-bottom: 15px;font-size: 14px;color: #a96903; }
H3 { font-size: 13px;color: #346c85; }
H4 { font-size: 12px;color: #333; }

#main H1, .home .grid_3 H2, .single .grid_3 H2 {
	position: absolute;
	top: 0;
	max-width: 395px;
	min-height: 24px;
	margin-left: -20px;
	padding: 10px 20px 0;
	background-color: #fff;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.home .grid_3 H2, .single .grid_3 H2 { min-height: 31px;text-transform: none; }

#main.single H1 { position: relative;max-width: 100%;margin: 0 0 15px;padding: 0; }

P, OL, UL, TABLE { margin: 0 0 15px 0; }

SMALL { font-size: 11px; }

/* ------------ HTML - Formulär -------------- */

FORM { margin: 0;padding: 0;border: none; }

INPUT, SELECT, BUTTON, TEXTAREA { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; }
INPUT, SELECT, BUTTON { margin: 0;padding: 0 0.1em; }

INPUT, SELECT { border: 1px solid #ccc; }
SELECT { background-color: #fff; }
OPTION { padding: 0 0 0 0.5em; }

/* ------------ HTML - Listor -------------- */

OL OL, OL UL, UL OL, UL UL { margin: 6px 0 0 0;padding: 0; }
OL LI, UL LI { margin: 0 30px 4px 30px;padding: 0;list-style-type: decimal; }
UL LI { list-style-type: circle; }
OL OL LI, UL OL LI { list-style-type: lower-alpha; }
OL UL LI, UL UL LI { list-style-type: disc; }

#blog_side { margin: 0 5px;padding: 0; }
#blog_side LI { margin: 0;padding: 0;list-style-type: none; }
#blog_side LI H2 { margin: 0;padding: 0;color: #333; }

#blog_side LI LI { margin: 0 0 4px 7px;padding: 0 0 0 20px;background: url("img/bg/li_li.png") left 3px no-repeat; }

/* ------------ HTML - Tabeller -------------- */

TABLE { width: 100%; }
TD, TH { padding: 3px;text-align: left; }
TH { font-weight: bold;background-color: #e0e0e0; }
THEAD TD, THEAD TH { background-color: #e0e0e0; }
TBODY TD, TBODY TH {  }
TFOOT TD, TFOOT TH { background-color: #e0e0e0; }

/* ------------ Specialstilar -------------- */

.l { text-align: left; }
.c, .aligncenter { text-align: center; }
.r { text-align: right; }

.float_right, .alignright { float: right; }
.float_left, .alignleft { float: left; }
.hidden { display: none; }

.date { margin: 0;color: #346c85;font-size: 11px;font-weight: bold; }

/* ------------ Header -------------- */

#top { background: url("img/bg/top.png") center top no-repeat; }
#top .column { height: 210px; }

#top .quote {
	position: absolute;
	right: 0;
	top: 60px;
	margin: 0;

	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-align: right;
}
#logo {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 277px;
	height: 60px;
	background: url("img/bg/logo.png") left top no-repeat;

	text-indent: -1000em;
}
.button {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	background:  url("img/bg/button.png") right top no-repeat;
}
.button A {
	display: block;
	height: 24px;
	margin-right: 13px;
	padding: 6px 0 0 13px;
	background:  url("img/bg/button_a.png") left top no-repeat;

	color: #fff;
	text-decoration: none;
}
.button A:hover { color: #111; }

#mainMenu {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 15px;
	background:  url("img/bg/mainMenu.png") left top no-repeat;
}
#mainMenu UL {
	height: 60px;
	margin: 0;
	padding: 0 85px 0 0;
	background:  url("img/bg/mainMenu_ul.png") right top no-repeat;
}
#mainMenu UL LI { float: left;margin: 0;padding: 0;list-style-type: none; }
#mainMenu UL A, #mainMenu UL A:hover {
	float: left;
	display: block;
	height: 25px;
	margin: 0;
	padding: 10px 13px;
	background:  url("img/bg/mainMenu_a.png") center top no-repeat;

	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#mainMenu UL A:hover { color: #df8403; }

#mainMenu UL LI.current_page_item A, #mainMenu UL LI.current_page_item A:hover,
#mainMenu UL LI.current_page_ancestor A, #mainMenu UL LI.current_page_ancestor A:hover { background-position: center -45px; }
#mainMenu UL LI.current_page_item A:hover,
#mainMenu UL LI.current_page_ancestor A:hover { color: #222; }

#share {
	position: absolute;
	left: 640px;
	top: 187px;
	width: 300px;
	margin: 0;
	padding: 0;
	background: url("img/bg/loader.gif") 67px 3px no-repeat;
}
#share LI { display: none;float: left;margin: 0 0 0 13px;padding: 0;list-style-type: none;color: #fff;font-size: 10px; }
#share A { opacity: 0.8; }
#share A:hover { opacity: 1; }

#subMenu { margin: 0 -10px; }
#subMenu LI { margin: 0 0 5px;list-style-type: none; }
#subMenu LI A, #subMenu LI A:hover {
	display: block;
	width: 216px;
	padding: 7px 15px 17px;
	background: url("img/bg/subMenu_a.png") left bottom no-repeat;

	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#subMenu LI A:hover { color: #df8403; }
#subMenu LI.current_page_item A, #subMenu LI.current_page_item A:hover,
#subMenu LI.current_page_ancestor A, #subMenu LI.current_page_ancestor A:hover { background-position: -246px bottom; }
#subMenu LI.current_page_item A:hover,
#subMenu LI.current_page_ancestor A:hover { color: #222; }

#subMenu UL { display: none;margin: 6px 0 0; }
#subMenu LI LI { margin-bottom: 0;padding-bottom: 10px; }
#subMenu LI.page_item LI A, #subMenu LI.page_item LI A:hover {
	width: auto;
	margin: 0 15px;
	padding: 0 0 0 20px;
	background: url("img/bg/li_li.png") left 3px no-repeat;

	color: #346c85;
	font-size: 13px;
}
#subMenu LI.page_item LI A:hover { color: #a96903; }

#subMenu LI.page_item LI.current_page_item A, #subMenu LI.page_item LI.current_page_item A:hover { color: #A96903;background: url("img/bg/li_li_current.png") left 1px no-repeat; }
#subMenu LI.page_item LI.current_page_item A:hover { color: #222; }

#subMenu UL UL { display: none;margin: 5px 0 0; }
#subMenu LI LI LI { margin: 0 0 0 49px;padding: 0;list-style-type: circle; }
#subMenu LI.page_item LI LI A, #subMenu LI.page_item LI LI A:hover { margin: 0 15px 0 0;padding: 0;background-image: none;color: #111;font-size: 12px; }
#subMenu LI.page_item LI LI A:hover { color: #a96903; }

#subMenu LI.current_page_item UL, #subMenu LI.current_page_ancestor UL { display: block; }

/* ------------ content -------------- */

#main {  }

#main .top { padding-top: 34px; }

#main .row .container { float: left;background-color: #fff; }
#main .top .container {
	background: #fff url("img/bg/shadow.png") 241px bottom no-repeat;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#main.home .top .container, #main.special .top .container { background-image: url("img/bg/shadow_home.png"); }
#main .bottom .container {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#main .grid_6 .text, .special .grid_9 .text { margin: 31px 10px 25px; }
.home .grid_9 .text { margin: 25px 10px; }
.home .grid_3 .text, .single .grid_3 .text { margin: 0 10px; }
#main .grid_6 IMG { /*float: right;margin: 0 0 15px 15px;*/ }

.left, .right { margin: 25px 0 0;padding: 0 10px; }
.left { padding-bottom: 80px; }
.right IMG { margin: 0 2px 0 4px; }

#main .quote { margin: 0 12px 20px;color: #444;font-size: 15px; }
#main .quote EM { color: #346c85;font-style: normal;font-weight: bold; }

#main.home .quote {
	width: 258px;
	height: 178px;
	margin: -4px -4px 0;
	padding: 60px 34px 0 414px;
	background: url("img/bg/quote_lab.jpg") left top no-repeat;

	color: #fff;
	font-size: 17px;
	font-style: italic;
	line-height: 22px;
}
#main.home .quote EM { color: #df8403;font-size: 23px;font-style: italic;font-weight: normal; }

.usp { float: left;width: 297px;height: 360px;margin: 12px 0 0 -4px;padding: 20px;background: url("img/bg/usp.png") left top no-repeat; }
.memLayer { float: right;margin: 12px -4px 0 0; }
.usp H2 { width: 159px;height: 18px;margin: 12px 0 17px 6px;background: url("img/bg/h2_zLab.png") left top no-repeat;text-indent: -1000em; }
.memLayer H2 { background: url("img/bg/h2_memLayer.png") left top no-repeat; }
.usp IMG { margin-bottom: 11px;padding: 7px;background: url("img/bg/usp_img.png") left top no-repeat; }
.usp UL LI { margin: 0 7px 8px 5px;padding: 0 0 0 20px;background: url("img/bg/li_li.png") left 2px no-repeat;list-style-type: none;color: #fff; }

.usp P { margin: 0; }

.more_btn A {
	display: block;
	width: 106px;
	height: 26px;
	margin-left: 4px;
	padding-top: 7px;
	background: url("img/bg/more_btn_a.png") left top no-repeat;

	color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.more_btn A:hover { color: #111; }

.info { position: absolute;right: 40px;top: 235px; }
.info A { float: right; }

.address { position: absolute;bottom: 0;left: 20px;margin: 0 0 0px;color: #444;font-size: 11px;line-height: 13px; }

.postmetadata { font-size: 11px;font-style: italic;font-weight: bold; }

/* ------------ footer -------------- */

#bottom { font-size: 11px;color: #777; }

#copyright, #siteby  { float: left;margin: 15px 5px 10px;padding: 0; }

#siteby { float: right; }
#siteby LI { float: left;list-style-type: none;margin: 0; }
#siteby LI A { padding-left: 10px;border-left: 1px solid #999;color: #777; }
#siteby LI A:hover { color: #333; }
#siteby LI A.xhtml { padding-right: 10px;border: none; }
