﻿/* 
	ajoneslaw.co.uk styles 
	Author: Julian Halliwell jeremy@simplicityweb.co.uk
	Version:	20090812
*/

/* elements to remove margins and padding */
* {
	margin:0;
	padding:0;
}
address{
		font-style:normal;
		margin-bottom:1em;
	}
body {
	background-color:#687384;
	background-image:url(background.png);
	background-repeat:repeat-x;
	color:#000;
	font:84%/135% Arial, Helvetica, sans-serif;
}
/* text */
#content h1, .mceContentBody h1 {
	color:#343942;
	font-family:"Georgia", Times, serif;
	font-size:2em;
	font-weight:normal;
	margin-bottom:1em;
}
#content h2, .mceContentBody h2 {
	color:#343942;
	font-family:"Georgia", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:1em;
}
#content h3, .mceContentBody h3 {
	font-size:1.2em;
}
#content h4, .mceContentBodyh4 {
	font-size:1.1em;
}
#content a, .mceContentBody a {
	color:#0050bb;
}
#content a:visited,#content a:hover,#content a:active {
	color:#6b8fbf;
}
#content a.pdf, .mceContentBody a.pdf {
	background:transparent url(pdf.gif) no-repeat 0 50%;
	padding:8px 0 8px 18px;
}
p {
	margin:0 0 1em 0;
}

/* images */
img {
	border:none;
}

/* forms */
#content fieldset {
	border:1px solid #ded8d1;
}
#content input {
	border:1px solid #BABABA;	
	padding:0.1em;
}
#content #submitbutton button {
	border:1px outset #D1D1D1;
	cursor:pointer;
	margin:5px 0;
}
#content label {
	color:#687384;
	cursor:pointer;
	display:block;
}
#content .radio,
#content .checkbox {
	border:none;
}
.focus {
	background:#ffebbf;
}
#content textarea {
	border:1px solid #BABABA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;;	
	padding:0.3em;
}
/* tables */
#content table {
	border-collapse:collapse;
	border-spacing: 0;
}


/* DOM */
#frame {
	background:#fff ;
	border:1px solid #687384;
	color:#000;
	margin:0 auto;
	max-width:900px; 
	min-width:640px;	
	position:relative;
	text-align:left;
	width:90%;
}
#banner {
	background:url(banner.jpg) no-repeat;
	height:120px;
	margin:0;
	padding:0;
	width:100%;
}
a#bannerHomeLink {
	background:none;
	border:none;
	display:block;
	height:100%;
	width:100%;
}
ul#navigation {
	background:#687384;
	color:#fff;
	left:0;
	margin:0;
	position:absolute;
	top:120px;
	width:100%;
}
ul#navigation a {
	background:#687384;
	border:none;
	color:#fff;
	display:block; 
	float:left;
	padding:0 1em;
	text-decoration:none;
	width:auto;
}
ul#navigation a:focus,
ul#navigation a:hover {
	background:#ECE3DE;
	color:#343942;
}
ul#navigation li {
	background:#ECE3DE;
	color:#343942;
	border-right:1px solid #ECE3DE;
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style:none;
	line-height:2em;
	margin:0;
	text-align:center;
	width:auto;
}
ul#navigation li span{
		padding:0 1em;
	}
#content {
	background:#fff;
	height:100%;
	padding:3em 2em 1em 2em;
	width:auto;
}
#content li {
	line-height:20px;
	padding:0.2em;
}
div.gutter {
	line-height:1.5em;
	padding:1em;
}
#footer {	
	background:#ECE3DE;
	clear:both;
	color:#343942;
	padding:1em;
	text-align:center;
}
#footer a {
	color:#343942;
}
#footer a:focus,
#footer a:hover {
	background:none;
	text-decoration:underline;
}
/* contact form */
#contactform input {
	padding:3px;
	width:20em;
}
#contactform textarea {
	padding:3px;
	width:22em;
}
/* tiny mce */
