body{
	background: #2997b7;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
}

#main p{ font-size: 1.1em; }

a, a:visited{
	outline: none;
	color: #2998b8;
	text-decoration: none;
}
a:hover{ color: #71d00b; }

h3{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

#wrapper{
	width: 1010px;
	margin: 0px auto;
	background: url(img/bg-wrapper.gif) repeat-y;
	padding: 10px 0 0 0;
	position: relative;
}

#header{ margin-bottom: 10px; }

#htr{
	position: absolute;
	top: 10px;
	right: 30px;
	width: 350px;
	height: 65px;
}

#htr .search{
	height: 28px;
	padding: 5px 0 3px 8px;
	background: #ebebeb;
}

#htr .search input[type="text"]{ width: 250px; }

#htr .sharet{
	font-size: 1.15em;
	line-height: 2em;
	text-align: right;
	color: #898989;
}

#htr img{
	margin: 0 5px;
}

#htr .addthis_button img{
	vertical-align: middle;
}

#htr a:hover{
	text-decoration: none;
}

#logo_area{
	padding-left: 75px;
	padding-top: 15px;
	background: url(img/logo.jpg) no-repeat top left;
	height: 60px;
}

h1#logo{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	margin: 0;
}

h1#logo a{ color: #252525; }

h1#logo a:hover{ color: black; }

h2#strapline{
	color: #898989;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-left: 2px;
}

#top-nav{
	height: 35px;
	width: 950px;
	background: url(img/bg-nav.gif) repeat-x;
	margin: 0;
	list-style: none;
}
#top-nav li{
	display: block;
	float: left;
	line-height: 35px;
	padding: 0 14px;
}
#top-nav li.firstli{ padding-left: 22px; }
#top-nav li.current{ background: url(img/top-nav-active.gif) repeat-x; }
#top-nav a, #top-nav a:visited{
	color: white;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-shadow: 0px -1px 0px #063644;
}
#top-nav a:hover{ color: #71d00b; }
#top-nav li.current a{ text-shadow: 1px 1px 0px #063644; }
#top-nav li.current a:hover{ color: white; }


#main{ margin-right: 20px; margin-top: 10px; }

#aside{ width: 300px; margin-top: 10px; }
#aside h4{
	line-height: 32px;
	background: url(img/bg-module.gif) repeat-x;
	padding-left: 20px;
	margin: 0;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 0px #063644;
}

#categories{ font-size: 1.1em; }


.frame .inner{
	border: 1px solid #d7d7d7;
	border-bottom-width: 2px;
	padding: 20px;
}
.frame{ margin-bottom: 10px; }


#aside .frame ul{ margin: 0; list-style: none; }
#aside .frame li{
	border-top: 1px solid #d6d6d6;
	line-height: 2em;
	font-size: 1.1em;
}
#aside .frame li a{ display: block; line-height: 2em; }
#aside .frame ul li ul li a{
	font-size: 0.8em;
	padding: 0 0 0 15px;
}
#aside .frame ul li ul li a:hover{
	text-decoration: none;
	background: #ebebeb;
}


#main .frame .recent ul{ margin: 0; list-style: none; }
#main .frame .recent ul li span a{ font-weight: bold; font-size: 1.2em; }
#main .frame .recent ul li p{ margin: 0; }
#main .frame .recent ul li{ border-top: 1px solid #d6d6d6; padding: 10px 0; }


#aside .frame .inner{ border-top: none; }
#aside img{ margin-bottom: 10px; }


.frame.adunit .inner{ height: 217px; overflow: hidden; }


#breadcrumb{
	height: 32px;
	background: url(img/bg-breadcrumb.gif) no-repeat;
	list-style: none;
	padding: 0 12px;
	width: 926px;
	margin: 0;
}
#breadcrumb li{
	display: block;
	float: left;
	line-height: 32px;
	padding: 0 6px 0 26px;
	background: url(img/bg-bc_sep.gif) no-repeat top left;
}
#breadcrumb li:first-child{ background: none; padding-left: 6px; }
#breadcrumb a{
	color: #666666;
	font-size: 11px;
	text-shadow: 1px 1px 0px #FFFFFF;
}
#breadcrumb a:hover{ color: #71d00b; }


