/*
	Lakeview Mews - Print styles
	Created by gordongroup marketing + communications (www.gordongroup.com)
	
	COLOURS:
		BACKGROUND BROWN: 312510
		WRAPPER BORDER GREY: 939495
		NAVIGATION BROWN: b66611
		NAVIGATION ACTIVE BROWN: 312510
		NAV RESIDENTS BROWN: 734510
		NAV RESIDENTS BEIGE: dbb388
		TEXT GREY: 736e67
		
		
	CONTENTS:
		General
		Layout
		Masthead
		Navigation
		Typography
		Lists
		Footer
		Forms
		Tables
		Links
		Images
		Misc
		
*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	
	font: 80% "Lucida Sans Unicode", "Lucida Grande", verdana, arial, sans-serif;
	text-align: left;
	}

#skip_navigation {
	display: none;
	}
	
hr {
	height: 1px;
	
	border: 0;
	border-top: 1px solid #b66611;
	}	


	
/* =Layout
---------------------------------------------------------------------------------------------------- */




/* =Masthead
---------------------------------------------------------------------------------------------------- */


	
/* =Navigation
---------------------------------------------------------------------------------------------------- */

#navigation {
	display: none;
	}



/* =Typography
---------------------------------------------------------------------------------------------------- */

h2 {
	margin-bottom: 0;

	color: #312510;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	}

h3 {
	margin-bottom: 0;

	color: #312510;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

h4 {
	margin-bottom: 0;

	color: #312510;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	}

h5 {
	margin-bottom: 0;

	color: #312510;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h6 {
	margin-bottom: 0;

	color: #312510;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	}

p {
	margin-top: 0;
	
	line-height: 1.4em;
	}
	


/* =Lists
---------------------------------------------------------------------------------------------------- */



/* =Footer
---------------------------------------------------------------------------------------------------- */



/* =Forms
---------------------------------------------------------------------------------------------------- */

	
	
	
/* =Tables
---------------------------------------------------------------------------------------------------- */

table {
	width: 100%;
	
	font-size: 1em;
	}
	
	table thead tr td,
	table thead tr th {
		border-bottom: 1px solid #b66611;
		
		text-align: left;
		}
		
	table th {
		font-weight: bold;
		text-transform: uppercase;
		}
		
	table tfoot tr td {
		border-top: 1px solid #b66611;
		}
	
	table tr.row-alternating {
		background-color: #f6e9da;
		}



/* =Links
---------------------------------------------------------------------------------------------------- */

a:link {
	color: #b66611;
	}
	
a:visited {
	color: #8b7966;
	}
	
a:focus,
a:active,
a:hover,
a:visited:hover {
	color: #312510;
	}



/* =Images
---------------------------------------------------------------------------------------------------- */

img {
	margin: 0;
	padding: 0;
	
	border: 0;
	}


	
/* =Misc
---------------------------------------------------------------------------------------------------- */



