/*
Theme Name: a2p-aWickedReview
Theme URI: http://wordpress.org/
Description: Awesome review theme designed by <a href="http://lpdesigner.com/work/">lpdesigner</a>, a brilliant landing page designer! Converted to Wordpress theme by <a href="http://auction2post.com">radio</a> the creator of <a href="http://auction2post.com">auction2post</a>, a great plugin that you should buy.
Version: 0.1
Author: lpdesigner and radio
Author URI: http://zixbysoftware.com

*/


body {
	background: #e9e9e9 url('images/bg.jpg') top repeat-x;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #3e4553;
}
#wrapper {
	width: 990px;
	margin: 0 auto 0;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 106px;
}

#header h1, h1 a, h1 a:visited, h1 a:hover {
	margin: 20px 0 0 24px;
	font-size: 36px;
	font-weight: 100;
	color: #fffefe;
	float: left;
	letter-spacing: -1px;
	text-decoration: none;
}
#header h1 span {
	font-weight: bold;
	color: #c5deff;
}
#header h2 {
	margin: 40px 42px 0 0;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	text-align: center;
}
#header h2 span {
	color: #c5deff;
}
#content {
	width: 950px;
	padding: 20px 19px;
	background: #fff;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
#introText {
	background: #f6f7f8;
	border: 3px solid #363d4c;
}
#introText p {
	color: #2b2e35;
	line-height: 18px;
	padding: 10px;
	margin: 0;
}
.edge1 {
	background: url('images/edge1.jpg') bottom left no-repeat;
	height: 4px;
	margin: 0 0 20px;
}
.edge2 {
	background: url('images/edge2.jpg') top right no-repeat;
	height: 4px;
}
#rtBorder {
	border: 3px solid #143493;
	padding: 1px;
	margin: 0 0 20px;
}
#reviewTable {
	text-align: center;
}
.rtH1{
	background: #143493;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.rtH2{
	background: #143493;
	border-bottom: 1px solid #fff;
}
.rtH1 h3, .rtH2 h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	color: #fff;
}
.rt1 {
	border-top: 1px solid #d3d5d9;
	border-right: 1px solid #d3d5d9;
	padding: 10px 0;
}
.rt2 {
	border-top: 1px solid #d3d5d9;
	padding: 10px 0;
}
.rt1 p {
	padding: 0 10px;
	color: #2c3446;
	margin: 0;
}
.rt1 p span {
	font-weight: bold;
	font-size: 14px;
	color: #5ea000;
}
.productlogo {
	border: 1px solid #3d3d3d;
}

.detailed {
	background: #fff url('images/bg-detailed.jpg') top repeat-x;
	border-top: 2px solid #c8c8c8;
	padding: 18px 20px;
	margin: 0 0 2px;
}
.detailed h4, .detailed h4 a {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	color: blue;
	margin: 0;
	text-decoration: none;
}
.detailed h4 a:hover {
	text-decoration: underline;
}
.detailed p {
	margin: 0;
	color: #191b1f;
	padding: 5px 0 12px;
	line-height: 18px;
}
#footer {
	border-top: 2px solid #c8c8c8;
	padding:10px;
}
#footer p {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 10px;
	color: #8d8d8d;
}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

.navigation {
	padding:15px;
	margin:10px;
	text-align:Center;
	}