@import url(reset.css);
@import url(sprites.css);
@import url(buttons.css);
@import url(forms.css);


/*============================================================
 Base
============================================================ */

body {
	background-position:top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, times, serif;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	}

html>body {
	min-height: 100%;
	height: auto;
	}

a {
	text-decoration: none;
	color: #000;
	}

p a:hover {
	border-bottom:1px solid #333;
	padding:0 0 2px 0;
	}

a img {
	display: block;
	text-decoration: none;
	}
  
a.button {
  border: none;
  }

h1, h2, h3, h4 {
  font-family: Georgia,Times, "Times New Roman", serif;
  font-weight: normal;
  }
  
h1 {
  font-size: 32px;
  line-height: 1.5em;
	}
h1.underline-heading {
	border-bottom:1px solid #eee; 
	margin:30px 0 20px 0;
}
h2 {
  font-size: 24px;
  line-height: 1.5em;
	}
h3 {
  font-size: 18px;
  line-height: 1.5em;
	}
h4 {
  line-height: 1.5em;
  font-size:14px;
  font-weight:bold;
  padding-bottom:10px;
  vertical-align:top;
  font-family:   Arial,Helvetica,sans-serif;
  border-bottom:3px solid #f2f2f2;
	}

h4 a:link, h4 a:visited {
  font-size:11px;
  color:#888;
  margin: 0 6px;
  padding:4px 0 4px 0;
  letter-spacing:1px;
	}
h4 a:hover, h4 a:focus {
  border-bottom:2px solid #D8D8D8;
  background:transparent url(/images/dot_grey.png) no-repeat top;
	}

h4 a.current:link, h4 a.current:visited {
	background:transparent url(/images/dot.png) no-repeat top;
	border-bottom:0px solid;
	color:#000;
	cursor: default;
	}

p, dd, div#main ul, div#main ol {
	margin-bottom: 1.2em;
	font-size: 14px;
	line-height: 1.5em;
	}

div#main ul li {
  list-style-type: disc;
}

div#main ol li {
  list-style-type: decimal;
}

div#main li {
  margin-left: 2em;
}

div#main ul.non-standard li, div#main ol.non-standard li {
  list-style-type: none;
  margin-left: 0;
}

dt {
  line-height: 1.3125em;
}

dd {
  margin-left: 2em;
}

dl {
  margin-top: 1em;
  margin-bottom: 1.2em;
}

strong {
  font-weight: bold;
  }

em {
  font-style: italic;
  }

code, pre {
  display: block;
  padding: 16px 32px;
  margin-bottom: 1.5em;
  background: #333;
  font-family: "Courier New", Courier, mono;
  font-size: 13px;
  color: #fff;
  line-height: 1.3em;
  white-space: pre;
  }
  
blockquote {
  font-weight: normal;
  font-style: italic;
  color: #999;
  line-height: 1.5em;
  background:#F2F2F2 none repeat scroll 0%;
	color:#858585;
	font-size:11px;
	margin-bottom:1.3em;
	padding:15px;
  }

blockquote cite {
	color:#4D4D4D;
	font-weight:bold;
}

#wrap {
  margin:0pt auto;
  position:relative;
  text-align:left;
  width:990px;
  }


/*=================================
HEADER  
=================================*/
#header {
	float:left;
	height:92px;
	width:100%;
	z-index: 10;
	text-align: right;
  }

#logo {
  float: left;
  width: 320px;
  height: 45px;
  margin: 25px 0 0 0;
  overflow: hidden;
  }

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: url(/images/dbh_logo.png) 0 0 no-repeat;
  text-indent: -5000px;
  }

#logo a:hover {
  background-position: 0 -46px;
  }
 
 

ul.secondary-nav{
	margin:0 0 0 20px;
}

ul.search li ul.secondary-nav li {
	margin:0 10px;
	text-transform: uppercase;
	color:#ccc;
	padding:0;
	text-align:right;
}

ul.secondary-nav li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 10px 0 0;
	margin-right:0;
	font: 900 10px "Arial", Helvetica, sans-serif;
}

ul.secondary-nav li a span {
	float: left;
	width:10px;
	padding-right: 0px;
	display: block;
	margin-top: -4px;
	height: 24px;
	margin-left:-10px;
}

