/*
Theme Name: Dealseeking
Theme URI: http://www.dealseeking.com/
Description: This theme is designed and coded by <a href="http://www.dealseeking.com/">Dealseeking</a>.
Version: 1.0
Author: Dealseeking
Author URI: http://www.dealseeking.com/
Tags: blue, fixed-width, three-columns, right-sidebar, threaded-comments, widgets, ads-ready
*/


/* Global */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.jpg) center top repeat-y;
	color: #000000;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #369;
	color: #ff0;
}

::selection {
	background: #369;
	color: #ff0;
}

code::-moz-selection {
	background: #333;
}

code::selection {
	background: #333;
}

a {
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	border: none;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

ul,li {
    padding: 0px;
	margin: 0px;
}

form {
    padding: 0px;
	margin: 0px;
}

/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display: block;
}
/* End hide from IE Mac */ 
/* end of clearfix */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 951px;
}


/* Header */
#header {
	width: 951px;
    height: 145px;
    background: url(images/header.gif) center 30px no-repeat;
}

#logo {
    margin: 5px 0px 0px 0px;
	float: left;
	height: 52px;
}

#nav {
    float: right;
	width: 695px;
    margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#nav li {
    float: left;
	list-style: none;
	padding: 0px 7px 0px 0px;
}

#nav li a {
    display: block;
	height: 20px;
	float: left;
	line-height: 20px;
	color: #FFFF00;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#nav li a#nav_home {
    background: url(images/nav_home.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_deals {
    background: url(images/nav_deals.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_coupons {
    background: url(images/nav_coupons.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_popular {
    background: url(images/nav_popular.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_expiring {
    background: url(images/nav_expiring.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_f_shipping {
    background: url(images/nav_f_shipping.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_freebies {
    background: url(images/nav_freebies.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

#nav li a#nav_rss_feed {
    background: url(images/nav_rss_feed.gif) left top no-repeat;
	padding: 0px 0px 0px 23px;
}

/* Search */
#search {
	height: 30px;
	width: 930px;
	padding: 9px 0px 0px 0px;
	background: url(images/search.gif) 98px 10px no-repeat;
	clear: both;
	text-align: right;
	font-size: 1.2em;

}

.search_img {
    padding: 0px 10px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
}

.search_text {
	width: 600px;
}
.search_button {
	background-image: url(images/search_button.gif);
	height: 20px;
	width: 52px;
	border: 0px;
}

#subnav {
    font-size: 1.1em;
	color: #FFFFFF;
	padding: 12px 0px 0px 8px;
	height: 40px;
}

#subnav a {
    color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px;
}

#subnav a:hover {
	text-decoration: underline;
}

/* Content */

#content_bg1 {
	float: left;
    background: #FFFFFF url(images/content_bg.jpg) left top repeat-y;	
	width: 950px;
}

#content_bg {
	float: left;
    background: url(images/content_bottom.jpg) -1px bottom no-repeat;	
	width: 950px;
	padding: 0px 0px 20px 0px;
}

#content {
    background: url(images/content_top.jpg) left top no-repeat;		
	float: left;
	width: 950px;
}

#maincontent {
    padding: 0px 0px 0px 0px;
	float: left;
	width: 770px;
}

#maincontent_l {
    float: left;
	width: 550px;
}

.big_title {
   color: #0166D0;
   font-size: 1.8em;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

.big_title h1 {
   padding: 10px 0px;
   margin: 0px;
   font-size: 1.0em;   
}

/* Trail */
.trail {
    color: #000000;
	font-size: 1.1em;
	padding: 0px 0px 10px 0px;
}

.trail a {
    color: #000000;
	text-decoration: none;
}

.trail a:hover {
	text-decoration: underline;
}

/* Deals */

.deals {
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 550px;
}

.deals_title h2{
	font-size: 2.0em;
	font-weight: normal;
	padding: 5px 0px 7px 0px;
	margin: 0px;
	line-height: 22px;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #D8D8D8;
}

.deals_title h2 a{
	color: #0066CC;
	text-decoration: none;
}

.deals_title h2 a:hover {
	text-decoration: underline;
}

.postmetadata {
    color: #666666;
	font-size: 1.1em;
	padding: 5px 0px;
}

.postmetadata a { 
    text-decoration: none;
	color: #666666;
}

.postmetadata .date {
    font-weight: bold;
}

.deals_img {
    float: right;
	padding: 8px 0px 5px 10px;
}

.deals_img img {
    width: 80px;
}

.deals .entry {
   font-size: 1.2em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   padding: 0px 0px 10px 0px;
   line-height: 18px;
}

.deals .entry p {
   padding: 8px 0px 0px 0px;
   margin: 0px;
}	

.deals_bottom {
   background: #EEEEEE url(images/deals_bottom.gif) left top repeat-x;
   padding: 3px 20px 0px 0px;
   text-align: right;
}

.deals_posted,.read-comments {
	padding-top: 5px;
	font-size: 1.1em;
	height: 20px;
	line-height: 20px;
	color: #666666;
}

.deals_posted a, .read-comments a {
    text-decoration: none;
}

/* Sidebar */
#sidebar {
    float: right;
	width: 205px;
	margin: 0px;
}

#menu {
	background: url(images/sidebar_bg.gif) 1px top repeat-y;
	padding: 0px;
	margin: 0px;

}

#sidebar ul {
    list-style: none;
	background: url(images/sidebar_top.jpg) left top no-repeat;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	height: 100%;
}

#sidebar ul li {
    
}

