@charset "UTF-8";
/* CSS Document */

/* Generic styles */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #fff url(../images/bodybg-small.gif) repeat-x;
	color: #000;
	font: 62.5%/1.6  Helvetica, verdana, "lucida grande", sans-serif;
	
}

body.home {
	background: #fff url(../images/bodybg.gif) repeat-x;
}


fieldset {
	border: none;
	margin: 20px 10px;
}

br.clear {
	clear: both;
}

.logo-img {
	position: absolute;
	top: 20px;
	left: 30px;
}

/* main */

#wrapper {
	width: 960px;
	margin: 0 auto;
}
	
	
/* header */

#header {
	position: relative;
	width: 960px;
	background: transparent url("../images/header.gif") no-repeat bottom right;
	height: 171px;
}

#logo {
	float: left;
	height: 104px;
	width: 232px;
	margin-top: 30px;
}

#logo a {
	background: url("../images/logo.png");
	display: block;
	height: 104px;
	width: 232px;
	text-decoration: none;
}

#logo a:hover {
	background: url("../images/logo-hover.png");
}

#banner-left {
	float: left;
	width: 460px;
	height: 248px;
	font-family: Helvetica, Arial, sans-serif!important;
	color: #fff;
	font-weight: bold;
	padding-top: 30px;
}

#banner-left h3 {
	font-size: 20px;
	font-style:italic;
	margin-bottom: 30px!important;
}

#nav {
	position: absolute;
	top: 0; 
	right: 0;
	width: 400px;
	height: 130px;
}

#nav ul {
	list-style-type: none;
	
}

#nav ul li {
	float: left; 
	width: 190px;
	margin-right: 10px;
	text-align: right;
}

#nav ul li a {
	text-decoration: none;
	color: #42c8f4;
	font-size: 17px;
	border-right: 1px solid #42c8f4;
	padding-right: 10px;
	display: block;
	margin-bottom: 5px;
}

#nav ul li a:hover, #nav ul li.active a {
	color: #f6f5f4;
	background: #42C8F4;
	border-right: 1px solid #42C8F4;
}

/* site search */

#banner-left label {
	display: none;
}

input#ajaxSearch_submit  {
background:url("../images/go.png") no-repeat;
border:0 none;
cursor:pointer;
display:inline;
float:left;
height:37px;
width:70px;
margin-left: 8px;
}

input#ajaxSearch_submit:hover  {
background:url("../images/goon.png") no-repeat;
}

input#ajaxSearch_input {
background:url("../images/search.png") no-repeat;
float:left;
height:17px;
border:0 none;
width:341px;
padding: 10px;
font-size: 20px;
color: #ccc;
}

/* home page only content */

#banner-right {
	float: left;
	width: 460px;
	height: 248px;
	font-family: Helvetica, Arial, sans-serif!important;
	font-weight: bold;
	padding-top: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

#banner-right h1 {
	font-size: 18px;
}

#banner-right p {
	margin-bottom: 10px;
	line-height: 2em;
}

#banner-right strong {
	font-weight: normal;
}

#latest {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/latest.gif");
	width: 272px;
	height: 37px;
	color: #fff;
}

#latest h2 {
	color: #fff!important;
	margin-left: 20px!important;
	margin-top: 3px;
	font-size: 18px;
}

.spacer {
	height: 70px;
	width: 100%;
}

.spacer-half {
	height: 15px;
	width: 100%;
}

.cta {
	background: url("../images/cta-bg.gif");
	margin-bottom: 25px;
	width: 310px;
	height: 180px;
	float: left;
	font-size: 11px;
	margin-right: 25px;
	padding-right: 10px;
}

.cta h3 a {
	color: #E4B020;
	font-size: 13px;
	margin: 10px!important;
	text-decoration: none;
	display: block;
}

.cta img {
	float: left;
	margin: 0 10px;
	margin-bottom: 40px;
	width: 100px;
	height: 100px;
}


.cta a:hover {
	color: #3099bc;
}

/* main content */

#page-long {
	position: relative;
	width: 960px;
	height: 140px;
	background: url("../images/long-page.gif") no-repeat;
	background-position: bottom left;
	margin-top: 4px;
}

#page-long h2, #page-long h1 {
	color: #fff;
	margin-left: 20px;
	padding-top: 20px;
	font-size: 24px;
	font-weight: normal;
}

#simple-search {
	position: absolute;
	right: 0;
	top: 20px;
	height: 55px;
}

#index {
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}

