/* @override 
*/

/*
Theme Name: ABX Review Theme
Theme URI: http://authorityprojectx.com/
Description: Simplify product reviews.
Version: 1.01
Author: BuyMeABlog
Author URI: http://buymeablog.com/
*/

/*meyer css 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end reset*/

body {
	font: 100 76%/1.5em Georgia,serif;
	padding: 0;
	margin: 0;
	background: #fff;
}

a:link, a:visited {
	color: #27527f;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	margin-bottom: 1.5em;
}

#page {
	width: 780px;
	margin: 0 auto;
}

#header {
	height: 144px;
	width: 780px;
	background: transparent url(images/header.jpg) center no-repeat;
}

#header h1, #header .description {
	display: none;
}

#topnav {
	text-align: right;
	position: relative;
	padding-right: 30px;
}

#topnav ul {
	list-style: none;
}

#topnav ul li {
	display: inline;
	margin-left: 15px;
}

#topnav ul li a:link, #topnav ul li a:visited {
	font: 100 1.3em/1.5em Georgia,serif;
	color: #285082;	
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
}

#topnav ul li a:hover, #topnav li a:active {
	text-decoration: underline;
}

#buttons {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #cdd4dc;
}

#buttons a {
	display: block;
	float: left;
	height: 90px;
	margin: 0;
	padding: 0;
}

#buttons a#btn_1:link, #buttons a#btn_1:visited, #buttons a#btn_1:hover, #buttons a#btn_1:active {
	width: 258px;
	background: url(images/btn_featuredreviews.jpg) center no-repeat;
	border-right: 1px solid #cdd4dc;
}

#buttons a#btn_2:link, #buttons a#btn_2:visited, #buttons a#btn_2:hover, #buttons a#btn_2:active {
	width: 258px;
	background: url(images/btn_populararticles.jpg) center no-repeat;
	border-right: 1px solid #cdd4dc;
}

#buttons a#btn_3:link, #buttons a#btn_3:visited, #buttons a#btn_3:hover, #buttons a#btn_3:active {
	width: 258px;
	background: url(images/btn_recproducts.jpg) center no-repeat;
}

#borderwrap {
	background: url(images/paleborder.jpg) 200px repeat-y;
	padding: 20px 0;
}

#sidebar {
	width: 176px;
	float: left;
	font: 100 1em/1.2em Arial,sans-serif;
	text-align: right;
}

#sidebar h2 {
	font: 100 1.3em/1.1em Arial,sans-serif;
	color: #797979;
	margin: 1em 0 .5em 0;
}

#content {
	margin-left: 200px;
}

#content>.page, #content>.post {
	padding-right: 50px;
}

div.post, div.page {
	padding-left: 15px;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
	border-bottom: 1px solid #cdd4dd;
}

div.post h2, div.page h2 {
	font: 900 2em/1.1em Georgia,serif;
	letter-spacing: -1px;
	padding: 1em 0 .5em 0;
}

div.post h3, div.page h3 {
	font: 900 1.2em/1.4em Georgia,serif;
	padding: 1em 0 .5em 0;
}

div.page div.entry, div.single div.entry {
	font: 100 1.1em/1.8em Georgia,serif;
}

img.reviewthumb {
	float: right;
/*	width: 250px;
	height: 150px;*/
	margin: 0 15px 0 0;
}

p.postmetadata {
	display: none;
}

h3#comments, li.comment>div, div#respond>h3 {
	padding-left: 15px;
}

h3#comments, #respond h3 {
	font: 100 1.5em/1em Arial,sans-serif;
	color: #899cb9;
	padding: 1em 0 .5em 15px;
	border-bottom: 5px solid #cdd4dd;
}

li.comment {
	clear: left;
	border-bottom: 1px solid #cdd4dd;
	margin: 0;
	padding: 10px 0;
	background: url(images/paleborder.jpg) 160px repeat-y;	
	color: #666;
}

li.comment p {
	font: 100 1.1em Georgia,serif;
}

div.comment-author {
	width: 155px;
	float: left;
	text-align: left;
	font: 100 1.3em Arial,sans-serif;
}

div.comment-author .says {
	display: none;
}

div.commentmetadata {
	font: 100 .8em Arial,sans-serif;
}

#commentform p.authormeta {
	clear: left;
	border-top: 1px solid #cdd4dd;
	padding: 10px 0;
	margin: 0 0 5px 0;
}

p.authormeta label {
	width: 150px;
	padding: 0 20px 0 0;
	float: left;
	text-align: right;
	display: block;
	font: 100 1em Arial,sans-serif;
	color: #666;
}

p.authormeta label small {
	font-size: .7em;
}
p.authormeta input {
	font: 100 1.1em Georgia,serif;
	border: 1px solid #cdd4dd;
	padding: 2px 5px;
	color: #333;
}

#commentform p#loggedin {
	padding-left: 15px;
	padding-top: 20px;
	font: 100 1em Arial,sans-serif;
	color: #666;	
}

#commentform p textarea {
	margin-left: 15px;
	font: 100 1.1em Georgia,serif;
	width: 335px;
	height: 50px;
	padding: 10px 5px;
	color: #333;
	border: 1px solid #cdd4dd;
}

#commentform input#submit {
	width: 130px;
	font: 100 1em Arial,sans-serif;
	margin-left: 120px;
}

#footer {
	padding: 30px 0;
	font: 100 .9em/1.2em Georgia,serif;
	border-top: 1px solid #cdd4dd;
	text-align: center;
	color: #27527f;
}