/*
Theme Name: humbio2011
Theme Logo: Knowledge Base
Version: 1.2
Author: Eugene Golovanov
Reset YAHOO+*{}
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {	text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after {	content:'';}
abbr,acronym { border:0;}
* { margin: 0; padding: 0;}
/* -------------------------------- start -------------------------------- */
body {
    background: #eef7ff url(/include/images/bg16.png) repeat-x scroll top left;
	width: 100%;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
    line-height: 1.8em;
}
p, ul, ol { margin-bottom: 5px;}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}
h1, h2, h3 {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #300C9C;
	font-family: Georgia,"Times New Roman",Times,serif;
}
h1 { font-size: 26px; line-height: 1em;}
h2 { font-size: 22px; line-height: 1em;}
h3 { font-size: 20px; line-height: 1em;}
strong { font-weight: bold;}
.left { float: left;}
.right { float: right;}
.center { text-align: center;}
.hidden { display: none;}
.clear { clear: both;}
img.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.line {
	width: 980px;
	height: 10px;
    background: url("/include/images/line.gif") repeat-x scroll left center transparent;
}
/* Layouts
-----------------------------------------------------------------------------*/
#wrapper {
	width: 1140px;
    margin: 0 auto;
	position:relative;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
    background: #0B2863 url(/include/images/header.jpg) no-repeat scroll top;
	height:110px;
	margin-bottom: 18px;
}
#logo {
	position: absolute;
	padding:0 0 0 0px;
}
#slogan {
	position: absolute;
	margin: 8px 0 0 80px;
}
#slogan h2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #eee;
}
#slogan a {
	display: block;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-decoration: none;
	color: #eee;
}
/* Search
--------------------------------------------------------------------------- */
#search {
	position: absolute;
	margin: 15px 0 0 300px;
	width: 685px;
	float: right;
	display: inline;
}
input.gsc-search-button {
	xfloat: right;
    background: #9999FF none;
	xmargin-left: 10px;
	xdisplay: inline;
}
input.gsc-input {
    border: 1px solid #BCCDF0;
    height: 14px;
    padding: 4px 2px 3px;
    xwidth: 70%;
    width: 580px;
    xfloat: right;
    float: left;
	font-size: 16px;
	display: inline;
}
/* Menubar
--------------------------------------------------------------------------- */
#menubar {
	position: absolute;
	margin: 78px 0 0 430px;
	width: 580px;
}
#menubar ul  {
    font: normal 15px Verdana, Arial, Helvetica, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}
