@import url("reset.css");
/*
Theme Name: Valley Furniture and Mattress
Theme URI: http://www.valleyfurnitureandmattress.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;
	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;
	padding:2px !important; background:#fff; border:1px solid #85accf;
	}

img.alignright {
	margin: 0 0 2px 15px;
	display: inline;
	padding:2px !important; background:#fff; border:1px solid #85accf;
	}

img.alignleft {
	margin: 0 15px 2px 0;
	display: inline;
	padding:2px !important; background:#fff; border:1px solid #85accf;
	}

.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:237px;
	height:20px;
	border:1px solid #215296;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#215296;
	padding:4px 5px 0px;
	margin-bottom:5px;
	}

#sidebar #searchsubmit {
	width: 249px;
	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:left;
	cursor:pointer;
	margin-bottom:7px;
	}

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

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #d3f2df;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#215296;
	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 #d3f2df;
	color:#215296;
	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;
}
img.aligncenter{padding:2px !important; background:#fff; border:1px solid #85accf;}

.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:#e2e6f1 url(images/bg.gif) repeat-x top left; font-family:Arial, Helvetica, sans-serif; color:#215296; 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} /* */

/* Common Styles */
h1{font-size:28px; padding:0px 0px 7px 0px; line-height:30px; color:#235397; text-shadow:0 0 0 #ffffff;}
h1 a{font-size:28px; color:#00b143;}
h1 a:hover{color:#215296; text-decoration:none; }

h2{font-size:21px; line-height:28px; padding-bottom:0px; color:#235397;}
h2 a{color:#00b143; text-decoration:none;}
h2 a:hover{color:#215296; text-decoration:none;}

h3{clear:both; font-size:18px; padding-bottom:8px; line-height:19px;}
h4{font-size:13px; font-weight:bold; padding-bottom:0px; line-height:23px;}

p{line-height:23px; padding-bottom:19px;}
.align-right{text-align:right; margin-top:0px; clear:both; display:block;}
.align-center{text-align:center; margin-top:0px; clear:both;}
.green{color:#00b143;}
.blue{color:#215296;}
.red{color:#FF0000;}
.image-bdr{padding:2px !important; background:#fff; border:1px solid #85accf;}

a{text-decoration:none; color:#00b143;}
a:hover{text-decoration:none; color:#215296; text-decoration:none;}

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

/* Header */
#header{width:968px; height:158px; position:absolute; z-index:1;}
#header-inner{background:url(images/header-bg.png) no-repeat top left; width:100%; height:158px;}
#header #logo{width:375px; height:123px; float:left; padding:17px 0px 0px 26px; position:relative;}
#header #logo img{width:375px; height:123px;}

#header #call-us{width:250px; height:auto; float:right; padding:15px 23px 0px 0px; font-size:18px; text-align:right; color:#0d2f8b; position:relative;}
#header #call-us p{padding:0px 0px 5px 0px; line-height:20px;}
#header #call-us p .small{font-size:13px; font-weight:bold; line-height:18px !important;}

/* Top Navigation */
#nav{width:267px; height:384px; padding-top:73px; padding-bottom:1px; background:#ffffff;}
#nav ul{list-style:none; width:267px; height:384px;}
#nav li{width:267px; height:54px; padding:0px 0px 1px 0px !important; float:left; overflow:hidden;}
#nav li img{width:267px; height:54px;}
#nav a{width:267px; height:54px; display:block; background:url(images/navigation.gif) no-repeat;}

#nav li#nav-home a{background-position:0px 0px;}
#nav li#nav-home a:hover, #nav li#nav-home a.selected{background-position:0px -384px;}

#nav li#nav-brands a{background-position:0px -55px;}
#nav li#nav-brands a:hover, #nav li#nav-brands a.selected{background-position:0px -439px;}

#nav li#nav-room-solutions a{background-position:0px -110px;}
#nav li#nav-room-solutions a:hover, #nav li#nav-room-solutions a.selected{background-position:0px -494px;}

#nav li#nav-blog a{background-position:0px -165px;}
#nav li#nav-blog a:hover, #nav li#nav-blog a.selected{background-position:0px -549px;}

#nav li#nav-services a{background-position:0px -220px;}
#nav li#nav-services a:hover, #nav li#nav-services a.selected{background-position:0px -604px;}

#nav li#nav-about a{background-position:0px -275px;}
#nav li#nav-about a:hover, #nav li#nav-about a.selected{background-position:0px -659px;}

#nav li#nav-contact a{background-position:0px -330px;}
#nav li#nav-contact a:hover, #nav li#nav-contact a.selected{background-position:0px -714px;}

/* Content Section */
#content{width:946px; height:auto; background:#ffffff url(images/content-btm-left.gif) no-repeat left bottom; padding:0px 2px; position:relative; top:77px; left:9px;}
#content-inner{width:100%; height:auto; background:url(images/sidebar-bg.gif) repeat-y right top; margin-bottom:2px;}

/* Flash Header */
#flash{width:678px; height:457px; padding-bottom:1px; overflow:hidden;}

/* Content Section Columns */
.narrowcolumn{width:678px; height:auto; float:left; padding:0px 1px 0px 0px;}
#sidebar{width:267px; height:auto; float:left; background:#e5f8e9;}
.narrowcolumn .padd{padding:20px 20px 0px 20px;}
.narrowcolumn .no-flash{padding-top:97px !important;}
.narrowcolumn .landing-page{padding-top:0px !important;}

/* Footer */
#footer{clear:both; width:100%; height:auto; text-align:center; margin-top:77px;}
#footer address{font-size:13px; font-weight:bold; color:#4870a8; font-style:normal; padding:18px 0px 3px; text-shadow:0 0 0 #ffffff;}
#footer address a{font-weight:bold;}
#footer p#copyright{font-size:11px; color:#4870a8;}
#footer a{color:#4870a8; text-decoration:none;}
#footer a:hover{color:#00b143; text-decoration:none;}

/* Newsletter */
#sidebar #newsletter h2.newsletter{padding:0px 0px 3px 0px !important; line-height:20px;}
#sidebar #newsletter p{font-size:12px; line-height:16px; padding-bottom:5px;}
#sidebar #newsletter #email{width:237px; height:20px; border:1px solid #215296; background:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#215296; padding:4px 5px 0px; margin-bottom:5px;}
#sidebar #newsletter #subscribe{width:249px; height:31px; background:url(images/btn-subscribe.gif) no-repeat top left; border:none; cursor:pointer; float:left; margin-bottom:7px;}

/* Find Store */
#sidebar #find-store h2.locations{padding:0px 0px 3px 0px !important; line-height:20px;}
#sidebar #find-store p{font-size:12px; line-height:16px; padding-bottom:5px;}
#sidebar #find-store img{float:left;}

#sidebar ul#newtagcloud a{margin:0px 7px 0px 0px; line-height:25px;}
#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:23px;}
#sidebar {line-height:19px;}
#sidebar ul li{line-height:19px; padding-bottom:7px;}

#sidebar .clear{border-bottom:1px solid #ffffff; padding:8px 9px; width:249px;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{list-style:none; padding:0px !important; margin:0px 0px 18px 0px !important;}
.narrowcolumn ul li, .widecolumn ul li{background:url(images/bullet-green.gif) no-repeat left 7px; line-height:20px; padding:0px 0px 4px 25px !important; margin:0px !important;}

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

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

small{color:#215296; font-size:11px; line-height:19px;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#00b143; text-decoration:none; font-weight:normal;}
cite.fn a:hover{color:#215296; text-decoration:none;}

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

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

/* Home Page Bottom Section */
#highlights{height:auto; background:url(images/home-page-curve.gif) no-repeat top left; padding-top:22px;}
#highlights .col{width:224px; height:auto; float:left;}
#highlights .middle{padding:0px 1px;}
#highlights h2{color:#00b143; padding:0px;}
#highlights .padd{padding:0px 7px;}
#highlights p{line-height:18px; padding-bottom:7px;}
#highlights img{float:left;}

/* IE6 Png Fix */
img.png, div#header-inner { behavior: url(/pngfix/iepngfix.htc) }

/* Brands */
div#brands{width:100%; height:auto;}
div#brands:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html div#brands{height:1px} /* */

div#brands ul{list-style:none; width:100%; height:auto; padding:0px !important; margin:0px !important;}
div#brands ul:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html div#brands ul{height:1px} /* */

div#brands ul li{float:left; width:202px; height:77px; padding:10px 0px !important; margin:0px !important;}
div#brands ul li a{float:left; width:200px; height:75px; display:block; overflow:hidden; border:1px solid #fff;}
div#brands ul li a:hover{border:1px solid #d3f2df;}

div#brands ul li.big{height:142px;}
div#brands ul li.big a{height:140px;}

div#brands ul li.wide{width:300px;}
div#brands ul li.wide a{width:298px;}

/* Contact Form */
.frmContact td { padding:3px 0; }
.frmContact .tb { background:#fff; border:1px solid #5f8fd0; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:300px; padding:3px 5px; float:left; }
.frmContact .btSubmit { font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:3px 10px; float:left; cursor:pointer; }
.frmContact #tbPhone, .frmContact #tbState, .frmContact #tbZip, .frmContact #tbCity { width:150px; }



