/*
  Theme Name: Addera Förlag
  Theme URI: http://www.orangelab.se/
  Description: Tema för Addera Förlag.
  Version: 1.0
  Author: Orangelab
  Author URI: http://www.orangelab.se/
  Text Domain: addera

Based on kubrik theme by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* Start reset */

/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End reset */


/* Begin Typography & Colors */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    line-height: 1.8;
    color: #000;
    text-align: left;
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 1.6em;
}

h3 {
    font-size: 12px;
}

.box-date {
	color: #666;
	font-size: 10px;
	background: url('images/dotted_line.gif') no-repeat 2px bottom;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: white;
}

#content h2, #content h2 a, #content h2 a:visited, #content h3, #content h3 a, #content h3 a:visited {
    color: #000;
}

#content h2, #content h2 a, #content h2 a:hover, #content h2 a:visited, #content h3, #content h3 a, #content h3 a:hover, #content h3 a:visited {
    text-decoration: none;
    border: 0;
}

#content h2 a:hover, #content h3 a:hover {
	color: #63ADCD;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

#content p {
	margin-bottom: 12px;
}

a {
	text-decoration: none;
}

#content a {
	color: #426EAC;
	font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #426EAC;
}

a:hover {
    text-decoration: none;
    color: #000;
    border-color: #000;
}
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
    background: url('images/bg.gif') no-repeat center 40px #7a9db9;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	padding: 90px 0 0;
	width: 839px;
}

#header {
	margin: 0;
	padding: 0;
	width: 839px;
}

#headerimg {
    margin-left: 20px;
    padding: 0;
    float: left;
}

#headermenu {
    text-align: right;
    float: right;
    margin-bottom: 25px;
}

#headermenu ul {
    list-style: none inside none;
}

#headermenu ul li {
	padding: 0 15px 0 0;
	display: inline;
}

#headermenu ul li a {
	color: #fff;
	border: 0;
}

#headermenu ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#headermenu ul li a:active {
	color: #000;
	border-color: #000;
}

#content {
	width: 839px;
	padding: 0;
	margin: 0;
}

#content .start-content {
	margin-bottom: 15px;
}

.post hr {
    display: block;
}


.clear {
    clear: both;
}

#footerwrap, .push {
	height: 200px;
	clear: both;
}

#footerwrap {
	margin-top: 15px;
    background-color: #121212;
}

#footer {
	padding: 40px 0;
    margin: 0 auto;
    width: 839px;
    clear: both;
    color: #eee;
}

.footer-left, .footer-middle {
	float: left;
	width: 215px;
}

.footer-right {
	float: right;
	line-height: 84px;
	height: 84px;
	text-align: right;
}

#footer li {
	border-top: 1px solid #393939;
	padding: 3px 0 0;
	font-weight: bold;
}

#footer a {
	color: #eee;
}

#footer a:hover {
	color: #63ADCD;
}

#footer li.first {
	padding: 0;
	border: 0;
}

.footer-left li {
	width: 50%;
}

/* End Structure */



/*	Begin Headers */
h1 {
    margin: 0;
}

h2 {
	margin-bottom: 18px;
}

h3.comments {
    padding: 0;
    margin: 15px auto 15px ;
}
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
	margin: 0 0 15px 15px;
	display: inline;
}

img.alignleft {
    margin: 0 15px 15px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */



/* Begin Form Elements */

#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;
}

#searchform {
	margin-bottom: 15px;
}

#searchform .s-left {
	background: url('images/searchfield_left.gif') no-repeat;
	float: left;
	height: 38px;
	width: 15px;
}

#searchform #s {
	float: left;
	display: block;
	line-height: 34px;
	background: url('images/searchfield_bg.gif') repeat-x;
	height: 38px;
	padding: 0 10px 0 0;
	border: 0;
}

#searchform .search-submit {
	float: left;
	display: block;
	background: url('images/searchfield_button.gif') no-repeat;
	text-align: center;
	height: 38px;
	line-height: 34px;
	padding: 0;
	width: 105px;
	border: 0;
	color: #759bb7;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: 0;
}
/* End Various Tags & Classes*/



/* Box */

.box {
	background-color: #fff;
	width: auto;
	margin: 0 0 15px;
	color: #000;
	}

.box.box-839 {
	width: 839px;
	}
	
.box.box-377 {
	width: 377px;
	}
	
.box .box-top-left {
	background: url('images/corners_box.gif') no-repeat top left;
	width: 6px;
	height: 7px;
	float: left;
	}
	
.box .box-top-right {
	background: url('images/corners_box.gif') no-repeat top right;
	width: 6px;
	height: 7px;
	float: right;
	}

.box .box-content {
	clear: both;
	background-color: #fff;
	padding: 5px 10px;
	min-height: 100px;
	}

.box .box-content h3 {
	margin: 0;
	}

.box .box-footer {
	clear: both;
	position: relative;
	}

.box .box-footer.box-footer-post {
	background: url('images/postbox_toolbar_bg.gif') repeat-x;
	height: 31px;
	font-size: 10px;
	color: #929292;
	text-align: right;
	padding: 0 10px;
	line-height: 31px;
	}

.box .box-footer .box-bottom-left {
	background: url('images/corners_box.gif') no-repeat left -7px;
	width: 6px;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: 0;
	}
	
.box .box-footer .box-bottom-right {
	background: url('images/corners_box.gif') no-repeat right -7px;
	width: 6px;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 0;
	}

.box .box-footer.box-footer-post .box-bottom-left {
	background: url('images/corners_toolbox.gif') no-repeat left top;
	}
	
.box .box-footer.box-footer-post .box-bottom-right {
	background: url('images/corners_toolbox.gif') no-repeat right top;
	}

#content .navigation {
	clear: both;
	height: 18px;
	}

#content .navigation .paging-arrow, .paging-not {
	float: left;
	margin-right: 5px;
	}

#content .navigation .paging-not {
	visibility: hidden;
	}

#content .navigation .paging-number {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	font-size: 10px;
	font-family: Arial, Sans-serif;
	line-height: 18px;
	text-align: center;
	}

#content .navigation .paging-number a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: url('images/paging-bg.gif') no-repeat;
	margin-right: 5px;
	font-size: 10px;
	font-family: Arial, Sans-serif;
	text-decoration: none;
	color: #fff;
	}
	
#content .navigation .paging-number a:hover {
	color: #63ADCD;
	}

/* End box */



/* Start topbar */

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #121212;
	color: #eee;
}

#topbar a {
	color: #fff;
}

#topbar a:hover {
	color: #426EAC;
    border-bottom: 1px solid #426EAC;
}

#topbar #sidecart {
	padding: 2px 10px;
	line-height: 15px;
	margin: 4px 0;
	border-left: 1px solid #2e2e2e;
	float: right;
	text-align: right;
}

#topbar #sidecart #shopp-cart-ajax {
	position: absolute;
	right: 10px;
	margin-top: 30px;
	padding: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	color: #000;
	display: none;
}

/* End topbar */