ul.secondary-nav li a:hover span, ul.secondary-nav li a.current span {
	background: url("/images/bg_vote_filter.png") no-repeat top left;
}

ul.secondary-nav li a:hover, ul.secondary-nav li a.current {
 	color: #fff;
	background:url("/images/bg_vote_filter.png") no-repeat top right;
}



/*=== SEARCH ==*/

input#search {
	background:transparent url(/images/search_bg.png) no-repeat scroll 0pt;
	border:medium none;
	font-size:10px;
	height:19px;
	text-align:left;
	width:127px;
	padding:5px 0 0 24px;
	position:relative;
	top:-1px;
	z-index: 10;
	}


ul.search{z-index: 15}
ul.search li {
	float: left;
	text-decoration: none;
	color: #fff;
	height:36px;
	}

.search_lft {
	 background: url("/images/subnav_bg.png") no-repeat top left;
	 font: 12px Gotham, Arial, Helvetica, sans-serif;
	 text-indent:0px;
	}

.search_middle {
	 background: url("/images/subnav_bg.png") no-repeat top center;
	 font: 14px Gotham, Arial, Helvetica, sans-serif;
	 padding:10px 14px 0 0;
	}
.search_rt  {
	background: url("/images/subnav_bg.png") no-repeat top right;
	padding:6px 6px 0 0;
	}



/*=================================
MAIN
=================================*/
#main {
  float: left;
  width: 100%;
  }
  
#main_sotd_default {
  float: left;
  width: 990px;
  height:620px; /*  sotd area is 600 + 20px for bottom shadow */
  position: relative;
  }

#sotd_wrap {
	float: left;
  position: relative; /* so that main_product_description can be
                         absolutely positioned within the wrap borders */
	width: 990px;
	background: url(/images/shadow_main_home.png) bottom center no-repeat;
	height:620px; /*  sotd area is 600 + 20px for bottom shadow */
	}

#sotd_link {
  display: block;
  height: 600px;
  width: 898px;
  position: absolute;
  left: 46px;
  top: 0;
  z-index: 10;
	}

#model {
  margin-top: 10px;
  height: 590px;
  width: 100%;
	}

#main_lft_arrow {
  position:absolute; 
  margin:225px 0 0 0;
  width: 79px;
  height: 128px;
  background: url(/images/lft_arrow.png) no-repeat;
  text-indent: -9000px;
  overflow: hidden;
	}

#main_rt_arrow {
  position:absolute; 
  margin:225px 0 0 924px;
  width: 79px;
  height: 128px;
  background: url(/images/rt_arrow.png) no-repeat;
  text-indent: -9000px;
  overflow: hidden;
}


#main_product_description {
	background:#000 none repeat scroll 0%;
	color:#fff;
	display:block;
	right:6px;
	opacity:0.85;
	padding:0px 0px 2px 10px;
	position:absolute;
  bottom: 20px;
	width:600px;
  z-index: 15;
	}

#main_product_description a {
	color:#fff;
	}

#main_product_byline {
	font-size:14px;
	margin:5px 0 0 0;
	}

#main_product_byline a {
	padding:0 0 1px 0;
	border-bottom:1px solid;
	font-style:italic;
	font-weight:normal;
	}

#main_product_byline a:hover{
	color:#bfbfbf;
	border-bottom:1px solid #bfbfbf;
	}

#main_product_title {
	font-size:30px;
	margin:5px 0 ;
	}
#main_product_title a{
	font-weight:normal;
	display:block;
	}
#main_product_title a:hover{
	color:#bfbfbf;
	font-weight:normal;
	}

#main_product_price {
	font-size:34px;
	float:right;
	text-align:center;
	position:relative;
	display:block;
	}

#main_product_price a {
	color:#fff;
	font-weight:normal;
	display:block;
	border-left:1px solid #333;
	padding:2px 5px 5px 5px;
	margin:10px 5px 5px 5px;
	}

#main_product_price a:hover{
	font-weight:normal;
	color:#bfbfbf;
}


#main_product_price a p{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:-1px;
	line-height:1em;
	margin-bottom:0em;
	}


#main_welcome {
	float:left;
	padding:0 0 20px 0;
	background-color: transparent;
	background-image: url(/images/bg_hr_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#main_welcome_left {
	float:left;
	width:460px;
	display:block;


	font:size:18px;
	margin:0 40px 0 10px;
	}
