/*sandy burnham style sheet */
/*170209 www.nickodalton.net nicko@daltons.net*/
/*old colour #98D1C6 new 6e99cb */
/*universal selector */

* {padding:0;
margin:0;

}


/*common selectors */

body {
	font-family: Trebuchet MS, sans-serif;
	text-align: center;
	background-color: #fff;
	color: #6e99cb;
	font-weight:lighter;

}

h1 {
	font-size: 35px;
	font-weight: lighter;
	padding:0;
	float:left;
}

h2 {
	font-size: 19px;
	font-weight: lighter;
	line-height:35px;
	margin-left:-20px;
	padding-bottom:5px;
	
}

h3 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight: lighter;
	line-height: 30px;
	padding: 10px 0px 5px 0px;
}

h4 {font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

h5 {
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 30px;
}

#tabs h5 {float:right;
		background: url(../images/close_button_blue.gif) no-repeat right;
		padding-right: 30px;
		margin-top:10px;
		margin-bottom:20px;
		color:#6e99cb;
}

h6 {
	font-size: 12px;
	font-style:italic;
	font-weight: lighter;
	line-height:  18px;
	padding-bottom: 2px;
}

p, ul {
	color:#666;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 12px;
	/*text-align: justify; */
	/*text-justify: newspaper;*/
}

#tabs p, #tabs ul  {font-size:12px}

ul{margin-left: 15px}

blockquote {
	margin: 0 10px 0 20px;
	font-size: 15px;
	line-height: 25px;
	color:#666;
	padding-bottom:20px;
	font-style:italic;
	font-weight:lighter;
}

blockquote .quotes{
	font-size: 25px;
	color: #6e99cb;
}


/*layout */

#wrapper {
	width: 800px;
	margin: 0 auto ;
	text-align: left;
	padding: 0 0 0 0;
	position:relative;
}

#tabs #wrapper {
	width: 400px;
	margin-top:35px;
}


#title {
	width: 350px;
	height:80px;
	float: left;
	background-color: #FFFFFF;
	margin: 30px 0 20px 0px;
	/*border: solid 1px red;*/
	
}#nav {
	width: auto;
	float: left;
	background-color: #FFFFFF;
	/*border: solid 1px blue;*/
	
}


#main_content{
	margin: 10px 25px 0px 75px;
	padding: 15px 0 0 40px;
	border-left: 2px dotted ;
	border-top: 2px dotted ;
	position:relative;
	display: inline-block; /*http://cafefrenzy.com/css-double-padding-ie7-fix/*/

}

#tabs #main_content{
	margin: 10px 25px 0px 25px;
	padding: 25px 0 0 40px;
}


#box_left{
	width: 300px;
	padding: 0 0 0 10px;
	float:left;
	position:relative;
	display:inline;
}
#box_right{
	width: 300px;
	float:right;
	position:relative;
	display:inline;
}

#full{
	width: auto;
	float:left;
	position:relative;
	display:inline;
}

#footer{
	/*border: solid 1px green;*/
	margin-left:-5px;
	padding-top:10px;
}

#footer.img {
	padding: 10px 0 10px 0;
}


a:link {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#title a{color: #6e99cb;}

a:visited {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

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

a:hover {
	text-decoration: underline;
}


a:active {
	text-decoration: none;
}

img.logo {
	float:right;
}

img.leaf {
	float:left;
	padding: 0 5px 15px 0;
}

img.portrait {
	float:left;
	padding: 0 5px 5px 0;
}

p.definition {font-size: 11px;
	line-height:15px;
	padding-top:5px;
}

#footer img {
	padding: 10px 0 10px 0;
}

#footer p {
	font-size: 11px;
	line-height:15px
}


.clear {
	clear: both;
}











/*external link finder (not own site links) and icon*/

a[href^="http:"]  {
	background: url(../images/external_link.gif) no-repeat right top;
	padding-right: 10px;
}

a[href^="http://www.sandyburnham.co.uk"]   {
	background-image: none;
	padding-right: 0px;
}
/*mail link finder and icon*/

a[href^="mailto:"]  {
	background: url(../images/mail_link.gif) no-repeat right top;
	padding-right: 11px;
}

/*end mail link finder and icon*/