#sidebar ul ul {
    background: none;
	padding: 0px;
}

#sidebar ul ul li {
    padding: 3px 20px 3px 37px;
	background: url(images/sidebar_icon.gif) 28px 10px no-repeat;
	line-height: 16px;
	color: #294540;
	font-size: 1.1em;
}

#sidebar ul ul li.top_class {
   font-weight: bold;

}

#sidebar ul ul li a {
    text-decoration: none;
	color: #294540;
}

#sidebar ul ul li a:hover {
    text-decoration: underline;
}

#sidebar ul h2 {
    padding: 0px;
	margin: 5px 10px 10px 25px;
	width: 150px;
	height: 28px;
	line-height: 28px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	background: url(images/sidebar_title.jpg) left top no-repeat;
	text-align: center;		
}

.sidebar_bottom {
	background: url(images/sidebar_bottom.jpg) left bottom no-repeat;
	padding-bottom: 40px;
}

.pop_articles, .pop_deals {
    padding: 3px 20px 3px 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 18px;
}

.pop_articles a ,.pop_deals a{
	color: #333333;
	text-decoration: none;
}

#sidebar .pop_articles a:hover,#sidebar .pop_deals a:hover {
	text-decoration: underline;
}

.pop_articles h3,.pop_deals h3 {
   font-size: 1.4em;
   color: #3082D9;
   padding: 5px 0px;
   margin: 0px;
}

/* Right Ads */
#g_img {
    float: right;
	padding-right: 5px;
}


/*  Footer */
#footer {
    width: 950px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background: url(images/footer.gif) left top no-repeat;
	font-size: 1.1em;
}

#bottom_page_link {
    list-style: none;
	color: #FFFFFF;
	padding: 30px 0px 0px 10px;
}

#bottom_page_link a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px;
}

#bottom_page_link a:hover {
    text-decoration: underline;
}

#bottom_page_link li {
    float: left;
}

#footer #copy {
    padding: 5px 0px 0px 10px;
	font-weight: bold;
    color: #FFFFFF;
	clear: both;
}

#footer #copy a {
    color: #FFFFFF;
	text-decoration: none;
}

/* Store Listing */
.store_listing {
    list-style: none;
	font-size: 1.2em;
}

.store_listing li {
    padding: 3px 0px;
}

/* Description */

.top_description {
	width: 705px;
	height: 27px;
	float: right;
	color: #666666;
	margin: 3px 0px 0px 0px;
    overflow: hidden;
}

.top_description br{
    display: inline;
}

.top_description p {
    padding: 0px;
	margin: 0px;
}

.tag_bottom_des {
	width: 720px;
	float: left;
	border: 1px dotted #000000;
	padding: 5px;
	font-size: 1.1em;

}

.cat_bottom_des {
	width: 750px;
	float: left;
	background: url(images/tag_bottom_line.jpg) left top no-repeat;
	padding: 20px 10px 0px 10px;
	font-size: 1.1em;
}

.bottom_description {
	width: 930px;
	float: left;
    padding: 5px 0px 15px 0px;
}

.bottom_description p {
    margin: 0px;
	padding: 0px 10px 0px 10px;
}

.bottom_description br{
    display: inline;
}

/* Comments */
.review {
	padding-top: 5px;
}
.comments_number {
    color: #990000;
	font-size: 1.4em;
	font-weight: bold;
}

.leave_comments {
    color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	background: url(images/single_title.jpg) left bottom repeat-x;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 15px;
}

.relate_deals {
	width: 550px;
	float: left;
	margin: 20px 0px 0px 0px;
}

.relate_deals h2 {
    color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	background: url(images/single_title.jpg) left bottom repeat-x;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 15px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentform {
	color: #000000;
	font-size: 1.2em;
}

#commentform input {
    border: 1px solid #CCCCCC;
}

.review_form_left {
    font-weight: bold;
}

#commentform textarea {
    border: 1px solid #CCCCCC;
	width: 430px;
	height: 90px;
	font-size: 1.0em;
}

#commentform #submit {
    border: 1px solid #999999;
	background: #CCCCCC;
	height: 23px;
	width: 140px;
	font-weight: bold;
}

.page_review {
    margin: 10px 0px;
	background: #F6F6F6;
	border: 1px solid #E0E0E0;
	padding: 0px 10px 0px 10px;
}

.page_review .comments_title {
	padding: 10px 0px 8px 0px;
}

.page_review .comments_title h4 {
    background: url(images/comment_icon.gif) left top no-repeat;
	border-bottom: 1px dotted #C1C1C1;
	padding: 0px 0px 8px 20px;
	margin: 0px;
	line-height: 14px;
	font-size: 1.2em;
	font-weight: bold;

}

.page_review .comments_metadata {
    font-size: 1.1em;
	color: #775C24;
	font-style: italic;
	font-weight: bold;
}

.comments_content {
    font-size: 1.2em;
}

/* Page Navi */

.wp-pagenavi {
padding: 5px 0px 10px 0px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}