/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  27 October 2010
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#tma {
	margin-top: 10px; }

/* Header */

#tma #header {
	height: 131px;
	background: #1c0004 url(../assets/md5images/d2881d533dcbb2296e7bfedb3c5a146a.gif) top left repeat-x; }

#tma #header #logo {
	float: right;
	margin: 32px 10px 0 0;
	width: 175px; }

#tma #pagetitle,
#tma #header h1,
#tma #header h1 a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 725px;
	height: 99px; }

#tma #pagetitle {
	margin-top: 32px; }

#tma #header h1 a {
	background: #1c0004 url(../assets/md5images/b8675496f8f4abdc509d46d873cf31d1.gif) top left no-repeat;
	text-indent: -9999px; }

/* Navigation */

#tma #navigation {
	background: #1c0004 url(../assets/md5images/3f5556f4e125c2d3e32c3ced0a927343.gif) top left repeat-x;
	height: 30px;
	border-bottom: 30px solid #fff; }

#tma #navigation #tabs {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-left: 4px; }

#tma #navigation #tabs li {
	margin: 0; }

#tma #navigation #tabs a {
	float: left;
	border: 0;
	line-height: 21px;
	height: 21px;
	margin: 9px 0 0 0;
	padding: 0 6px;
	color: #fff; }

#tma #navigation #tabs a:link,
#tma #navigation #tabs a:visited {
	text-decoration: none;
	background-color: #1c0004; }

#tma #navigation #tabs a:active,
#tma #navigation #tabs a:hover {
	text-decoration: underline;
	background-color: #9d010e; }

/* Sidebar */

#tma #sidebar {
	padding-top: 0;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px; }

#tma #sidebar a:link,
#tma #sidebar a:visited {
	color: #9d010e;
	text-decoration: none; }

#tma #sidebar a:active,
#tma #sidebar a:hover {
	color: #504a34;
	text-decoration: underline; }

#tma #sidebar ul#navlist {
	border-top: 1px solid #dfd0a5;
	width: 232px;
	margin-left: 4px; }

* html #tma #sidebar ul#navlist {
	float: left;
	margin-left: 2px; }
*+html #tma #sidebar ul#navlist {
	float: left;
	/*margin-left: 2px;*/ }

#tma #sidebar ul#navlist li a {
	border-bottom: 1px solid #dfd0a5;
	width: 232px; }

#tma #sidebar ul#navlist li a:link,
#tma #sidebar ul#navlist li a:visited {
	color: #9d010e;
	background-color: #f6f5f0;
	text-decoration: none; }

#tma #sidebar ul#navlist li a:active,
#tma #sidebar ul#navlist li a:hover {
	color: #fff;
	background-color: #75705f;
	text-decoration: underline; }

#tma #sidebar form label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; }

#tma #sidebar input#email_address, 
#tma #sidebar input#search,
#tma #sidebar select,
#tma .form-table select,
#tma .form-table input#author {	
	border: 1px solid #d0bd85;
	border-left: 5px solid #d0bd85; }

/* Footer */

#tma #footer {
	height: 83px;
	width: 978px;
	border: 1px solid #fff;
	border-top: 25px solid #fff;
	background: #75705f url(../assets/md5images/97d0fb26dee784b1fd1b8d5749ae2c5d.gif) top left repeat-x; }

#tma #footer #bepress a {
	height: 83px; }

#tma #footer p {
	font-size: 13px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif; }

#tma #footer p,
#tma #footer p a:link,
#tma #footer p a:visited {
	color: #fff;
	text-decoration: none; }

#tma #footer p a:active,
#tma #footer p a:hover {
	color: #000;
	text-decoration: underline; }

#tma #footer #footer-au-logo { display: none; }	

#footer p:first-of-type { padding-top: 8px; }

/* Main content area */

#tma #home-page #content {
	background: #fff url(../assets/md5images/2e7461944a91253204beec32e8c997ee.gif) bottom right no-repeat; 
	min-height: 500px;}

#tma #content .text {
	padding-top: 0; }

#tma #main.text a:link,
#tma #main.text a:visited {
	color: #9d010e;
	text-decoration: underline; }

#tma #main.text a:active,
#tma #main.text a:hover {
	color: #504a34;
	text-decoration: underline; }

#tma #main.text h2 {
	font-size: 21px; }

#tma #main.text .article-list h1 {
	color: #75705f;
	font-size: 26px; }

#tma #main.text .article-list h2 {
	width: 410px;
	border-bottom: 1px solid #1c0004;
	background-color: #fff;
	padding-bottom: 0; }

#tma #main.text .articleInfo a,
#tma #main.text .article-list a:link,
#tma #main.text .article-list a:visited {
	text-decoration: none; }

#tma #main.text .article-list a:active,
#tma #main.text .article-list a:hover {
	text-decoration: underline; }

/* Image Localizations */

#wrapper {
	background-image: url(../assets/md5images/fa704b9ec15972b151d3b1c0357cd1c7.gif);
	background-repeat: repeat-y; }
	
/* hiding RSS link to match old sidebars lb 08282017 */
#tma #sidebar #navcontainer ul#navlist li.sb-rss {
	display:none
}

/* Adding focus indicator to nav tabs mf 05/19/2021 */
#tma #navigation #tabs a:hover,
#tma #navigation #tabs a:active,
#tma #navigation #tabs a:focus {
    text-decoration: underline; }