/* (c) 2008-9 Bear Office Furniture */

/* template CSS */

body {
	margin:0;padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size: 14px;*/
	color: #333;
	background-color: #c3c3c3;
}

h1, h2 {
/*	font-weight: normal;*/
}

p, b {
	padding:0 15px; background-color:#fff;
}

ol, ul {
	margin-top: 0;
	line-height: 140%;
}

/* a {color: #666;}*/

a:hover {
	text-decoration: none;
	color:#c03;
}


a img {	border:none;text-decoration:none;}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	background:#fff;
	width:100%;height:165px;
	margin:0 auto;
}

#logo {
	background:url(/images/bearlogo.gif) no-repeat;
	float:left;
	width:694px;height:165px;
}

#banner {float:right; text-align:right; margin-right:5px;}

.trim {	clear:both; background: #c3c3c3 url(images/img02.gif) repeat-x; height:10px; width:100%; }


/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	background-color: #c3c3c3;
}

/* Content */

#content {
	float: left;
	width: 650px;
}

.post {}

.meta {
	margin: 0;
	padding: 10px 0 15px 20px;
	border-top: 1px solid #F3F3F3;
}

.meta a {
	text-decoration: none;
}

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

.meta .more {
	padding-left: 12px;
	background: url(images/img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

.block { background-color:#fff;}

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

#sidebar li {}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff url(images/img16.gif) no-repeat left bottom;
}

#sidebar li li {
	padding: 5px 20px;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(images/img15.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}

/* Green Box */

.greenbox {
	background: #fff url(images/img03.gif) repeat-x;
}

.greenbox .title {
	height: 60px;
	background: url(images/img04.gif) no-repeat;
}

.greenbox .title h1, .greenbox .title h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(images/img05.gif) no-repeat right top;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}

.greenbox .entry {
	padding: 10px 20px 0 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.btm { background: url(images/img06.gif) repeat-x left bottom; }
.btm .l { background: url(images/img07.gif) no-repeat left bottom; }
.btm .r { background: url(images/img08.gif) no-repeat right bottom; }

/* Two Columns */

.two-columns {
	clear: both;
	background: url(images/img11.gif) repeat-y;
	border-top: 10px solid #C3C3C3;
}

.two-columns .title {}

.two-columns .title h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}

.two-columns .blue {
	background: url(images/img13.gif) no-repeat;
}

.two-columns .red {
	background: url(images/img14.gif) no-repeat;
}

.two-columns .columnA, .two-columns .columnB {
	width: 320px;
}

.two-columns .columnA {
	float: left;
}

.two-columns .columnB {
	float: right;
}

.two-columns .btm {
	clear: both;
	background: url(images/img12.gif) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: #fff url(images/img02.gif) repeat-x;
	text-align: center;
}

/* bear CSS */

.title, #sidebar h2 { font-family: Arial, Helvetica, sans-serif; }

a, a:visited { color:#963; font-weight:bold;font-size:large;}
   
h1#banner a,h1#banner a:visited {font-size:x-large;color:#666;margin:0;padding:0;line-height:14px;}

/* generic */

.redtext { color:#a00; }
.bluetext { color:#008; }
.greentext { color:#080; }
   
.special { color:red; font-family:serif; font-size:22px; }

/* contact form 
#contact { margin: 10px auto; width:600px; }
legend { font-size:18px; font-weight:bold; }
.result { color:red; font-size:14px; }
*/

/* name anchors are not links */
.aname {text-decoration:none;}

/* breadcrumbs */
#crumbs {color:#800;margin:5px;}
#crumbs a:link {color:#800;}
#crumbs a:visited {color:#000;}
#crumbs a:hover {color:#f60;}



