
* {
	margin: 0;
	padding: 0;
	}

body {
	background: #111 url(http://thebarfly.co.nz/assets/templates/thebarfly/images/structure/tbf-bg-grad-0207.jpg) top repeat-x scroll;
	color: #111;
	font-family: sans-serif;
	}

a img {
	border: 0;
	}


div#content p {
	margin: 0 0 1em 0;
	line-height: 120%;
	}

div#content p a:link { text-decoration: none; color: #00d;}
div#content p a:visited { text-decoration: none; color: #33b;}

div#content p, div#content li {
	font-size: 92%;
	}


/* headers */
h1, h2, h3 { margin: 0 0 .4em 0; }

h1 {
	font-weight: normal;
	font-size: 1.6em;
	}
h2 {
	font-weight: normal;
	font-size: 1.2em;
	}
h3 {
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
	clear: left;
	}

/* wrap */

div#wrap, div#header {
	max-width: 1020px;
	min-width: 790px;
	}



/* header */

div#header {
	padding: 10px;
	}



div#header img#top-banner {
	float: right;
	}



/* nav */


div#nav {
	width: 135px;
	display: block;
	float: left;
	}


div#banner {
	float: right;
	width: 120px;
	margin: 0 10px;
	}


div#nav ul {
	margin: 0 0 40px 0;
	
	list-style: none;
	
	}

div#nav ul li {

	margin:  0 0 0 10px;
	text-align: left;

	
	}


div#nav ul li a {
	text-decoration: none;
	color: #fff;
	
	width: 125px;
	display: block;
	
	background: #111;
	/*
	border: 1px solid;
	border-color: #111 #111 #555 #111;
	*/
	border-bottom: 1px solid #555;
	
	
	padding: 6px 0 6px 4px;
	margin: 0 0 0px 0;
	
	}
div#nav ul li a:hover {
	background: #ccc url(http://thebarfly.co.nz/assets/templates/thebarfly/images/nav/nav-hover-bg-01.gif) repeat-x;
	color: #000;
	}




/* right-col */

div#right-col {
	float: right;
	margin: 0 10px 10px 10px;
	
	}




/* content */

div#content {
	background: #eee url(http://thebarfly.co.nz/assets/templates/thebarfly/images/structure/content-bg-01.gif) top left no-repeat;
	color: #111;
	padding: 1em;
	
	margin: 0 140px 10px 145px;
	}



/* footer */
div#footer {
	color: #fff;
	
	clear: both;
	
	text-align: center;
	
	font-size: 90%;
	line-height: 120%;
	}
div#footer p { margin-bottom: .2em; }
div#footer a { color: #ddd; background: inherit; text-decoration: none; }
div#footer a:hover { color: #fff; background: inherit; text-decoration: none; }


p.clear { clear: both; }



/* lists */

div#content ul {
	margin: 0 0 1em 0;
	}


div#content ul li {
	margin: .2em 1.2em;
	}





/* sidebar */

body.reviews div#sidebar {
	width: 240px;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #ddd;
	background: #fff;
	}

body.reviews div#sidebar p {
	margin: 5px;
	font-size: 90%;
	}



/* images */
img.right {
	float: right;
	margin: 0 0 1em 1em;
	}

img.left {
	float: left;
	margin: 0 1em 1em 0;
	}

img.block {
	float: none;
	margin: 1em auto;
	display: block;
	}



/* articles */
p.artIntro {
	font-weight: bold;
	font-size: 110%;
	line-height: 130%;
	color: #222;
	}

