/*
Theme Name: Blank 2 sidebars at bottom (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick 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
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */

#respond {border:1px solid yellow;}
li.depth-1 {border: 1px solid orange;}


/* - BASIC STUFF - */

 * {margin:0;padding:0;}
 img
{  border-style: none;
}
a:active
{
  outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
#wrap{
height:100%;
}
#main {padding-bottom: 100px;}  /* must be same height as the footer */
body > #wrap {height: auto; min-height: 100%;}
html {overflow-x: hidden; overflow-y : scroll; height:100%;}  
body {background:#FFFFF5;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 ; height:100%;}
a {
text-decoration:none; 
}


a:hover {
text-decoration:none;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

#more {
background-color:#ebebeb;
padding:5px;
padding-left:20px;
padding-right:20px;}

#products_caption {
background-color:#ebebeb;
padding:5px;
padding-left:0;
padding-right:0;
width:292px;
text-align:center;
}



/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h3,h4,h5,h6 {margin:0;padding:0;}

h2.page-title{
	margin:0;
	padding:0;
	font-size:14px;
	text-transform: uppercase;
	color: #997047;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2.entry-title {
	margin:0;
	padding:0;
	font-size:14px;
	text-transform: uppercase;
	color: #997047;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2.entry-title a{
	margin:0;
	padding:0;
	font-size:14px;
	text-transform: uppercase;
	color: #997047;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2#comments{margin:20px auto 10px;font-size:140%;}

h3.page-subtitle{
	padding: 7px 0;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
    color: #999;
	
}

h3 a{
	padding: 7px 0;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
    color: #999;
	
}

h3 a:hover{
    color: #997047;
	padding: 7px 0;
	font-weight: normal;
	font-size: 9pt;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
		
}
.entry-content h3 {
    padding-bottom:10px;
    color: #997047;
    font-weight: normal;
	font-size: 10pt;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	
}
 
h3 {
    padding-bottom:10px;
    color: #997047;
    font-weight: normal;
	font-size: 10pt;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	
}
#left-column  h3{

margin-bottom:5px;
border-bottom:1px dotted #ccc;
padding-bottom:3px;
padding-top:3px;
}

#left-column img{
border-top:0px;}

/* headings inside posts */

.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0.2px;
	text-indent: 0px;
	line-height: 13px;
	font-size: 11px;
	margin-bottom:10px;
}
p a{
    background:transparent url(mail.png) no-repeat scroll 0 0;
    text-decoration: none;
	color: #666;
	}
	

p a:hover{
    color: #997047;
	text-decoration: none;
	
	
}

#darker{
	color:#1A1A1A;
	font-weight: bold;
}


/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:910px;}
#header {
	height:125px;
	margin:0 auto;
	text-align:center;
	padding:0;
    margin-bottom: 15px;
	margin-top: 30px;
}
#logo{
	height: 60px;
	width:195px;
	background-image: url(images/logo.png);
	margin-left:auto;
	margin-right:auto;
	
}
#footer {
    overflow:hidden;
	margin:20px auto 0;
	clear:both;
	float:none;
	text-align:center;
	padding: 5px 0;
	width:100%;
	background-color: #ebebeb;
	border-top: 1px solid #dedede;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	
}
.footer_keep_centered{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	
}
.footer_left{
	width:280px;
	height:15px;
	font-family: Arial;
	color: #999;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 13px;
	font-size: 10px;
	float: left;
}

.footer_right{
	width:630px;
	height:15px;
	font-family: Arial;
	color: #999;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 13px;
	font-size: 10px;
	float: left;
}
.footer_right li{
	display: inline;
	margin: 0 2px
}
.footer_right a{
	text-decoration: none;
	padding: 0 0 6px;
	border-bottom: 2px solid #ebebeb;
	color: #999;
	margin-right:5px;
}
.footer_right a:hover{
	border-color: #997047;
	color: #999;
} 


/* -- POSTS -- */
.post-index {margin:10px auto 0px;}
#post-single {margin:0 0 20px;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:3em auto;overflow:auto}
.sidebar {width:49%;clear:none;}
.block-1 {float:left;}
.block-2 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}
img.noborder{
border:0px;}

/* -- NAVIGATION --*/

.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}


div.navigation {
	width:100%;
	height:22px;
	clear:both;
	padding: 0px;
	margin-top: 20px;
}
	
#nav{
	border-bottom:1px solid #CCCCCC;
font-family:georgia;
font-size:13px;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:8px 0;
text-align:center;
white-space:nowrap;
}
#nav li{
	display: inline;
	margin: 0 2px;
}
#nav a{
	text-decoration: none;
	padding: 0 0 6px;
	border-bottom: 2px solid #FFFFF5;
	color: #999;
	margin-right:16px;
}
#nav a:hover{
	border-color: #997047;
	color: #999;
} 
#nav li:hover, #nav li.current_page_item {
	border-color: #997047;
	}
