/*
Theme Name: BookSurrey
Theme URI: http://bookkeepingsurrey.co.uk
Description: Customised theme for Bookkeeping Surrey.

Version: 1.0
Author: Lee Rickler
Author URI: http://pointandstare.com

	This theme was designed by Breeze Design and developed by Lee Rickler at Point and Stare.
	http://breezedesign.co.uk | http://pointandstare.com

*/

@import "reset.css";


/* -- ** NAV ** -- */

#navigation {
	height:17px;
	width:100%;
	text-align:right;
	font-size:0.688em;
	font-weight:bold;
	border-bottom:solid 6px #23c0d8;
	}

#nav {
  list-style-type: none;
  }
 
#nav li {
  display: inline;
  }

#nav li a {
	display:inline-block;
	width:87px;
	padding:3px 0;
  color: #fff;
  text-decoration: none;
  text-transform:lowercase;
  text-align:center;
  background: url(images/nav_tab_off.png) no-repeat;
}
#nav li a:hover {
  background: #60a013;
  color: #fff;
  background: url(images/nav_tab_on.png) no-repeat;
}

#nav li.current_page_item {
  color: #fff;
}

#nav li.current_page_item a {
  color: #fff;
  background:url(images/nav_tab_on.png) no-repeat;
}


body {
	font-size:16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#808285;
	text-align: center;
	}

#content_wrap {
	background:url(images/main_bg.gif) repeat-x;
	}

#content {
	float: left;
	padding:30px 0 20px 35px;
	margin: 0px 0 0;
	width:387px;
	}

#about_wrap {
    width: 730px;
	height:100%;
	padding-bottom:20px;
	background: url(images/base_about.jpg) no-repeat bottom right;
	}

#services_wrap {
    width: 720px;
	height:100%;
	background: url(images/base_services.jpg) no-repeat bottom right;
	}

#testimonials_wrap {
    width: 720px;
	height:100%;
	background: url(images/base_testimonials.jpg) no-repeat bottom right;
	}

#contact_wrap {
    width: 720px;
	height:100%;
	background: url(images/base_contact.jpg) no-repeat bottom right;
	}

#content p {
	font-size:0.938em;
	}

div.entry p {
	font-size:0.813em;
	line-height:1.1em;
	padding-bottom:20px;
	}


h1 {
	font-size:1.188em;
	text-align:left;
	color:#24C0D8;
	padding-top:30px;
	}

div.entry h1 {
	padding-right:35px;
	padding-bottom:10px;
	font-weight:normal;
	}


/* -- ** SIDEBAR ** -- */

#sidebar {
	display:block;
	width:232px;
	padding:43px 10px 0;
	margin-left:460px;
	}

.sidebar_content {
	display:block;
	width:272px;
	padding:0;
	margin:0;
	background:url(images/sidebar_bg.png) repeat;
	}

.widgettitle {
	padding-top:0;
	margin-top:0;
	padding-left:20px;
	text-align:left;
	font-size:1.188em;
	color:#24c0d8;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

#sidebar h3 {
	text-align:left;
	margin-top:10px;
	padding-left:20px;
	color:#636466;
	font-size:0.938em;
	}

#sidebar p {
	display:block;
	width:222px;
	font-size:0.75em;
	text-align:left;
	margin:0 0 0 20px;
	padding:3px 0 10px 0;
	border-bottom:dotted 2px #5bd0e2;
	}

.textwidget {
	padding:0;
	margin:0;
	}

div.textwidget p {
	line-height:1.3em;
	}


blockquote {
	display:block;
	width:404px;
	padding-top:30px;
	margin:15px 30px 0 0;
	font-size:0.813em;
	background:url(images/quote_top.gif) no-repeat top;
	}

blockquote p {
	margin-top:0;
	padding:0 20px 30px 20px;
	color:#24c0d8;
	font-style:normal;
	background:#e3f3f7 url(images/quote_base.gif) no-repeat bottom;
	}

blockquote em {
	font-size:0.6em;
	font-style:italic;
	}


#footer {
	padding:0 0 30px 0;
	margin: 0 auto;
	line-height:1.4em;
	width:738px;
	clear: both;
	font-size:0.625em;
	}

#footer a {
	color:#666;
	}

.footer_left {
	float:left;
	text-align:left;
	}

.footer_right {
	float:right;
	text-align:right;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#base_bar {
	display:block;
	width:738px;
	height:35px;
	padding:10px 0px 10px 40px;
	font-size:1.4em;
	text-align:left;
	color:#fff;
	background:url(images/base_bar_bg.gif) no-repeat;
	}

#base_bar .number, #base_bar a:link {
	color:#cbeaf1;
	}

.base_about {
	position:relative;
	float:right;
	z-index:1;
	}
.base_services {
	position:relative;
	float:right;
	z-index:1;
	}

.base_services img {
	position:relative;
	float:right;
	z-index:1;
	}

.base_testimonials {
	position:relative;
	float:right;
	z-index:1;
	}

.base_contact {
	position:relative;
	float:right;
	z-index:1;
	}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

h2 {
	font-weight: bold;
	}




h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	color:#24c0d8;
	font-weight: bold;
	font-size:1.188em;
	padding-top:30px;
	padding-bottom:20px;
	}

h3.pagetitle {
	color:#24c0d8;
	font-weight: bold;
	font-size:1.188em;
	}



h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}




small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#main_wrap {
	background-color: white;
	margin: 30px auto;
	padding: 0;
	width:738px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height:59px;
	width:738px;
	}

.logo {
	margin:0;
	height:36px;
	width:100%;
	text-align:left;
	}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align:left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/

/* -- ** CFORM ** -- */

span.reqtxt, span.emailreqtxt {
	color:#ff0000;
	}
