/*
---------------------------------------------------------------------------------
London Lives - 25/09/09
---------------------------------------------------------------------------------
http://markhadley.com
---------------------------------------------------------------------------------*/

/*
EASY CLEAR - based on http://www.positioniseverything.net/easyclearing.html
---------------------------------------------------------------------------------*/
	
/*easy clear*/
.clearfix:after, #main .source:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
	}

/*
RESET - based on http://developer.yahoo.com/yui/reset/
---------------------------------------------------------------------------------*/

body,div,p,a,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input.txt,label,textarea,blockquote,pre,table,th,tr,td,address,caption,cite,code,dfn,em,strong,var,abbr,acronym {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

ol,ul {
	list-style: none;
	}

caption,th {
	text-align:left;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
/*
BASE FONT SIZE - LINE HEIGHT
---------------------------------------------------------------------------------*/	

body {
	font-size: 75%;
	line-height: 1em;
	}

/*
HIDE IN ALL
---------------------------------------------------------------------------------*/
	
hr, form br, .hidden {
	display: none;
	}

/*
HIDE IN VISUAL BROWSERS (DISPLAY IN SCREENREADERS)
---------------------------------------------------------------------------------*/
	
#skiplinks, .label {
	position: absolute;
	left: -9000px;
	top: -9000px;
	}

#skiplinks a:focus, #skiplinks a:active {
	position: absolute;
	left: 9010px;
	top: 9010px;
	background-color: #fff;
	color: #000;
	padding:5px;
	border: 1px solid #000;
	width: 11em;
	line-height: 1.5em;
	}
	
/*
NAVIGATION LISTS
---------------------------------------------------------------------------------*/

.nav li {
	display: inline;
	}
	
.LLB_img {
	padding-left: 20px;
	padding-top: 10px;
}
