@import url("reset.css");
/*
Theme Name: Douds Furniture
Theme URI: http://www.doudsfurniture.com/
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/


/* Begin Typography & Colors */

.thread-alt {
/*  border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
/*	border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.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;
	}

.commentmetadata {
	font-weight: normal;
	}

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

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 0px 0 15px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	height:auto;
	width:100%;
	}

#sidebar #searchform #search-box{width:141px; height:19px; padding:3px 9px 0px; margin-bottom:9px; background:url(images/subscribe-box.gif) no-repeat top left;}

#sidebar #searchform #s {
	width:141px;
	height:19px;
	border:0px solid #ffffff;
	background:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#7e4194;
	padding:0px;
	}

#sidebar #searchsubmit {
	width: 101px;
	height:22px;
	padding:0px;
	background:url(images/btn-search.gif) no-repeat top left;
	border:none;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#262424;
	float:right;
	cursor:pointer;
	margin-right:36px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#7e4194;
	}
	
#commentform .comment-fld{
	border:1px solid #e0c0ec;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#7e4194;
	outline:none;
	background:#ffffff;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:13px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #e0c0ec;
	outline:none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#7e4194;
	outline:none;
	background:#ffffff;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:#ffffff;
	border:1px solid #e0c0ec;
	color:#7e4194;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	cursor:pointer;
	}
	
#commentform p{padding-bottom:7px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.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 0px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{background:#fff; font-family:"Times New Roman", Times, serif; color:#272525; font-size:15px;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input, form, textarea{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
a{outline:none;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px} /* */

/* Common Styles */
h1{font-size:24px; font-weight:normal; padding:0px 0px 5px 0px; line-height:30px; color:#7e4194; text-shadow:0 0 0 #ffffff;}
h1 a{font-weight:normal; color:#7e4194;}
h1 a:hover{color:#272525; text-decoration:none; }

h2{font-size:20px; font-weight:normal; line-height:25px; padding-bottom:5px; padding-top:5px; color:#7e4194; text-shadow:0 0 0 #ffffff;}
h2 a{color:#7e4194; font-weight:normal; text-decoration:none;}
h2 a:hover{color:#272525; text-decoration:none;}

h3{font-size:18px; padding-bottom:12px; line-height:20px; color:#7e4194;}
h4{font-size:15px; font-weight:bold; line-height:22px;}

p{line-height:24px; padding-bottom:12px;}
.align-right{text-align:right; clear:both; display:block;}
.align-center{text-align:center; clear:both;}
.purple{color:#7e4194;}
.black{color:#272525;}

a{text-decoration:none; color:#7e4194;}
a:hover{text-decoration:none; color:#272525; text-decoration:none;}

/* Main Containers */
#wrapper{width:100%; height:auto;}
#page{width:950px; height:auto; margin:0px auto;}

/* Header */
#header{width:950px; height:122px; position:relative;}
#header #logo{width:235px; height:85px; overflow:hidden; position:absolute; top:23px; left:16px;}

#header #address{width:348px; height:85px; overflow:hidden; position:absolute; top:27px; right:35px;}
#header #address ul{list-style:none;}
#header #address ul li{float:left; width:155px; height:auto; padding-left:19px;}
#header #address ul li p{font-size:15px; font-weight:bold; color:#272525; line-height:18px; padding-bottom:0px;}
#header #address ul li p span{color:#7e4194;}

#header #address ul li a{font-size:15px; font-weight:bold; color:#272525; text-decoration:none;}
#header #address ul li a:hover{color:#7e4194;}

#header #address ul li a span{color:#7e4194;}
#header #address ul li a:hover span{color:#272525;}

/* Top Navigation */
#nav{width:950px; height:49px; margin-bottom:10px; background:url(images/navigation.gif) no-repeat;}
#nav ul{list-style:none; height:49px;}
#nav li{float:left; height:49px;}
#nav li img{height:49px;}
#nav a{float:left; height:49px; display:block; background:url(images/navigation.gif) no-repeat;}

#nav li#nav-home, #nav li#nav-home img, #nav li#nav-home a{width:46px;}
#nav li#nav-home{padding-left:40px;}
#nav li#nav-home a{background-position:-40px 0px;}
#nav li#nav-home a:hover, #nav li#nav-home a.selected{background-position:-40px -49px;}

#nav li#nav-furniture, #nav li#nav-furniture img, #nav li#nav-furniture a{width:71px;}
#nav li#nav-furniture{padding-left:40px;}
#nav li#nav-furniture a{background-position:-126px 0px;}
#nav li#nav-furniture a:hover, #nav li#nav-furniture a.selected{background-position:-126px -49px;}

#nav li#nav-flooring, #nav li#nav-flooring img, #nav li#nav-flooring a{width:66px;}
#nav li#nav-flooring{padding-left:37px;}
#nav li#nav-flooring a{background-position:-234px 0px;}
#nav li#nav-flooring a:hover, #nav li#nav-flooring a.selected{background-position:-234px -49px;}

#nav li#nav-room-planner, #nav li#nav-room-planner img, #nav li#nav-room-planner a{width:110px;}
#nav li#nav-room-planner{padding-left:36px;}
#nav li#nav-room-planner a{background-position:-336px 0px;}
#nav li#nav-room-planner a:hover, #nav li#nav-room-planner a.selected{background-position:-336px -49px;}

#nav li#nav-design, #nav li#nav-design img, #nav li#nav-design a{width:54px;}
#nav li#nav-design{padding-left:38px;}
#nav li#nav-design a{background-position:-484px 0px;}
#nav li#nav-design a:hover, #nav li#nav-design a.selected{background-position:-484px -49px;}

#nav li#nav-why-douds, #nav li#nav-why-douds img, #nav li#nav-why-douds a{width:99px;}
#nav li#nav-why-douds{padding-left:38px;}
#nav li#nav-why-douds a{background-position:-576px 0px;}
#nav li#nav-why-douds a:hover, #nav li#nav-why-douds a.selected{background-position:-576px -49px;}

#nav li#nav-about, #nav li#nav-about img, #nav li#nav-about a{width:73px;}
#nav li#nav-about{padding-left:38px;}
#nav li#nav-about a{background-position:-713px 0px;}
#nav li#nav-about a:hover, #nav li#nav-about a.selected{background-position:-713px -49px;}

#nav li#nav-contact, #nav li#nav-contact img, #nav li#nav-contact a{width:85px;}
#nav li#nav-contact{padding-left:37px;}
#nav li#nav-contact a{background-position:-823px 0px;}
#nav li#nav-contact a:hover, #nav li#nav-contact a.selected{background-position:-823px -49px;}

/* Content Section */
#content{width:950px; height:auto;}

/* Home Page Flash */
#flash{width:740px; height:276px; padding-bottom:7px; overflow:hidden;}

/* Content Section Columns */
.widecolumn{width:950px; height:auto; margin:0px; padding:0px;}
.narrowcolumn{width:740px; height:auto; float:left; padding:0px 0px 10px 0px;}
#sidebar{width:210px; height:auto; float:left; padding:0px 0px 20px 0px;}
.narrowcolumn .padd{padding:0px 20px 0px 20px;}
#sidebar .padd{padding:20px 5px 0px 10px;}
.narrowcolumn a:hover{text-decoration:underline; color:#7e4194;}

/* Product Gallery */
#product-gallery{width:940; height:177px; padding:0px 5px; background:url(images/btm-frame.gif) no-repeat top left;}
#product-gallery ul{width:940px; height:171px; list-style:none;}
#product-gallery ul li{float:left; height:171px; display:block;}
#product-gallery ul li a{float:left; height:171px; display:block; text-decoration:none; font-size:18px; line-height:31px; color:#8d52a2; text-align:center; text-shadow:0 0 0 #000;}
#product-gallery ul li a:hover{color:#fff;}

#product-gallery ul li#our-brands, #product-gallery ul li#our-brands a{width:233px;}
#product-gallery ul li#our-brands a{background:url(images/shop-our-brands.jpg) no-repeat 0px 0px;}

#product-gallery ul li#home-furniture, #product-gallery ul li#home-furniture a{width:237px;}
#product-gallery ul li#home-furniture a{background:url(images/home-furniture.jpg) no-repeat 0px 0px;}

#product-gallery ul li#office-furniture, #product-gallery ul li#office-furniture a{width:237px;}
#product-gallery ul li#office-furniture a{background:url(images/office-furniture.jpg) no-repeat 0px 0px;}

#product-gallery ul li#flooring, #product-gallery ul li#flooring a{width:233px;}
#product-gallery ul li#flooring a{background:url(images/flooring.jpg) no-repeat 0px 0px;}

/* Footer */
#footer{clear:both; width:100%; height:auto; text-align:center; padding-top:20px; font-family:Arial, Helvetica, sans-serif;}
#footer ul{list-style:none;}
#footer ul li{display:inline; padding:0px 12px;}
#footer ul li a{font-size:14px; font-weight:bold; color:#7e4194; text-decoration:none; text-shadow:0 0 0 #fff;}
#footer ul li a:hover{color:#272525;}

#footer p{font-size:13px; color:#272525; font-weight:bold; padding:15px 0px 0px 0px; line-height:18px;}
#footer p a{color:#7e4194; font-weight:bold;}
#footer p a:hover{color:#272525;}

#footer p#copyright{font-size:11px; color:#7e4194; padding:3px 0px 20px 0px; font-weight:normal;}
#footer p#copyright a{color:#7e4194; text-decoration:none; font-weight:normal;}
#footer p#copyright a:hover{color:#272525; text-decoration:none;}

/* Sidebar Specifics */
#sidebar ul#newtagcloud{padding-left:0px;}
#sidebar ul#newtagcloud a{margin:0px 7px 0px 0px; line-height:23px;}
#sidebar ul#newtagcloud li{list-style:none; padding-left:0px;}
#sidebar ul, #sidebar ul li, #sidebar ul ul{padding:0px; margin:0px;}
#sidebar ul ul{padding-bottom:18px; padding-left:20px;}
#sidebar {line-height:19px;}
#sidebar ul li{line-height:19px; padding-bottom:7px;}
#sidebar ul li{color:#7e4194;}
#sidebar h2{color:#272525;}

#sidebar ul li ul li{list-style:disc;}

/* Sidebar Top Navigation */
#left-nav{width:210px; height:276px; background:url(images/sidebar-nav-bg.gif) no-repeat top left;}
#left-nav ul{width:200px; height:auto; list-style:none; padding:0px; margin:0px;}
#left-nav ul li{width:200px; display:inline; padding:0px; margin:0px; display:block;}
#left-nav ul li a{font-size:21px; text-decoration:none; color:#272525; width:178px; padding-left:22px; display:block;}
#left-nav ul li a:hover{color:#7e4194;}

#left-nav ul li#store-locator{height:59px;}
#left-nav ul li#store-locator a{padding-top:20px; height:39px;}

#left-nav ul li#apply-finance{height:82px; line-height:28px;}
#left-nav ul li#apply-finance a{height:82px; line-height:26px; padding-top:0px; padding-left:3px; width:197px;}
/* \*/ * html #left-nav ul li#apply-finance a{margin-top:-1px;} /* IE 6 */
*+html #left-nav ul li#apply-finance a{margin-top:-1px;} /* IE 7 */
/*
#left-nav ul li#apply-finance{height:82px; line-height:28px;}
#left-nav ul li#apply-finance a{height:66px; line-height:26px; padding-top:16px;}
*/

#left-nav ul li#subscribe{height:125px; padding-left:22px; width:178px; padding-top:9px;}
#left-nav ul li#subscribe h2{font-size:21px; font-weight:normal; line-height:25px; padding-bottom:5px; color:#272525; text-shadow:0 0 0 #ffffff;}
#left-nav ul li#subscribe #subscribe-box{width:141px; height:19px; padding:3px 9px 0px; margin-bottom:9px; background:url(images/subscribe-box.gif) no-repeat 0px 0px;}
#left-nav ul li#subscribe #email{width:141px; height:19px; border:none; background:none; font-family:"Times New Roman", Times, serif; font-size:12px; color:#7e4194; float:left;}
#left-nav ul li#subscribe #btn-subscribe{width:101px; height:22px; border:none; background:url(images/btn-subscribe.gif) no-repeat 0px 0px; cursor:pointer; margin-left:58px;}

/* Sidebar Store Promotions */
#store-promotions{width:204px; height:149px; overflow:hidden; padding-top:14px;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{list-style:none; margin:0px !important; padding:0px 0px 19px 20px;}
.narrowcolumn ul li, .widecolumn ul li{list-style:disc; line-height:20px; padding:0px 0px 4px 0px; margin:0px !important;}

.entry{padding:5px 0px 8px;}

.postmetadata{border:1px solid #e0c0ec; border-width:1px 0px; padding-bottom:1px; color:#7e4194;}
.postmetadata a{font-weight:normal;}
.divider{border-bottom:1px solid #e0c0ec; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#272525; font-size:13px; font-weight:normal; line-height:19px; text-shadow:0 0 0#fff;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#7e4194; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#272525; text-decoration:none;}

h3#comments, h3.reply{font-size:18px;}
.comment-body p{padding-bottom:5px;}

li.comment{border-bottom:1px solid #e0c0ec;}
.post-ratings{line-height:19px; height:36px;}

/* Vendors Lists */
.container{width:100%; height:auto; padding-bottom:20px;}
.container .left{width:330px; height:auto; float:left; padding-right:20px;}
.container .right{width:330px; height:auto; float:left;}
.container ul{height:auto; padding:0px 0px 0px 20px; margin:0px;}
.container ul li{line-height:24px; padding-bottom:2px;}

ul.logos{padding:0px 0px 19px 0px !important; margin:0px !important;}
ul.logos li{float:left; padding:0px 10px 10px 0px !important; margin:0px !important;}
ul.logos li, ul.logos li a{width:222px; height:97px; overflow:hidden;}
ul.logos li a img{border:1px solid #efefef;}
ul.logos li a:hover img{border:1px solid #bc64bf;}
