/*
Theme Name: JennyReviews
Theme URI: http://www.jennyreviews.com/
Author: Mark
Author URI: http://equte.com/
Description: JennyReviews round 3.
Version: 1.0.1
*/

body.home {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background: #eee url('images/background.gif') repeat-x;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background: #eee url('images/bg.gif') repeat-x;
}

#wrapper {
	width: 1014px; 
	margin: 0 auto;
}

#header {
	height: 106px;
}

#headernav {
	clear: both;
}

#headernav a {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}

#headernav a:hover {
	color: #B9E2FF;	
}

#headernav ul {
padding-top: 4px;
margin-left: 20px;
}

#headernav li {
	display: block;
	float: left;
	margin: 0 28px 0 0px;
}

#logo {
	margin: 18px 10px 0 10px;
	float: left;
}

#search {
	float: left;	
}

#social {
	float: right;
	width: 240px;
	margin-top: 40px;
}

#searchbox {
	background: url('images/searchbox.gif') no-repeat;	
	width: 392px;
	height: 32px;
	margin: 32px 0 0 30px;
}

input#s {
width: 290px;
margin: 4px 0 0 10px;
color: #555;
font-weight: bold;
padding: 4px 0;
border: none;
background-color: transparent;
}

input#searchsubmit {
	background-image: url('images/searchbutton.gif');
	background-repeat: repeat-x;
	border: none;
	color: #fff;
	padding: 3px 14px;
	height: 24px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	letter-spacing: -1px;
	margin: 4px 4px 0 0;
	cursor: pointer;
	float: right;
}

#topcategories {
	clear: both;
	height: 140px;
	margin-top: 20px;
}

.popularcat {
float: left;
width: 160px;
}

.popularcat h3 {
color: #069;
font-weight: bold;
font-size: 11pt;
letter-spacing: -1px;
font-smooth: always;

}

.popularcat ul li {
margin: 3px 0 0 4px;
}

#article h3 {
color: #069;
letter-spacing: -1px;
font-size: 14pt;
}

.popularcat ul li a {
font-size: 8pt;
color: #069;
text-decoration: none;
margin: 3px 0;
letter-spacing: -1px;
}

.popularcat ul li a:hover {
color: #69C;	
}

#main {
width: 700px;
float: left;
overflow: hidden;
}

#featured {
background: #fff url('images/boxheader.gif') repeat-x top;	
width: 700px;
overflow: hidden;
padding-bottom: 14px;
}

#page {
background: #fff url('images/boxheader.gif') repeat-x top;	
width: 700px;
}

#page-content {
padding: 0px 20px 20px 20px;
font-size: 9pt;
color: #555;
line-height: 14pt;	
}

#page-content p {
margin: 10px 0;	
}

#content #popularposts, #content #latestreviews {
margin-top: 0;	
}

.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
}

#content h1, #page h1, .round h2 {
color: #fff;
padding: 10px 14px;
font-weight: bold;
font-size: 13pt;
letter-spacing: -1px;
}

.featuredpost {
float: left;
width: 210px;
margin: 14px 0px 0px 20px;
}

.latestpost {
clear: left;
width: 466px;
padding: 10px;
font-size: 8pt;
}

.latestpost .posttitle {
width: 370px;
float: left;
}

.searchpost {
clear: left;
width: 680px;
padding: 10px;
font-size: 8pt;
}

.searchpost .excerpt {
width: 600px;	
}

.featuredpost .posttitle a, .related-post .posttitle a {
text-decoration: none;
font-size: 8pt;
clear: both;
float: left;
font-weight: bold;
color: #069;
}

.related-post .posttitle a {
margin-top: 4px;	
}