#main .adunit img{ border: 5px solid #e1e1e1; }
#main .index-featured h3{ margin-bottom: 10px; }
#main .index-featured img, #main .article img{
	padding: 3px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
#main .article img{ margin: 0 0 0 10px; }

.features table, .features td{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.features tr td:first-child{
	padding-right: 12px;
}

.features tr td:last-child{
	padding-left: 12px;
}

.features h3{
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.features img{
	border:1px solid #D7D7D7;
	padding: 3px;
}

.features p{
	margin: 8px 0 0 0;
	padding: 0 0 0 3px;
	font-size: 1em !important;
}

.article{ position: relative; }
.article h2{
	font-weight: bold;
	margin: 0;
	float: left;
}
.article h3{ color: #898989; margin-left: 2px; }
.article h4{
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.articles{
	border-bottom: 1px solid #D7D7D7;
	margin-top: 10px;
}

#main .articles:last-child{
	border-bottom: 0px;
}

.articles p{
	margin: 0 0 10px 0;
}

.articles a img{
	float: left;
	margin: 0 10px 5px 0 !important;
}

.articles a:hover img{
	border-color: #2998b8 !important;
}

.articles h2{
	font-size: 1.7em;
	line-height: 1em;
	margin-bottom: 6px;
	float: none;
}

.articles h3{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}

.banner-ad{
	display: block;
	text-align: center;
	padding: 8px;
	background: #ebebeb;
	margin: 10px 0;
	height: 60px;
}


#social{
	list-style: none;
	margin: 0;
	border: 0;
}
#social li{
	margin: 0;
	display: block;
	border: none !important;
	float: left;
	line-height: 1em !important;
}
#social li a{ line-height: 1em !important; }
#social img{ margin: 0 11px 10px 0; }
#social a:hover img{ opacity: 0.8; }


.reviewe img{
	border: 0 !important;
	margin: 0 2px 0 0 !important;
	padding: 0px !important;
}
.stars{ font-size: 1.1em; display: block; }


#comments ul{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 20px;
}
#comments ul.odd{ background: #efffff; border: 1px solid #cff1f1; }
#comments ul.even{ background: #f5f5f5; border: 1px solid #d7d7d7; }
#comments ul:last-child{ margin-bottom: 20px; }
#comments ul li p:last-child{ margin-bottom: 0px; }

#faqs { margin: 0; list-style: none; }
#faqs li{ padding: 7px; margin-bottom: 10px; }
#faqs li.odd{ background: #efffff; border: 1px solid #cff1f1; }
#faqs li.even{ background: #f5f5f5; border: 1px solid #d7d7d7; }
#faqs p{ margin: 0; }
#faqs p.answer{ text-indent: 1em; }
#faqs span{
	font-weight: bold;
	color: #2998b8;
}

#lnr{
	border-top: 1px dotted #D6D6D6;
	padding-top: 10px;
	font-size: 1.1em;
}
#lnr td{
	vertical-align: top;
}
#lnr div{
	text-transform: uppercase;
}
#lnr a{
	display: block;
	padding: 4px 0;
	border-top: 1px solid #cff1f1;
	font-size: 0.9em;
	color: black;
}
#lnr a:hover{
	text-decoration: none;
	color: #2998b8;
}


span.author{
	font-size: 1.2em;
	font-weight: bold;
	color: #2998b8;
}


li.comment-body{ padding-top: 5px; }


