/* CSS Document */

/*
--------------------------------------------------------
Resets
--------------------------------------------------------
*/

*, ul {
    margin: 0;
    padding: 0;
}

/*
--------------------------------------------------------
Basic Elements
--------------------------------------------------------
*/

body {
    background: #fafbfd url(../media/images/inside_bg.jpg) repeat-x top left;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 0;
}

body#home {
	 background: url(../media/images/bg.jpg) repeat-x top left;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
   text-align: left;
}

h1 {
	margin-bottom: 20px;
	padding: 0 0 0 18px;
	background: url(../media/images/red_arrow.jpg) no-repeat center left;
	border-bottom: 1px solid #cc3333;
	font-size: 13px;
    font-weight: bold;
	color: #cc3333;
}
	 
h2 {
	margin-bottom: 8px;
    font-size: 12px;
    color: #222;
}
	 
h3 {
	font-size: 12px;
	margin-bottom: 4px;
    color: #444;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #910505;	
}
 
p {
	margin-bottom: 9px;
	line-height: 20px;
    color: #000;
}

ul {
    margin-bottom: 9px;
    padding-left: 30px;
}
	 
cite {
    font: italic 11px/14px Georgia, serif;
    color: black;
}

a {
    color: #cc3333;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
	text-decoration: none;	
}

a img {
    border: 0;
}

ol {
	list-style-position: inside;	
}

ol li {
	margin-bottom: 8px;	
}
	 
/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#header h1 a{
	display: block;
	width: 299px;
	height: 83px;
	background-image:url(../media/images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header h2 {
	margin: 0;	
}

#header h2 a{
	position: absolute;
	top: 54px;
	right: 0;
	display: block;
	width: 104px;
	height: 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header h2.events a {
	right: 0;
	background: url(../media/images/btn_events.png) no-repeat top left;
}

#header h2.dealer_signup a {
	right: 110px;
	background: url(../media/images/btn_signup.png) no-repeat top left;
}

#header h2.where_to_buy a {
	right: 330px;
	background: url(../media/images/btn_where_to_buy.png) no-repeat top left;
}

#header h2.blog a {
	right: 220px;
	background: url(../media/images/btn_blog.png) no-repeat top left;
}

/*
--------------------------------------------------------
Sitenav
--------------------------------------------------------
*/

.nav-container {
	float: right;
	display: block;
	width: 207px;
    height: 244px;
    overflow: hidden;
    margin-bottom: 10px;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li a {
    display: block;
    padding-left: 20px;
    background: url(../media/images/bg_nav.gif) no-repeat top left;
    color: #FF0000;
    border-bottom: 1px solid #F7D2D6;
    font: bold 11px/16px arial, sans-serif;
    text-align: left;
    text-decoration: none;
}

.nav li a:hover {
	color: #fff;
	background: url(../media/images/bg_nav_hover.gif) no-repeat top left;
	background-color: #D61C31;	
}

ul.subnav {
	list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.subnav li.group_header {
	font: bold 11px/19px arial, sans-serif;
	text-align: center;
	border-top: 2px solid #000;	
	border-bottom: 2px solid #000;
}

.subnav li a {
	display: block;
	padding-left: 20px;
	background: url(../media/images/bg_nav.gif) no-repeat top left;
	font: bold 11px/16px arial, sans-serif;
	color: #FF0000;
	text-decoration: none;	
	border-bottom: 1px solid #F7D2D6;
}

.subnav li a.last {
	border-bottom: none;
}

.subnav li a:hover {
	color: #fff;
	background: url(../media/images/bg_nav_hover.gif) no-repeat top left;
	background-color: #D61C31;	
}

/*
--------------------------------------------------------
Sidebar
--------------------------------------------------------
*/

#sidebar .module {
	width: 207px;
	margin-bottom: 20px;
	padding-bottom: 15px;
    text-align: left;
}

#sidebar .module h2 {
	font-family: verdana, arial, sans-serif;
    font-size: 13px;
}

#sidebar .module h2, #sidebar .module p, #sidebar .module form {
	margin-bottom: 6px;
}

#sidebar a {
	text-decoration: none;	
}

/*
--------------------------------------------------------
Content
--------------------------------------------------------
*/

.breadcrumb {
	display: block;
	margin: 10px 0 20px 0;
	width: 530px;
	font-size: 10px;
	color: #666666;	
}

.breadcrumb .print {
	margin-left: 10px;	
}

.entry .date {
	margin-top: -10px;
	color: #888;
}

#featured {
	float: right;
	text-align: center;	
}

#secondary {
	float: left;
	width: 200px;
}

#secondary p {
	font-size: 10px;
	line-height: 14px;	
}

/*
--------------------------------------------------------
Product
--------------------------------------------------------
*/

