/*
---------------------------------------------------------------------------------
Header styles
---------------------------------------------------------------------------------
*/

#hdr { border-bottom: 5px solid #fff; }

#hdr .login-nav {
	background: #C12274 url(/images/header.jpg) no-repeat left top;
	clear: both;
	min-height: 157px;
	padding: 0 10px;
	position: relative;
}

#hdr .journal-header {
	height: 104px !important;
	left: 0;
	position: absolute;
	top: 30px;
	width: 30%;
}

#hdr .journal-header img, #hdr .journal-header-image {
	border: 0 none;
	display: none !important;
}

#hdr .logon {
	text-align: right;
	position: absolute;
	top: 0;
	right: 20px;
}

#hdr .logon a {
	font-weight: bold;
	color: #fff;
	padding: 1px 0 1px 18px;
	background-position: left 0.3ex;
	background-repeat: no-repeat;
	line-height: 1.3;
}

#hdr .logon a.login {background-image: url(/images/bg_logout.gif);}
#hdr .logon a.login:hover, #hdr .logon a.login:active {background-image: url(/images/bg_login.gif);}
#hdr .logon a.logoff {background-image: url(/images/bg_login.gif);}
#hdr .logon a.logoff:hover, #hdr .logon a.logoff:active {background-image: url(/images/bg_logout.gif);}

#hdr .logon p {
	color: #fff;
	font-size: 80%;
	margin: 0;
	padding-top: 8px;
}

#hdr .logon .user { font-weight: bold; }

#hdr .category-select {
	bottom: 6px;
	position: absolute;
	right: 6px;
	text-align: right;
}

#hdr .category-select .category-select-txt { display: none; }

#hdr .category-select select {
	border: 1px solid #7F9DB9;
	margin: 0;
	padding: 0;
}

.sub-nav {
	background: #B6C7CF url(/images/sub_nav_bg.gif) repeat-x left bottom;
	border: 1px solid #7893A2;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sub-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

.sub-nav li#section-index { margin-left: 20px; }

.sub-nav li a:link, .sub-nav li a:hover, .sub-nav li a:visited {
	color: #fff;
	display: block;
	margin: 0;
	padding: 6px 20px;	
	text-decoration: none;
}

.sub-nav li a:hover { background: #AB537F url(/images/sub_nav_selected_bg.gif) repeat-x left bottom; }

.sub-nav li.selected {
	background: #AB537F url(/images/sub_nav_selected_bg.gif) repeat-x left bottom;	
	font-weight: normal;
}

/* sub menus for sections */
.title-submenu {
	background: #971656 url(/images/title_sub_nav_bg.gif) repeat-x left bottom;
	border: 1px solid #8C134E;
	float: left;	
	list-style-type: none;	
	margin: 0;
	padding: 0;
	width: 100%;
}

.title-submenu li {
	float: left;	
	margin: 0;
	padding: 2px 20px;
}

.title-submenu li a:link, .title-submenu li a:hover, .title-submenu li a:visited {
	color: #fff;
	font-size: 90%;
	text-decoration: none;
}

.title-submenu li a.tab-selected { font-weight: bold; }
.papers .first { padding-left: 21%; }
.posts .first { padding-left: 30%; }
.stats .first { padding-left: 55%; }

/* footer styles */

#ftr {
	clear: both;
	font-size: 90%;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
}
#ftr #footer-links {
	background: #B6C7CF url(/images/footer_bg.gif) repeat-x bottom left;
	border: 1px solid #AEBFC9;
	color: #fff;
	padding: 5px 1%;
}


