/*
Theme Name: steinar-engelbrektson
Description: Child theme for the Toolbox theme 
Author: H Birkeland, birkelandweb.no
Template: toolbox
*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   license: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color:#ccc;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { height:100% }
body {
	/*background:url('images/trekkspell-middledus.jpg') 0 -100px repeat-x fixed;*/
	line-height: 1;
	font-family: 'Open Sans', sans-serif,sans-serif;
	font-size:1em;
	height:100%;
	background-color:black;
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

header#branding {
	height:349px;
}
strong {
	font-weight:bold;
}
a {
	color:#FFFF99;
}
a:link {
	text-decoration:none;
	color:#FFFF99;
}
a:hover {
	color:orange;
}
a:visited {
	color:#ffdd77;
}

h3 {
	font-size:1.1em;
	margin-bottom:6px;
	font-weight:bold;
}
div#left, div#right {
	position:fixed;
	width:50%;
	height:100%;
	z-index:1;
}
div#left {
	left:0;
	/*background:url('images/trekkspell-leftdus.jpg') no-repeat 0 -100px;*/
}
div#right {
	right:0;
	/*background:url('images/trekkspell-rightdus.jpg') no-repeat right -100px;*/
}
div#page {
	width:900px;
	min-height:100%;
	margin: 0 auto;
	background:url('images/brunback-90.png');
	position:relative;
	z-index:100;
	border-left:2px solid #9c7934;
	border-right:2px solid #9c7934;
}

h1#site-title {
	position:fixed;
	left:-200px;
	top:-200px;
}

hgroup {
	width:900px;
}
img#header-banner {
	position:relative;
}
img#site-title-img {
	float:right;
	position:relative;
	top:-14px;
}

h2#site-description {
	font-family: 'Lemon';
	width:892px;
	padding:4px;
	padding-left:40px;
	color:#f3af45;
	font-style:italic;
	font-size:1.6em;
	position:relative;
	top:-120px;
	letter-spacing:5px;
	text-align:left;
	line-height:1.2em;
}
#main {
	width:100%;
	height:100%;
	margin:0;
	clear:all;
}
#main .widget-area {
	float:left;
	width:220px;
}
#primary {
	width: 640px;
	float:right;
	margin:20px 20px 0px 0px;
	padding-left:16px;
	border-left:#ccc dashed 1px;

}
#content {	
	margin-top:0px;
	margin-right:0;
	padding-bottom:40px;
}	
h1 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:8px;
}
h2.page-title {
	margin-bottom:18px;
	
}
.entry-meta {
	font-size:0.8em;
	margin-bottom:4px;
}
.entry-content {
	font-size:1em;
	line-height:160%;
}
.entry-content p {
	margin-bottom:10px;
}
.entry-content .wp-caption p {
	margin-bottom:0;
	line-height:120%;
	font-size:0.9em;
	font-style:italic;
}
footer.entry-meta {
	display:none;
}

article.page {
	font-size:1.em;
	line-height:160%;
	padding-bottom:20px;
}	
article.post {
	clear:both;
	margin-bottom:18px;
}
article.sticky {
	border:1px solid #555;
	padding:10px;
	height:100%;
}
div#secondary {
	width:200px;
	float:left;
}
#secondary aside {
	margin-bottom:18px;
	padding-left:8px;
}

h1.widget-title {
	font-size:0.9em;
	text-transform:uppercase;
	padding:0 0 4px 0;
	border-bottom:1px solid black;
	margin-bottom:0;
}
aside ul l{
	font-size:12px;
}	
footer#colophon {
	width:660px;
	position:absolute;
	bottom:0;
	right:0;
	margin-left:240px;
	height:40px;
	scroll:none;
	overflow:hidden;
	border-top:1px dashed #CCCCCC;
	padding-top:6px;
	margin:0;
	line-height:110%;
}
#site-generator {
	width:900px;
	margin: 0 auto;
	font-size:0.8em;
}

#nav-above, #nav-below {
	display:none}
nav#access {
	position:absolute;
	top:321px;	
	z-index:50;
}

/* The container wrapping ul#dropdown */

nav#access {
	background:url('images/textback-trans90.png');
	width:100%;
	border-top:1px dashed #9c7934;
	border-bottom:1px dashed #9c7934;
}

#dropdown {
	font-family: arial, sans-serif;  
	position:relative; 
	font-size:11px; 
	z-index:100;
}
#dropdown ul li a, #dropdown ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	padding-right:24px;
	padding-left:10px; 
	height:26px; 
	text-align:left; 
	color:#FFFFCC; 
	font-weight:bold;
	border-right:1px solid #fff; 
	line-height:26px; 
	font-size:14px; 
	overflow:hidden;
}
#dropdown ul li.current_page_item a {
	background:url('images/textback-light50.png');
	text-transform:uppercase;
}
#dropdown ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
#dropdown ul li {
	float:left; 
	position:relative;
}
#dropdown ul li ul { display: none; }

#dropdown ul li:hover a {
	color:#FFFFFF; 
	background:url('images/textback-light50.png'); 
}
#dropdown ul.submenu li.current_page_item a {
	color:#fff !important;
	background:url('images/textback-trans37.png');
}
#dropdown ul li:hover ul {
	display:block; 
	position:absolute; 
	top:26px; 
	left:0; 
	width:250px;
}
#dropdown ul li:hover ul li {
	width:200px;
}
#dropdown ul li:hover ul li a.hide {
	background:#6a3; 
	color:#fff;
}
#dropdown ul li:hover ul li:hover a.hide {
	background:#6fc; 
	color:#000;
}
#dropdown ul li:hover ul li ul {
	display: none;
}
#dropdown ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000;
}
#dropdown ul li:hover ul li a:hover {
	background:#6fc; 
	color:#000;
}
#dropdown ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}
#dropdown ul li:hover ul li:hover ul.left { 
	left:-105px; 
}


/*   MENU venstre   */
aside#nav_menu-2 {
	margin-top:28px;
	padding-left:0;
}
aside#recent-posts-2 {
	margin-top:20px;
	padding-left:8px;
}
ul, ol {
    margin: 0 0 10px;
}
ol, ul {
    list-style: none outside none;
}
ul#menu-venstremeny li, aside#recent-posts-2 li {
	line-height: 14px;
	font-weight:bold;
}
ul#menu-venstremeny li a:link, aside#recent-posts-2 li a:link {
	padding-left:8px;
	font-weight:bold;
	display: block;
	font-size: 0.9em;
	padding:4px 3px 4px 0;
}
ul#menu-venstremeny li a:hover, aside#recent-posts-2 li a:hover {
	color:orange;
	font-weight:bold;
}
ul#menu-venstremeny li.current-menu-item a {
	background-color:#ccffee;
	text-transform:uppercase;
	border-bottom:1px solid #003399;
}
ul#menu-venstremeny li.current-menu-item {	
	
}
div#comments {
	display:none;
}
div#logos a {
	float:left;
	margin:0 0 20px 10px;
	display:block;
}
div#logos img {
	width:140px;
	padding-left:10px;
}

form .input, form p.input {
	font-size:1em !important;
}
form p input, form p textarea {
	font-size:1em !important;
}
.alignright {
	float:right;
	margin:0 0 6px 10px;
}
.alignleft {
	float:left;
	margin:0 10px 6px 0;
}
.godkjenning img {
	margin:0 80px;
	vertical-align:middle;
	position:relative;
	top:30px;
}
.godkjenning {
	height:80px;
	width:100%;
}
.floor-plank {
	clear:both;
}
.byline {
	display:none;
}
table.padding-r-b td {
	border-collapse:separate;
	padding: 0 10px 10px 0;
}


/*------ woocommerce ----------------*/

#woogrid {
width:614px;
float:right;
border-right:1px dotted #ccc;
padding:15px 0px 30px 15px;
min-height:420px;
overflow:hidden;
background-color: none;
}

#woogrid ul li {
width: 160px;
min-height: 250px;
border: 1px solid #000; display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 5px; zoom: 1;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	width:auto !important; 
}
.woocommerce .products h3 {
	min-height:40px;
}
.woocommerce .page-description p {
	line-height:150%;
}
.woocommerce .related ul li.product {
	width:22.05% !important;
}
.woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart {
	margin-top:10px;
}
.woocommerce-message, 
.woocommerce-error, .woocommerce-info,
.payment_box, .payment_method_paypal {
	background: #fff !important;
	padding:10px;
	border-radius: 6px;
	/*background: -webkit-gradient(linear,left top,left bottom,from(#fcfbfc),to(#f7f6f7));
	background: -webkit-linear-gradient(#fcfbfc,#f7f6f7);
	background: -moz-linear-gradient(center top,#462B46 0,#f7f6f7 100%);
	background: -moz-gradient(center top,#fcfbfc 0,#f7f6f7 100%);*/
}
.payment_method_paypal > label,
.payment_method_paypal > label > a { color: #444; }
.woocommerce-message p, 
.woocommerce-error p, 
.woocommerce-info p,
.payment_box p, 
.payment_method_paypal p {
 	color:#777;
}
.woocommerce-message a.showlogin, 
.woocommerce-error a.showlogin, 
 .woocommerce-info a.showlogin {
 	color:#cc6d21;
}
.woocommerce div#payment { background:none;}
.woocommerce input {
	background:#fffed0;
}
form.woocommerce-ordering { display:none; }

/* woocommerce widget left sidebar */
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    float: left !important;
    height: auto;
    margin-left: 4px;
    width: 90px !important;
    margin-right:8px;
}
.product_list_widget li {
	line-height:1.3em;
}

/* =Media queries
-------------------------------------------------------------- */

/* Maximum width of 900 pixels. */
@media only screen and (max-width: 900px) {
	div#primary {
		float:left;
		border-left:none;
		border-right:dashed 1px #ccc;
		padding-right:20px;
	}
	div#secondary {
		width:200px !important;
	}
	footer#colophon {
		left:16px;
	}
	hgroup {
		height:250px;
		overflow:hidden;
	}
	hgroup img#header-banner {
		position:absolute;		
	}
	h2#site-description {
	    color: #F3AF45;
	    font-family: 'Lemon';
	    font-size: 1.6em;
	    font-style: italic;
	    letter-spacing: 5px;
	    line-height: 1.2em;
	    padding: 4px 4px 4px 40px;
	    position: absolute;
	    text-align: left;
	    top: 170px;
	    width: 892px;
	}
	nav#access {
		top:250px;
	}
	header#branding {
		height:260px;
		overflow:hidden;
	}
	
}


	
}
	
