/*
Theme Name: Baradz
Theme URI: http://www.baradz.co.uk/
Description: Bluey green sort of thing
Version: 1.2
Author: Michael Davies
Author URI: http://www.propage.co.uk
Tags: blue, custom header, fixed width, two columns, widgets
*/

@import url("css/screen.css");

html, body {
	height: 100%;
}

body {
	background-image:url(images/gradient_small.png);
	background-repeat:repeat-x;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.home {
	background-image:url(images/gradient.png);
}

h1 {
	color:#95CBE9;
	margin-top: 10px;
}
h2 {
	color:#95CBE9;
	font-size: 20px;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 1.5em;
	padding-right:10px;
}
img {
	padding:2px;
	border:1px solid #ccc;
}

.enhance {
	font-weight: bold;
}

img.icons{
	float:none;
	margin-bottom:-5px;
	margin-left: -18px;
	margin-top: 5px;
	border: 0;
}

ul {
	list-style:none;
}

li {
	padding: 5px;
}

.logo h1 {
	font-weight: bold;
	margin: 30px 0 0 0;
	color: #fff;
	letter-spacing: 5px;
}
.logo img {
	margin-top: 20px;
}
.logo p {
	color: #fff;
	margin:0 0 0 50px;
	padding:0;
}
.header {
	margin-top:15px;
	height: 300px;
	background-image:url(images/gradient2.png);
	background-repeat:repeat-x
}
.header img {
	border: 1px solid #fff;
	margin: 25px 0 0 20px;
}

.headermessage h1 {
	color:#fff;
	font-size: 26px;
	margin-top: 70px;
	margin-right: 10px;
	line-height:1.2em;
}

.headermessage p {
	color:#fff;
	font-size: 16px;
	line-height: 1.3em;
	margin-right: 10px;
}

.navbar {
	margin-top: 50px;
	color:#FFFFFF;
	font-size:1.1em;
	height:30px;
}
.navbar ul {
	float: right;
}
.navbar li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}
.navbar li a {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
}
.navbar li a:hover {
	color:#E3C888;
}
#maincontent {
	margin-top: 20px;
}
.imgleft {
	float: left;	
	margin: 0 10px 5px 0;
}
.footer {
	height: 50px;
	background-color: #666;
	color:#FFFFFF;
	text-align: center;
	padding-top:10px;
	clear: both;
}
form.contactform {
	width: 60%;
	margin: auto;
	margin-top: 20px;	
}
fieldset {
	padding-left: 80px;
}
legend {
	color: #95CBE9;
	padding: 0 10px;
	font-size:20px;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -50px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 50px;
}
div.textbox {
	width: 300px;
	padding: 4px;
	border: 1px solid #CCC;
}
.speechtext {
	margin-top: 20px;
	padding-top: 10px;
	background:url("images/speech_top.gif") no-repeat;
	background-color:#B7E0FF;
	width:284px;
}
.speech_bottom {
	background:url("images/speech_bottom.gif") no-repeat;
	width:284px;
	height: 30px;
}
.testimonials {
margin: 0;
line-height: 1.5;
}
p {
	margin: 0;
}
.speechtop {
	margin-top: 10px;
}
blockquote {
	margin:0 1.5em;
}
