/*
Theme Name: Surfstore
Theme URI: http://www.surfstore.co.uk/blog/
Description: Surfstore theme by Geoff Ford
Version: 1.3.8
Tags: surfstore
Author: Geoff Ford
Author URI: http://www.cornerpiece.co.uk/
*/

/* Sitewide */
body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}
img {
	border: none;
}
a:link, a:visited {
	color: #003f5e;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #003f5e;
}
.hidden {
	display: none;	
}
p a:link, p a:hover, p a:active, p a:visited {
	color: #008cd1;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
/* Main layout */
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	margin: 0 auto;
	padding: 0px;
}
#headerWrapper {
	margin: 0em;
	padding: 0em;
}
#logoWrapper {
	position:relative;
	width:1000px;
	height:109px;
	background: url(images/header_bg.jpg) no-repeat;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
    width: 620px;
    padding: 0;
	margin: 0px 20px;
	line-height: 24px;
}
#sidebar, #rightbar, #sidebar2, #sidebar3 {
	float: left;
    width:170px;
	background-color: #ffffff;
}
#footer {
	float:left;
	width: 1000px;
	text-align: center;
}
/* Header */
#contact {
	position:absolute;
	top:8px;
	right:0px;
	text-align:right;
	line-height:150%;
	color:#114D69;
	font-weight:600;
}
#topnav {
	position:absolute;
	bottom:34px;
	right:0px;
}
#topnav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#topnav li {
	border-right:1px solid #79787d;
	float:left;
}
#topnav a {
	display:block;
	float:left;
	margin:0px 5px;
	padding-bottom:2px;
}
#topnav a:hover {
	border-bottom:2px solid #11b5ea;
	color:#11b5ea;
	text-decoration:none;
	padding-bottom:0px;
}
#tagline {
	position:absolute;
	left:6px;
	bottom:6px;
	color:#ffffff;
	font-size:13px;
}
#tagline a, #rss a {
	color:#ffffff;
}
#tagline span {
	color:#11b5ea;
}
#rss {
	position:absolute;
	right:10px;
	bottom:4px;
	color:#ffffff;
	font-size:13px;
}
#rss img {
	vertical-align: bottom;
}
/* Content */
#content .details {
	font-size: 0.9em;
	color: #777777;
}
h1 {
	font-size: 2.2em;
	font-weight: 900;
	margin: 0px;
	padding:0px 0px 5px 0px;
	color:#008cd1;
}
h2 {
	font-size: 2em;
	font-weight: 700;
	margin: 0px;
	padding:0px 0px 5px 0px;
	color:#003f5e;
}
h3 {
	font-size: 1.8em;
	font-weight: 500;
	margin: 0px;
	padding:0px 0px 5px 0px;
	color:#008cd1;
}
h1 a:link, h1 a:visited, h3 a:link, h3 a:visited {
	color:#008cd1;
}
h2 a:link, h2 a:visited {
	color:#003f5e;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active  {
	color:#008cd1;
}
/* Sidebars */
#sidebar, #sidebar ul, #sidebar2 {
	list-style: none;
	margin: 0em;
	padding: 0em;
}
#sidebar ul, #sidebar2 {
	margin-bottom: 20px;
}
#sidebar ul li, #search form {
	padding: 0.4em;
}
#subscribe2, #subscribe2 form {
	margin: 0em;
	padding: 0em;
}
#subscribe2 p {
	padding: 0em 0.4em;
}
.widgettitle {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin: 0em;
	height:29px;
	line-height:29px;
	padding:0px 6px;
	background: url(images/section_header.gif) no-repeat;
}
a.ad {
	display: block;
	width: 170px;
	height: 170px;
	margin-bottom: 10px;
}
/* Footer */
#footerAddress {
	clear:both;
	height:29px;
	line-height:29px;
	background:#D1D2D4;
	padding:0px 9px;
	text-align: center;
	margin-bottom:10px;
}
#siteinfoLegal {
	text-align: center;
	font-size: 0.9em;
}
/* Wordpress Generic */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}