﻿/* Stylesheet for www.greenwoodconsulting.co.uk - Atom14 Ltd
*
* colours:
*
*/

* {
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: seashell;
}

h2 {
	font-family: "Copperplate Gothic Bold";
	font-size: 1.8em;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-family: "Copperplate Gothic Light";
	font-size: 1.6em;
	padding: 8px;
	text-align: center;
}
h4 {
	font-family: "Copperplate Gothic Light";
	font-size: 1.5em;
	padding: 8px;
	text-align: center;
}
h5 {
	font-family: "Copperplate Gothic Light";
	font-size: 1.3em;
	padding: 8px;	
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 4px;
}

fieldset {
	border: 1px gray solid;
	padding: 1em;
	width: 360px;
}
input {
	background-color: gray;
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	padding: 4px;
	width: 300px;
}
label {
	color: gray;
	display: block;
	padding: 4px 8px;
	width: 200px;
}
legend {
	color: gray;
	font-size: 0.8em;
	padding: 2px 8px;
}
textarea {
	background-color: gray;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding: 4px;
	width: 300px;
}

/* Layout styles */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	background: url('images/checkboard.png') center bottom repeat-x scroll transparent;
	position: relative;
}

#twitterButton {
	position: absolute;
	top: 70px;
}

#mainNav {
	float: left;
	margin: 20px;
	width: 180px;
}

#content {
	float: right;
	margin: 24px 0px;
	width: 720px;
}

#footer {
	background: url('images/checkboard.png') center top repeat-x scroll transparent;
	padding: 12px;
}


/* Header styles */
#header h3 {
	padding-bottom: 24px;
}

/* Main Navigation styles */
#mainNav ul {
	list-style: none;
	margin-bottom: 36px;
}
#mainNav ul li {
	padding: 8px 0px;
}


/* Content section styles */
#content p {
	text-align: justify;
}

#content ul {
	margin-left: 36px;
	padding: 12px 0px;
}
#content ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}

/* Contact Page and Form */
#content p.validateTips {
	text-align: left;
}

/* Newsfeed */
div.newsitem {
	padding: 8px 0px;
	border-bottom: 1px gray solid;
}

/* Footer styles */
#footer p {
	font-size: 0.9em;
	text-align: center;
}


/* Utility styles */
.clear {
	clear: both;
}

img.float-l {
	border: 2px gainsboro solid;
	float: left;
	margin: 0px 24px 24px 0px;
	padding: 2px;
}
.checker {
	background: url('images/checkboard.png') center center repeat-x scroll transparent;
	padding: 18px 0px;
	width: 700px;
}
.imgBorder {
	background-color: gainsboro;
	border: 2px gray solid;
	padding: 4px;
}