/* -- reset styles -- */
a,abbr,body,fieldset,form,h1,h2,h3,h4,h5,h6,img,label,legend,li,ol,p,td,th,ul {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

input,select,textarea {
	margin: 0;
}

/* -- base styles -- */
body,input,select,td,th,textarea {
	color: #000;
	font: 62.5% Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body {
	background-color: #a5b2c1;
	padding-bottom: 20px;
	text-align: center; /* IE fix */
}

/* -- paragraphs, lists, tables & anchors -- */
p,li,td,th {
	font-size: 1.1em;
	line-height: 1.5;
}

p,ol,ul {
	margin-bottom: 1.4em;
}

ol,ul {
	margin-left: 1.9em;
}

li {
	margin-bottom: 0.2em;
}

li p,
li li {
	font-size: 1em;
}

a {
	color: #6b7177;
}

a:hover {
	color: #f00;
}

/* -- horizontal rule, forms, clearfix & content hide -- */
hr {
	display: none;
}

input,select,textarea {
	color: #000;
	font-size: 1em;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.hide {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1em;
}

/* -- layout general -- */
#frame {
	margin: 10px auto 0;
	text-align: left; /* IE fix */
	width: 750px;
}

#page {
	background-color: #fff;
	border: 1px solid #6b7177;
	margin-bottom: 5px;
}

/* -- header -- */
#header {
	background: url(img/header.jpg) #85cd44 no-repeat 0 0;
	border-bottom: 1px solid #6b7177;
	color: #fff;
	height: 90px;
}

#header a {
	color: #fff;
}

#header a:hover {
	text-decoration: none;
}

#header h1,
#header h2 {
	font-weight: bold;
}

#header h1 {
	font-size: 3.3em;
	letter-spacing: 2px;
	padding: 5px 0 2px 10px;
}

#header h2 {
	font-size: 1.2em;
	padding-left: 10px;
}

#header div {
	float: left;
	width: 340px;
}

#header ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	width: 340px;
}

#header ul li {
	display: inline;
	font-weight: bold;
}

/* -- content area -- */
#content {
	background: url(img/gradient.gif) repeat-x 0 0;
	clear: both;
	height: 1%; /* set haslayout for IE6 */
	overflow: hidden; /* contain child floats */
	padding: 15px;
}

/* -- footer -- */
#footer {
	clear: both;
	overflow: hidden; /* contain child floats */
}

#footer img {
	float: right;
	margin-left: 4px;
}

/* -- project listing -- */
#content .projectrow {
	clear: both;
	width: 100%; /* IE6 fix */
}

#content .projectrow div {
	float: right;
	padding-top: 20px;
	width: 48%;
}

#content .projectrow .left {
	float: left;
}

#content .projectrow h3 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
}

#content .projectrow h3 a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content .projectrow h3 a:hover {
	color: #f00;
}

#content .projectrow p {
	margin: 0;
}

#content .projectrow .visitsite {
	color: #85cd44;
	font-weight: bold;
}

#content .projectrow .visitsite:hover {
	text-decoration: none;
}

/* -- contact form -- */
#contactform p {
	clear: left;
	float: left;
	width: 100%;
}

#contactform label {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	width: 95px;
}

#contactform span {
	float: left;
	width: 400px;
}

/* -- fields -- */
#contactform span input {
	width: 250px;
}

#contactform span textarea {
	height: 180px;
	width: 350px;
}

/* -- honeypot spam catcher field -- */
#contactform .postcode {
	display: none;
}

/* -- submit button -- */
#contactform .submit {
	display: inline; /* stop IE6 double margin bug */
	float: none;
	margin-left: 98px;
	width: 400px;
}

/* -- error list -- */
#contactform .error {
	color: #f00;
	float: none;
	font-weight: bold;
}

#contactform ul {
	color: #f00;
}

