/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* End of reset
----------------------------------------------------------------------------------------------------*/
#header {
	z-index: 2;
	height: 78px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#header img { /* floats logo image left */
	float:left;
}
.content {
	clear: both;
	background: #F4F2FF;
	padding-top: 10px;
	padding-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
}
.content p {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.content h1 {
	font: normal 18px/22px Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#footer {
	background: #20252B;
	height: 15px;
	color: #6B7B8F;
	width: 960px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
a {
	color: #A63201;
}
#footer a {
	color: #6B7B8F;
}
body {
background: #000000 url(http://www.bouncingbean.co.uk/images/body-bg.jpg) repeat-x top;
z-index: -100;
font: 12px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
#body {
background: #000000 url(http://www.bouncingbean.co.uk/images/body-bg.jpg) repeat-x top;
z-index: -100;
font: 12px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox {
	background: #2549f1;
	border: 1px solid #000000;
	margin-bottom:15px;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #2549f1;
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	padding: 3px 2px 2px 18px;
	line-height: 10px;
	background: #2549f1;
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #000;
	color: #ffffff;
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	background: #7db0ee;
	color: #FFF;
}
.sidebarbox h3 {
	color: #FFF;
	background: #000 url(images/nav-bg.jpg) repeat-x bottom;
	padding: 4px;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000;
	line-height: normal;
	margin-bottom: 0px;
}
.sidebarbox h3 a {
	display: block;
	padding: 4px 4px 4px 4px;
	line-height: 18px;
	text-decoration:none;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #000;
	color: #fff;
}
.sidebarbox h3 a:hover {
	text-decoration: none;
	background: #071b76;
	color: #FFF;
}
.sidebarbox ul li.matt {
	list-style: none;
	display: inline;
}
.sidebarbox ul li.matt a {
	display: block;
	padding: 4px 4px 6px 8px;
	line-height: 18px;
	background: #0C2BBE;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #000;
	color: yellow;
}
.sidebarbox ul li.matt a:hover {
	text-decoration: none;
	background: #7db0ee;
	color: #ecff00;
	font-weight:bold;
}
/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 5px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
h1 {
	font: normal 18px/22px Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: -1px;
	margin-bottom: 23px;
}
h2 {
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
}
h3 {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	color: #A63201;
	margin-bottom: 10px;
}
h4 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #A63201;
	margin-bottom: 5px;
}
.fp a {
	font: normal;
	color: #000;
	text-decoration: none;
}
.fp a:hover {
	font: normal;
	color: #000;
	text-decoration: underline;
}
.fp2 a {
	font: normal;
	color: #2549f1;
	text-decoration: none;
}
.fp2 a:hover {
	font: normal;
	color: #2549f1;
	text-decoration: underline;
}
.footnote {
	font-size: 10px;
	color: #071b76;
}
.footnotew {
	font-size: 10px;
	color: #f4f2ff;
}
.footnotew a {
	font-size: 9px;
}