#index h2 {
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 16px;
}

ul.index {
	list-style-type: none;
	margin-left: 15px;
}

ul.index li {
	float: left;
}

ul.index li a {
	color: #fff;
	padding:0 8px 0 9px;
	text-decoration: none;
}

ul.index li a:hover {
	color: #000;
}

ul.index li span {
	color: #cad491;
	padding: 0 9px 0 10px;
}

#content-left {
	position: relative;
	width: 690px;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

#content-left h2, #content-left h3 {
	color: #3099bc;
	font-size: 18px;
}

#content-left p {
	margin-bottom:10px;
}

.area {
	float: left;
	width: 210px;
	font-size: 12px;
	line-height: 2em;
}

.area  p {
	margin-bottom: 10px;
}

.area a, .site-content a, .sisea-page a {
	color: #e4b020;
	text-decoration: none;
}

.area a:hover, , .sisea-page a:hover {
	color: #A8C138;
}

.sisea-page a, .sisea-current-page {
	padding: 0 5px;
	font-weight: bold;
}

.inputwrapc {
	margin: 10px 0;
}

.inputwrapc label, .quip-comment label, .quip-fld label, .quip-add-comment label {
	float: left;
	width: 220px!important;
}

.inputwrapc input, form.sisea-search-form input {
	background: url("../images/input.png");
	width: 274px;
	height: 21px;
	border: none;
	padding: 5px;
	padding-left: 10px;
	color: #999;
	font-size: 12px;
	margin-left: -10px;
}

.inputwrapc textarea {
	background: url("../images/textarea.png");
	width: 274px;
	height: 110px;
	border: none;
	padding: 5px;
	padding-left: 10px;
	color: #999;

}



.small-go {
	background: url("../images/go-small.png")!important;
	width: 56px!important;
	height: 32px!important;
	margin-left: 10px;
	text-indent: -3000px;
	line-height: 0;
	font-size: 0!important;
	float: right!important;
	}

.small-go:hover {
	background: url("../images/go-small-hover.png")!important;
	cursor: pointer;
}



.search2 {
	position: absolute;
	bottom: 120px;
	right: 100px;
}

.ul-left {
	float: left; 
	width: 171px;
	margin-bottom: 20px;

}

.ul-left ul {
	list-style-type: none;
}

.ul-left ul li a {
	color: #333;
	text-decoration: none;
}

.ul-left ul li a:hover {
	color: #a8c024;
}

.ul-left h3, .area h3 {
	background:url("../images/circle.gif") no-repeat;
	width: 41px;
	height: 41px;
	line-height: 45px;
	text-align: center;
		color: #fff !important;
	font-size: 22px;
	margin: 0;
	margin-bottom: 15px;
}
.hr {
	clear: both;
	
	margin-bottom: 20px;
	background: #e1e1e2;
	height: 1px;
	width: 100%;
}
	

/* right colum */

#right {
	float: right;
	width: 250px;
	margin-right: 5px;
}

.click a {
	color: #e4b020;
	text-decoration: none;
	font-weight: bold;
	background:url("../images/click.gif") no-repeat;
	background-position: bottom right;
	padding-right: 25px;
	display: block;
	margin-bottom: 10px;
}

#container-1, .right-advert {
	margin-bottom: 10px;
}

#container-1 p {
	margin-bottom: 10px;
}

#newsletter {
	position: relative;
	margin: 10px 0;
	background:url("../images/newsletter.gif") no-repeat;
	width: 250px;
	height: 117px;	
}

#newsletter h3 {
	color: #3099bc;
	font-size: 16px;
	margin: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}

.newsletter {
	position: relative;
	margin: 10px 0;
	background:url("../images/newsletter.gif") no-repeat;
	width: 250px;
	height: 117px;	
}

.newsletter h3 {
	color: #3099bc;
	font-size: 16px;
	margin: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}

#newsletter label {
	display: none;
}

#newsletter input {
	width: 205px;
	border: 1px solid #cfcfcd;
	color: #888681;
	margin-left: 15px;
	height: 12px;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.sisea-search-form label {
	display: none;
}

form.sisea-search-form {
	width: 360px;
}

form.sisea-search-form input {
	float: left;
}
	

.submitBtn {
	background: url("../images/submit.gif")!important;
	width: 82px!important;
	height: 23px!important;
	border: none!important;
	text-indent: -3000px;
	line-height: 0;
	font-size: 0;
	display: block;
}

