* {
	margin:0;
	padding:0;
	}

body {
	font:.75em Verdana, Arial, Sans-Serif;
	color:#272727;
	line-height:1.8em;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:center;
	background-color: #e0debe;
	}

a {
	color:#7C7C0D;
	text-decoration:none;
	background:inherit;
	border-bottom:1px dashed #10612C;
	}

a:hover {
	color:#72720C;
	background:inherit;
	}

ul {
	list-style:none;
	}

li {
	margin-left:1em;
	}

.subcat {
	margin-left:1em;
	}

h1,h2,h3 {
	font-weight:400;
	margin:0 0 .8em;
	padding-top:8px;
	}

h1,h2 {
	color:#000;
	font-size:2em;
	background:inherit;
	}

h3 {
	font-size:1.3em;
	margin:1.2em 0 .5em;
	}

#bg {
	width:900px;
	margin:0 auto 0px;
	background: #fffef5 url(../img/footerbgnew1.gif) center bottom no-repeat; /* this div really just provides a home for the footer bg image */
	}

#wrapper {
	width:900px;
	background:transparent url(../img/headergrad.gif) center 0px no-repeat;
	margin:0 auto 0px;
	padding: 20px 0px 20px 0px;
	padding-bottom:0px;
	text-align:left;
	}

#header {
	height:280px;
	background: url(../img/anibee.gif) 10px 30px no-repeat; /* aligns this with the top of the gradient background of #wrapper */
	padding:0px 10px 0px 20px;
	margin:0px;
	}

#search {
	position:relative;
	clear:both;
	text-align:right;
	margin-top:-20px;
	padding:3px 0 0;
	height:23px;
	}

input {
	vertical-align:middle;
	padding:1px;
	}

input.searchfield {
	width:255px;
	border:1px solid #000;
	font-size:.9em;
	padding:4px;
	}

input.searchbutton, input.button {
	border:0;
	color:#fff;
	font-weight:700;
	font-size:.9em;
	background:black;
	padding:3px;
	cursor:hand;
	cursor:pointer;
	}

#logo {
	float:left;
	color:#fff;
	line-height:25px;
	margin-top:25px;
	}

#logo h1 a {
	letter-spacing:-3px;
	font-weight:bold;
	color:#000;
	font-size:2em;
	margin:85px 0 0;
	padding-top:0px;
	}

#logo h1 a:hover {
	color:#E3E318;
	}


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

p.strapline {
	position:relative;
	color:#E3E318;
	font-size:1.6em;
	padding:5px;
	margin-top:-160px; /* puts the 'bee inspired' box at the top of the page */
	margin-left:80px;
	background:#d4961e;
	width:50%; /* ste as an em width for IE, may have to edit if wording changed */
	text-align:center;	
	}

p.strapline a, #topmenu li a, #topmenu li a:hover, #logo h1 a, li.outer a {
	border:0px;
	} /*resets border to zero to over-ride regular link styles */

p.strapline a {	
	color:#E3E318;
	}
p.strapline a:hover {
	color:#F7F7C0;
	}

#top {
	float:right;
	text-align:right;
	width:100%;
	}

#topmenu {
	height:35px;
	clear:both;
	margin:5px 0 -5px;
	padding:10px 0 0;
	}

#topmenu li {
	font-size:1em;
	line-height:14px;
	display:inline;
	}

#topmenu li a {
	color:#000;
	margin:0 5px;
	padding:4px 5px 6px 5px;
	}

#topmenu li a:hover {
	color:#DBDF18;
	background:#000;
	padding:4px 5px 6px 5px;
	}

#crumbs {
	clear:both;
	background:#E3E318;
	margin:0 auto;
	margin-top:2px;
	padding:10px;
	}

#content {
	padding:10px 10px 10px 0px;
	background:transparent;
	margin-left:0px;
	}

#content p.subcat {
	margin-left:30px;
	}

#main {
	width:56%;
	float:left;
	margin-bottom:40px;
	background:transparent;
	padding-left:20px;
	}

#side {
	width:40%;
	float:right;
	}

.single {
	width:40%;
	float:left;
	padding:0 15px;
	}

.single, .double {
	background:#fffef5;
	}

#footer {
	color:#DBDF18;
	clear:both;
	padding-top:130px;
	height: 400px;
	background:transparent;
	margin-bottom:0px;
	}

#footer a {color:#fff;}

#main input[type=button] {
	border:1px solid #1A2012;
	color:#000;
	font-size:.8em;
	line-height:1.5em;
	cursor:pointer;
	display:block;
	float:left;
	background-color:#E7E318;
	margin:0 .1em;
	padding:.2em .8em;
	}

.strong {
	font-weight:700;
	}

.em {
	font-style:italic;
	}

.underline {
	text-decoration:underline;
	}

.del {
	text-decoration:line-through;
	}

fieldset {
	border:1px solid #E4DF94;
	color:#000;
	background:#FFFBC0;
	margin:0 0 8px;
	padding:10px 8px;
	}

textarea {
	width:97%;
	height:20em;
	padding:3px;
	filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;

}

.text, input#calc {
	filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
	}

.comment {
	color:#000;
	border-top:1px solid #ccc;
	background:#F5F6F6;
	margin:0 0 10px;
	padding:10px;
	}

.commentsbox {
	color:#000;
	background:transparent;
	margin:0 0 10px;
	padding:10px;
	}

.date {
	border-top:1px solid #eee;
	margin:0 0 20px;
	}

.clearer {
	clear:both;
	margin:0 auto;
	padding:1px 0 0;
	}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
	font:bold 12px Arial;
	}

.droplist_div {
	width:95%;
	border-bottom:1px solid #ccc;
	padding:4px 0;
	}

.subcatlist_div {
	width:95%;
	padding:0 0 0 15px;
	}


/* BBHQ Branding */

ul#branding {
	height: 35px;
	margin: 1em 0; padding:0 1em;
	}

li.outer {
	float: left;
	width: 80px;
	height: 35px;
	margin: 0 3px 0 0;
	display: inline;
	list-style-type: none;
	}

li.bbs { /* bbs = Bigbang Solutions */
	background: url(../img/branding-tiny.png) 0 -35px no-repeat;
	}
	
li.outer a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:right;
	}
	
li.bbs a {
	background: url(../img/branding-tiny.png) top left no-repeat;
	}

li.outer a:hover {
	background-image: none;
	color: yellow;
	}
li.outer a:active {
	color: black;
	}
	
li.outer span {
	display: none;
	margin:0; padding: 0px 0 0 13px;
	}