#main_welcome_left p{
	font-size:18px;
	line-height: 1.3em;
	text-align:justify;
	}
	

#main_welcome_left ol{
	list-style:decimal;
	margin:0 0 0 20px;
	padding:0;
	font-size:18px;
	line-height:1.3em;
	}

#main_welcome_right {
	float:right;
	width:470px;
	display:block;
	}

#main_welcome_right p{
	font-size:18px;
	line-height: 1.3em;
	}

#touts {
	float:left;
	margin:40px 0 0 0;
	}

#touts_message {
	float:left;
	width:300px;
	height:250px;
	}
	
#touts_message a{
	float:left;
	width:300px;
	font-weight:normal;
	line-height:24px;
	}	
	

#touts_message img{
	border:3px solid #ccc;
	}

#touts_message h2{
	font-size:18px;
	}

/*  Overview - fancy footer with updated stats on humans, posts and products */
#overview {
	float:left;
	margin:40px 0 0 0;
	}

#overview .overview_content {
	float:left;
	width:300px;
	}

#overview .overview_content li{
	border-bottom:1px solid #E4E4E4;
	float:left;
	height:24px;
	padding:6px 0;
	position:relative;
	width:100%;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	display:block;
	}

#overview .overview_content li  a:hover {
	border-bottom-color:#333333;
	}

#overview .overview_content li a {
	border-bottom:1px solid #D8D8D8;
	color:#333333;
	text-decoration:none;
	}

/* human overview of activites - recent posts, comments, submissions etc. */
#overview  .person_avatar img{
	height:20px;
	float:left;
	}

#overview  .person_avatar a img {
	border:2px solid #ccc;
	}
	
#overview  .person_avatar a:hover img {
	border:2px solid #333;
	}

#overview  .person_name {
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	padding:6px 0 6px 10px;
	}

#overview .person_name  a:hover {
	border-bottom-color:#333333;
	}

#overview .person_name  a {
	border-bottom:1px solid #D8D8D8;
	color:#333333;
	text-decoration:none;
	}

#overview .status {
	display:block;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	margin:7px 0pt 0pt 6px;
	color:#999;
	}
#overview .status  a:hover {
	border-bottom-color:#333333;
	color:#333;
	}
#overview .status  a {
	border-bottom:1px solid #D8D8D8;
	color:#999;
	text-decoration:none;
	font-weight:normal;
	}

#overview span.vote{
	background:url(/images/icon_status_vote.gif) no-repeat right top;
	padding: 0 14px 0 0;
	}
	
#overview span.post{
	background:url(/images/icon_status_post.gif) no-repeat right top;
	padding: 0 14px 0 0;
	}
#overview span.comment{
	background:url(/images/icon_status_comment.gif) no-repeat right top;
	padding: 0 14px 0 0;
	}
#overview span.submit{
	background:url(/images/icon_status_submit.gif) no-repeat right top;
	padding: 0 14px 0 0;
	}

/* overview articles - centers article in li and shows an icon to the left with Title case*/
#overview li.article{
	padding:12px 0 0 20px;
	background:url(/images/icon_status_post.gif) no-repeat left 14px;
	text-transform: capitalize; 
	}

/* overview tees - centers article in li and shows an icon to the left with Title case*/

#overview #tee_list li {
	float:left;
	display:block;
	height:105px;
	position:relative;
	width:60px;
	border:0;
	padding:17px 7px 1px 7px;
	background:url(/images/bg_mini_tee_shadow.png) no-repeat  bottom;
	}


	/* FORMAT SOME COMMENTS!
------------------------------------------------ */
.comment{
	border-bottom:3px solid #f2f2f2;
	text-algin:left;
	margin:10px 0 0 0;
}

.comment_content{
	margin: 0 0 0 60px;
	width:540px;
}

.comment_name {
	font-size: 12px;
	font-weight:bold;
	letter-spacing:.2px;
	color:#000;
	display:inline;
	text-algin:left;
}

.comment_name a{
	border-bottom:1px solid #D8D8D8;
	text-decoration:none;
}

.comment_name a:hover{
	border-bottom:1px solid #333;
}

.comment_time {
	font-size: 10px;
	letter-spacing:.-1px;
	color:#ccc;
	display:inline;
	text-align:left;
	font-style:italic;
}
.comment_body {
	font-size: 14px;
	line-height:22px;
	color:#000;
	margin:10px 0 20px 0;
	text-align:left;
	color:#333;
}



