/*
Theme Name: Afterburner Wordpress Theme
Theme URI: http://www.rockettheme.com/wordpress-themes/afterburner
Description: Afterburner balances speed and search engine optimisation with a full feature set. The template is based on the standard SEO layout used in club templates, and is therefore fully dynamic and collapsible.
Version: 1.3
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/

#top-bar{
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:23px;
}
* html #top-bar{
	position:absolute;
}
#topbar-inner{
	height:25px;
	background:#7A8D31;
}
* html #topbar-inner{
	margin-right:17px;
}
* html body{
	padding-top:23px;
}
* html,* html body{
	overflow-y:hidden;
	height:100%;
	margin-top:-23px;
}
#mainouter{
	position:relative;
	z-index:2;
	padding-top:23px;
	padding-bottom:40px;
	margin-left:150px;
	background:#ccc;
	min-height:100%;
}
* html #mainouter{
	height:100%;
	overflow:auto;
	overflow-y:scroll;
	position:relative;
	z-index:2;
	padding-top:23px;
	padding-bottom:40px;
}
#bottom{
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
	height:90px;
}
* html #bottom{
	position:absolute;
	bottom:-1px;
}
#bottom-inner{
	height:90px;
	background:transparent;
}
* html #bottom-inner{
	margin-right:17px;
}

* html #left {
  position: absolute;
  height: 100%;
  width: 120px;
  left: 0;
  top: 27px;
  overflow: auto;
  z-index: 100;
  margin-bottom: -63px;
}

html>body #left {
  position: fixed;
  left: 0;
  top: 27px;
  bottom: -1px;
  padding: 0;
  width: 119px;
}