.product {
	float: left;
	margin-bottom: 20px;
}

.product img {
	width: 100px;
	float: left;
	margin-bottom: 10px; 	
	background: #efefef;
}

body.home .product img {
	width: auto !important;	
}

.description {
	float: left;
	width: 420px;
	margin-left: 10px;
}

a.details {
	display: block;
	padding: 5px 0 5px 5px;
	background: #efefef;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;	
}

p.product_footer {
	border-top: 1px solid #ddd;
}

/*
--------------------------------------------------------
Winegard
--------------------------------------------------------
*/

#winegard_ad {
	float: left;
	width: 726px;
	margin: 10px 0 10px 20px;
	background: #fff;
	border: 1px solid #ccc;
}

#winegard_ad .product {
	float: left;
	display: block;
	width: 241px !important;
	height: 196px !important;
	border-right: 1px dotted #ccc;
	margin: 10px 0;
}

#winegard_ad .product img {
	width: auto !important;
}

#winegard_ad .last {
	border: none;
}

#winegard_ad div.product p.name {
	float: right;
	clear: both;
	padding-right: 10px;
	color: #4eadc3;
	font-weight: bold;
}

#winegard_ad div.product p.details {
	float: left;
	clear: both;
	width: 200px;
	padding-left: 10px;
	margin-bottom: 0;
}

#winegard_ad .footer {
	text-align: center;
}

/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/	

#footer p {
	color: #999999;
	margin-bottom: 10px;
	font: 10px/14px Verdana, sans-serif;	
}
		
#footer a:link, #footer a:visited {
    color: #383838;
    font-weight: normal;
    text-decoration: none;
}
		
#footer a:hover {
    text-decoration: underline;
}

/*
--------------------------------------------------------
Notification
--------------------------------------------------------
*/

#notification {
	float: left;
	display: block;
	width: 100%;
	background: #fff3c7;
	border: 1px solid #eed060;
	margin-bottom: 10px;
	padding: 10px 0;
}


#notification p {
	margin: 0 10px;	
}

/*
--------------------------------------------------------
Shopping Cart
--------------------------------------------------------
*/

.product {
	margin-bottom: 30px;	
}

/*
--------------------------------------------------------
Blog Module
--------------------------------------------------------
*/

.date {
    float: left;
    margin: 0 10px 0 10px; 
}

.date {
	background: url(../media/images/bg_date.jpg) center no-repeat;
	height: 54px;
    width: 54px;
	text-align: center;
	float: left;
	padding: 2px;
	border: 1px solid #0375be;
}
.date .month {
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
    padding: 4px 2px;
	font-weight: bold;
}

.date .day {
	display: block;
	color: #fff;
	font: 34px Georgia, serif;
	text-align: center;
    margin-top: -14px;
}

.post {
	margin-bottom: 30px;
}

.post h2 {
	font-size: 18px;
	margin-bottom: 0;	
}

.post small {
	display: block;
	margin: -10px 0 10px 0;
}

.code_block {
	display: block;
	width: 90%;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 10px;
	background: #f7f5c1;
	border: 1px solid #ece87b;	
}

.post a {
	text-decoration: none;	
}

#comments {
	margin-bottom: 30px;	
}

.comment_light, .comment_dark {
	border-bottom: 1px solid #ccc;	
	padding: 15px 0 8px 0;
}

.comment_light {
	background: #f9f9f9;	
}

.comment_dark {
	background: #f2f2f2;	
}

.comment_light h3, .comment_light p, .comment_dark h3, .comment_dark p {
	margin: 0 10px;
}

.comment_light p, .comment_dark p {
	margin-bottom: 8px;	
}

.sidebar_button {
	margin-right: 10px;	
}

.blog_footer {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px;
	padding: 5px 0;
	background: #efefef;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font: 11px/18px Verdana, sans-serif;
}

.blog_footer span.left {
	margin-left: 5px;	
}

.blog_footer span.right {
	margin-right: 5px;	
}

.blog_footer p {
	margin-bottom: 0;	
}

a.read_more, a.comments {
	height: 18px;
	line-height: 18px;
	padding-left: 18px;
}

a.read_more {
	margin-left: 10px;
	padding-left: 0;
}

a.comments {
	background: url(../wdcms/media/icons/ico_comment_add.png) no-repeat left center;	
}

/*
--------------------------------------------------------
Extra Classes
--------------------------------------------------------
*/

.left {
    float: left;
}

.right {
    float: right;
}

.margin_left {
	margin-left: 20px;	
}

.margin_bottom {
	margin-bottom: 20px;	
}

.clear {
    clear: both;
}

.document {
	line-height: 18px;
	padding-left: 20px;
	list-style: none;
	background: url(../media/images/note_edit.png) left no-repeat;
}
