
/*
Theme Name: Booji Template
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built 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

*/



/* Begin Typography & Colors */

* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#000;
}

#page {
	width:950px;
	margin:0 auto;
}

#header {
	padding-top:40px;
}

#header h1 a {
	background-image:url(images/logo.jpg);
	width:210px;
	height:94px;
	display:block;
	text-indent:-5000px;
}

ul#navigation {
	padding-top:30px;
	text-transform:uppercase;
	list-style-type:none;
	width:460px;
	height:18px;
	border-bottom:1px solid #D5D5D5;
	margin-bottom:5px;
}

#linefix{
	width:950px;
	border-bottom:1px solid #D5D5D5;
	height:10px;
	overflow:hidden;
	display:block;
	position:absolute;
	margin-top:-16px;}

ul#navigation li {
	float:left;
	padding-right:25px;
}

ul#navigation li.lastitem {
	padding-right:0!important;
}

ul#navigation li a {
	color:#000;
	padding:5px 2px;
	text-decoration:none;
}


ul#navigation li a:hover {
	color:#fff;
	background-color:#57004e;
}


.clear {
	clear:both;
	float:none;
}

.post-image {
	float:left;
	width:215px;
	padding-right:15px;
}

.post-image img {
	border:none;
	margin-bottom:10px;
	border:1px solid #ededed;
}

h2 {
	padding-top:5px;
	font-size:20px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	padding-bottom:10px;
}

h2 a {
	color:#000;
		text-decoration:none;
	font-weight:normal!important;
}

h2 a:hover {
	color:#57004e;
}

#content {
	width:460px;
	float:left;
	margin-right:45px;
}

#sidebar {
	width:445px;
	float:left;
	margin-top:-30px;
}

small {
	font-weight:bold;
}

#content a {
	color:#000;
	font-weight:bold;
}

#content a:hover {
	color:#57004e;
}

.addthis_container {
	margin:5px 0;
}

.post {
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:1px solid #D5D5D5;
}

#slideshow {
margin-top:-10px;
	margin-bottom:30px;
}

.imglink {
	padding:5px 0 5px 0;
	display:block;
}

.imglink img {
	border:none;
}

#footer {
	margin:30px auto 30px auto;
	background-image:url(images/footer.jpg);
	height:19px;
	width:950px;
	background-repeat:no-repeat;
}

.size-medium {
	padding:10px 0;
}

a.backto {
	display:block;
	margin-top:20px;
	color:#000;
	padding:5px 2px 5px 23px;
	text-decoration:none;
	background-image:url(images/back.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	text-transform:uppercase;
}

a.backto:hover {
	color:#57004e;
}

#nobrd {
	border-bottom:1px solid #fff!important;
}

p {
	padding-bottom:12px;
}

a.b-left {
	z-index:5;
	position:absolute;
	margin-top:400px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-8000px;
	padding:5px 2px 5px 23px;
	background-image:url(images/b-left.jpg);
	background-repeat:no-repeat;
}

a.b-right {
	margin-left:920px;
	z-index:5;
	position:absolute;
	margin-top:400px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-8000px;
	padding:5px 2px 5px 23px;
	background-image:url(images/b-right.jpg);
	background-repeat:no-repeat;
}

td.collectionimage a img {
	border:none;
}


.alignright {
text-transform:uppercase;
padding: 20px 0 10px 10px;
	float: right;
}

.alignleft {
text-transform:uppercase;
padding: 20px 10px 10px 0;
	float: left;
}


.alignleft a{
	z-index:5;
	display:block;
	width:30px;
	height:30px;
	padding:5px 2px 5px 23px;
	background-image:url(images/previous.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	}
	
.alignright a{
	z-index:5;
	display:block;
	width:30px;
	height:30px;
	padding:5px 23px 5px 2px;
	background-image:url(images/next.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	}


#newsletter {
	margin:80px 0 0 715px;
	position:absolute;
	background-color:#dadada;
	padding:5px;
}

#newsletter h2 {
	display:none;
}

#newsletter p {
	float:left;
	padding:0!important;
}

#newsletter input[type="text"] {
	background-color:#fff;
	border:1px solid #fff;
	color:#dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:10px;
	padding:1px 1px;
	font-weight:bold;
	margin-right:2px;
	width:70px;
}

#newsletter input[type="submit"] {
	background-color:#dadada;
	border:1px solid #fff;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px 3px;
	font-weight:bold;
}

#rss {
	margin:40px 0 0 840px;
	position:absolute;
	padding:5px;
}


a.rsslink {
	color:#000;
	padding:5px 2px 5px 16px;
	text-decoration:none;
	background-image:url(images/ico-rss.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

a.rsslink:hover {
	color:#000;
	background-color:#fff;
	padding:5px 2px 5px 16px;
	text-decoration:none;
	background-image:url(images/ico-rss.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
}


a.twitterlink {
	color:#000;
	padding:5px 2px 5px 16px;
	text-decoration:none;
	background-image:url(images/ico-twitter.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

a.twitterlink:hover {
	color:#000;
	background-color:#fff;
	padding:5px 2px 5px 16px;
	text-decoration:none;
	background-image:url(images/ico-twitter.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
}

.shortcuts{
position:absolute;
margin-left:180px;
margin-top:-25px;
margin-bottom:15px;}


.shortcuts a{
height:23px;
width:24px;
display:block;
text-indent:-5000px;
float:left;
margin-right:5px;}

.s-fb{
background-image:url(images/s-fb.jpg);}
.s-tw{background-image:url(images/s-tw.jpg);}
.s-ms{background-image:url(images/s-ms.jpg);}
.s-su{background-image:url(images/s-su.jpg);}
.s-dl{background-image:url(images/s-dl.jpg);}
.s-dg{background-image:url(images/s-dg.jpg);}


.eshopshoe{
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:275px;
	padding-bottom:30px;}
	
.description{
	font-size:12px;}
	
.stock {
	position:absolute;
	text-align:right;
	width:275px;}
	
.stock a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	background-color:#57004e;
	padding:3px;
	text-align:right;}
	
#eshop{
	padding-top:20px;}
	
#eshop .post-image-image img{
	margin-bottom:0!important;}
	
	.post-image-stock {
	float:left;
	width:275px;
	padding-right:15px;
}

.post-image-stock img {
	border:none;
	margin-bottom:10px;
	border:1px solid #ededed;
}
