/* DesignNotes - Do Lectures Event Site basic stylesheet Copyright 2008 OneCowMedia LLP - Please contact OneCowMedia LLP with regards to this CSS */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2008 OneCowMedia LLP and may not be reproduced. */
/* If you want us working on your project please contact us - talk@onecowmedia.com */
/* LAST EDITED -11th Sept by Laurence Gillian (OCM) */

body {
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 100.01%;
	text-align: left;
	background: black;
}

p {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

li {
	font-size: 14px;
	line-height: 1.65em;
	margin-left: 2em;
}


h1 {
	color: #ffffff;
	font-size: 89px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
	padding-top: 18px;
}

a {
	color: #6699CC;
	text-decoration: none;
}

a:hover { border-bottom: solid 1px; }

img {
	border: 0;
	padding: 0;
}

img.AddBorder {
	border:1px solid #ffffff;
}

img.Right { float: right; clear: both;}

.noBorder { border: none }
.norm {color: #7A7A7A;}
.blue {color: #6699CC;}
.hide {display: none;}

#footer { position: absolute; bottom: 0; margin-bottom: 5px; margin-left: 5px; font-size: 0.6em; }

