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

#glq {
	margin-top: 12px; }

/* Header */

#glq #header {
	height: 138px; }

#glq #pagetitle {
	height: 136px;
	padding: 0;
	margin: 0;
	width: 739px;
	float: right;
	border: 1px solid #e0e0e0;
	border-left: 0; }

#glq #header h1 {
	padding-top: 54px; }

#glq #header h1 a {
	font-size: 46px;
	font-weight: bold; }

/* Navigation */

* html #glq #navigation {
	margin-top: -3px; }

#glq #navigation {
	height: 32px; }

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

#glq #navigation #tabs a {
	float: left;
	border: 1px solid #547392;
	border-right: 0;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color: #fff; }

#glq #navigation #tabs a:link,
#glq #navigation #tabs a:visited {
	background-color: #45556c; }

#glq #navigation #tabs a:active,
#glq #navigation #tabs a:hover {
	background-color: #25354d; }

/* Sidebar */

#glq #sidebar a:link,
#glq #sidebar a:visited {
	color: #ffffff;
	text-decoration: none; }

#glq #sidebar a:active,
#glq #sidebar a:hover {
	color: #fff;
	text-decoration: underline; }

#glq #sidebar ul#navlist {
	border-top: 1px solid #fff; }

#glq #sidebar ul#navlist li a {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff; }

#glq #sidebar ul#navlist li a:link,
#glq #sidebar ul#navlist li a:visited {
	background-color: #45556c; }

#glq #sidebar ul#navlist li a:active,
#glq #sidebar ul#navlist li a:hover {
	background-color: #25354d; }

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

/* Footer */

#glq #footer {
	background-color: #eee;
	width: 978px;
	border: 1px solid #e1e1e1; }

#glq #footer p.standard-links {
	height: 75px;
	line-height: 75px;
	padding-top: 0;
	font-size: 12px; }

#glq #footer p.standard-links,
#glq #footer p.standard-links a:link,
#glq #footer p.standard-links a:visited {
	color: #45556c;
	text-decoration: none; }

#glq #footer p.standard-links a:active,
#glq #footer p.standard-links a:hover {
	color: #25354d;
	text-decoration: underline; }

#glq #footer p.gla {
	float: right;
	width: 118px;
	height: 75px;
	padding: 0 30px 0 0;
	margin: -61px 0 0 0; }

#glq #footer p.gla a {
	display: block;
	width: 118px;
	height: 75px;
	background: #eee url(../assets/md5images/b43fbde5d1dc948c8455081d346f9e5d.gif) top left no-repeat;
	text-indent: -9999px; }

/* Main content area */

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

#glq #main.text a:link,
#glq #main.text a:visited {
	color: #45556c;
	text-decoration: underline; }

#glq #main.text a:active,
#glq #main.text a:hover {
	color: #25354d;
	text-decoration: underline; }

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

#glq #main.text .article-list h1 {
	font-size: 24px;
	color: #727272; }

#glq #main.text .article-list h2 {
	width: 420px;
	border-bottom: 2px solid #999;
	background-color: #fff; }

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

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

/* Image Localization */

#wrapper {
	background-image: url(../assets/md5images/dd07a32a32a7d324e4984813a94f34b4.gif);
	background-repeat: repeat-y; }
	
#glq #main.text p.georgia_regent { 
	padding: 8px;
	border: 1px solid #000; }
	
#glq #main.text #styleguide p.georgia_regent strong { background-color: transparent; }

/* Submit form fix */
#submit .field .field-border, 
.box-border, 
fieldset#sort_menu, 
#save_options, 
table#import_table tbody tr:hover, 
#date_publication_date td  { 
	background-color: #F7F3E9; }
	
/* keyboard focus on links - NS 3/5/19 */

#glq #navigation #tabs a:focus {
    background-color: #25354d;
}

#glq #sidebar a:active, #glq #sidebar a:focus {
    color: #fff;
    text-decoration: underline;
}

#glq #sidebar ul#navlist li a:focus {
    background-color: #25354d;
}

#glq #footer p.standard-links a:focus {
    color: #25354d;
    text-decoration: underline;
}