/* Imports */
@import url("rounded.corners.css");
@import url("header.css");
@import url("menu.css");
@import url("featured.story.css");
@import url("more.features.css");
@import url("latest.css");
@import url("more.latest.css");
@import url("searchform.css");
@import url("mediaplayer.css");
@import url("300x250.css");
@import url("subscription.css");
@import url("carousel.css");
@import url("gallery.css");
@import url("sidebar.css");
@import url("ajax.tabs.css");
@import url("front.categories.css");
@import url("footer.css");
@import url("single.post.template.css");
@import url("archive.css");
/* Reset */
* {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}
html, body {
	line-height: 1
}
hr {
	display: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''
}
blockquote, q {
	quotes: "" ""
}
ul {
	list-style-type: none
}
ol {
	list-style-type: decimal
}
ol {
	margin: 0 0 0 20px
}
.clear {
	clear:both
}
a {
	color: #366799
}
a:hover {
	color: #333
}
p {
	text-align:justify;
	padding:0 0 8px; 
}
/* Page Layout */
body {
	width: 100%;
	background: #dadada;
	text-align: center;
	cursor: default;
}
#pagei {
	width: 1000px;
	height: auto;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
}
#page {
	height: auto;
	background: #fff;
	padding: 10px;
}
#main {
	width: 980px;
}
#main-left {
	float: left;
	width: 320px;
	padding: 0 10px 0 0;
}
#main-center {
	float: left;
	width: 318px;
	border-left: 1px solid #d9e2e5;
	border-right: 1px solid #d9e2e5;
	padding: 0 10px 0 10px;
}
#main-right {
	float: left;
	width: 300px;
	display: inline;
	margin-left:8px; 
	
}
#contents {
	width: 980px;
	padding: 10px 0 10px 0;
}
#contents-b {
	width: 980px;
	padding: 0 0 0 0;
}
#content, #content-b {
	float: left;
	width: 659px;
	border-right: 1px solid #d9e2e5;
	margin-right: 10px;
	padding-right: 10px;
}
#sidebar {
	float: left;
	width: 300px;
	display: inline;
}
#footeri {
	width: 1000px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: left;
	font-size: 0.7em;
	color: #fff;
	background: #366799;
}
#footer {
	padding: 10px;
}
#bottom {
	width: 1000px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: left;
	font-size: 0.7em;
	color: #888;
	line-height: 1.5em;
}
#bottom-left {
	float: left;
}
#bottom-right {
	float: right;
}
/* Global site Headers */
h1.front, h2.front {
	display: block;
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: bold;
	color: #444;
	padding: 4px 5px 3px 5px;
	margin: 0;
	background: #f1f6e2;
	border-bottom: 1px solid #e3e8d4;
}
h1.front {
	font-size:20px;
}
h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #f1f6e2 url(photo.png) no-repeat;
	background-position: 7px center;
	border-bottom: 1px solid #e3e8d4;
	position: relative;
}
h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 7px 0;
	color: #666;
	position: relative;
}
/* Various Links CSS */
a.icomment {
	display: inline;
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 7px;
}
a.icomment:hover {
	color:#333
}
.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
  border-bottom:1px dotted #457C92;
margin:5px 0;
padding:0 0 5px;
background:#fff;
float:left;
}

.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a{
 padding:0;
 margin:0;
 color:#000;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover{
color:#808080;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
 color:#104867;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}

a.read-more {
background:#F5F5F5;
cursor:pointer;
font-size:10px;
letter-spacing:1px;
padding:0px 5px;
text-transform:uppercase;
border-color:#999999 #CCCCCC #CCCCCC #999999;
border-style:solid;
border-width:1px;
}
