/* ----------------------------------------------------------------------------------------- 
Ollie Kavanagh
http://www.olliekav.com
21 Beechcroft Road
Tooting Bec
London
SW17 7BX

Visual design copyright 2008. All Rights Reserved. 
XHTML/CSS released under a Creative Commons Attribution 2.5 licence.
----------------------------------------------------------------------------------------- */

html {
	font-size:100%;
}
body, td, th, textarea, input, select {
	font-size:75%;
	color:#3e3e3e;
	line-height:150%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, Sans-Serif;
}

/*=---------------- Link Styles*/

a {
	outline: none;
	color:#a5e269;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#a5e269;
}
a:hover {
	text-decoration:none;
	border-bottom-style: solid;
	border-width:2px;
	color:#cbc1ac;
}
a.nohover:hover  { 
	text-decoration:none;
	border-bottom-style: none;
	border-width:0;
}
input, textarea, option, select, input.text-input {
	padding: 3px;
	color:#3e3e3e;
	font-size:1.0em;
	border:1px solid #6f100e;
}
textarea {
	overflow:auto;
}
option {
	border:0;
	padding:0 15px 0 0;
}
input.submit-button, input.button {
	background:#6f100e;
	color:#fff;
	padding:3px;
	border:1px solid #5e0e0c;
}
code {
	font-size:1.2em;
	font-weight:normal;
	background:url(../images/search-back.png);
	color:#fff;
	padding:10px;
	border-top:2px solid #103d4a;
	margin:20px 0 20px 0;
	display:block;
}