.related-post img {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.searchpost .posttitle a, .latestpost .posttitle a {
float: left;
font-weight: bold;
color: #069;
text-decoration: none;
}

.latestpost img {
margin: 4px 5px 0px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.excerpt {
width: 380px;
margin-top: 4px;
float: left;
color: #555;
line-height: 14px;
}

.searchpost .thumbnail, .latestpost .thumbnail, .featuredpost .thumbnail, related-post .thumbnail {
float: left;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display: block;
}

.latestpost .thumbnail img {
width: 70px;
height: 50px;	
}

.featuredpost .thumbnail img {
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.latestpost .votes, .featuredpost .votes, .related-post .votes {
float: left;
position: relative;
margin-left: 5px;
}


.comments a {
	font-size: 8pt;
	text-decoration: none;
	float: left;
	width: 80px;
	text-align: center;
	margin: 3px 0 0 0px;
	color: #063;
	font-style: italic;
}

#popularposts {
background: #fff url('images/boxheader.gif') repeat-x top;	
width: 200px;
margin-top: 14px;
float: left;
padding-bottom: 10px;
overflow: hidden;
}

#latestreviews {
background: #fff url('images/boxheader.gif') repeat-x top;	
width: 486px;
margin: 14px 0 0 14px;
float: left;
overflow: hidden;
}

#latestreviews h2, #latestreviews h1 {
	width: 300px;
	float: left;
}

.rss {
float: right;
margin: 8px 8px 0 0;	
}

#recentcomments {
	background: #fff url('images/boxheader.gif') repeat-x top;	
width: 300px;
float: left;
margin-top: 14px;
}

#recentcomments ul {
padding: 6px 14px;
font-size: 8pt;
}

#recentcomments ul li {
margin: 8px 0;
line-height: 14pt;
color: #555;	
}

#recentcomments a {
text-decoration: none;
color: #069;	
font-style: normal;
}

#recentcomments span.author {
font-weight: bold;
margin: 5px 0;
font-style: italic;
}

#comments {	
background: #fff url('images/boxheader.gif') repeat-x top;	
width: 700px;
float: left;
margin-top: 14px;
}

#searchresults {
background: #fff url('images/boxheader.gif') repeat-x top;	
width: 700px;
float: left;
padding-bottom: 10px;	
}

#sidebar {
float: right;
width: 300px;	
}

#newsletter {
background-color: #f8f8f8;
border: 1px solid #fff;
width: 300px;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#newsletter h3 {
color: #069;
font-size: 14pt;
font-weight: bold;
text-align: center;
margin-top: 20px;
letter-spacing: -1px;
}

#newsletter p {
color: #888;
font-size: 8pt;
padding: 10px 14px;
text-align: center;
line-height: 16px;	
}

form#emailsub {
float: left;
margin-left: 60px;
}

form#emailsub input {
padding: 4px 4px;
margin: 3px;
width: 160px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #ccc;	
}

form#emailsub input:focus {
border: 1px solid #06C;	
}

#footer {
margin-top: 24px;
font-size: 10pt;
height: 330px;
margin-bottom: 40px;
}

#footer a:hover {
color: #069;	
}

#footernav {
width: 600px;
float: right;	
}

#footer ul li {
margin: 4px 5px;
}

#footer ul li a {
	
}

#footerlogo p {
font-size: 8pt;	
margin-bottom: 6px;
}

#footerlogo {
float: left;
width: 300px;
color: #888;
margin-right: 160px;
}

#footerlogo a {
color: #555;
text-decoration: none;	
}

.footerblock {
float: left;
width: 170px;
padding-left: 10px;
border-left: ridge 2px #fff;
}

.footerblock a {
color: #777;
font-size: 8pt;
text-decoration: none;	
}
	

p.disclosure {
color: #888;
font-size: 8pt;
line-height: 20px;
margin-bottom: 20px;	
clear: both;
padding-top: 14px;
}

/* breadcrumb */

.breadcrumbs li:before {
    content: "» ";
}

.breadcrumbs li {
    list-style-type: none;
    float: left;
    margin: 0 0.5em 0 0;
	color: #888;
	font-size: 8pt;
}

.breadcrumbs li a {
color: #069;
text-decoration: none;
}

.breadcrumbs .front_page:before {
    content: " ";
}

.breadcrumbs {
	height: 16px;
}

/* post header */