.submitBtn:hover {
	background: url("../images/submit-hover.gif")!important;
	cursor: pointer;
}

span.social {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 60px;
	height: 15px;
}

span.social a {
	width: 15px;
	margin-left: 10px;
}



/* footer */

#footer-wrap {
	position: relative;
	clear: both;
	height: 179px;
	background: url("../images/footer-long.gif") repeat-x;
}

#footer {
	position: relative;
	clear: both;
	width: 960px;
	margin: 0 auto;
	height: 179px;
	background: url("../images/footer.gif");
}

#footer-links {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 12px;
}

#footer-links ul {
	list-style-type: none;
}

#footer-links li {
	float: left;
}

#footer-links a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#bottom-wrap {
	width: 960px;
	margin: 0 auto;
}

#copyright {
	width: 500px;
	color: #3099bc;
	float: left;
	margin: 10px 0;
	font-size: 12px;
}

#social {
	width: 300px;
	color: #3099bc;
	float: right;
	margin: 10px 0;
	font-size: 12px;
}

#social ul {
	list-style-type: none;
}

#social li {
	float: right;
}

#social a {
	color: #3099bc;
	text-decoration: none;
	padding-left: 20px;
}

.hide {
	display: none;
}

.site-content {
	width: 340px;
	float: left;
	margin-right: 30px;
}

.site-details {
	width: 150px;
	float: left;
	margin-right: 40px;
}

.onsite {
	width: 130px;
	float: left;
	height: auto!important;
	heightL 300px;
	min-height: 300px;
}

.site-details ul, .onsite ul {
	list-style-type: none;
}

ul.address, ul.web-address {
	margin-bottom: 25px;
}

ul.web-address a {
	color: #42c8f4;
	text-decoration: none;
	font-weight: bold;
}

#site-images {
	background: #E1E1E2;
	width: 675px;
	height: 145px;
	margin: 15px 0;
	clear:both;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#site-images h3 {
color:#3099BC;
font-size:18px;
text-align: center;

}

	

#site-images img {
	width: 115px;
	height: 115px;
	margin-left: 17px;
	margin-bottom: 10px;
	margin-top: 15px;
	float: left;
}

.site-list {
	position: relative;
	margin: 0px 10px 20px 10px; 
	padding: 10px; 
	background: url("../images/site-list.gif");
	float: right; 
	width: 434px;
	height:187px;
}

.site-img img {
	float: left; 
	margin: 5px; 
	width: 118px;
}

.site-list-content {
	float: left; 
	width: 280px; 
	margin-left: 10px;
}

.site-list h3 {
	color: #3099bc;
	font-size: 18px;
}
.rating, .site-list a {
	color: #eeb721;
	font-weight: bold;
}



.onsite li {
	background: url("../images/li-tick.gif") no-repeat;
	padding-left: 25px;
	height: 25px;
	line-height: 14px;
	
}

ul.pageList {
	list-style-type: none;
	
}

ul.pageList li {
	float: left;
	padding: 5px;
	margin-bottom: 10px!important;
	
}

ul.pageList li a {
	color: #eeb721!important;
	text-decoration: none!important;
	font-weight: bold!important;
	padding: 5px 2px!important;
}

ul.pageList li a:hover {
	color: #3099bc!important;
}

.paging {
	border-top: 1px solid #eeb721;
	float: right!important; 
	width: 460px; 
	margin: 10px auto;
}

li.control{
	display: none;
}

li.control a:hover {
	color: #000!important;
}
.rating {
	width: 100%;
}

.rating span {
	float: left;
}

ul.star-rating-default {
	float: right;
	margin-top: -15px!important;
	margin-right: 120px!important;
	}

.totalvotes {
	display: none;
}

.rateme .totalvotes {
	display: none;
}

.rateme ul {
	float: left;
	margin-top: 0!important;
	margin-bottom: 10px!important;
}

.site-content p {
	clear: both;
}

li.quip-comment  {
		background: url("../images/stop.gif") no-repeat !important;
	background-position: top left!important;
	padding: 5px 0!important;
	width: 690px!important;
}

li.quip-comment-alt {
	background-color: none!important;
}

.quip-break {
		background: url("../images/s.gif") no-repeat !important;
	background-position: bottom left!important;
	height: 23px!important;
	margin-left: -7px;
	margin-bottom: -10px;
	width: 690px!important;
	
}

.quip-avatar {
	background: none!important;
	border: none!important;
}
	

.quip-comment-right {
	margin: 10px!important;
	margin-right: 0!important;
	
}

