/*
Theme Name: DB 10
Theme URI: http://xcellimark.com/
Description: The defaultDB theme.
Version: 1.6
Author: Maria Frey
Author URI: http://xcellimark.com/

	DB [v2]
	 http://xcellimark.com/

	This theme was designed and built by Maria Frey.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family:Arial, Helvetica, sans-serif;
	}

a:link, a:visited, h2 a:hover, h3 a:hover { color: #267E86; outline: none;}
a:hover { text-decoration: none; }
a:active { position: relative; top: 1px; }

#header {
	background:url(http://www.directhomediscount.com/images/sce/landing-images/directbuy-logo.gif) 10px 25px no-repeat;
	height:185px;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	background-color:#807159;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	padding:8px 0;
	margin:0 0 0 -3px;
	text-align:center;
	position:absolute;
	top:138px;
	width:940px;
	}

#headerimg .description {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	}
	
.entry H1{}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

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 */
body {
	background:#fff url(http://www.directhomediscount.com/images/sce/landing-images/bg-top.jpg) top center no-repeat;
	margin:0 0 25px 0;
	}

#header {
	}

#headerimg {
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0px 0 0;
	width: 250px;
	}

.widecolumn {
	padding: 0 0 35px 0;
	margin: 5px 0 0 150px;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	padding-bottom:8px;
	border-bottom:2px solid #D7D3CE;
	}

.post h2 {margin-bottom:0;}
.post h2 a {text-decoration:none; }

.post h2 a:hover {border-bottom:1px solid #D7D3CE; border-top:1px solid #D7D3CE; background-color:#EBEBE6;}
.postInfo {border-bottom:1px solid #D7D3CE; margin-bottom:12px;}

.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: left;
	padding-top:20px;
	font-size:.8em !important;
	line-height:normal !important;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	}

h2 {
	}

h2.pagetitle {
}

#sidebar h2 {
	}

h3 {
	}

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;
	text-indent: -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;
	line-height:1.4em;
	}
	
#sidebar ul li a { text-decoration:none; }
#sidebar ul li a:hover {color:#000; text-decoration:underline;}

#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: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation a{font-size:10px;}
/* End Various Tags & Classes*/




.column-list li {

	float: left; 
	width: 250px;
	}

#wrap {
	background:transparent url(http://www.directhomediscount.com/images/sce/landing-images/bg-bottom.jpg) bottom center no-repeat;
	margin:0 auto;
	padding:0 30px 20px;
	width:940px;
	overflow:hidden;
	}

#nav {
	position:relative;
	top:112px;
	
	}
	
#nav a {
	color:#464646;
	font-size:12px;
	text-decoration:none;
	padding:2px 6px 7px 6px;
	}

#nav a:hover {
	text-decoration:underline;
	background-color:#EBEBE6;
	color:#807159;
	}

#header {
	background:url(http://www.directhomediscount.com/images/sce/landing-images/directbuy-logo.gif) 10px 25px no-repeat;
	height:185px;
	}

.findaclub {
	border-left:#b6ae95 dashed 1px;
	color:#302c1f;
	font:normal bold 12px arial;
	margin-top:35px;
	padding:7px 20px;
	width:170px;
	}

.findaclub input[name="zipCodeB"] {
	border:#807159 solid 1px;
	font:italic normal 11px georgia;
	padding:2px;
	margin:0;
	width:100px;
	}

.findaclub form {
	margin:4px 0 0 0;
	}

.promo {
	/*background:url(http://www.directhomediscount.com/images/sce/landing-images/starburst.gif) center left no-repeat;*/
	height:116px;
	padding-left:112px;
	float:right;
	width:173px;
	margin-top:8px;
	}



#main-content {
	color: #464646;
	margin:15px 0 0 0;
	padding-right:35px;
	width:600px;
	float:left;
	}

#main-content p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:20px;
	}
	
h3 {color:#474747;margin-bottom:0;}

#sidebar h2 {font-size:14px; color:#474747; margin-bottom:0; background-color:#EBEBE6; padding:8px; border-top:1px solid #D7D3CE; border-bottom:1px solid #D7D3CE;margin-top:20px;}	

.cta-pass {
	background:url(http://www.directhomediscount.com/images/sce/landing-images/cta-freepass-teal.gif) 0 0 no-repeat;
	display:block;
	height:48px;
	margin:0 auto;
	outline:none;
	text-indent:-9999px;
	width:336px;
	}

.cta-pass:hover {
	background-position:0 -48px;
	}

#sidebar {
	float:right;
	margin-top:45px;
	padding-bottom:80px;
	width:302px;
	font-size:.9em;
	}



.column-list li {
	float: left; 
	width: 250px;
	}

#footer {
	background-color:#cec7b3;
	margin:0 auto;
	padding:0 0 8px 0;
	width:940px;
	}

#copyright{font: 9px Arial;	color: #525048;	float:left;	width:200px;text-align:left; margin-left:15px;}
#xcellBox{float:right;}
#xcellTag{padding:0; color: #525048;font-size: 9px; padding-right:15px;}
a.xcell{border:none!important; }
a.xcell:link, a.xcell:visited  {text-decoration: none; color: #525048; font-size: 9px;}
a.xcell:hover {text-decoration: underline; color: #FF0000; font-size: 9px;}



#megafooter {margin: 0 30px 40px 30px;}
#megafooter a {color:#695a41;text-decoration:none;}
#megafooter p {margin:0;}
#footer ul {list-style:none; margin:0 40px 0 0; padding:0; font-size:11px; float:left; }
#footer li {float:left; width:125px;}
ul#remodeling, ul#about-db {width:175px;}
ul#products {width:250px;}
#footer ul a {  float:left; line-height:16px;width:125px;border-top:#cec7b3 solid 1px;border-bottom:#cec7b3 solid 1px;}
#footer ul a.title-link {font-weight:bold;border-bottom:#695a41 solid 1px;float:none!important; display:block; margin-bottom:4px;}
#footer ul a:hover {color:#000;background-color:#dad5c6;border-top:#b4af9c solid 1px;border-bottom:#b4af9c solid 1px;}
#footer ul a.title-link:hover {text-decoration:none;}
ul#products a.title-link {width:250px;}
ul#remodeling a.title-link, ul#about-db a.title-link {width:175px;}
#footer a.button {background-color:#dad5c6;display:block; width:150px;float:right; margin-top:12px;padding:8px 4px; text-align:center;font-size:12px;border:#b4af9c solid 1px;font-weight:bold;}
#footer a.button:hover {color:#fff; background-color:#b4af9c;}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
* html .group { /* IESux */
	height:1%;
	}
	
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}