.people_thumb {
	display:inline;
	float:left;
}

a.people_thumb:link img{text-decoration: none;border:2px solid #eee;}
a.people_thumb:visited img{text-decoration: none;border:2px solid #eee;}
a.people_thumb:hover img{text-decoration: none;border:2px solid #333;}
a.people_thumb:active img{text-decoration: none;border:2px solid #eee;}


.comment_options { /* quote, edit, delete icons css located in /stylesheets/products.css */
display:inline;
float:right;
margin-top:-10px;
width:90px;
}

.comment_options a.btn_delete,
.comment_options a.btn_edit, 
.comment_options a.btn_quote {
float:right;
margin-left:4px;
}



/*=================================
FOOTER
=================================*/

#footer {
	clear: both;
	float: left;
	width:990px;
	overflow: hidden;
	margin:30px 0 0 0;
	padding: 16px 0 48px 0;
	border-top: 3px solid #f2f2f2;
	font-family:Gotham, Arial,"sans serif";
	background: url(/images/dbh_mini_logo.png) no-repeat right 10px;
	}


#footer a {
	border-bottom:1px solid #D8D8D8;
	color:#888;
	text-decoration:none;
	padding:4px 0 0 0;
	}

#footer a:hover {
	background:transparent url(/images/dot.png) no-repeat top;
	border-bottom-color:#333333;
	color:#000;
	}

  
#footer_nav {
	float:left;
	margin-left:10px;
	width:800px;
	text-align:right;
	}

#footer_nav li {
	border-left:1px solid #DADADA;
	display:block;
	float:left;
	font-size:11px;
	line-height:19px;
	padding:2px 12px;
	}

p#footer_copyright {
	float:left;
	font-size:10px;
	padding-top:3px;
	letter-spacing:1px;
	text-align:right;
	}

.tee_list li {
	float:left;
	display:block;
	height:210px;
	position:relative;
	width:110px;
	border:0;
	padding:5px 5px;
	background:url(/images/bg_210_tee_shadow.png) no-repeat  bottom;
	text-align:center;
	margin:0 0 40px 0;
	}

.tee_list li .tee_description{
	font-size:12px;
	margin:15px0 0 0;
	font-weight:normal;
	font-style:italic;
	color:#333;
	}

.vote_list li {
	float:left;
	display:block;
	position:relative;
	border:0;
	padding:0 2px;
	text-align:center;
	margin:10px 0 10px 0;
	}


.pagination-links {
  clear: left;
  margin: 5px 0 20px 0;
   font-size:11px;
  font-family:arial,sans-serif;
  float:right;
}

#shop .pagination-links {
  width: 100%;
  text-align: right;
}

.pagination-links a {
  font-weight: normal;
  color: #999;
  border:1px solid #eee;
  padding:2px 6px 2px 6px;
  margin:0 2px;
 
}

.pagination-links a:hover {
  background:#666;
  color: #fff;
}

.pagination-links .selected-page {
  font-weight: bold;
  color: #000;
}

.pagination-links .page-numbers {
  color: #999;
}

.size-chart {
  float: left;
  padding-right: 25px;
}

.size-chart-wrap {
  margin-top: 30px;
}

/*=================================
FOOTER
=================================*/
#notice {
	font-size:14px;
	background:#f9f8e5;
	padding:10px;
	margin:10px 0;
}

/* FORUMS */

.forum-list {
  margin-left: 50px;
}

.forum-list li {
  display: block;
  float: left;
  clear:both;
  border-bottom:1px solid #F2F2F2;
	padding:12px 12px 12px 72px;
	position:relative;
	width:722px;
}

.forum-list li a.forum-link:link, .forum-list li a.forum-link:visited {
  font-style: normal;
  font-weight: bold;
  color: #999;
}

.forum-list li {
  font-style: italic;
  font-weight: normal;
  color: #aaa;
}

.forum-list li a:link, .forum-list li a:visited {
  font-style: italic;
  font-weight: normal;
  color: #AAA;
  text-decoration:none;
  border-bottom:1px solid #eee;
}

.forum-list li a:hover, .forum-list li a:active {
  text-decoration: none;
  border-bottom:1px solid #666 ;
  color:#777;
}

