@charset "utf-8";
/*
Theme Name: Creamy
Theme URI: http://www.bestsecondhandfurniture.com/
Description: Bestsecondhandfurniture's Theme.
Version: 1.0
Author: Dariusz "BAHUR78" Martyn
Author http://www.bahur78.com/

*/

/* Eric Meyer's reset and reloaded */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Eric Meyer's reset and reloaded */

/* Dariusz Martyn's settings for www.bahur78.com */
/******************************************/
/***************** common *****************/
/******************************************/
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.clear{
  clear: both;
}
.top{
    width: 80px;
    height: 80px;
    background: #342115 url(../images/top_link.jpg) 0 0 no-repeat;
    float: right;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.top:hover{
    background: #54656C url(../images/top_hover.jpg) 0 0 no-repeat;
}
image{
  border: 0;
}
.pullquote {
	padding: 0;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #342115;
	border-bottom-color: #342115;
	font-size: 15px;
	text-align: center;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
.italic{ font-style: italic;}
/******************************************/
/***************** body *******************/
/******************************************/
body{
	font: 13px Courier New, Times New Roman, Century, serif;
	color: #2B2A26;
	line-height: 1.6em;
	background: #ece0cb url(../images/bg_body.jpg) left top repeat-x scroll;
}
/******************************************/
/***************** border *****************/
/******************************************/
#topborder, #bottomborder, #leftborder, #rightborder{
	position: fixed;
	z-index: 10;
	display: block;
	background-color: #e5d3b6;
}
#topborder{
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
}
#topborder b{
	display: block;
	width: 960px;
	margin: 0 auto;
	height: 0px;
}
#bottomborder{
	height: 10px;
	left: 0;
	right: 0;
	bottom: 0;
}
#leftborder {
	width: 10px;
	left: 0;
	bottom: 0;
	top: 0;
}
#rightborder {
    width: 10px;
    top: 0;
    right: 0;
    bottom: 0;
}
/******************************************/
/***************** wrapper ****************/
/******************************************/
#wrapper{
    width: 980px;
    height: auto;
    margin: 0 auto;
}
/******************************************/
/***************** header *****************/
/******************************************/
#header{
    width: 980px;
    height: 350px;
    margin: 0;
    padding: 0;
    background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
 	background-position: center center;
	overflow: hidden;
}
#header h1{
	font-size: 1em;
	color: #1d1a16;
	display: block;
	text-indent: -1000em;
}
#header h1 a, #header h1 a:link, #header h1 a:visited{
	width: 980px;
	height: 350px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	background: url(../images/header_h1.jpg) top center no-repeat;
    background-position: 0 -0;
}
#header h1 a:hover, #header h1 a:active{
	background: url(../images/header_h1.jpg) top center no-repeat;
	background-position: 0 -350px;
}
/******************************************/
/***************** content ****************/
/******************************************/
#content{
    width: 940px;
    height: auto;
    margin: 0;
    padding: 20px;
	overflow: hidden;
}
/***************** leftside ***************/
#content #leftside{
    width: 250px;
    height: auto;
    float: left;
}
/***************** navigation *************/
#content #leftside #navigation{
  width: 250px;
  height: auto;
  margin: 100px 0;
}
#navigation ul{
	width: 250px;
    border-top: 1px dotted #442b1b;
    margin: 20px 0;
}
#navigation ul li{
	display: block;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited{
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #442b1b;
	display: block;
    padding: 10px;
	margin: 0;
    border-bottom: 1px dotted #442b1b;
}
#navigation ul li a:hover,
#navigation ul li a:active{
	text-decoration: none;
	text-align: right;
	color: #ece0cb;
    padding: 10px;
    background: #442b1b url(../images/navigation_hover.jpg) top left repeat;
}
#navigation ul li #current{
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #442b1b;
	display: block;
    padding: 10px;
	margin: 0;
    border-bottom: 1px dotted #442b1b;
    background: url(../images/navigation_current.jpg) top left repeat;
}
/***************** rightside **************/
#content #rightside{
    width: 690px;
    height: auto;
    float: right;
}
#content #rightside #main{
  width: 640px;
  height: auto;
  float: left;
  margin: 109px 0 100px 50px;
  overflow: hidden;
}
#content #rightside #main h2{
  width: 640px;
  height: 60px;
  margin: 0 0 50px 0;
  text-indent: -1000em;
  border-top: 1px dotted #442b1b;
  border-bottom: 1px dotted #442b1b;
}
#sofas{background: url(../images/sofas.gif) top left no-repeat;}
#beds{background: url(../images/beds.gif) top left no-repeat;}
#sofa_beds{background: url(../images/sofa_beds.gif) top left no-repeat;}
#wardrobes{background: url(../images/wardrobes.gif) top left no-repeat;}
#dining_sets{background: url(../images/dining_sets.gif) top left no-repeat;}
#other{background: url(../images/other.gif) top left no-repeat;}
#about_us{background: url(../images/about_us.gif) top left no-repeat;}
#contact{background: url(../images/contact.gif) top left no-repeat;}

#content #rightside #main h3{
	font-weight: bold;
	font-size: 1.5em;
	font-style: normal;
	margin: 0 0 50px 0;
}
#content #rightside #main p{margin: 0 0 40px 0;}
#content #rightside #main ul{
	width: auto;
    margin: 10px 0;
}
#content #rightside #main ul li{
	display: block;
    list-style-type: none;
    list-style: none;
	padding: 10px 0;
}
/***************** rightside gallery **************/
#content #rightside #main #gallery{
    width: 640px;
    margin: 0;
    padding: 0;
    float: left;
    background: #ece0cb url(../images/bg_gallery_bottom.jpg) bottom left repeat-x;
}
#gallery .thumb{
    padding: 10px;
    float:left;
    display:inline;
}
#gallery .thumb img{
	display: block;
	padding: 6px;
	}
#gallery a img{
    padding: 6px;
    background: #342115 url(../images/thumb_link.jpg) top left repeat;
}
#gallery a:hover img {
    padding: 6px;
    background: #54656C url(../images/thumb_hover.jpg) top left repeat;
}
.description{
    margin: 10px 0;
    clear: both;
    border-top: 1px dotted #2B2A26;
    padding: 15px 0 0 0;
}
.picture{
  border: 5px solid #342115;
  float: left;
  margin: 0 20px 20px 0;
}
ul{
	width: auto;
    margin: 20px 0;
}
ul li{
	display: block;
    list-style-type: none;
    list-style: none;
}
.price{
  font-size: 150%;
  font-weight: bold;
  color:#b8111a;
}

/******************************************/
/***************** footer *****************/
/******************************************/
#footer{
    width: 100%;
    height: 200px;
    padding: 0;
    clear: both;
    background: url(../images/bg_infooter.jpg) top left no-repeat;
}
#footer #infooter{
    width: 940px;
    height: auto;
    margin: 0 auto;
	padding: 50px 20px;
}

a, a:link, a:visited{
  color: #442b1b;
  text-decoration: none;
}
a:hover, a:active{
  color: #54656C;
  text-decoration: underline;
}