@import url("reset.css");
/*
Theme Name: PMD Furniture Direct
Theme URI: http://pmd.royalheritagefurniture.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:174px; height:24px; padding:8px 8px 7px 8px; background:url(images/search-box.gif) no-repeat top left; float:left;}

#sidebar #searchform #s {
	width:174px;
	height:19px;
	border:0px solid #ffffff;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#665d45;
	padding:0px;
	}

#sidebar #searchsubmit {
	width: 121px;
	height:32px;
	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:10px;
	}

.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:#665d45;
	}
	
#commentform .comment-fld{
	border:1px solid #cdc3a3;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#665d45;
	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 #cdc3a3;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#665d45;
	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 #cdc3a3;
	color:#665d45;
	font-size:13px;
	font-family:Arial, Helvetica, sans-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:#bea981 url(images/bg.gif) repeat top left; font-family:Arial, Helvetica, sans-serif; color:#665d45; font-size:13px;}
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} /* */

/* IE PNG Fix */
/* \*/ * html div#nav-shadow{ behavior: url("/iepngfix/iepngfix.htc") } /* */

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

h2{font-size:21px; font-weight:normal; line-height:25px; padding-bottom:5px; color:#d28500; text-shadow:0 0 0 #ffffff;}
h2 a{color:#d28500; font-weight:normal; text-decoration:none;}
h2 a:hover{color:#665d45; text-decoration:none;}

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

p{line-height:22px; padding-bottom:16px;}
.align-right{text-align:right; clear:both; display:block;}
.align-center{text-align:center; clear:both;}
.orange{color:#d28500;}
.brown{color:#665d45;}

a{text-decoration:none; color:#d28500; font-weight:bold;}
a:hover{text-decoration:none; color:#665d45; text-decoration:none;}

/* Main Containers */
#wrapper{width:100%; height:auto; margin-top:5px;}
#page{width:942px; height:auto; margin:0px auto;}

/* Header */
#header{width:879px; height:108px; padding:20px 0px 0px 39px; margin-left:11px; background:url(images/header-bg.gif) no-repeat top left;}
#header #logo{width:323px; height:95px; overflow:hidden;}

/* Top Navigation */
#nav{width:942px; height:49px; position:absolute; top:130px;}
#nav-shadow{width:926px; height:33px; padding:7px 9px 9px 7px; background:url(images/nav-shadow.png) no-repeat top left; overflow:hidden;}
#nav ul{list-style:none; height:33px;}
#nav li{float:left; height:33px;}
#nav li img{height:33px;}
#nav a{float:left; height:33px; display:block; background:url(images/navigation.gif) no-repeat;}

#nav li#nav-home, #nav li#nav-home img, #nav li#nav-home a{width:91px;}
#nav li#nav-home a{background-position:0px 0px;}
#nav li#nav-home a:hover, #nav li#nav-home a.selected{background-position:0px -33px;}

#nav li#nav-about, #nav li#nav-about img, #nav li#nav-about a{width:116px;}
#nav li#nav-about a{background-position:-91px 0px;}
#nav li#nav-about a:hover, #nav li#nav-about a.selected{background-position:-91px -33px;}

#nav li#nav-products, #nav li#nav-products img, #nav li#nav-products a{width:117px;}
#nav li#nav-products a{background-position:-207px 0px;}
#nav li#nav-products a:hover, #nav li#nav-products a.selected{background-position:-207px -33px;}

#nav li#nav-franchise-locator, #nav li#nav-franchise-locator img, #nav li#nav-franchise-locator a{width:157px;}
#nav li#nav-franchise-locator a{background-position:-324px 0px;}
#nav li#nav-franchise-locator a:hover, #nav li#nav-franchise-locator a.selected{background-position:-324px -33px;}

#nav li#nav-franchise-opportunities, #nav li#nav-franchise-opportunities img, #nav li#nav-franchise-opportunities a{width:233px;}
#nav li#nav-franchise-opportunities a{background-position:-481px 0px;}
#nav li#nav-franchise-opportunities a:hover, #nav li#nav-franchise-opportunities a.selected{background-position:-481px -33px;}

#nav li#nav-blog, #nav li#nav-blog img, #nav li#nav-blog a{width:86px;}
#nav li#nav-blog a{background-position:-714px 0px;}
#nav li#nav-blog a:hover, #nav li#nav-blog a.selected{background-position:-714px -33px;}

#nav li#nav-contact, #nav li#nav-contact img, #nav li#nav-contact a{width:126px;}
#nav li#nav-contact a{background-position:-800px 0px;}
#nav li#nav-contact a:hover, #nav li#nav-contact a.selected{background-position:-800px -33px;}

/* Content Section */
#content{width:918px; height:auto; margin-left:11px; background:#ffffff url(images/content-bg.gif) repeat-y 0px 0px;}
#content-btm{width:898px; height:auto; padding:0px 10px; background:url(images/content-btm.gif) no-repeat bottom left;}

/* Home Page Flash */
#flash{width:898px; height:88px; padding-top:41px; overflow:hidden;}

/* Content Section Columns */
.widecolumn{width:898px; height:auto; margin:0px; padding:0px 0px 11px 0px;}
.narrowcolumn{width:638px; height:auto; float:left; padding:60px 25px 20px 5px;}
#sidebar{width:200px; height:auto; float:left; padding:60px 5px 20px 25px;}
.widecolumn .padd{padding:55px 25px 20px 25px;}

/* Home Page Columns */
.home-block{padding:10px 25px 5px 25px;}
#home-btm{width:896px; height:auto; padding:0px 1px 1px 1px;}

#home-btm #left{width:448px; height:auto; float:left; margin-right:1px; background:#a08d67 url(images/home-btm-left.gif) no-repeat bottom left;}
#home-btm #left #home-btm-left-bg{background:url(images/home-btm-left-bg.gif) no-repeat top right; padding:23px 20px 30px 21px; height:142px; overflow:hidden;}
#home-btm #left h2{font-size:23px; font-weight:normal; color:#fff; padding-bottom:2px; text-shadow:0 0 0 #a08d67;}
#home-btm #left h3{font-size:15px; font-weight:bold; color:#fff; padding-bottom:6px; text-shadow:0 0 0 #a08d67;}
#home-btm #left p{color:#fff; line-height:18px; font-size:12px; padding-bottom:12px;}

#home-btm #right{width:406px; height:172px; padding:23px 20px 0px 21px; overflow:hidden; float:left; background:#f0e8d8 url(images/home-btm-right.gif) no-repeat bottom right;}
#home-btm #right h2{font-size:23px; font-weight:normal; color:#d28500; padding-bottom:5px; text-shadow:0 0 0 #f0e8d8;}
#home-btm #right h3{font-size:15px; font-weight:bold; color:#d28500; padding-bottom:0px; text-shadow:0 0 0 #f0e8d8;}
#home-btm #right p{line-height:19px; font-size:12px; padding-bottom:8px;}
#home-btm #right p.align-right{padding-bottom:0px;}

/* Footer */
#footer{clear:both; width:100%; height:auto; text-align:center; padding-top:10px;}
#footer ul{list-style:none;}
#footer ul li{display:inline; padding:0px 10px;}
#footer ul li a{font-size:13px; font-weight:bold; color:#eeebe3; text-decoration:none; text-shadow:0 0 0 #bea981;}
#footer ul li a:hover{color:#665d45;}

#footer address{font-size:12px; color:#ebe5d5; font-weight:normal; font-style:normal; padding-top:10px; padding-bottom:20px;}
#footer p#copyright{font-size:12px; color:#ebe5d5; padding-top:2px;}
#footer p#copyright a{color:#ebe5d5; text-decoration:none; font-weight:normal;}
#footer p#copyright a:hover{color:#fff; text-decoration:none;}

#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:#d28500;}
#sidebar h2{color:#665d45;}

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

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

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

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

small{color:#665d45; font-size:11px; font-weight:bold; line-height:19px; text-shadow:0 0 0#fff;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#d28500; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#665d45; text-decoration:none;}

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

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

#newsletter #email { border: 1px inset #626262; margin-bottom: 5px; }
#newsletter p { padding-bottom: 0; margin-bottom: 7px; }
#pFooterLogos { text-align:center; padding:15px 0 0px; }