#menubar li  {
    background: transparent url(/include/images/menu.gif) no-repeat scroll left;
    display: inline;
    float: left;
	margin-bottom: 5px;
	padding-right: 10px;
}
#menubar li ul {
	width: 300px;
	border:1px solid #AAC6DF;
	display: none;
	z-index: 500;
	position: absolute;
}
#menubar li ul li {
	width: 100%;
    background: #CCE0FF none;
	margin: 0;
	border-top:1px solid #AAC6DF;
	padding-right: 0px;
}
#menubar li:hover ul {
	display: block;
	z-index: 500;
}
#menubar ul li a {
    display: block;
    padding: 6px 20px 8px 40px;
    text-decoration: none;
	color: #fff;
}
#menubar li li a {
	color: #0B2863;
}
#menubar li li.current-menu-item a, #menubar li li.current-page-ancestor a {
    background: #E6F4F9 none;
}
#menubar ul li.menu-item a:hover {
	text-decoration: underline;
}
/* Main
--------------------------------------------------------------------------- */
#main {
	margin-bottom: 16px;
}
h1.hometitle {
    padding-bottom: 4px;
}
h1.storytitle {
	777background-color: #CCE0FF;
	display: block;
	float: left;
	width: 500px;
    padding: 6px 0 12px;
	font-family: Georgia,"Times New Roman",Times,serif;
    color: #273C70;
    font-size: 19px;
    font-weight: bold;
}
#xref {
	display: block;
	float: right;
	width: 140px;
    padding: 6px 0 12px;
	background: #CCE0FF url(/include/images/xref.gif) no-repeat;
	border: 1px solid #AAC6DF;
	text-align: center;
}
#xref a {
	display: block;
	color: #006699;
	font-size: 14px;
	text-decoration: none;
}
#xref a:hover {
	color: #0099cc;
	text-decoration: underline;
}
#content  {
    background-color: #fff;
	border:1px solid #AAC6DF;
	float: right;
	width: 680px;
	padding: 10px;
	padding-left: 20px;
	overflow: hidden;
}
#content h2, #content h3 {
    padding-bottom: 4px;
}
#content p {
	padding: 5px 0;
	font-size: 13px;
}
#content ul {
	margin-left: 30px;
	padding: 5px 10px;
	list-style: square outside none;
}
#content ol {
	margin-left: 30px;
	padding: 5px 10px;
	list-style: decimal outside none;
}
#content h6 {
	padding: 4px 0;
}
#content table {
	width: 640px;
}
#content table a {
	xdisplay: block;
	color: #006699;
	text-decoration: underline;
}
#content table a:hover {
	color: #0099cc;
	text-decoration: underline;
}
#content table a span {
	text-decoration: none;
	color: #141;
	font-size: 16px;
	font-weight: bold;
}
#content table a img {
	border-bottom: 6px solid #608060;
}
/* Sidebar (left)
--------------------------------------------------------------------------- */
#picbar  {
	background: #CCE0FF;
	border:1px solid #AAC6DF;
	float: left;
	width: 240px;
	overflow: hidden;
}
#sidebar  {
	background: #CCE0FF;
	border:1px solid #AAC6DF;
	float: left;
	width: 240px;
	overflow: hidden;
}
#sidebar p {
	margin: 0;
}
#sidebar .textwidget img {
	padding: 4px 0;
}
#sidebar h2, #sidebar h3 {
	display: block;
	margin: 0;
	padding:10px 5px 10px 10px;
	background: #CCE0FF none;
	border-bottom:1px solid #AAC6DF;
	clear: both;
	text-align: left;
}
#sidebar .textwidget {
	padding: 4px 50px 30px 60px;
}
#sidebar p a, #sidebar a img {
	display: block;
	padding: 3px 3px 3px 10px;
	color: #333;
    background: #E6F4F9 none;
}
#sidebar a:hover {
	color: #666;
}
#sidebar ul {
}
#sidebar li  {
	777padding-bottom: 2px;
	font-size: 15px;
}
#sidebar li ul li {
	font-size: 14px;
}
#sidebar li ul li ul li {
	font-size: 13px;
}
/* Footer
--------------------------------------------------------------------------- */
#footer-wrapper {
	width: 100%;
	background-color: #0B2863;
}
#footer {
	width: 990px;
	height: 85px;
	margin: 0 auto;
	background-color: #0B2863;
	padding-top: 10px;
	color: #eee;
	font-size: 10px;
}
#lfooter {
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 20px;
	line-height: 1em;
}
#rfooter  {
	float: left;
	width: 705px;
}
#rfooter ul  {
    border-left: 1px solid #ccc;
	display: inline;
    list-style-type: none;
	height: 18px;
}
#rfooter ul li {
    display: inline;
    float: left;
}
#rfooter ul li a {
    border-right: 1px solid #ccc;
	height: 18px;
    padding: 0 10px;
    text-decoration: none;
	color: #eee;
}
#rfooter2  {
	float: left;
	width: 640px;
}

.ver1 h6 {
    margin-top: 5px;
    padding: 3px 3px 3px 10px;
    background: #CCE0FF none;
       border-top:1px solid #AAC6DF;
    border-bottom:1px solid #AAC6DF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    color: #300C9C;
}
.ver2 { color: #333;
    margin-top: 5px;
    padding: 3px 3px 3px 10px;
    xbackground: #e6f4f9 none;
       xborder-top:1px solid #AAC6DF;
    font-size: 12px;
}

/*------------------- front page -------------------------*/
#content.wide {
    width: 950px;
}
#wcontent table {
	width: 950px;
}
#wcontent ul {
	margin-left: 30px;
	padding: 5px 10px;
	list-style: square outside none;
}
#authbar  {
	position: absolute;
	bottom: 0; right:160px;
	background: #CCE0FF;
	display: block;
	width: 300px;
	padding: 20px 0 20px;
	border: 1px solid #AAC6DF;
	text-align: center;
	font-size: 11px;
	line-height: normal;
}
#authbar a {
	display: block;
	color: #006699;
	text-decoration: none;
}
#authbar a:hover {
	color: #0099cc;
	text-decoration: underline;
}
#authbar h5 {
        display: block;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 28px;
}
#ladv{float:left;width:165px;}
#radv{float:right;width:165px;}
															
/* End -------------------------------------------------------------------- */
