@import url("reset.css");
/*
Theme Name: Royal Heritage Furniture
Theme URI: http://www.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: 30px 0;
	}

.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;
	height:auto;
	width:100%;
	}

#sidebar #searchform #s {
	width:255px;
	height:21px;
	border:1px solid #ffffff;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#b57237;
	padding:4px 5px 0px;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#sidebar #searchsubmit {
	width: 113px;
	height:31px;
	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;
	}

.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:#a99d46;
	}
	
#commentform .comment-fld{
	border:1px solid #a99d46;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#a99d46;
	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 #a99d46;
	outline:none;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#a99d46;
	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 #a99d46;
	color:#a99d46;
	font-size:13px;
	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:#ffffff; font-family:"Times New Roman", Times, serif; color:#000000; 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:bold; padding:0px 0px 5px 0px; line-height:30px; color:#a99d46; text-shadow:0 0 0 #ffffff;}
h1 a{font-weight:bold; color:#a99d46;}
h1 a:hover{color:#000000; text-decoration:none; }

h2{font-size:21px; font-weight:bold; line-height:25px; padding-bottom:5px; color:#a99d46; text-shadow:0 0 0 #ffffff;}
h2 a{color:#a99d46; font-weight:bold; text-decoration:none;}
h2 a:hover{color:#000000; text-decoration:none;}

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

p{line-height:22px; padding-bottom:16px;}
.align-right{text-align:right; margin-top:0px; clear:both; display:block;}
.align-center{text-align:center; margin-top:0px; clear:both;}
.gold{color:#a99d46;}
.black{color:#000000;}

a{text-decoration:none; color:#a99d46;}
a:hover{text-decoration:none; color:#000000; text-decoration:none;}

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

/* Header */
#header{width:100%; height:124px; padding:13px 0px 19px; text-align:center;}
#header #logo{width:300px; height:124px; margin:0px auto; overflow:hidden;}
#header #logo img{width:300px; height:124px;}

/* Top Navigation */
#nav{width:100%; height:33px; border-bottom:1px solid #a99d46;}
#nav ul{list-style:none; height:32px;}
#nav li{float:left; height:32px;}
#nav li img{height:32px;}
#nav a{float:left; height:32px; display:block; background:url(images/navigation.gif) no-repeat;}

#nav li#nav-home, #nav li#nav-home img, #nav li#nav-home a{width:53px;}
#nav li#nav-home{padding-right:32px;}
#nav li#nav-home a{background-position:0px 0px;}
#nav li#nav-home a:hover, #nav li#nav-home a.selected{background-position:0px -32px;}

#nav li#nav-about, #nav li#nav-about img, #nav li#nav-about a{width:81px;}
#nav li#nav-about{padding-right:34px;}
#nav li#nav-about a{background-position:-85px 0px;}
#nav li#nav-about a:hover, #nav li#nav-about a.selected{background-position:-85px -32px;}

#nav li#nav-furniture, #nav li#nav-furniture img, #nav li#nav-furniture a{width:96px;}
#nav li#nav-furniture{padding-right:33px;}
#nav li#nav-furniture a{background-position:-200px 0px;}
#nav li#nav-furniture a:hover, #nav li#nav-furniture a.selected{background-position:-200px -32px;}

#nav li#nav-mattresses, #nav li#nav-mattresses img, #nav li#nav-mattresses a{width:96px;}
#nav li#nav-mattresses{padding-right:34px;}
#nav li#nav-mattresses a{background-position:-329px 0px;}
#nav li#nav-mattresses a:hover, #nav li#nav-mattresses a.selected{background-position:-329px -32px;}

#nav li#nav-blog, #nav li#nav-blog img, #nav li#nav-blog a{width:39px;}
#nav li#nav-blog{padding-right:34px;}
#nav li#nav-blog a{background-position:-459px 0px;}
#nav li#nav-blog a:hover, #nav li#nav-blog a.selected{background-position:-459px -32px;}

#nav li#nav-warranty, #nav li#nav-warranty img, #nav li#nav-warranty a{width:86px;}
#nav li#nav-warranty{padding-right:33px;}
#nav li#nav-warranty a{background-position:-532px 0px;}
#nav li#nav-warranty a:hover, #nav li#nav-warranty a.selected{background-position:-532px -32px;}

#nav li#nav-contact, #nav li#nav-contact img, #nav li#nav-contact a{width:94px;}
#nav li#nav-contact{padding-right:0px;}
#nav li#nav-contact a{background-position:-651px 0px;}
#nav li#nav-contact a:hover, #nav li#nav-contact a.selected{background-position:-651px -32px;}

