@charset "utf-8";

/*---------------------------------------------------------------------*\
|                                                                       |
|    Oast One CSS                                                       |
|    Totally nailed at Oast One by James Marett, December 2008          |
|    oastone.co.uk														|
|                                                                       |
|    NOTES:                                                             |
|    Colours:                                                           |
|    Blue: #06C                                                         |
|    Light Blue: #6CF                                                   |
|    Green: #87BE55                                                     |
|    Dark Green: #62A421                                                |
|                                                                       |
\*---------------------------------------------------------------------*/

/*-- General --*/

body {
	margin: 0 0;
}

/* -- Fonts -- */

body {
	font-size: 12px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Tahoma for the PC users, Lucida Grande for the Macs losers  */
	line-height: 16px;
	color: #666;
}
a {
	color: #62A421;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
h2 {
	color: #06C;
	font-weight: normal;
	font-size: 16px;
}
p, h2 {
	margin-top: 0;
}

/*-- Generics --*/

.clearer {
	height: 1px;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*-- Footer --*/

#footer {
	border-top: #999 dotted 1px;
	padding: 5px 0 20px 0;
	font-size: 10px;
	line-height: 16px;
	margin: 0 20px;
	color: #999;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer .oaster {
	background: url(http://www.oastone.co.uk/portfolio/images/little_logo.gif) no-repeat left;
	padding-left: 8px;
	
	display: inline;
}	