#ahleft {
width: 220px;
margin-left: 170px;
float: left;	
}

.vote {
width: 200px;
height: 40px;
}

.facebookicon, .twitter, .facebook, .youtube, .kiva, .google {
float: left;
margin: 0 3px;
}

.hfb {
float: left;
margin: 12px 0px;	
}

a.reviews-link {
	color: #093;
	clear: both;
	text-decoration: none;
	font-size: 10pt;
}

.hrev {
clear: both;	
}

.hrev p {
margin: 4px 0;
font-size: 8pt;
color: #555;
}

.hrev p a {
color: #069;	
}

#ahright {
float: right;
width: 240px;
margin-right: 20px;	
}

#ahright ul li {
width: 220px;
text-align: right;
}

li.adsenseright {
width: 240px;
}

#ahright h3 {
color: #069;	
}

.wheretobuy ul li {
	margin: 14px 0 20px 0;
}

.wheretobuy ul li.wprs a {
	background: url('images/orgbtn.gif') repeat-x;
color: #fff;
font-weight: bold;
width: 190px;
height: 36px;
cursor: pointer;
border: none;
font-size: 9pt;
padding: 8px 24px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
text-align: center;
text-shadow: 0px -1px 0px #c3a726;  
font-family: Verdana, Geneva, sans-serif;

}

.wheretobuy ul li.wprs a:hover {
	background: #069;
text-shadow: 0px -1px 0px #1c3283;
}

.commentlink a {
	background: url('images/orgbtn.gif') repeat-x;
color: #fff;
font-weight: bold;
padding: 6px 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
font-size: 9pt;
text-align: center;
float: right;
margin-top: 16px;
margin-right: 10px;
text-shadow: 0px -1px 0px #c3a726; 
}

.commentlink a:hover {
background: #069;
text-shadow: 0px -1px 0px #1c3283;
}

.buylink a img.amazon, .buylink a img.ebay {
text-align: center;
background-color: #fff;
padding: 10px 34px 7px 34px;
border: 1px solid #eee;
border-bottom: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-left: 4px;
}

.buylink a img.ebay {
padding: 4px 34px 3px 34px;
}

.buylink a img.amazon:hover, .buylink a img.ebay:hover {
	background-color: #ccc;
}

/* post page */

#content {
margin-top: 24px;
}

#leftcontent {
float: left;
width: 700px;	
}

#post {
float: left;
width: 700px;	
}

.postcontent {
clear: both;
overflow: hidden;	
}

.postcontent ul li {
font-size: 9pt;
color: #555;
margin: 8px;
list-style: square;
}

.postcontent ul {
margin: 20px 0;	
}

.postcontent p {
font-size: 10pt;
line-height: 14pt;
margin: 8px 0;
color: #333;
}

#article {
position: relative;
background: #fff;
padding: 14px 16px 20px 16px;
}

#articleheader {
height: 180px;	
}

#articleheader h1, #page-content h3 {
clear: both;
font-size: 14pt;
font-weight: normal;
letter-spacing: -1px;
color: #069;
margin: 12px 0;
padding: 0;
}

.postedit {
float: right;
margin-right: 20px;
}

img.firstimage {
position: absolute;
top: 78px;
left: 16px;
width: 160px;
height: 120px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#post-content object, #post-content embed {
margin: 1px 14px 1px 0px;
padding: 5px;
width: 300px;
height: 230px;
float: left;
}

/* Reviews */

.reviewbox {
padding: 14px 16px 14px 16px;	
font-size: 9pt;
line-height: 14pt;
color: #888;
border-top: 3px solid #eee;
}

.reviewbox:hover {
	color: #555;
	background-color: #fff;
}

h3.review {
font-weight: bold;
color: #069;
}

h3.review a {
color: #555;	
}

span.date {
font-weight: normal;	
font-size: 8pt;
font-style: italic;
color: #888;
margin-left: 6px;
}

#commentform {
color: #888;
margin-top: 20px;
clear: both;
position: relative;
}

