/*  
Theme Name: Kraka
Theme URI: http://www.wordpress.org
Description: This is my theme.
Version: 1.0
Author: Hampus Nordin
A_uthor URI: http://www.wordpress.org

*/

/*body, h1, h2, h3, h4, h5, h6, blockquote, p*/
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size:62.5%; /*16px is default in most browsers. 0.625*16 = 10 */
	text-align: left;
	vertical-align: top;
	background: #e1dfde;
	color: #2b2b2b;
}

#container{
	margin: 0 auto;
	width: 900px;
	font-size: 1.2em;
	background: #fbfbfb;
}

h1 {font-size:2em;} /*1.2 * 2 = 24*/
h2 {font-size:1.5em; margin-bottom: 10px;}
h3 {font-size:1.25em;}
h4 {font-size:1.1em;}
h5 {font-size:1em;}
h6 {font-size:0.9em; font-weight:normal; text-align: center;}

img{
border: 0;
}

table{
	margin: 10px 0;
}
table hr {
	margin: 10px;
	visibility: hidden;
}
table p {
	margin: 0 !important;
}
/*
tr:nth-child(odd) {
	margin: 10px;
	vertical-align: bottom;
	background-color: gray;
}
*/

#menu a{
	text-decoration: none;
}
a:link, a:visited {
	color: inherit; /*#336699;*/
}
a:hover{
	color: #788065;
}

#header{
	width: 900px;
	height: 180px;
	background: url(images/header.png) no-repeat;
}

#menu{
	/*margin: 0;*/
	padding: 5px;
	background-color: #e9e9e9;
}
#menu ul{
	list-style-type: none;
	/*
	margin: 0;
	padding: 0;
*/
}
#menu li{
	display: inline;
	background-color: #e9e9e9;
	padding: 5px 12px;
	/* margin: 0; */
}
.current_page_item{
	background-color: #d8dccd !important;
}


#searchform{
	float: right;
	height: 19px;
	margin: -2px 0 0 0;
}
#searchform input[type="text"]{
	float: right;
	width: 115px;
	height: 17px;
	outline: none;
	border: none;
	background: url(images/search_field.png) no-repeat 0 0;
	padding: 1px 7px 1px 18px;
}
/*
search_field_x.png (100px)
#searchform{
	float: right;
	height: 20px;
	margin: -4px 0 0 0;
}
#searchform input[type="text"]{
	float: right;
	width: 75px;
	height: 17px;
	outline: none;
	border: none;
	background: url(images/search_field.png) no-repeat 0 0;
	margin: 0;
	padding: 3px 7px 3px 18px;
}*/
/*
#searchform input[type="submit"]{
	float: right;
	background: url(images/search__.png) no-repeat;
	width: 18px;
	height: 20px;
	border: none;
	margin: 0 0 0 -20px;
	padding: 0;
}*/

/*
#searchform{
	height: 20px;
	float: right;
	margin: -2px 0 0 0;
}
#searchform input[type="text"]{
	border: solid 1px #5b5b5b;
	background: none;
	margin: 0;
	padding: 1px 20px 0 0;
	width: 100px;
	height: 18px;
}
#searchform input[type="text"]:focus{
	background-color: white;
}
#searchform input[type="submit"]{
	float: right;
	margin: 0 0 0 -23px;
	padding: 0px 0 0 0;
	width: 20px;
	height: 19px;
	background: url(images/search_dark.png) no-repeat;
	border: none;
}
*/



#content{
	/* margin: 0; */
	padding: 20px 10px;
	min-height: 400px;
	background-color: #fbfbfb;
	line-height: 1.5em;
}
#footer{
	clear: both;
	text-align: center;
	background-color: #b3b3b3;
}
#footer p{
	padding: 5px 0;
}


.post p{
	margin: 5px 0;
}
.post img{
	margin: 0 5px;
}
/*.post h2{
font-family: Georgia, Sans-serif;
font-size: 1.5em;
}*/
.entry{
	line-height: 18px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.midSizeImg {
width: 320px;
height: 240px; 
}




a:hover img {
background-color: #2b2b2b;/*788065;*/
}


.product {
width:630px;
padding: 10px 0 10px 0;
}
.product>p{
padding-left: 130px;
}
.product img{
float: left;
padding: 1px;
}
.product a{
height:140px;
}
.prodDescr{
font-weight: normal;
}
.prodPrice{
float: right;
}
.imgless {
width: 500px;
padding: 0 0 10px 130px;
}
.imgless>p{
padding-left: 0;
}

.clearFix{
clear: both;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}