#header {
	position: relative;
	height: 170px;
}

#logo {
	position: absolute;
	left: -25px;
	top: 14px;
	background: url(../images/logo.png) no-repeat;
	width: 209px;
	height: 108px;
}

/* User Menu */
#usermenu {
	position: absolute;
	right: 0;
	top: 40px;
	font-weight: bold;
}

#usermenu li {
	color: #000000 !important;
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #7b1415;
}
#usermenu li#signup {background: url(../images/signup.png) no-repeat left center}
#usermenu li#signin {background: url(../images/signin.png) no-repeat left center}

/* Add Stuff */
#addstuff {
	position: absolute;
	right: 0;
	top: 105px;
	font-weight: bold;
	color: #ffb635;
}

#addstuff li {
	font-family: tahoma;
	float: left;
	display: inline;
	margin-left: 10px;
	height: 22px;
	line-height: 22px;
}

#addstuff li a {
	display: block;
	width: 62px;
	padding-left: 11px;
	background: url(../images/upload.png) no-repeat top;
	color: #555;
}

#addstuff li a:hover {
	background: url(../images/upload.png) no-repeat bottom;
	color: #333;
}

/* Main Site Tabs */
#tabs {
	position: absolute;
	top: 108px;
	left: 185px;
	height: 25px;
}

#tabs li {
	float: left;
	margin-left: 15px;
	display: inline;
	height: 25px;
	position: relative;
}

#tabs li a {
	float: left;
	display: block;
	background: url(../images/tabs.png) repeat-x;
	background-position: 0 0;
	height: 25px;
	line-height: 25px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #740406;
	font-family: tahoma;
	position: relative;
}

#tabs li a:hover {
	color: #ff9b26;
}

#tabs li.active a {
	background: url(../images/tabs.png) repeat-x;
	background-position: 0 -25px;
	color: #000;
	height: 31px;
	z-index: 9;
}

#tabs li.active a:hover {
	color: #740406;
}

#tabs li.more a {
	background: url(../images/tabs.png) repeat-x;
	background-position: 0 -56px;
	height: 25px;
	z-index: 9;
}

#tabs li a .tabs_l {
	background: url(../images/tabs_c.png) no-repeat;
	background-position: 0 0;
	width: 6px;
	height: 25px;
	position: absolute;
	top: 0;
	left: -6px;
}

#tabs li a .tabs_r {
	background: url(../images/tabs_c.png) no-repeat;
	background-position: -6px 0;
	width: 6px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -6px;
}

#tabs li.active a .tabs_l {
	background: url(../images/tabs_c.png) no-repeat;
	background-position: 0 -25px;
	width: 6px;
	height: 31px;
	position: absolute;
	top: 0;
	left: -6px;
}

#tabs li.active a .tabs_r {
	background: url(../images/tabs_c.png) no-repeat;
	background-position: -6px -25px;
	width: 6px;
	height: 31px;
	position: absolute;
	top: 0;
	right: -6px;
}

#tabs li.more a .tabs_l {
	background: url(../images/tabs_c.png) no-repeat;
	background-position: 0 -56px;
	width: 6px;
	height: 25px;
	position: absolute;
	top: 0;
	left: -6px;
}

#tabs li.more a .tabs_r {
	background: url(../images/tabs_c.png) no-repeat;
	background-position: -6px -56px;
	width: 6px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -6px;
}

/* Sub Menus on Tab */
#tabs ul.submenu {
	display: none;
	margin:0;padding:0;border:0;background:none;float:none;position:static;height:1em;line-height:1em;
	position: absolute;
	z-index: 999;
	top: 25px;
	left: -6px;
	width: 180px;
	height: auto;
	background: #fff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #740406;
}

#tabs ul.submenu li {
	margin:0;padding:0;border:0;background:none;float:none;position:static;height:1em;line-height:1em;
	display: block;
	width: auto;
	height: auto;
}

#tabs ul.submenu li a {
	margin:0;padding:0;border:0;background:none;float:none;position:static;height:1em;line-height:1em;
	background: #fff;
	color: #740406;
	padding: 0 5px 0 5px;
	height: 2em;
	line-height: 2em;
	border-bottom: 1px dotted #740406;
}

#tabs ul.submenu li a:hover {
	margin:0;padding:0;border:0;background:none;float:none;position:static;height:1em;line-height:1em;
	background: none;
	color: #ffb635;
	padding: 0 5px 0 5px;
	height: 2em;
	line-height: 2em;
	border-bottom: 1px dotted #740406;
}

/* Search form */
#searchform {
	position: absolute;
	top: 143px;
	right: 15px;
	font-size: 0.9em;
}

#searchform input {
	vertical-align: middle;
}

#searchform .searchfield {
	width: 150px;
	height: 16px;
	padding: 4px 6px 2px 6px;
	background: url(../images/searchfield.png) no-repeat top;
	color: #2e2e2e;
}

#searchform .searchfield:hover {
	background: url(../images/searchfield.png) no-repeat bottom;
	color: #555;
}

#searchform .searchbutton {
	width: 62px;
	height: 19px;
	background: url(../images/searchbutton.png) no-repeat;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#findicon {
	position: absolute;
	top: 135px;
	right: 0;
	width: 32px;
	height: 30px;
	background: url(../images/find.png) no-repeat;
	z-index: 99;
}

#header-links {
	color: #000000;
	position: absolute;
	top: 146px;
	left: 0;
	height: 16px;
}

#header-links li {
	float: left;
	margin-right: 35px;
	height: 16px;
}

#header-links li a {
	float: left;
	display: block;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #740406;
	height: 16px;
	line-height: 16px;
}

#header-links li a:hover {
	border: 0;
}

li#archiveurl {
	background: url(../images/archives.png) no-repeat left center;
	padding-left: 22px;
}

li#feed {
	background: url(../images/feed.png) no-repeat left center;
	padding-left: 22px;
}

li#feed2 {
	background: url(../images/feed2.png) no-repeat left center;
	padding-left: 22px;
}