/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Oxborrow
Version:  20 February 2013
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#ec2 #header { height: 126px; }

#ec2 #pagetitle,
#ec2 #header h1,
#ec2 #header h1 a {
	width: 980px;
	padding: 0;
	margin: 0;
	display: block;
	height: 126px; }

#ec2 #header h1 a {
	background: #6e222f url(../assets/md5images/dd9b6683ece6de5d0516bb14da39bf7e.png) top left no-repeat;
	text-indent: -9999px; }

#ec2 #header #logo { display: none; }

/* Navigation */

#ec2 #navigation { height: 36px; }

#ec2 #navigation #tabs,
#ec2 #navigation #tabs ul,
#ec2 #navigation #tabs ul li { 
	margin: 0;
	padding: 0;
	height: 36px; }

#ec2 #navigation #tabs a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	background-color: #000;
	padding: 0 11px;
	color: #fff;
	margin: 0;
	border: 0;
	border-right: 1px solid #fff;
	float: left; }

#ec2 #navigation #tabs a:hover,
#ec2 #navigation #tabs a:active,
#ec2 #navigation #tabs a:focus {
	color: #fff;
	background-color: #6e222f;
	text-decoration: underline; }

#ec2 #navigation #tabs li#tabthree { display: none; }

/* Sidebar */

#ec2 #sidebar a:hover,
#ec2 #sidebar a:active,
#ec2 #sidebar a:focus {
	color: #fff; } 
	
#ec2 #sidebar ul#navlist { border-top: 1px solid #fff; }

#ec2 #sidebar ul#navlist li a { 
	border-bottom: 1px solid #fff; }

#ec2 #sidebar ul#navlist li a:link,
#ec2 #sidebar ul#navlist li a:visited {
	color: #fff;
  	background-color: #000; 
  	text-decoration: none; }

#ec2 #sidebar ul#navlist li a:hover,
#ec2 #sidebar ul#navlist li a:active,
#ec2 #sidebar ul#navlist li a:active {
	color: #fff;
	background-color: #6e222f;
	text-decoration: underline; }
	 
#ec2 #sidebar p.advanced a:link,
#ec2 #sidebar p.advanced a:visited { 
  	color: #fff; 
  	text-decoration: none; }

#ec2 #sidebar p.advanced a:hover,
#ec2 #sidebar p.advanced a:active,
#ec2 #sidebar p.advanced a:focus { 
  	text-decoration: underline;
  	color: #fff; } 

#ec2 #sidebar #sidebar-search label,
#ec2 #sidebar .sidebar-search #browse label {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif; } 

#ec2 #sidebar #issn p { color: #fff; }

/* Main Content */

#ec2 #wrapper { background: #fff url(../assets/md5images/c731582d05689d5d8a3729272926271b.gif) top left repeat-y; }

#ec2 #content { background-color: transparent; }

#ec2 #intro-text img { 
	float: left;
	padding: 10px; }

	
#ec2 #main.text #coverart #sub { margin: 0; }

#ec2 #main.text a:link,
#ec2 #main.text a:visited {
	color: #6e222f;
	text-decoration: underline; }

#ec2 #main.text a:hover,
#ec2 #main.text a:active,
#ec2 #main.text a:focus {
	color: #000;
	text-decoration: underline; }

#ec2 #coverart #alpha {
	border: none;
	padding-right: 20px;
	width: 400px; }	

#ec2 #coverart #alpha #intro-text p { margin-top: 10px; }
	
#ec2 #coverart #alpha .article-list .doc {
	padding: 10px 0; }
	
#ec2 #alpha .article-list h2 {
	background: transparent;
	border-bottom: 1px solid #999;
	font-size: 21px;
	width: 400px; }

#ec2 #alpha h1 {
	font-size: 24px;
	margin-bottom: 10px; }

#ec2 #coverart #beta {
	margin-left: 12px;
	width: 220px; }

#coverart #beta #issue-art { 
	padding: 8px 0; }

#ec2 .crumbs {
	height: 10px; }
	
#ec2 #main.text .doc a:link,
#ec2 #main.text .doc a:visited {
	text-decoration: none; }

#ec2 #main.text .doc a:hover,
#ec2 #main.text .doc a:active,
#ec2 #main.text .doc a:focus {
	text-decoration: underline; }

#ec2 #coverart #beta .coverart-box h4 {
	border-bottom: 1px solid #999;
    	font: 18px Georgia, "Times New Roman", Times, serif normal;
    	padding-bottom: 5px;
    	text-align: left;
    	text-transform: none;
    	text-align: left; }

#ec2 #coverart #beta .coverart-box {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	border: 0; }

#ec2 #coverart #beta .coverart-box p,
#ec2 #coverart #beta #coverart-editors dl {
   	margin-left: 0px;}

#ec2 #coverart #beta #coverart-box-container {
	border: 0; }

#ec2 #coverart #beta #coverart-box-container p.issn {
    	padding-left: 0px;}
    	
#ec2 #coverart #beta dl  {
	margin-left: 0; }

#ec2 #coverart #beta #coverart-editors dt {
	padding-top: 10px;
	font-size: 12px; }

/* Footer */

#ec2 #footer { 
 	height: 82px;
  	background-color: #eeece8; }

#ec2 #footer #bepress a {
	background-color: #eeece8; }

#ec2 #footer #footer-links {
	width: 450px;
	float: left; }

#ec2 #footer #footer-links p { 
	padding-top: 30px;
	color: #66202c;
	margin-left: 8px; }

#ec2 #footer #footer-links p a {
	color: #66202c;
	font-size: 12px; }

#ec2 #footer #footer-links p a:link,
#ec2 #footer #footer-links p a:visited {
	text-decoration: none; }

#ec2 #footer #footer-links p a:hover,
#ec2 #footer #footer-links p a:active,
#ec2 #footer #footer-links p a:focus {
	text-decoration: underline; }  

#ec2 #footer #purdue-logo {
	float: right;
	height: 82px;
	width: 240px;
	display: block;
	margin-top: -25px; }

#ec2 #footer #purdue-logo a {
	background: #eeece8 url(../assets/md5images/ebe90d12136f9293bed87009266617da.gif) top center no-repeat;
	height: 82px;
	width: 240px;
	display: block;
	text-indent: -9999px; }