.quip-comment-meta {
	margin: 10px!important;
}

.quip-comment-text {
	margin-top: -20px!important;
	margin-left: 10px!important;
	color: #fff!important;
	width: 590px!important;
	margin-bottom:-20px !important;
	padding-bottom: 10px;
}

.quip-reply-link {
margin-top: -20px!important;
}

ol li ol li.quip-comment  {
		background: url("../images/stop-next.gif") no-repeat !important;
	background-position: top left!important;
	padding: 5px 0!important;
	width: 670px!important;
}

li.quip-comment-alt {
	background-color: none!important;
}

ol li ol li .quip-break  {
		background: url("../images/stop-next-bottom.gif") no-repeat !important;
	background-position: bottom left!important;
	height: 23px!important;
	margin-left: -7px;
	margin-bottom: -10px;
	width: 660px!important;
	
}

ol.quip-comment-list li ol {
	background: #ffffff;
	margin-bottom: -10px!important;
}

ol li ol li .quip-avatar {
	margin-right: 10px!important;
}

span.quip-reply-link {
	display: none;
}

.quip-fld {
	margin-bottom: 10px;
}

#follow-me-left {
	position: absolute;
	top: 0;
	right: 0;
}
	
.extract strong {
	color: #E4B020;
}

.sisea-result {
	border-bottom: 1px solid #cfcfcd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.sisea-result a {
	color:#E4B020;
text-decoration:none;
}

.sisea-result a:hover {
	color: #A8C138;
}

.more-link {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.more-link a, .site-list-content a {
	background: url("../images/read-more-home.png") no-repeat !important;
width: 80px;
height: 21px;
text-indent: -3000px;
line-height: 0;
font-size: 0;
display: block;
margin-left: 10px;
}

.site-list-content a {
	margin-left: 0;
	margin-top: 5px;
}

.more-link a:hover, .site-list-content a:hover {
	background: url("../images/read-more-home-hover.png") no-repeat !important;
}

.quip-comment-alt {
	background-color: transparent!important;
}

#disclaimer {
	margin: 20px;
	color: #E4B020;
	text-align: center;
}

p.bookmarkThis {
	float: right;
	margin-right: 20px;
}
	
p.bookmarkThis img {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

p.bookmarkThis a {
	opacity: 0.25;
}

p.bookmarkThis a:hover {
	opacity: 1;
}

.area h3 {
	color: #fff!important;
}

.bookmark {
	width: 320px;
	float: right;
}

/* Forms */

#add-site-form fieldset, #quip-add-comment-qcom fieldset {
	border: 1px solid #d8d8d6;
	background: #fff;
	padding: 10px;
	padding-top: 0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#add-site-form legend, #quip-add-comment-qcom legend {
	color: #3099bc;
	font-size: 18px;
	padding: 0 10px;
	font-weight: bold;
}

#add-site-form input.submitBtn {
	margin-left: 0;
}

#add-site-form input, #quip-add-comment-qcom input {
border: 1px solid #CFCFCD;
    color: #888681;
    height: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 5px 5px 5px 10px;
    width: 305px;
	background: #fff;
}

#add-site-form textarea, #quip-add-comment-qcom textarea {
border: 1px solid #CFCFCD;
    color: #888681;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 5px 5px 5px 10px;
    width: 305px;
	background: #fff;
}
#add-site-form select {
	margin-left: 15px;
}

.stats {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

.stats h3 {
	margin-bottom: 20px;
}

.stats ul {
	list-style-type: none;
	margin-left: 10px;
}

.stats li {
	background: url("../images/li-tick.gif") no-repeat scroll 0 0 transparent;
    height: 25px;
    line-height: 14px;
    padding-left: 25px;
}

#content-left a {
	color: #e4b020;
	text-decoration: none;
}

#content-left a:hover {
	color: #000;
	text-decoration: none;
}

#content-left ul li a {
	color: #000;
	text-decoration: none;
}

#content-left ul li a:hover {
	color: #e4b020;
	text-decoration: none;
}

.quip-comment-createdon a, .quip-comment-options a {
	color: #000!important;
	text-decoration: none;
}

.quip-comment-createdon a:hover, .quip-comment-options a:hover {
	color: #666!important;
	text-decoration: none;
}

.news-flash {
	border-bottom: 1px solid #A8C024;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.right-advert a:hover {
	opacity: 0.50;
}

.addthis_toolbox {
	position: absolute;
	top: 80px;
	right: 59px;
}

