@import url("reset.css");
/*
Theme Name: Connell's Furniture
Theme URI: http://www.idgsites.com/clients/C/connells_new/website/index.php
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 and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme


*/



/* Begin Typography & Colors */


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
/* background-color: #f8f8f8; */
	border-bottom:1px solid #8db760;
}
.thread-even {
/* 	background-color: white; */
border-bottom:1px solid #8db760;
}
.depth-1 {
/* border: 1px solid #ddd; */
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#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;
	}

.nocomments, blockquote, strike {
	color: #777;
	}

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-weight: bold;
	font-size: 1.3em;
	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 30px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.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:25px;
	}

#sidebar #searchform #s {
	width: 138px;
	height:19px;
	padding:1px 3px 0px;
	margin:0px;
	border:1px solid #a5acb2;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	outline:none;
	}

#sidebar #searchsubmit {
	padding:1px 0px 0px;
	margin:0px 0px 0px 3px;
	background:#b2cb5e;
	border:1px solid #666666;
	width: 57px;
	height:22px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	outline:none;
	cursor:pointer;
	}

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

select {
	width: 130px;
	}

#commentform input {
width: 190px;
	padding: 2px;
	margin: 0px 5px 3px 0;
	outline:none;
	color:#000000;
	}
#commentform .comment-fld{
background:none;
border:1px solid #a5acb2;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
outline:none;
background:#ffffff;
}

#commentform {
	margin: 5px 10px 0px 0;
	}
#commentform textarea {
	width: 98%;
	padding: 2px;
	float:left;
	background:none;
	border:1px solid #a5acb2;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	outline:none;
	background:#ffffff;
	}
	
#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 #a5acb2;;
	color:#000000;
	font-size:13px;
	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;
	padding: 10px;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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;
	padding-top: 10px;
	padding-bottom: 15px;
	margin:0px;	
	}
/* 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 url(images/bg_1.gif) repeat top left; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px;}
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{color:#005c33; font-size:22px; padding:0px 0px 5px 0px; line-height:30px;}
h2{font-size:20px; padding-bottom:5px; line-height:27px; color:#005c33;}
h2 a{color:#005c33; text-decoration:none;}

h3{font-size:18px; padding-bottom:4px; line-height:22px; color:#005c33;}
h4{font-size:13px; font-weight:bold; padding-bottom:4px; line-height:19px; color:#005c33;}

p{line-height:19px; padding-bottom:13px;}
.align-right{text-align:right; margin-top:0px; clear:both; display:block;}
.align-center{text-align:center; margin-top:0px; clear:both;}

a{text-decoration:underline; color:#666666;}
a:hover{text-decoration:none; color:#999933;}

/* Main Containers */
#wrapper{width:100%; height:auto;}
#page{width:950px; height:auto; padding:0px 15px; margin:0px auto; background:url(images/page-shadow.png) repeat-y top left;}
#page-inner{width:950px; height:auto; background:#cade73;}

/* Header */
#header{width:950px; height:93px;position:relative; border-bottom: 1px solid #99A35A; }
#header #logo{float:left; width:312px; height:93px; overflow:hidden;}

#header #sys-nav{float:right; height:42px; padding-right:10px;}
#header #sys-nav ul{list-style:none;}
#header #sys-nav ul li{float:left; padding-left:24px; padding-top:2px; color:#005c33; font-weight:bold; font-size:14px;}
#header #sys-nav ul li.cart{padding-left:0px; padding-top:10px;}
#header #sys-nav ul li.shopping{padding-right:7px; padding-left:1px; padding-top:17px;}
#header #sys-nav ul li.map{padding-right:6px; padding-top:10px;}
#header #sys-nav ul li.call-us{font-size: 20px; font-weight: bold; padding-top:14px;}

/* Top Navigation */
#nav{width:905px; height:34px; padding-top:1px; padding-left:45px; background:#005c33;}
#nav a{float:left; font-size:14px; font-family:Geneva, Arial, Helvetica, sans-serif !important; color:#ffffff; text-decoration:none;}
#nav a:hover, #nav a.selected{text-decoration:none; font-weight:bold; font-style:italic; color:#ffffff;}

div.menu1 {
	float: left;
	width: 47px;
	height: 24px;
	margin-top: 10px;
	}
	
div.menu2 {
	float: left;
	height: 24px;
	width: 72px;
	margin-top: 10px;
	}
	
div.menu3 {
	float: left;
	height: 24px;
	width: 95px;
	margin-top: 10px;
	}
	
div.menu4 {
	float: left;
	height: 24px;
	width: 60px;
	margin-top: 10px;
	}

div.menu5 {
	float: left;
	height: 24px;
	width: 37px;
	margin-top: 10px;
	}
	
div.menu6 {
	float: left;
	height: 24px;
	width: 95px;
	margin-top: 10px;
	}
	
div.menu7 {
	float: left;
	height: 24px;
	width: 107px;
	margin-top: 10px;
	}
	
div.menu8 {
	float: left;
	height: 24px;
	width: 67px;
	margin-top: 10px;
	}
	
div.menu9 {
	float: left;
	height: 24px;
	width: 77px;
	margin-top: 10px;
	}
	
div.menu10 {
	float: left;
	height: 24px;
	width: 37px;
	margin-top: 10px;
	}
	
