/*
Theme Name: A Sea Change
Theme URI: http://www.seachangeuk.com
Description: Theme for Sea Change
Version: 1.0
Author: Nick John Ford
Author URI: http://www.nickjohnford.co.uk/
Tags: 

*/

/* Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}/* remember to define focus styles! */
ins {text-decoration: none;}/* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
/* end of Reset */


body {
	background: #adc9c8 url(images/bg-grad.gif) repeat-x;
	font-family: Helvetica;
	font-size: 14px;
	}
p {
	margin: 10px 0 10px 0}
h1 {
	font-size: 25px;
	font-weight: normal;
	font-family: "Skia", Helvetica;
	line-height: 25px;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	}
a {
	text-decoration: none;
	color: #05d;
	}
a:hover {text-decoration: underline}
blockquote {
	background: #fff;
	padding: 1px 10px 1px 10px;
	margin: 10px 0;
	border: 1px solid #8aa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	clear: right;
	}
#container {
	margin: 50px auto;
	width: 900px;
	border: 2px solid #8aa;
	background: #cae3e3 url(images/cont-grad.gif) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}
#titlebar {
	height: 80px;
	margin: 20px 20px 0 20px;
	border-bottom: 2px solid #8aa;
	background: url(images/logo.gif) no-repeat;
	}
#leftside {
	width: 212px;
	float: left;
	}
#sidebar {margin: 30px 20px}
#sidebar a {
	font-size: 16px;
	display: block;
	width: 150px;
	height: 22px;
	border: 1px solid #8aa;
	background: url(images/btn-grad.gif) repeat-x;
	padding: 6px 0 0 20px;
	margin-bottom: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	text-transform: capitalize;
	}
#sidebar a:hover, #sidebar .current_page_item a, #tabs a:hover {
	border-color: #000;
	text-decoration: none;
	}
#sidebar ul ul {display: none}
#contact-details {
	border-top: 2px solid #8aa;
	margin: 0 0 20px 20px;
	padding-top: 10px;
	line-height: 1.3em;
	}
#wpcontent {	
	margin: 0 0 30px 212px;
	border-left: 2px solid #8aa;
	padding: 30px 30px 0 30px;
	line-height: 1.3em;
	min-height: 300px;
	}
#tabs {
	height: 40px;
	}
#tabs li {
	float: left;
	margin-right: 5px;
	}
#tabs a {
	display: block;
	width: 100px;
	height: 20px;
	border: 1px solid #8aa;
	background: url(images/btn-grad.gif) repeat-x;
	padding-top: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	}

/* wordpress classes - little things not big chunks like above */

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	}
.widgettitle {display: none}
#wpcontent img {border: 1px solid #8aa}
form img {border: none}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

ol {
	list-style: decimal;
	margin-left: 50px;
	}
ol li {margin-bottom: 5px}
ol ol {list-style: lower-roman}

.paypal {display: inline}
.paypal-btn {margin: 20px 0 20px 10px}