html, body {
	background: url("/wordpress/wp-content/themes/inove/img/bg.jpg") repeat-x scroll 0 0 #BEC3C6;
	color: #536482;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#wrap {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	max-width: none;
	min-width: 650px;
	padding: 20px;
}

.headerbar, .forumbg, .forabg, .navbar {
	background-image: none;
	border-radius: 0;
}

.headerbar {
	background: none;
}

/* wp styles */

#wp-container {
	margin: 0 auto;
}

#wp-main {
	background: #FFF url(/wordpress/wp-content/themes/inove/img/main_shadow.gif) top repeat-x;
	overflow: hidden;
	padding: 13px 15px 15px;
}

#wp-header {
	background: #000;
	border-bottom: 1px solid #A6A6A6;
	height: 90px;
	overflow: hidden;
}

#wp-header h1 {
	margin: 0;
}

#wp-caption {
	padding: 8px 8px 0;
}
#wp-title a {
	color: #FFF;
	display: block;
	font-family: "Trajan Pro";
	height: 30px;
	letter-spacing: 0;
	text-decoration: none;
}

#wp-tagline {
	border-top: 1px solid #FFF;
	color: #FFF;
	float: left;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}

#wp-header .banner {
	color: #999;
	float: right;
	padding: 15px 15px 0;
}

.fixed, .clear {
	clear: both;
}

#wp-footer {
	background: #eee;
	border-top: 1px solid #CCC;
	font-size: 11px;
	height: 57px;
	line-height: 145%;
	width: 100%;
}

#wp-footer a {
	color: #2A2A2A;
}

#wp-copyright {
	margin-left: 20px;
	margin-top: 12px;
}

#themeinfo {
	margin-left: 20px;
}

a#powered {
	background: url(/wordpress/wp-content/themes/inove/img/wp-logo.png) no-repeat;
	display: block;
	float: left;
	height: 57px;
	margin: 0 10px 0 5px;
	text-indent: -999em;
	width: 92px;
}

a#gotop {
	background: url(/wordpress/wp-content/themes/inove/img/icons.gif) 0 -304px no-repeat;
	display: block;
	float: right;
	height: 16px;
	line-height: 18px;
	margin: 5px 15px 0 0 !important;
	margin: 5px 8px 0 0;
	padding-left: 16px;
	text-decoration: none;
}

#wp-navigation {
	background: #FFF;
	border-bottom: 1px solid #A6A6A6;
}
#wp-menus li {
	display: inline;
	list-style: none;
}
#wp-menus li a {
	background: transparent url(/wordpress/wp-content/themes/inove/img/menu.gif) no-repeat;
	color: #382E1F;
	display: block;
	float: left;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	margin-left: -10px;
	padding: 0 20px;
	text-decoration: none;
	z-index: 1;
}

#wp-menus li a:hover, 
#wp-menus li a.current {
	background-position: 0 -31px;
}

#wp-menus li.current_page_item a, 
#wp-menus li.current-cat a {
	background-position: 0 -62px;
}

#wp-menus li a.home {
	background-position: 0 -93px;
	margin-left: 0;
	padding: 0;
	text-indent: -999em;
	width: 45px;
}

#wp-menus li a.home:hover {
	background-position: 0 -124px;
}

#wp-menus li.current_page_item a.home {
	background-position: 0 -155px;
}

#wp-menus li a.lastmenu:hover {
	background-position: 0 0;
	cursor: default;
}

.wp-searchbox {
	background: url(/wordpress/wp-content/themes/inove/img/searchbox.gif) no-repeat;
	display: block;
	float: right;
	height: 21px;
	margin-right: 10px !important;
	margin-right: 5px;
	margin-top: 4px;
	padding: 3px 2px;
	width: 209px;
}

.wp-searchbox .wp-textfield {
	background: none;
	border: 0px;
	float: left;
	margin-right: 2px;
	padding: 2px;
	vertical-align: none;
	width: 185px;
}

.wp-searchbox .wp-button {
	background: none;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 18px;
	margin-top: 1px;
	padding: 0;
	width: 18px;
}

.wp-searchbox .wp-searchtip {
	color: #999;
}