/* forum header */

#outer-header {
	color: #ffffff;
	font: 14px/16px Trebuchet MS;
	margin: 0;
	overflow: visible;
	position: relative;
	width: 100%;
}
#outer-header a {
	color: #000000 !important;
	text-decoration: underline;
}
#outer-header a:hover {
	color: #b24509 !important;
	text-decoration: none;
}
#outer-header a:focus {
	outline: 0;
}
#inner-header {
	padding-top: 190px; /* needed to make room for header */
	width: 100%;
}
#header {
	background: #ffffff url(../img/x-gradient.gif) repeat-x left top;
	height: 190px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#logo {
	background: url(../img/logo.png);
	height: 90px;
	left: 70px;
	position: absolute;
	text-indent: -5000px;
	top: 50px;
	width: 130px;
	z-index: 30;
}
#newyear {
	background: url(../img/newyear.png);
	height: 90px;
	left: 70px;
	position: absolute;
	top: 50px;
	width: 130px;
	z-index: 25;
}
#nav {
	color: #b24509;
	font-size: 70%;
	height: 10px;
	left: 40px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	width: 210px;
	z-index: 40;
}
#weather {
	left: 35%;
	position: absolute;
	top: 0;
	z-index: 40;
}
#weather h3 {
	border: 0;
	color: #000000;
	font: bold 100%/16px Trebuchet MS;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#bookmark {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bookmark li {
	background-color: transparent;
	float: left;
	position: relative;
	text-align: center;
	width: 85px;
}
#bookmark li a {
	border: 1px solid #ffffff;
	border-bottom: 1px dotted #B6D1DC;
	margin-top: 5px;
	font-size: 70%;
	color: #b24509 !important;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#bookmark li a:active, #bookmark li a:focus {
	outline: none !important;
}
#bookmark li a.active {
	background-color: #ffffff !important;
	border: 1px dotted #B6D1DC;
	border-bottom: 1px solid #ffffff;
	color: #000000 !important;
}
#panel {
	margin: 0;
	padding: 0;
}
#panel div.box {
	margin: 0;
	padding: 20px 10px;
	z-index: 1000;
}
#panel div.box p {
	color: #000000;
	font: 80%/15px Verdana;
	margin: 0;
	padding: 2px 10px;
}
#weather-img {
	height: 180px;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	z-index: 30;
}

#quotes {
	color: #000000;
	font: 80%/15px Verdana;
	left: 35%;
	margin: 0 0 0 20px;
	position: absolute;
	top: 140px;
	z-index: 60;
}
#quotes a {
	font-size: 90%;
	color: #b24509 !important;
	text-decoration: underline;
	text-transform: uppercase;
}