/* @override 
	http://www.barcampliverpool.com/bcl.css
*/

html{
	font: 62.5% "Georgia"; 
	font-style: italic;
	font-size: 1em;
}

body {
	text-align: left;
	font-size	: 0.9em;
	font-weight	: normal;
	line-height: 1.5em;
	margin-top	: 1em;
	margin-bottom: 3em;
	margin : 1em 0 3em 0;
}

h1,h2{
	color		: #4791b8;
}

h1{
	font-size  : 1.4em;
	margin-top: 1.0em;
}

h2{
	font-size	: 1em;
	font-weight: bold;
}

#content {
	background-color: white;
	width		: 780px;
	margin		: 0 auto;
}

#content p, #content li{ 
	font-size		: 1.1em;
	line-height		: 1.5;
}

#content a:hover{
	background	: #ffea02;
}

#headerlogo{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
	border: none;
	outline: none;
}
	
#header{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.2em;
	background	: #ffea02;
}

ul#sponsorheader{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	display: block;
}

ul#sponsorheader li{
	display: inline;
}

ul#sponsorheader li img{
	height: 48px;
	padding: 4px;
}
.clear {
	clear: both;
}

p#header{
	font-size : smaller
}

a img{
	outline: none;
	border: none;
}
a {
	color		: black;
	font-style  : italic;
		outline: none;
}

a:hover{
	color		: black;
}

div#header a:hover{
	background		: white;
}

blockquote{
	margin		: 1.0em;	
}

.qoute {
  font-size	: 1.25em !important;
  line-height		: 1.3em;
  padding: 0.5em;
  border: 1px solid #faebbc;
  margin: 0px;
  background-color: #fffdd2; 
}

.qoute:before{
	content: "\201C";
}

.qoute:after{
	content: "\201D";
}