.forum-list .odd {
  background-color: #e3e3e3;
}

.forum-post-thumb {
  display:inline;
  float:left;
  margin-left:-72px;
}

img.forum-post-thumb  {
  padding:2px;
  border:1px solid #eee;
}

.forum-post-title {
  width:475px;
  font-size:20px;
  font-weight:normal;
  color:#000;
}

.forum-list li .forum-post-title a{
  font-weight:normal;
  font-style:normal;
  color:#000;
}

.forum-post-detail {
  float:left;
  font-size:12px;
  font-style:italic;
  padding-bottom:10px;
}

.forum-post-last {
  left:552px;
  padding-bottom:1px;
  position:absolute;
  top:21px;
  width:144px;
  font-size:12px;
  line-height:12px;
}

.forum-post-comments {
  font-size:30px;
  line-height:30px;
  padding-bottom:4px;
  top: 15px;
  position:absolute;
  right:15px;
  font-family:arial, helvetica, sans-serif;
}

.forum-list li .forum-post-comments a{
 font-style:normal;
}


.forum-post-comments span.icon {
  background:transparent url(/images/icon_mini_comment.gif) no-repeat scroll 0 0;
  display:block;
  position: absolute;
  top: 10px;
  right: -12px;
  height:11px;
  margin:-7px 0 0 0;
  text-indent:-5000px;
  width:11px;
}

.forum-post-thumb {
  width: 50px;
  height: 40px;
  float: left;
  padding-right: 6px;
}

/* Forum Show Post */

#forum-post-body {
	display:block;
	float:left;
	text-align:left;
	width:670px;
	margin:60px 30px 0 0;
}

#forum-post-body h1 a img {
display:inline;
text-decoration:none;
display:inline;
position:relative;
top:5px;
}

#forum-post-body h1 {
	font-size:30px;
	line-height:40px;
	border-bottom:1px solid #eee; 
	margin-bottom:20px;
	padding-bottom:10px;
}

#forum-post-body h4 {
clear:both;
margin:30px 0 10px 0;
}


#forum-post-sidebar {
	display:block;
	float:right;
	width:280px;	
	margin:60px 0 0 0;
}

#forum-post-sidebar h4 {
clear:both;
margin:30px 0 10px 0;
}

#forum-post-sidebar p{
line-height:18px;
font-size:12px;
}

#forum-widgets p a{
font-size:10px;
font-family:arial, helvetica, sans-serif;
color:#707070;
text-decoration:none;
border:0 solid;
}

#forum-widgets p a:hover{
color:#000;
border:0 solid;
}

#forum-widgets img {
border-bottom:0 solid;
display:inline;
padding:0 4px 0 0;
}


/* basic template */
#main-content{
  margin:50px 0 0 0;
  position:relative;
  width:630px;
  font-size:14px;
}

#main-content-sidebar{
  float: right; 
  width: 320px;
  margin:60px 0 0;
 }
 

.avatar_list li {
border:0 none;
display:block;
float:left;
margin:10px 0;
padding:0 2px;
position:relative;
text-align:center;
font-size:10px;
}


/* sign up */
#signup{
  margin:50px 0 0 0;
  position:relative;
  width:540px;
  font-size:14px;
}

#signup td{
padding:0 20px 0 0;
}

#signup h1{
  border-bottom:1px solid #eee;
  margin-bottom:10px;
}

#signup label {
font-size:14px;
}

#select input {
padding:2px 0;
}

#signup select{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D3D3D3;
color:#000000;
font-family:arial,sans-serif;
font-size:15px;
margin-top:5px;
padding:2px 0;
width:100px;
}

#signup-sidebar{
  float: right; 
  width: 360px;
  margin:60px 0 0;
 }
 

/* Special contest */
#special-contest-detail {
width:990px; 
margin:50px 0 0 0;
text-align:center;
} 

#special-contest-detail table{
vertical-align:middle;
} 
 
 #special-contest-detail td{
vertical-align:middle;
} 
 
 #special-contest-detail tr{
vertical-align:middle;
} 
 
.white_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.white_txt a {
	color: #FFFFFF;
	text-decoration: none;
}
.white_txt a:hover {
	color: #0099FF;
	text-decoration: none;
}

#header_nav {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 70px;
}
h1 a:hover {
	color: #0099CC;
}