#nav ul li#nav-search{width:199px; padding-left:33px; height:25px; overflow:hidden;}
#nav ul li#nav-search form div{width:195px; height:21px; padding:1px; border:1px solid #a99d46;}
#nav ul li#nav-search form #s{width:130px; height:19px; padding:2px 3px 0px 3px; background:none; border:none; float:left; color:#a99d46; font-family:"Times New Roman", Times, serif; font-size:14px;}
#nav ul li#nav-search form #searchsubmit{width:53px; height:21px; background:url(images/btn-search.gif) no-repeat top left; float:right; border:none; cursor:pointer;}

/***** Style for Drop Down Menu *****/
.anylinkcss{
position:absolute;
margin-top:1px;
visibility: hidden;
z-index: 100;
width: 150px;
padding:0px 0px 0px 0px;
border:1px solid #a99d46;
border-bottom-width:0px;
}
.anylinkcss a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-shadow:0 0 0 #ffffff;
line-height:23px;
width: 145px;
display: block;
text-decoration: none;
color:#a99d46;
border-bottom:1px solid #a99d46;
padding:0px 0px 0px 5px;
background:lightyellow;
}
.anylinkcss a:hover{ /*hover background color*/
color:#ffffff;
background:#a99d46;
}

/* Home Page Product Categories */
#products{width:100%; height:261px; padding:10px 0px 0px 0px;}
#products ul{list-style:none; height:261px; overflow:hidden;}
#products ul li{float:left; width:156px; height:257px; border:1px solid #a99d46; padding:1px; margin-right:3px;}
#products ul li.no-margin{margin-right:0px;}
#products ul li.more-margin{margin-right:4px;}

#products ul li a{width:156px; height:257px; display:block;}
#products ul li a div{width:156px; height:230px; padding-bottom:1px; overflow:hidden;}
#products ul li a span{display:block; width:156px; height:26px; text-align:center; font-size:17px; line-height:26px; font-weight:bold; color:#a99d46; background:url(images/product-tab.gif) no-repeat 0px 0px; text-shadow:0 0 0 #000000;}
#products ul li a:hover span{color:#ffffff; background:url(images/product-tab.gif) no-repeat 0px -26px; text-shadow:0 0 0 #a99d46;}

/* Content Section */
#content{width:977px; height:auto; background:url(images/divider-v.gif) repeat-y 225px 0px;}

/* Content Section Columns */
.narrowcolumn{width:716px; height:auto; float:left; padding:25px 12px 0px 23px;}
#sidebar{width:195px; height:auto; float:left; padding:25px 20px 20px 11px;}

/* Home Page Content Section */
.widecolumn{margin:0px; padding:39px 0px 20px 20px; width:957px; background:#ffffff;}
.widecolumn #left{width:447px; height:auto; padding-right:22px; float:left;}
.widecolumn #right{width:483px; height:auto; border:1px solid #a99d46; padding:1px; float:left;}
.widecolumn #right #right-inner{width:463px; height:auto; background:#af9e3c; padding:8px 10px 0px; color:#ffffff;}
.widecolumn #right #right-inner h1{color:#ffffff;}

/* Footer */
#footer{clear:both; width:100%; height:auto; text-align:center; border-top:1px solid #a99d46; padding-top:17px; font-family:Arial, Helvetica, sans-serif;}
#footer address{font-size:14px; color:#a99d46; font-weight:normal; font-style:normal; text-shadow:0 0 0 #ffffff;}
#footer p#copyright{font-size:11px; color:#a99d46; padding-top:3px;}
#footer p#copyright a{color:#a99d46; text-decoration:none;}
#footer p#copyright a:hover{color:#000000; text-decoration:none;}

/* Newsletter */
#sidebar #newsletter{height:auto; width:193px;}
#sidebar #newsletter p{line-height:18px; padding-bottom:5px;}
#sidebar #newsletter #email{width:181px; height:20px; border:1px solid #a99d46; background:#ffffff; font-family:"Times New Roman", Times, serif; font-size:14px; color:#a99d46; padding:3px 5px 0px; margin-bottom:6px; float:left;}
#sidebar #newsletter #subscribe{width:68px; height:25px; background:url(images/btn-signup.gif) no-repeat top left; border:none; cursor:pointer; float:right;}

#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 h2{font-weight:bold; font-size:22px;}
#sidebar ul li{color:#a99d46;}

#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:0px solid #f3e0cf; border-width:0px; padding-bottom:1px; color:#a99d46; background:url(images/divider-h.gif) repeat-x top left;}
.divider{border-bottom:0px solid #f3e0cf; margin-bottom:20px; font-size:0px; line-height:0px; height:1px; background:url(images/divider-h.gif) repeat-x bottom left;}

small{color:#a99d46; font-size:13px; font-weight:bold; line-height:19px;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#a99d46; text-decoration:none; font-weight:normal;}
cite.fn a:hover{color:#000000; text-decoration:none;}

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

li.comment{border-bottom:0px solid #f3e0cf; background:url(images/divider-h.gif) repeat-x bottom left;}
.post-ratings{line-height:19px; height:36px;}