div.space {
	margin-left:30px;
}
div.divider {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	margin-top: 10px; 
	padding-right:10px;
	padding-left:3px;
	float:left;
}

/* Tagline Bar */
#tagline{clear:both; width:100%; height:36px; text-align:center; color:#ffffff; background:#752250; font-size:14px; line-height:36px; font-weight:bold;}
#tagline a, #tagline a:link { font-weight: bold; text-decoration: none; }
#tagline a:hover { text-decoration:underline; }
/* Content Section */
#content{width:950px; height:auto; background:url(images/sidebar-bg.gif) repeat-y top right;}
#content:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html #content{height:1px} /* */

.narrowcolumn{width:650px; height:auto; float:left; padding:7px 5px 20px 10px;}
#sidebar{width:273px; height:auto; float:left; padding:25px 5px 30px 7px;}
.narrowcol-padd{padding:10px 15px;}
.widecolumn {
	padding: 0px 10px;
	margin:0px;
	width: 930px;
	}

/* Left Columns */
.narrowcolumn #narrowcolumn-left{width:200px; height:auto; float:left; padding:15px 23px 10px 0px;}
.narrowcolumn #narrowcolumn-right{width:415px; height:auto; float:left; padding:5px 12px 10px 0px;}
.narrowcolumn #narrowcolumn-left .clear{margin-bottom:10px;}

#sidebar #video{padding-bottom:25px;}
#sidebar h2{color:#005c34; font-size:14px; font-weight:bold; text-transform:uppercase;}
#sidebar ul li.widget{padding:10px 8px 0px 18px;}
#sidebar li{list-style:none; !important;}
#sidebar ul li ul li{padding-bottom:1px; line-height:19px;}

/* Footer */
#footer{clear:both; width:920px; height:76px; padding:24px 15px 0px; color:#CCCCCC; font-family:Geneva, Arial, Helvetica, sans-serif; border-top:6px solid #000000; background:#752250; position:relative;}
#footer p{padding-bottom:8px;}
#footer a{color:#CCCCCC; text-decoration:underline;}
#footer a:hover{color:#CCCCCC; text-decoration:none;}
#footer .credit-cards{position:absolute; top:23px; right:10px;}


/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul li{list-style:disc; padding-left:15px; padding-bottom:13px;}
.narrowcolumn ul li, .widecolumn ul li{list-style:disc; line-height:19px; padding-bottom:3px;}

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

small{color:#005c34;}
cite.fn{line-height:23px; color:#005c34;}
cite.fn a{color:#005c34;}
.postmetadata{ border:1px solid #8db760; border-width:1px 0px;}

#header #ifCartWidget { width: 217px; height:61px; float:right; margin-right: 20px; overflow: hidden; border: none; }
#header #dLocations { float:right; margin-right: 15px; margin-top: 10px; }
#header #dLocations img { padding-right: 5px; }
#header #dLocations a, #header #dLocations a:link { color: #496F49; font-size: 12px; font-weight: bold; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; }
#header #dLocations a:hover { text-decoration: underline; }


/* New styles added on 2009.10.12 */
#top-banner{width:100%; height:auto;}
#top-banner img{float:left; padding:0px; margin:0px;}

.narrowcolumn .tblSideNav {
	padding:5px 5px 5px 10px;
	background-color:#FFFFFF;
	border:#666666 1px solid;
	width:183px;
	height:auto;
	margin-bottom:10px;
}
.narrowcolumn  .tblSideNav h2{
	font-size: 14px;
	font-weight: bold;
	color:#005c33;
	padding-bottom:5px;
	line-height:20px;
}
.narrowcolumn .tblSideNav h2 a{color:#999933; text-decoration:none; font-weight:bold;}
.narrowcolumn .tblSideNav h2 a:hover{color:#005c33; text-decoration:none; font-weight:bold;}

.narrowcolumn #narrowcolumn-right h5{color:#752250; font-size:18px; line-height:24px; font-weight:normal; padding-bottom:15px;}
#sidebar h5{color:#752250; font-size:18px; line-height:20px; font-weight:normal; padding-bottom:0px;}

.fineprint {
	font-size: 11px !important;
}

h3.catHeadings {
	color:#FFFFFF;
	background-color:#752250;
	padding-bottom: 0px;
	padding-left: 11px;
	padding-right:0px;
	width:418px;
	font-size: 16px;
	font-weight: bold;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	position:relative;
	clear:both;
}
/* \*/ * html h3.catHeadings{width:404px;} /* */

p.padd{padding:25px 0px;}
.btm-padd{padding-bottom:20px;}
.divider-h{border-bottom:#999999 1px dashed; font-size:0px; line-height:0px; height:5px; margin-bottom:15px;}

.txt-box, .e2ma_signup_form_element input {
	width: 138px;
	height:19px;
	padding:1px 3px 0px;
	margin:0px;
	border:1px solid #a5acb2;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	outline:none;
	}

.btn-submit, .e2ma_signup_form_button {
	padding:1px 0px 0px;
	margin:0px 0px 0px 3px;
	background:#b2cb5e;
	border:1px solid #666666;
	width: 57px;
	height:22px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	outline:none;
	cursor:pointer;
	}
	
.e2ma_signup_form_required_footnote, #e2ma_signup_reset_button, #e2ma_signup_message, .e2ma_signup_form_label { display:none !important; }
.e2ma_signup_form_row { border: none; padding: 0; margin: 0 }