/* =======================================================================================================================
=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,
.search-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: #e6f3f7 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:Georgia, Times, serif;
}

h1 
{
	font-size: 1.6em;
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1.0em;
}

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-container {
	width:990px;
	height:39px;
	float:right;
	
}
.search {
	background:url(images/search.png) no-repeat;
	float:right;
	width:400px;
	height:28px;
}

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

.search input.txt {
	background:url(images/search_input.gif) no-repeat;
	border:0;
	width:230px;
	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.jpg);
	width:324px;
	height:114px;
	position:absolute;
	right:50px;
	top:65px;
}

.subscription ul {
	padding:10px;
}

.subscription li.rss {
	background:url(images/rss.gif) no-repeat right center;
	padding-right:10px;
	line-height:2.2;
}

.subscription li.email {
	line-height:1.8;
}

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

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

/* =logo */

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

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

div.illustration {
	width:216px;
	height:244px;
	background:url(images/illustration.png) no-repeat;
	position:absolute;
	top:12px;
	left:0;
}

/* =navigation */

.navigation {
	height:48px;
	width:840px;
	margin: 0 auto;
	padding-left:150px;

}

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


.navigation li {
	float:left;
}

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

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

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

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

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

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

.navigation a.home:hover,
.navigation a.about:hover,
.navigation a.archives:hover,
.navigation a.contact:hover,
.navigation a.reviews:hover {
	background-position:0 -48px;
}

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


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


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

}

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

.content {}


.column {
	float:left;
}

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




/* =column one */

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


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

}

.main-content .one h2 a {
	color:#c77723;
	display:block;
	padding-bottom:4px;
	font-weight:bold;
}

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

.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 .one p.comments a {
	color:#93722e;
	font-size:.8em;
}

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

.main-content .one p.meta {
	color:#93722e;
	font:italic .9em georgia, times, serif;
	padding-bottom:5px;
	border-bottom:1px solid #d5c9af;
	
}

.main-content .one p.more a {
	background:#c4dae1;
	padding:10px 20px;
	font:bold italic 1em Georgia, Times, serif;
	color:#654a2f;
}



.main-content .one p.more a:hover {
	background:#654a2f;
	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 {

	margin-bottom:15px;

}

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

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

/* Column Two */

.sub-content .two {
	width:265px;
	padding-top:10px;
}

.sub-content .two h2 {
	color:#63492e;
	font-style:italic;
	padding-top:10px;
}

.sub-content .two p.meta {
	color:#5c4c2b;
	font-size:.8em;
}

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

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



.sub-content .two li a {
	font: bold .9em Georgia, Times, serif;
	color:#63492e;
	border-bottom:1px solid #b4af3c;	
	display:block;
	line-height:1.8;
}

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

.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:86px;
	height:86px;
	padding:6px;
	background:#fff;
	border:1px solid #bcb99e;
	float:left;
}

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

}



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



/* =commentlist */

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

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

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:#c4dae1 url(images/btf.jpg) repeat-x top;

}

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

.sub-container h2 {
	font-style:italic;
	font-size:1.2em;
	color:#63492e;
}


/* =first sub column */

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



.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 {
	border-bottom:1px dotted #e6f3f7;

}

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

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




/* =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:#63492e url(images/footer.jpg) repeat-x top;
	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/illustration2.png) no-repeat; width:270px; height:203px; position:absolute; bottom:0; right:0;}

.leaderboard {padding:0 0 0 8px;}
.leaderboard ul li {padding:0; border:0;}
.leaderboard img {padding:0;}
.leaderboard img a {float:left; width:125px; padding: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: #c5d994;
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	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:#c77723;
}

/* = 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:#c5d994;
	padding:2px 6px;
	font-size:12px;
}
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.cat ul li {

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

ul.cat_merchants li.cat ul li a{

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


div.review_category {position:relative;}


