/* =======================================================================================================================
=RESET
========================================================================================================================*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym, address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt, var,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul 
{
	list-style: none;
}

q:before,q:after, blockquote:before,blockquote:after 
{
	content: "";
}

a 
{
	text-decoration: none;
}

/* =======================================================================================================================
=CLEAR FLOATS
========================================================================================================================*/
.container:after,
.main:after,
.column:after,
.sub-container:after,
.navigation:after,
.masthead-container:after,
.inner:after,
.copyright-container:after

{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0em;
	visibility: hidden;
	overflow: hidden;
}

/* =======================================================================================================================
=GLOBAL STYLES
========================================================================================================================*/

body 
{
	background: #ffffe8 url(images/top.gif) repeat-x top;
	color: #333;
	font-family: "lucida sans unicode", "lucida grande", verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl,
pre, p, blockquote, table, img 
{
	padding-bottom: .5em;
}

h1, h2, h3, h4, h5, h6, strong, em 
{
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "lucida sans unicode", "lucida grande", verdana, arial, helvetica, sans-serif;
}

h1 
{
	font-size: 1.6em;
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1.0em;
	color:#458892x;
}

h4 
{
	font-size: 0.8em;
}

a:link, a:visited 
{
	color:#a6431c;
}

a:hover, a:focus 
{
	color:#828415;
}

p 
{
	font-size: 1em;
}


/* =======================================================================================================================
=LAYOUT
========================================================================================================================*/

.container {
	margin:0 auto;

}

.top {position:relative; width:990px; margin:0 auto;}

/* =search */

.search {
	background:url(images/search.png) no-repeat;
	width:300px;
	height:28px;
	margin-top:-20px;
}

.search div {
	margin-left:10px;
}

.search input.txt {
	background:url(images/search_input.gif) no-repeat;
	border:0;
	width:200px;
	vertical-align:middle;
	color:#888;
	height:23px;
	padding-left:4px;
	padding-top:4px;
}

.search input.btn {
	vertical-align:middle;
	margin-top:-3px;
}

/* = subscription */

.subscription {
	background:url(images/subscribe.gif) no-repeat top;
	width:284px;
	position:absolute;
	right:0px;
	top:-4px;
}

.subscription ul {
	padding:40px 10px 10px 10px;
}

.subscription a {
	color:#468892;
}

.subscription a:hover {
	color:#ec8333;
}

.subscription li {
	font-size:.9em;
}

.subscription li.rss {
	line-height:1.8;
	padding-left:120px;
}

.subscription li.email {
	line-height:1.8;
	padding-left:120px;
}

.subscription form {
	margin-top:20px;
}

.subscription form input {vertical-align:middle;}

/* =logo */

/* old version */

h1.logo {
	margin:0;
	width:339px;
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	display:block;
	left:205px;
	top:-116px;
	z-index:3000;
}

h1.logo a {
	display:block;
	width:339px;
	height:110px;
	text-indent:-999em;
	overflow:hidden;
}

/* end old version */

h1.logo {
	background:url(images/logo_new.gif) no-repeat;
	width:292px;
	height:37px;
	position:absolute;
	display:block;
	left:205px;
	top:-160px;
	z-index:3000;
}

h1.logo a {
	display:block;
	width:292px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
}

div.illustration {
	width:229px;
	height:278px;
	background:url(images/top_illu.png) no-repeat;
	position:absolute;
	top:-152px;
	left:0;
}

/* =navigation */

.navigation {
	height:37px;
	width:400px;
	margin: 0 auto;
	position:absolute;
	right:0;
	top:-160px;

}

.navigation ul {
	position:relative;
	z-index:5;
}


.navigation li {
	float:left;
}

.navigation a {
	height:37px;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

.navigation a.home {
	background:url(images/nav_home.gif) no-repeat;
	width:81px;
}

.navigation a.about {
	background:url(images/nav_about.gif) no-repeat;
	width:83px;
}

.navigation a.archives {
	background:url(images/nav_archives.gif) no-repeat;
	width:101px;
}

.navigation a.contact {
	background:url(images/nav_contact.gif) no-repeat;
	width:94px;
}

.navigation a.reviews {
	background:url(images/nav_reviews.gif) no-repeat;
	width:103px;
}

.navigation a.store { /* added 02/14/2009 */
	background:url(images/nav_shopping.gif) no-repeat;
	width:99px;
}

.navigation a.advertise {/* added 02/19/2009 */
	background:url(images/nav_advertise.gif) no-repeat;
	width:102px;

}

.navigation a.advertisement {/* added 02/19/2009 */
	background:url(images/nav_advertisement.gif) no-repeat;
	width:146px;
	}

.navigation a.home:hover,
.navigation a.about:hover,
.navigation a.archives:hover,
.navigation a.contact:hover,
.navigation a.reviews:hover,
.navigation a.store:hover,
.navigation a.advertise:hover,
.navigation a.advertisement:hover {
	background-position:0 -37px;
}

.navigation a#current {background-position:0 -43px;}


.main {
	background:url(images/main_center.jpg) repeat-y 50% 0;
	margin:160px auto 0 auto;
	width:990px;
}


.main .inner {
	background:url(images/container.jpg) no-repeat 50% 0;
	width:990px;
	float:left;
	padding-top:10px;

}

.main .bottom {
	background:url(images/main_bottom.gif) no-repeat 50% 0;
	height:106px;
	width:990px;
}

.content {}


.column {
	float:left;
}

.sub-content {
	width:290px;
	padding-left:0;
	padding-top:150px;
	float:left;
}




/* =column one */

.main-content {width:668px; padding:100px 10px 0 20px; float:left;}


.main-content .one {
	padding:40px 0 0 0;

}

.main-content .one h2 {
	color:#468892;
	
}

.main-content .one h2 a {
	color:#b55a39;
	display:block;
	padding-bottom:4px;
	font-weight:bold;
	background:url(images/dashes.gif) repeat-x bottom;
}

.main-content .one h2 a:hover {
	color:#519ca7;
}

.main-content .one p {
	font-size:.8em;
	color:#45371b;
	line-height:1.5em;
	padding-bottom:20px;
}

.main-content .entry-meta {
	width:100px;
	margin-right:10px;
	float:left;
}

.main-content .entry-extended .entry-meta {
	width:200px;
}
.main-content .entry-meta span.date {
	font-size:.8em;
}

.main-content p.comments {
	color:#fff;
}

.main-content .one p.comments a {
	color:#fff;
	font-size:.9em;
	background:url(images/comments.gif) no-repeat;
	width:115px;
	height:27px;
	text-align:center;
	padding-top:2px;
	margin-top:-48px;
	right:0;
	display:block;
	position:absolute;
	right:0;
}



.main-content .one p.comments a:hover {
	color:#f6f2ed;
}

.main-content .one p.meta {
	color:#468892;
	
}


.main-content .one p.more a {
	background:#b55a39 url(images/arrow_white.gif) no-repeat 5px center;
	padding:8px 20px;
	color:#fff;
}



.main-content .one p.more a:hover {
	background:#a1ae2d url(images/arrow_white.gif) no-repeat 5px center;
	color:#fff;
}


.main-content blockquote p {padding:10px 20px; font: italic 100% Georgia, Times, serif; background:#ddeaea; line-height:1.4;}

.main-content ul {
 list-style:circle;
 padding: 10px 20px;
 font-size:.8em;
}

.main-content ol {
	list-style:decimal;
	padding: 10px 30px;
	font-size:.8em;
}

.main-content .one .entry-container {
	position:relative;
}




.main-content .one .entry {

	margin-bottom:15px;
	position:relative;
	padding-left:40px;

}

.main-content .one .entry-extended {
	margin-bottom:5px;
}

.main-content .entry p {
	margin-left:110px;
	padding-right:5px;
}

/* Column Two */

.sub-content .two {
	width:285px;
	padding-top:20px;
}

.sub-content .two h2 {
	color:fff;
	font-style:italic;
	padding-top:10px;
	text-indent:-999em;
	display:block;
}

.sub-content .two h2.categories {
	background:url(images/sidebar_categories.gif) no-repeat;
}

.sub-content .two h2.sponsors {
	background:url(images/sidebar_sponsors.gif) no-repeat;
}

.sub-content .two h2.merchants {
	background:url(images/sidebar_merchants.gif) no-repeat;
}


.sub-content .two p {
	font-size:.8em;
	color:#5c4c2b;
	border-bottom:1px solid #b4af3c;
	
}

.sub-content ul {padding:5px 5px 5px 10px; clear:both;}



.sub-content .two li a {
	font: bold .9em Georgia, Times, serif;
	color:#fff;
	display:block;
	line-height:1.8;
}

.sub-content .two li a:hover {
	color:#444;
	
}

.sub-content .two li {width:100%;}


.main-content .one .entry-extended {
	width:660px;
	border-bottom:1px dotted #93722e;
}

.main-content .one .entry-extended li.cat-item {
	padding-top:6px;
	padding-left:10px;
	font-size:120%;
}

.main-content .one .entry-extended .postmetadata p {
	padding-bottom:0;
}

.main-content .one .entry-extended  p.meta {
	padding-bottom:5px;
	border-top:1px dotted #b8b8b8;
	border-bottom:1px dotted #b8b8b8;
	margin-bottom:10px;
}

.main-content .one .entry-extended p {
	margin-left:120;
}

.main-content .one .entry-thumb {
	width:169px;
	height:128px;
	float:left;
	background:url(images/thumb.jpg) no-repeat;
	position:absolute;
	left:-40px;
}

.main-content .one .entry-thumb img {
	width:169px;
	height:128px;
	padding:0;

}



.btm {background:url(images/main_bottom.jpg) no-repeat 50% 0; height:88px; width:990px; float:left;}



/* =commentlist */

ol.commentlist li {
background:#e2eff0;
font-size:100%;
         margin-bottom:10px;
padding-top:10px;
padding-left:5px;
}

ol.commentlist li.alt {
background:#fde1d7;
}

ol.commentlist li p {font-size:.9em !important; clear:left; padding:10px 20px 10px 40px;}

img.avatar {float:left; margin-right:10px;}

/* =contactform */

form {font-size:.8em;}
input {margin-bottom:5px;}
input.short {margin-left:4px;}
legend span {color:#888;}
textarea {margin-bottom:10px;}
fieldset label {float:left;}

/* =below the fold */

.sub-container {
	background:#95bc4b url(images/btf.jpg) repeat-x bottom;

}

.sub-container .inner {
	width:990px;
	margin:0 auto;
	padding-top:10px;
}

.sub-container h2 {
	font-style:italic;
	font-size:1.2em;
	color:#fff;
	margin-bottom:5px;
}


/* =first sub column */

.sub-container .one {
	width:250px;
	padding-left:20px;
	padding-right:20px;
}

.sub-container .one h2 {
	color:#fff;
	text-indent:-999em;
	background:url(images/recent_comments.gif) no-repeat;
	display:block;
}

.sub-container .two h2 {
	color:#fff;
	text-indent:-999em;
	background:url(images/most_discussed.gif) no-repeat;
	display:block;
}


.sub-container p {font-size:.8em; color:#697a81;}


.sub-container ul {
	float:left;
	width:100%;
}

.sub-container ul li {
	line-height:1.2;
	font-size:.9em;
	color:#4e5d62;
}

.sub-container ul li ul li {
	border-bottom:1px dotted #bcd338;
	background:url(images/star.gif) no-repeat left center;
	padding-left:25px;

}

.sub-container ul li a {
	padding:0px;
	color:#444;
	font-size:100%;
	display:block;
	line-height:1.6;
}

.sub-container ul li a:hover {
	color:#fff;
}




/* =third sub column */

.sub-container .two {
	width:430px;
	padding-left:10px;
}

/* =fourth sub column */

.sub-container .three {
	width:260px;
	padding-left:10px;
}


.copyright-container {
	background:#b55a39;
	border-top:2px solid #e4f1f5;
}

.copyright {margin:0 auto; width:978px; padding:12px 12px 12px 0px; color:#ceaf70; font-size:.8em; position:relative;}
.copyright a {color:#ceaf70;}

.copyright-illu {background:url(images/btm_illu.png) no-repeat; width:213px; height:249px; position:absolute; bottom:0; right:0;}

.leaderboard-top {
	position:absolute;
	top:-105px; /* updated 02/14/2009 */
	right:0;
	
}

.leaderboard {padding:0;}
.leaderboard ul li {padding:0; border:0;}
.leaderboard img {padding:0 0 8px 8px; float:left;}
.leaderboard img a {width:125px; padding:0; border:0;}


.stbuttontext {
margin-left:0px;
font-size:.8em;
}

/* =Reviews single page */

/* Posts & Pages */

#page {
	padding: 5px 15px 15px 0;

}


#page h2 {
	font-family: 'Trebuchet MS', arial;
	font-weight: bold;
	margin: 0 0 5px 0;
}


#page td.date {
	white-space: nowrap;
}

#page td.date div {
	width: 70px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background: #d54e21;
	color: #fff;
	text-align: right;
	padding: 5px;
	margin-right: 10px;
}

.reviewcount {
	position:absolute;
	top:5px;
	right:200px;

}

h1.review_title {
	float:left;
	width:300px;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	float:right;
	margin-top: 1px;
	margin-left:5px;
	padding: 3px 5px;
	background: #98b035;
	font-family: Arial;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#page .content {
	clear: left;
	padding-right: 10px;
}

#page td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

#page table.ratings {
	float: right;
	margin-left: 10px;
}

#page table.ratings td {
	border: 1px solid #fff;
	text-align: right;
}

#page h3#comments {font-size:1.4em;}

div.submit_review {position:relative; width:400px;}

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

#page table.ratings td.rating_value img {margin-top:4px;}

#page span.rating_value img {vertical-align:middle;}

#page h2#comments {border-bottom:1px solid #ccc;}

form#commentform label {font-size:140%; margin-left:4px;}

.rating_label {vertical-align:middle !important;} /* added August 27, 2008 */


div.review {
	border-bottom:1px solid #ccc;
}

div.review ul.ratings {margin-bottom:10px; border-top:1px solid #ccc;}

div.rate_table {float:right; margin-bottom:10px; width:200px;}

h3#respond.review {margin:10px 0;}

h3#respond strong {
	font-style:italic;
	color:#458892;
}

div.review_category {position:relative;}


/* = Category Lists on Reviews Page */

h2.review_listings {font-size:18px;}
h2.review_listings a {float:left;}
h2.review_listings span {
	text-align:right; 
	display:block; 
	float:right; 
	background: #98b035;
	padding:2px 6px;
	font-size:12px;
	color:#fff;
}
p.review_listings {clear:both !important; border-bottom:1px solid #ccc; padding-top:10px; }

ul.cat_merchants {margin-bottom:10px; float:left; width:90%;}

ul.cat_merchants li.categories ul li {

	border-bottom:1px dashed #fff;
	color:#7f6345;
	float:left;
	line-height:1.8;
}

ul.cat_merchants li.categories ul li a{

	border:0;
	float:left;
	display:block;
	font-size:100%;
	padding:0;
	margin-right:5px;
}


/* =multi column categories */

.ddmcc {
	width: 110px;
	float: left;
	padding-right: 10px;
	padding-left:10px;
}

.ddmcc ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.ddmcc li {
	margin: 0 0 2px 0;
	padding: 0;
	border-bottom:1px dashed #fff;
}

.ddmcc p.sep {
	font-size: 1.2em;
	color: #808080;
	font-weight: bold;
}

.ddmcc p.sep:hover {
	cursor: pointer;
}
