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

/* Header */

#nwc #header { height: 141px; }

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

#nwc #header h1 a {
	background: #fff url(../assets/md5images/4e67670487212a009c75b244ca8b3b9a.png) top left no-repeat;
	text-indent: -9999px; }

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

/* Navigation */

#nwc #navigation { 
	height: 36px; 
	border-bottom: 8px solid #9a0000; }

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

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

#nwc #navigation #tabs a:hover,
#nwc #navigation #tabs a:active,
#nwc #navigation #tabs a:focus {
	color: #fff;
	text-decoration: underline; }

/* Sidebar */

#nwc #sidebar a:hover,
#nwc #sidebar a:active,
#nwc #sidebar a:focus {
	color: #000; } 
	
#nwc #sidebar ul#navlist { border-top: 1px solid #971c1c; }

#nwc #sidebar ul#navlist li a { border-bottom: 1px solid #971c1c; }

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

#nwc #sidebar ul#navlist li a:hover,
#nwc #sidebar ul#navlist li a:active,
#nwc #sidebar ul#navlist li a:active {
	color: #000;
	background-color: #e7e7e7;
	text-decoration: underline; }
	 
#nwc #sidebar p.advanced a:link,
#nwc #sidebar p.advanced a:visited { 
  	color: #9a0000; 
  	text-decoration: none; }

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

#nwc #sidebar #sidebar-search label,
#nwc #sidebar .sidebar-search #browse label {
	color: #000; }

/* Main Content */

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

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

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

#nwc #main.text .article-list {
	border: none;
	padding-right: 20px;
	width: 400px; }	

	
#nwc #main.text .article-list .article-list .doc {
	padding: 10px 0; }
	
#nwc #main.text .article-list h2 {
	background: transparent;
	border-bottom: 1px solid #999;
	font-size: 21px;
	width: 400px; }

#nwc #main.text .article-list h1 {
	font-size: 24px;
	margin-bottom: 10px; }

#nwc .crumbs {
	height: 10px; }
   
/* Footer */

#nwc #footer { 
 	height: 75px;
  	background-color: #000;
  	border-top: 8px solid #9a0000; }

#nwc #footer #bepress a {
	background-color: #000; }

#nwc #footer p { 
	color: #fff; }

#nwc #footer p a {
	color: #fff;
	padding-top: px;
	font-size: 12px; }


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

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