#commentform input {
margin: 4px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ccc;
padding: 6px;
width: 240px;
}
#commentform textarea {
	margin: 4px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ccc;
padding: 6px;
width: 688px;
}

input.wpcf7-submit, input.submit {
background: url('images/bluebtn.gif') repeat-x;
color: #fff;
font-weight: bold;
width: 180px;
height: 30px;
cursor: pointer;
border: none;
}

input {
color: #888;	
}

form#emailsub input.submit {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0 20px 8px;
}

input.submit:hover {
background: #09C;	
}

h3#respond {
	float: left;
	margin: 14px 0;
	color: #888;
	font-size: 10pt;
	font-weight: bold;
	
}

span.productname {
	color: #069;
}

	
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

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

.alignright {
	float: right;
margin: 10px 0px 10px 10px;	
}


hr {
clear: both;
color: #ccc;
background-color: #eee;
border: none;
height: 1px;
margin: 14px 0;
}

.adsenseblock {
margin-top: 16px;	
}

.adsensefooter {
float: right;	
}

.amazongiftcard {
float: left;
}

/* Affiliate Link Menu */


/* Related Posts */

#relatedposts {
height: 90px;
clear: both;
}

#relatedposts h3 {
font-size: 14pt;
letter-spacing: -1px;
color: #069;
margin: 18px 0 14px 0;
}

.related-post a img {
float: left;	
}

.related-post {
float: left;
width: 124px;
height: 120px;
margin: 0 4px;
}

.related-post .votes {
margin: 2px 0 0 0;
padding: 0;
}
.related-post .posttitle a {
margin: 0;
padding: 0;
}

.related-post a.rpt {
font-size: 8pt;
font-weight: bold;
clear: left;
text-decoration: none;
}

/* popular posts */

.popularpost {
width: 170px;
clear: both;
margin: 12px 15px 0px 15px;
height: 52px;
}

.popularpost img {
	float: left;
	width: 50px;
}

.popularpost a span.wpp-post-title {
	font-size: 8pt;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	float: left;
	width: 110px;
	margin: 0 0 0 5px;
}

.popularpost a {
text-decoration: none;	
}

span.wpp-comments a {
float: left;
margin-left: 5px;
font-weight: normal;
color: #063;
}

form#commentform p.subscribe {
font-size: 9pt;
}

form#commentform p.subscribe input {
width: 20px;
}

#page .categories {

}

#page li ul {
margin: 10px 20px;
padding-bottom: 14px;
}

#page li ul.children {
margin: 0;
padding: 0;	
}

#page .categories a {
font-size: 9pt;
margin: 5px;
color: #069;
font-weight: bold;
text-decoration: none;	
}

.pagenumbers {
	clear: both;
	float: right;
margin: 10px 14px 0 14px;	
}

#wp_page_numbers ul li a {
	background-color: #eee;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#wp_page_numbers ul li a:hover {
background-color: #069;
color: #fff;	
}

#wp_page_numbers li.active_page a {
background-color: #888;
color: #fff;
}

#top-products .popularpost {
width: 680px;
clear: both;
margin: 12px 15px 0px 15px;
height: 52px;
font-size: 8pt;
}

#top-products {
padding-bottom: 20px;	
}

#top-products .wpp-post-title {
width: 600px;	
}

#top-products .wpp-excerpt {
float: left;
width: 600px;
margin-left: 5px;
}

textarea#widetextarea {
width: 656px;
}

.postcontent blockquote p {
background-image: url('images/blockquotebg.gif');
background-repeat: repeat-y;
background-color: #f2f2f2;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 5px auto;
font-size: 8pt;
color: #333;
padding: 12px 14px;
font-style: italic;
width: 620px;
}



#commentform #captchaImgDiv {
position: absolute;
top: 0px;
right: 80px;
width: 100px;
height: 100px;
}

.moderation {
margin: 10px;
padding: 10px;
background-color: #fffdd2;
border: 1px solid #ccc;
text-align: center;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #555;
}

#comments .fbcomments {
margin: 10px 20px;
display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */