/*
Theme Name: Levox
Theme URI: http://levox.no/
Description: Tema for Levox AS.
Version: 1.0
Author: Espen M. Kvalheim
Author URI: http://www.espenkvalheim.com/
Tags: green, grey

*/

* {
    margin: 0;
    padding: 0;
    }
body {
    background: url('images/bakgrunn.png') repeat-x top center #FFFFFF;
    font: 80%/1.5em 'Lucida Sans Unicode', arial, sans serif;
    }
a {
	color: #46700c;
    outline:none;
	}
a:hover {
	color: #AAAAAA;
    outline:none;
	}
ul, ol {
    margin-left: 1.2em;
    }
h1, h2, h3, h4, h5 {
    line-height: 1.3em;
    }
h2 {
    font-size: 3.5em;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
    }
h2.title {
    color: #46700c;
    margin-left: 8px;
    clear: both;
    padding: 0 0 10px 0;
    }
#tekst-i-front h2 {
    font-size: 4em;
    font-family: 'Yanone Kaffeesatz', arial, serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    letter-spacing: -1px;

    font-weight: bold;
    }
h3 {
    font-size: 1.4em;
    }
.post h3 {
    margin: 15px 0 5px;
    }
h4 {
    font-size: 1.1em;
    margin: 5px 0 5px 0;
    }
.clear {
    clear: both;
    }
.wrapper {
    width: 960px;
    margin: 0 auto;
    }
#topp {
    height: 140px;
    width: 940px;
    margin: 0 auto;
    }
#topp h1 a {
    text-indent: -5000px;
    overflow: hidden;
    background: url('images/levox-logo.png') no-repeat top left;
    width: 221px;
    height: 64px;
    float: left;
    margin-top: 30px;
    }
#topp ul {
    margin-top: 80px;
    list-style-type: none;
    float: right;
    width: 650px;
    text-align: right;
    }
#topp ul li {
    display: inline;
    margin-left: 30px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    font-weight: bold;
    }
#topp ul li a {
    text-decoration: none;
    color: #333333;
    }
#topp ul li a:hover {
    text-decoration: none;
    color: #888888;
    }
#stripe-i-front {
    background: url('images/bakgrunn-graa.png') repeat-x top center;
    width: 100%;
    color: white;
    }
#video-i-front {
    background: url('images/skugge-460.png') no-repeat bottom center;
    width: 460px;
    color: white;
    float: left;
    margin: -10px 0 -20px 0;
    padding-bottom: 10px;
    }
#video-i-front #video {
    border: 10px solid white;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    }
#tekst-i-front {
    width: 460px;
    color: white;
    float: right;
    padding: 0 0 0 0;
    margin: 20px 10px 0 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    font-size: 1.1em;
    line-height: 1.4em; 
    }
#siste-nyheter-front {
    width: 960px;
    margin: 40px auto;
    }
.nyhetsboks-front {
	width: 220px;
	margin: 0 10px;
	float: left;
	}
.nyhetsboks-front h3{
	font-size: 1.2em;
    margin: 0 0 3px 0;
	}
.nyhetsboks-front h3 a {
    text-decoration: none;
	}
#bunn {
    width: 940px;
    margin: 20px auto 50px auto;
    border-top: 1px solid #CCCCCC;
    clear: both;
	}
#bunn p {
    padding: 10px 0;
    font-size: 0.9em;
    color: #AAA;
	}
#bunn a {
    color: #777;
	}
#bunn a:hover {
    color: #000;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
    
/* UNDERSIDER */

.singel-wrapper,
.side-wrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding-top: 40px;
    margin-top: -10px;
    border-top: 1px solid white;
    }
.post {
    float: left;
    width: 620px;
    margin-left: 10px;}
.post p,
.post ul,
.post ol {
    padding-bottom: 1.5em;
    }
.post img {
    margin-bottom: 1em;
    }
#acculinder-topp {
    background: url('images/acculinder-topp.png') no-repeat center center;
    padding: 30px 20px 15px 480px;
    border: 10px solid white;
    margin-top: -10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    }
#acculinder-topp p {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
    font-size: 1.4em;
    line-height: 1.4em; 
    padding-bottom: 1em;
    }
#acculinder-topp-skugge {
    background: url('images/skugge-940.png') no-repeat bottom center;
    padding: 0 0 6px 0;
    margin-bottom: 30px;
    }    
.entry p.postmetadata {
	color: #666666;
	}
/* Undersider slutt */   

/* SIDESPALTE */

#sidespalte {
    float: right;
    width: 300px;
    margin: 0 10px 0 0;
    }
.nyhetsboks {
    background: url('images/graa-forlopning.png') repeat-x top center #bcbbbc;
    padding: 15px 15px;
    border: 1px solid #bcbbbc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin-bottom: 20px;
    }
.nyhetsboks h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #46700c;
    }
.nyhetsboks ul {
    margin: 0;
    list-style-type: none;
    padding: 10px 0 0 0;
    }
.nyhetsboks ul li {
    border-top: 1px solid #BBBBBB;
    padding: 5px 0;
    }
.nyhetsboks ul li a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    }
.nyhetsboks ul li a:hover {
    color: #46700c;
    text-decoration: none;
    }
.nyhetsboks ul li a span{
    color: #888888;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.85em;
    }
.bestillingsboks a {
    background: url('images/bestill-idag.jpg') no-repeat center center #70a828;
    padding: 15px 15px;
    border: 1px solid #70a828;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    height: 50px;
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
    margin-bottom: 15px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 0 0 0 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote p {
	margin-bottom: 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-top: 10px;
	border-top: 1px solid #AAAAAA;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin-bottom: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	text-align: center;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 4px 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