#nav li:hover a, #nav li.current_page_item a {
	border-color: #997047;
	}
	
#nav li.page-item-3 {
margin-left:12px;}

#subnav {  
     font-size:10px;
     height:15px;
	 margin-top:4px;
	 padding-bottom:4px;
	 border-bottom:1px dotted #ccc;
	 text-align:left;
	 padding-left:127px;
	}  
  
#subnav li { 
    display: inline; 
    padding:0 2px; 
	
	 }     
  
 #subnav a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 2px solid #FFFFF5;
	color: #999;
	margin-right:20px;
}
#subnav a:hover{
	border-color: #997047;
	color: #999;
} 
#subnav li:hover, #nav li.current_page_item {
	border-color: #997047;
	}
#subnav li:hover a, #nav li.current_page_item a {
	border-color: #997047;
	}
	
	
   


	
/* -- TOPBAR --*/



img {
padding:5px;
background-color:#fff;
border:1px solid #ccc;
}



#topbar{
	width: 100%;
	height: 15px;
	background-color: #313130;
	color: #777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	padding-left:10px;
	
	
}

#topbar a{
	color: #777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	
	}



/* -- HR --*/

#hr_280{
	height: 5px;
	width: 290px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
}

#hr_280_subtitle{
	height: 5px;
	width: 290px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 10px;
}

#hr_590{
	height: 5px;
	width:590px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
}

#hr_900{
	height: 5px;
	width:910px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 15px;
}


/* -- CUSTOM DIV --*/

.main_image{
	width: 900px;
	background:url(images/loading.gif) no-repeat center;
	margin-bottom:20px;	
	height:329px;
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
	
}

.latest_products{
    width: 290px;
	margin-right:30px;
	float:left;
	margin-bottom: 25px;
		
	
	
	
}

.about{
	float: right;
	width: 580px;
	
	
}

.duvets{
    width: 290px;
	margin-right:15px;
	float:left;
	margin-bottom: 25px;
	height:350px;
	
}

.pillows{
    width: 290px;
	margin-right:15px;
	float:left;
	margin-bottom: 25px;
	
}

.specialised{
    width: 290px;
	float:left;
	margin-bottom: 25px;
	
}


	/* three column layout */
div#column_01 {
	float: left;
	clear: none;
	width: 30%;
	}
div#column_wrap {
	float: right;
	clear: none;
	width: 60%;
	}
div#column_02 {
		float: left;
		clear: none;
		width: 45%;
		}
div#column_03 {
		float: right;
		clear: none;
		width: 150px;
		}
		
div#column_01 p{
		margin-bottom:0px;
		}
		
div#column_02 p{
		margin-bottom:0px;
		}
		
		
div#column_03 p{
		margin-bottom:0px;
		}
		




#thumb_titles{
width:150px;
margin-bottom:18px;
border-bottom:1px dotted #999;
padding-bottom:3px;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
color:#997047;
text-align:center;


}
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
	
	
	
.logolinks{
float:left;
height:50px;
width:150px;
background-image:url(images/footer_logo.png);
margin-top:30px;

}
	
#brownbackground{
background-color:#ebebeb;
padding:5px;
padding-left:20px;
padding-right:20px;}	
	
	

	


.row { clear: both; }
.col1 { width: 200px; float: left; padding: 0 10px; }
.col2 { width: 200px; float: right; padding: 0 10px; }


div.post-block {
    padding-right:50px;
	width: 400px;
	float: left;
	clear: none;
	margin-bottom:15px;
	}
	
div.post-block a{
    background-color:#ebebeb;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	}

div#container_division {
	width: 900px;
	}

div#left-column {
	padding-right:55px;
	width: 400px;
	float: left;
	clear: none;
	margin-bottom:15px;
	
	}
	
div#left-column a{
	background-color:#ebebeb;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	
	

	}


div#right-column {
	width: 400px;
	float: right;
	clear: none;
	}
	
 #push{
margin-bottom:15px;
width:900px;
float:left;
margin-top:15px;}



.ddet_div {
 
}

.ddet_div h2{
	color: #00FF00;
}

#audioplayer_1{
margin-top:1px;
margin-left:1px;}

.posts-wrap{
margin-bottom:20px;}

.spacer{
width:100%;
height:30px;}

#underlined{
border-bottom:1px dotted #ccc;}

.eco_logos img{
background-color:#FFFFFF;
border:0px solid #CCCCCC;
padding:0px;}

.eco_logos{
margin-left:auto;
margin-right:auto;
width:752px;
height:54px;}



/* -- SHOP ------------------------------------------------------------ */

.shoppingcart_sidebar {
	width:300px;
	display:block;
	float:right;
	background-color: #eee;
	height: 300px;
}
.shop_content {
		float:left;
		width: 600px;
}