/*	screen.css for www.barkingbowen.com	*/



/* COLOUR SHADES

lightest:		f0f2e6	-	copy bg
medium:			b7bf8f	-	boxing bg
main:			9ca66c	-	surrounds logo
dark:			6c734b	-	outlining/copy text
darkest:		545939	-	outlining/header text

orange:			f7931d
red:			be1e2d
yellow:			fff500
brown:			8b5d3b
skin:			e4c89e

*/




body {
	margin: 0;
	padding: 0;

	height: 100%;
	background: #fff;	/* White background */
	color: #6c734b;		/* Dark text */
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;

}


p {
	padding: 0 0 12px 0;
	margin: 0;
	color: #6c734b;
}


ul, ol, blockquote {

}

ul {
	margin-top: 0px;
}


h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #545939;
	border-bottom: 2px solid #f7931d;
	margin-top: 16px;
	height: 20px;
}

h3 {
	color: #545939;
}

h4 {

}

pre {

}

a {

}

a:hover {

}


/* top-most window spanning bar */
#top_bar {
	background-color: #b7bf8f;
	height: 32px;
}


/* bottom-most window spanning bar */
#bottom_bar {
	background-color: #b7bf8f;
	height: 32px;
	margin-top: -32px;
}


/* Site Wrapper */
#site_wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	margin: -32px auto 0;		/* centre horizontally, position over top_bar */
	/*background: #fff;*/		/* DON'T USE A BACKGROUND AS IT WILL OVERWRITE THE top_bar and bottom_bar */
	
	min-height: 100%;
}


#sidebar {
	float: left;
	width: 160px;
	padding: 0;
	margin: 0 18px 10px 0;


}


#logobox {
	height: 210px;
	background: url(../images/logo2.gif) no-repeat;
}


#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li a {
	padding: 0;
	margin: 10px 0;
	display: block;
	border: 2px solid #9ca66c;
}


#navbar ul li a.menu_selected {
	border: 2px solid #f7931d;
}

#navbar ul li a:hover {
	border: 2px solid #f7931d;
}



#navbar img {
	border: none;
}


#advert {
	margin-bottom: 18px;
	height: 200px;
	background: url(../images/tasty_ad.gif) no-repeat;
}



/* Header */
#header {
	height: 32px;
	background: url(../images/header_over_logo2.gif) left no-repeat;
}

#header img {
	position: absolute;
	right: 0px;
}

#header .top_of_head {
	position: absolute;
	right: 190px;
}

/* Footer */
#footer {
	clear: both;
	height: 32px;
	padding-top: 6px;
}

#footer p {
	padding-top: 8px;
	text-align: center;
}

#footer_logo {
	position: absolute;
	right: 0px;
	width: 100px;
	text-align: center;
	padding-top: 6px;
	z-index: 1;
}

#footer_logo img {
	border: none;
}

#footer_sitemap {
	position: absolute;
	left: 0px;
	padding-top: 8px;
	text-align: left;
	z-index: 1;
}

#footer_sitemap a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#footer_sitemap a:hover {
	color: #f7931d;
	text-decoration: underline;
}


/* Content */
#content_wrapper {
	overflow: auto;
	margin: 0;
	padding: 0;
}


/* Main */
#main_content {
	display: block;
	margin: 0px;
	padding: 0;
}


#photobox {
	display: block;
	background: #b7bf8f;
	margin: 28px 0 18px 0;
	padding: 0 0 0 2px;
}


#photobox img {
	border: 1px solid #6c734b;
	background: #eee;
	margin: 8px 0 5px 8px;
	padding: 0;
	display: inline;
}









#map_canvas {
	width: 500px;
	height: 300px;
	border: 1px solid #bbb;
}



.centred {
	width: 100%;
	text-align: center;
}



.body_text {
	background: #f0f2e6;
	padding: 8px 16px;
	
	margin-top: 8px;

}

.body_text p {
	margin: 0 24px;
	color: #545939;
	 text-align: justify;
}	


.body_text a {
	color: #f7931d;
	text-decoration: none;
}

.body_text a:hover {
	text-decoration: underline;
}


blockquote .author {
	color: #545939;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-left: 30px;
}


ul.FAQs li {
	margin-bottom: 12px;
}

ul.FAQs span.question {
	display: block;
	font-weight: bold;
}

p.NB {
	font-weight: bold;
}

