/*
Theme Name: McElheran's Furniture
Theme URI: 
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 {
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
	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{
	font-size: 1em;
	}
.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;
	font-size:13px;
	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: 2px;
	margin: 0 0 2px 12px;
	display: inline;
	border:1px solid #d8d1bf;
	}

img.alignleft {
	padding: 2px;
	margin: 0 12px 2px 0;
	display: inline;
	border:1px solid #d8d1bf;
	}

.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:194px;
	height:18px;
	padding:4px 6px 3px;
	border:1px solid #91432a;
	border-width:0px 1px;
	background:url(images/txt-box.gif) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#80452f;
	/*
	margin-bottom:0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	*/
	float:left;
	}

#sidebar #searchsubmit {
	width: 104px;
	height:25px;
	background:url(images/buttons/search.gif) no-repeat 0px 0px;
	border:none;
	/*
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#262424;
	*/
	cursor:pointer;
	margin-left:4px;
	float:left;
	}

.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:#3a3532;
	}
	
#commentform .comment-fld{
	border:1px solid #d8d2bf;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3532;
	outline:none;
	background:none;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #d8d2bf;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3532;
	outline:none;
	background:none;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:none;
	border:1px solid #d8d2bf;
	color:#3a3532;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
	
#commentform p{padding-bottom:4px; 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 */


/**********************************************************/

/* Reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,li, dl, dt, dd, form, a, fieldset, input, textarea, th, td{margin: 0; padding: 0; border: 0; outline: none; font-weight:normal;}
body{line-height: 1;}
h1, h2, h3, h4, h5, h6{font-size: 100%; padding:0px; margin:0px;}
ul, ol{list-style: none;}
a{ color: black; text-decoration: none;}
a img{border:0px;}
a, a:focus, a:active, a:visited{outline:none;}

/* Custom Styles */
body{background:#fff url(images/bg.gif) repeat-x 0px 0px; font-family:"Times New Roman", Times, serif; color:#3a3532; font-size:14px;}
.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; padding:0px 0px 8px 0px; line-height:30px; color:#3a3532;}
h1 a{color:#d0a100;}
h1 a:hover{color:#3a3532; text-decoration:none;}
h2{clear:both; font-size:21px; line-height:25px; padding:10px 0px 5px; color:#3a3532;}
h2 a{color:#d0a100; text-decoration:none;}
h2 a:hover{color:#3a3532; text-decoration:none;}
h3{font-size:18px; padding-bottom:8px; line-height:19px; color:#3a3532;}
h4{clear:both; font-size:18px; padding:10px 0px 5px; line-height:22px; color:#3a3532;}
h4 a{font-size:15px; color:#d0a100;}
h4 a:hover{color:#3a3532; text-decoration:none;}

p{line-height:22px; padding-bottom:17px;}
.align-right{text-align:right; clear:both;}
.align-center{text-align:center; clear:both;}
.brown{color:#3a3532;}

a{text-decoration:none; color:#d0a100;}
a:hover{text-decoration:none; color:#3a3532;}

table{border:1px solid #d8d1bf; border-width:1px 0px 0px 1px; margin-bottom:25px;}
th{font-weight:bold;}
th, td{text-align:center; padding:1px 4px; line-height:22px; border:1px solid #d8d1bf; border-width:0px 1px 1px 0px;}
ol{line-height:22px; padding:0px 0px 17px; margin:0px;}

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

/* Header */
#header{width:928px; height:128px; position:relative;}
#header #logo{width:376px; height:73px; position:absolute; left:26px; top:24px;}
#header #call-us{width:272px; height:auto; position:absolute; right:5px; top:13px;}
#header #call-us p{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6e6751; font-weight:bold; line-height:15px; padding-bottom:4px;}
#header #call-us p.address{font-size:12px; color:#404040; font-weight:bold;}
#header #call-us p.phone{font-size:16px; color:#000; font-weight:bold;}

/* Navigation */
#nav{width:897px; height:49px; overflow:hidden; padding-left:31px; background:#33242c url(images/nav.gif) no-repeat 0px 0px;}
#nav ul{width:522px; height:46px; padding-top:3px;}
#nav ul li{float:left;}
#nav ul li, #nav ul li a, #nav ul li a img{height:46px;}
#nav ul li a{float:left; background:url(images/navigation.gif) no-repeat;}

#nav ul li#nav-home, #nav ul li#nav-home a, #nav ul li#nav-home a img{width:41px;}
#nav ul li#nav-home{padding-right:39px;}
#nav ul li#nav-home a{background-position:0px 0px;}
#nav ul li#nav-home a:hover, #nav ul li#nav-home a.selected{background-position:0px -46px;}

#nav ul li#nav-furniture, #nav ul li#nav-furniture a, #nav ul li#nav-furniture a img{width:60px;}
#nav ul li#nav-furniture{padding-right:40px;}
#nav ul li#nav-furniture a{background-position:-80px 0px;}
#nav ul li#nav-furniture a:hover, #nav ul li#nav-furniture a.selected{background-position:-80px -46px;}

#nav ul li#nav-services, #nav ul li#nav-services a, #nav ul li#nav-services a img{width:54px;}
#nav ul li#nav-services{padding-right:39px;}
#nav ul li#nav-services a{background-position:-180px 0px;}
#nav ul li#nav-services a:hover, #nav ul li#nav-services a.selected{background-position:-180px -46px;}

#nav ul li#nav-about, #nav ul li#nav-about a, #nav ul li#nav-about a img{width:64px;}
#nav ul li#nav-about{padding-right:40px;}
#nav ul li#nav-about a{background-position:-273px 0px;}
#nav ul li#nav-about a:hover, #nav ul li#nav-about a.selected{background-position:-273px -46px;}

#nav ul li#nav-blog, #nav ul li#nav-blog a, #nav ul li#nav-blog a img{width:29px;}
#nav ul li#nav-blog{padding-right:40px;}
#nav ul li#nav-blog a{background-position:-377px 0px;}
#nav ul li#nav-blog a:hover, #nav ul li#nav-blog a.selected{background-position:-377px -46px;}

#nav ul li#nav-contact, #nav ul li#nav-contact a, #nav ul li#nav-contact a img{width:76px;}
#nav ul li#nav-contact a{background-position:-446px 0px;}
#nav ul li#nav-contact a:hover, #nav ul li#nav-contact a.selected{background-position:-446px -46px;}

/* Content Section */
#content{width:928px; height:auto; background:url(images/content-bg.gif) repeat-y 0px 0px;}
#content-topbg{width:916px; height:auto; padding:2px 6px 0px; background:url(images/content-topbg.gif) no-repeat 0px 0px;}

/* Flash */
#flash{width:571px; height:344px; overflow:hidden;}

/* Content Section Columns */
.narrowcolumn{width:571px; height:auto; float:left; padding:0px 2px 0px 0px;}
#sidebar{width:343px; height:auto; float:left; padding:0px;}
.widecolumn{padding:0px; margin:0px; width:916px;}
.narrowcolumn .padd, .widecolumn .padd{padding:14px 16px 0px 19px;}

/* Footer */
#footer{clear:both; width:916px; height:auto; padding:2px 6px 0px; text-align:center; background:url(images/content-bg.gif) repeat-y 0px 0px; font-family:Arial, Helvetica, sans-serif;}
#footer #footer-tabs{width:100%; height:121px; padding-bottom:2px;}
#footer #footer-tabs ul{width:100%; height:121px;}
#footer #footer-tabs ul li{float:left; height:121px;}
#footer #footer-tabs #middle{padding:0px 2px;}

#footer #fnav{width:100%; height:34px; line-height:34px; background:#33242c url(images/footer-navbg.gif) no-repeat 0px 0px; color:#d3ccb2; font-size:13px; font-weight:bold;}
#footer #fnav a{color:#d3ccb2; font-weight:bold; text-decoration:none; margin:0px 18px;}
#footer #fnav a:hover{color:#fff; text-decoration:none;}

#copyright{width:916px; height:auto; padding:7px 6px 30px; margin:0px auto; background:url(images/footer-bg.gif) no-repeat 0px 0px; font-size:10px; color:#655f49; font-family:Arial, Helvetica, sans-serif; text-align:center;}
#copyright a{color:#655f49; text-decoration:none;}
#copyright a:hover{color:#655f49; text-decoration:underline;}

/* Sidebar Specifics */
#sidebar{font-family:Arial, Helvetica, sans-serif;}
#sidebar h2{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding-bottom:7px; font-size:17px; color:#fff;}
#sidebar h2.featured{font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; padding-bottom:10px;}
#sidebar ul{padding:0px 0px 0px 17px; margin:0px;}
#sidebar ul li{padding:0px; margin:0px; list-style-type:disc; color:#fff; font-size:12px; line-height:19px;}

/*
#sidebar ul li.widget{padding:1px; margin-bottom:2px; border:1px solid #ccc;}
#sidebar ul li.widget h2{background:#f2f2f2; border-bottom:1px solid #e5e5e5; padding:5px 10px; color:#616268; font-size:18px; line-height:19px;}
#sidebar ul li ul{padding:7px 0px 10px 25px; margin:0px;}
#sidebar ul li ul li{list-style-type:disc; color:#ffa800; font-size:13px; line-height:19px;}
#sidebar ul li ul li a{color:#ffa800; text-decoration:none;}
#sidebar ul li ul li a:hover{color:#616268;}
*/
#sidebar{line-height:19px;}

#sidebar ul#newtagcloud{padding-left:0px !important;}
#sidebar ul#newtagcloud a{margin:0px 6px 0px 0px; line-height:26px; font-weight:normal !important;}
#sidebar ul#newtagcloud{padding-left:0px; margin:0px;}
#sidebar ul#newtagcloud li{list-style:none; background:none; padding-left:0px;}

#sidebar .box-yellow{width:343px; height:auto; margin-bottom:2px; background:#f4db6d url(images/box-yellow.gif) repeat-y 0px 0px;}
#sidebar .box-yellow-top{width:343px; height:auto; background:url(images/box-yellow-top.gif) no-repeat 0px 0px;}
#sidebar .box-yellow-btm{width:319px; height:auto; padding:8px 12px; background:url(images/box-yellow-btm.gif) no-repeat 0px 100%;}
#sidebar .box-yellow h2{color:#403524; font-size:17pt;}
#sidebar .box-yellow a{font-weight:bold; color:#403524;}
#sidebar .box-yellow a:hover{color:#000;}

#sidebar .box-brown{width:343px; height:auto; margin-bottom:2px; background:#71674f url(images/box-brown.gif) repeat-y 0px 0px;}
#sidebar .box-brown-top{width:343px; height:auto; background:url(images/box-brown-top.gif) no-repeat 0px 0px;}
#sidebar .box-brown-btm{width:319px; height:auto; padding:8px 12px; background:url(images/box-brown-btm.gif) no-repeat 0px 100%;}
#sidebar .box-brown a{font-weight:bold; color:#fff;}
#sidebar .box-brown a:hover{color:#000;}

#sidebar .box-cherry{width:343px; height:auto; margin-bottom:2px; background:#682d1b url(images/box-cherry.gif) repeat-y 0px 0px;}
#sidebar .box-cherry-top{width:343px; height:auto; background:url(images/box-cherry-top.gif) no-repeat 0px 0px;}
#sidebar .box-cherry-btm{width:319px; height:auto; padding:8px 12px; background:url(images/box-cherry-btm.gif) no-repeat 0px 100%;}
#sidebar .box-cherry a{font-weight:bold; color:#fff;}
#sidebar .box-cherry a:hover{color:#000;}

#sidebar .box-pattern{width:339px; height:auto; padding:2px; margin-bottom:2px; background:#2f2028 url(images/box-pattern.gif) repeat 0px 0px;}
#sidebar .box-pattern .inner{border:1px solid #4f3e4a; padding:5px 9px; min-height:199px;}
/* \*/ * html #sidebar .inner{height:199px;} /* IE 6 */
#sidebar .box-pattern p{color:#d7d0b6; font-size:12px; line-height:17px; padding-bottom:9px;}
#sidebar .box-pattern a{font-weight:bold; color:#fff;}
#sidebar .box-pattern a:hover{color:#000;}

/* Radio Ads */
#sidebar #radio-ads{margin-bottom:2px; width:343px; height:90px; overflow:hidden;}

/* Featured Item */
#sidebar .featured-left{float:left; width:116px; padding-right:14px; text-align:center; line-height:25px; font-size:12px;}
#sidebar .featured-left img{background:#f7ecaf; padding:1px; border-bottom:1px solid #dec960; border-top:1px solid #d1ccbd;}
#sidebar .featured-right{float:left; width:189px;}
#sidebar .featured-right p{line-height:16px; font-size:12px; color:#403524; padding-bottom:6px;}

/* Subcribe */
#newsletter{width:294px; height:18px; padding:4px 6px 3px; background:url(images/txt-box.gif) repeat-x 0px 0px; border:1px solid #91432a; border-width:0px 1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#80452f; float:left; margin-bottom:5px;}
#subscribe{width:104px; height:25px; background:url(images/buttons/subscribe.gif) no-repeat 0px 0px; border:none; float:left; cursor:pointer;}
#unsubscribe{width:104px; height:25px; background:url(images/buttons/unsubscribe.gif) no-repeat 0px 0px; border:none; float:left; cursor:pointer; margin-left:5px;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{padding:0px; margin:0px 0px 18px 10px;}
/* \*/ * html .narrowcolumn ul, * html .widecolumn ul{margin:0px 0px 18px 18px;} /* */
.narrowcolumn ul li, .widecolumn ul li{line-height:23px; padding:0px 0px 2px 0px; margin:0px; list-style:disc;}

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

.postmetadata{border:1px solid #d8d2bf; border-width:1px 0px; padding-bottom:1px; color:#d0a100; font-size:14px;}
.divider{border-bottom:1px solid #d8d2bf; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#3a3532; font-size:12px; font-weight:normal; line-height:19px;}
cite.fn{line-height:23px; font-size:12px; font-weight:bold;}
cite.fn a{color:#d0a100; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#3a3532; text-decoration:none;}

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

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


/* Furniture Page */
table.furniture{width:100%; height:auto; border:none; empty-cells:show;}
table.furniture td{text-align:center; vertical-align:top; padding:3px; border:none; line-height:19px;}
table.furniture td a{text-decoration:none; font-size:15px; font-weight:bold; color:#3a3532;}
table.furniture td a:hover{text-decoration:none; color:#d0a100;}
table.furniture td a img{border:1px solid #d8d1bf; padding:1px;}
table.furniture td a:hover img{border:1px solid #d0a100;}

/***** Testimonials *****/
#dTestimonials div.inner a:hover { color: #fff; }