#post_comment form{
	padding: 20px;
	background: #efffff;
	border: 1px solid #cff1f1;
}
#post_comment label{ font-size: 1.2em; }
#post_comment input[type="text"]{
	width: 250px;
	padding: 4px;
	margin-right: 10px;
}
#post_comment textarea{ width: 85%; height: 100px; }
#post_comment p{ margin-bottom: 5px; }


button::-moz-focus-inner { border: 0; }


.submitBtn{
	background: transparent url(img/bg-button-right.png) no-repeat right;
	color: #252525;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 0px 1px 0px #FFFFFF;
	cursor: pointer;
	border: none;
	padding: 0 12px 0 0;
	margin: 0;
}
.submitBtn span{
	height: 24px;
	line-height: 24px;
	background: transparent url(img/bg-button-left.png) no-repeat left;
	display: block;
	padding: 0 0 0 14px;
}
.submitBtn:active{ }
#post_comment .submitBtn{ margin-top: 10px; }

a.submitBtn{
	display: block;
	float: left;
	color: #252525;
}
a.submitBtn:hover{
	text-decoration: none;
}

#pagination{
	margin: 10px 0;
}

.rr{
	float: right !important;
}

.overall-rating{
	margin: -7px 0 7px 0;
}
.overall-rating img{
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	margin-right: 2px !important;
}
.overall-rating span{ font-size: 0.4em; font-weight: normal; }


.attributes{
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	width: 320px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.1em;
}
.attributes li{ border-top: 1px solid #d6d6d6; line-height: 2em; }
.attributes li span{ display: block; float: left; }
.attributes li span.att_title{
	width: 75px;
	text-align: right;
	font-weight: bold;
}
.attributes li span.att_value{ padding-left: 5px; }
.attributes li span.rating img{
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	margin-right: 2px !important;
	margin-top: 4px !important;
}

#footer{
	border-top: 1px solid #d7d7d7;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #898989;
}
#footer p{ margin: 0; }
#footer .last{ text-align: right; }


.ajax_search_results{ font-size: 1.1em; }
.gs-result{ margin-top: 1em; }
.gs-title a, .gs-title a:hover{
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: normal;
	color: #2200CC;
}
.gs-title a:visited{ color: #551A8B; }
.gs-snippet{ line-height: 1.2em; }
.gs-visibleUrl{ color: #008000; }
.gs-visibleUrl-short{ display: none; }
.gs-watermark{ display: none; }
.gsc-back{ float: right; }
.gsc-branding{ display: none; }

.legal h4{
	margin-bottom: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
}

table.form{
	border-top: 1px dotted #D7D7D7;
	padding-top: 20px;
}

table.form td{
	vertical-align: top;
}

table.form tr td:first-child{
	text-align: right;
}

table.form label{
	font-size: 1.2em;
}

table.form input{
	font-size: 1em;
	font-weight: bold;
	padding: 4px;
}

table.form input[name="email"]{
	width: 300px;
}

table.form textarea{
	height: 160px;
}

p.captcha img{
	margin: 0 !important;
	margin-bottom: 5px !important;
	padding: 0 !important;
	display: block;
}

@font-face {
	font-family: "SP_Proxima_Nova";
	src: url("/assets/fonts/ProximaNova-Regular.otf");
}

@font-face {
	font-family: "SP_Auto";
	src: url("/assets/fonts/Auto1-RegularLF.ttf");
}

@font-face {
	font-family: "SP_Klavika";
	src: url("/assets/fonts/KlavikaMedium-TF.otf");
}

@font-face {
	font-family: "SP_Trajan";
	src: url("/assets/fonts/TrajanPro-Regular.otf");
}

@font-face {
	font-family: "SP_Soho";
	src: url("/assets/fonts/SohoGothicPro-Medium.otf");
}

@font-face {
	font-family: "SP_Simian";
	src: url("/assets/fonts/SimianText Orangutan.otf");
}

@font-face {
	font-family: "SP_Lounge";
	src: url("/assets/fonts/Shag-Lounge.otf");
}
