/**
 * vanilla.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id$
 */

html {
	overflow-y: scroll;
	display: block;
}

body {
	background: #edefef url(https://images.wsu.edu/global/gen2images/bg.jpg) repeat-x;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,san-serif;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#EEEFF1;
	color:#262a2d;
	display: block;
}

#body {
	width:960px;
	background-color: #FFFFFF;
	margin: 0;
}

#container {
	width: 976px !important;
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
	background: url(https://images.wsu.edu/global/bg-shadows.jpg) 0px 68px no-repeat;
	background-image: url(https://images.wsu.edu/global/gen2images/bg-shadows2.jpg);
	background-position: 970px 30px;
}

#globalnav {
	height: 25px;
	font-size: x-small;
	font-weight: normal;
	heigit: 25px;
	line-height: 2em;
	padding-top: 5px;
}

#siteID {
	height: 85px;
	float: left;
	position: relative;
	width: 775px;
	color: white;
	background: #981E32 url(https://openjournals.wsu.edu/public/site/SiteID_Blue.jpg) no-repeat;
}

#wsuheader #siteID h1 {
	padding: 0px 0px 0px 22px !important;
	padding-top: 30px !important;
	font-size: 1.65em;
	font-weight: bold;
	width: 580px;
	margin: 0px;
	color: white;
	width: auto;
}

#wsuheader {
	position: relative;
	margin: 0 auto;
}

a:link {
	color: #000000;
}

a {
	color:#003c69;
	text-decoration:underline;
}

a:visited {
	color:#5e6a71;
	text-decoration:underline;
}

a:hover {
	color:#9E1B34;
	text-decoration:none;
	background:none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#pagetitle {
	padding-left:16px;
}

#developedBy {
	text-transform: none;
}

#sidebarDevelopedBy ul {
    border-color: #EBEBED;
    border-style: none none solid;
    border-width: 1px medium;
    list-style-type: none;
    margin: 0 0 2px;
    padding: 5px 0;	
}

#sidebarDevelopedBy a.blockTitle {
	color: #981E32;
}

#header {
	background-color: transparent;
	width:960px;
	height:105px;
	line-height:2em;
	color:#FFFFFF;
	padding-top:0px;
}

#header h1 ul {
	font-size:x-small;
	font-weight:normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,san-serif;
}

#header li {
	display:inline;
	padding-left:20px;
}

#header ul {
	list-style-image:none;
	text-align:right;
	padding-right:18px; 
	padding-left:0px;
	margin:0px;
	padding:0px;
}

#header a {
	text-decoration:none;
	color:#fff;
}

#header a:hover {
	color:#e7e9ea;
}

#header form {
	display: inline;
	padding-left: 20px;
}

#header form input {
	width: 125px;
	border: #5E6A71 1px solid;
	color: #5E6A71;
	font-size: 9px;
	height: 14px;
	padding-bottom: 0px;
	text-align: center;
}

#header form input a img {
	border-width: 0px;
	border: none;
}

#main {
	width:775px;
	padding-left:0px;
	background-color:#fff;	
	margin-left: 0px;
	overflow:visible;
	border-top: 1px solid #E7E9EA;
}

#main h1 {
	font-weight:normal;
	font-size:small;
	padding:21px 0px 0px 22px;
	margin:0px;
	width:580px;
	color:#fff;
}

#main h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,san-serif;
	padding-top:22px;
}

#main,#secondary,#additional {
	padding-top:0px;
	float:left;
	font-size:0.75em;
	background-color:#fff;
}

#wrapper #content #secondary {
	width:214px;
	float:left;
	padding-left:22px;
	padding-right:22px;
	margin-left:25px;
	width:189px;
	background-color:#ec7a08;
	background:url(https://images.wsu.edu/sidebars/bars16.jpg) no-repeat;
	margin-top:25px;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	height:20px;
	width:775px;
	float:left;
	background-color:#E7E9EA;
	line-height:20px;
	font-size:x-small;
	text-align:right;
	font-weight:normal;	
	border-bottom: none;
	padding-bottom: 0em;
}

#navbar ul {display:inline;list-style-image:none;padding-right:22px;}
#navbar li {
	display:inline;
	background-image: url("https://openjournals.wsu.edu/public/site/images/Grif_Tab_Bak.gif");
	background-repeat: no-repeat;
	border-right: medium double #909AA5;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 10px 3px 12px;
	white-space: nowrap;
}

#navbar a {
	color:#2B3034;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-transform: none;
}

#navbar a:hover {
	color:#981e32;
}

#breadcrumb {
	font-size: 0.75em;
	padding-left: 10px;
	padding-bottom: 10px;
}

#content {
	border-top: 0px dotted #000;
	font-size: 1em;
	padding-left: 22px;
	padding-right: 10px;
}

#content div {
	width:auto;
}

#content p, table, ul, h3, h4, form {
}

#content #openAccessPolicy, div #results {
	padding-left: 0px;
}

#sidebarFontSize {
	display: none;
}

#sidebar {
	width:151px !important;
	float:left;
	font-size:1em !important;
	line-height:1.3em;
	font-weight:normal;
	background-color:#fff;
	background:url(https://images.wsu.edu/global/gen2images/bg-nav.jpg) no-repeat #edefef;
	padding:0px 10px 10px 24px;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;	
}

#sidebar li {

	list-style:none;
	width:auto;
	white-space:nowrap;
	display:blockl;
}

#sidebar ul {
	display:block;
	padding:0 0 15px;
	margin:13px 0 0;
	width:auto;	
}

#sidebar ul ul, #sidebar ul ul ul {
	padding:3px 0 3px 15px;
	margin:0;
}

#sidebar a {
	color:#5e6a71;
	text-decoration:none;
	width: auto;
}
#sidebar a:hover {
	color:#9E1B34;
	background: none;
}
#sidebar .navparentpath {}
#sidebar .navcurrentpage {color:#981e32;}
#sidebar a.navcurrentpage:hover {color:#262a2d;}
#sidebar .navdivider {border-top:1px #ebebed solid;padding:10px 0 0;margin:0;}
#sidebar #featured {font-size:1.1em;line-height:1.3em;padding:0;background-repeat:repeat-y;}
#sidebar #featured a {color:#981e32;}
#sidebar #featured a:hover {color:#5e6a71;}
#sidebar #featured ul {padding:0px;list-style-type:none;margin:0 0 2px;padding:5px 0px;border:1px solid #ebebed;border-right:none;border-left:none;}
#sidebar #featured li {padding:3px 0;}
#sidebar div.contextual-links-wrapper ul.contextual-links {display:none;}

#sidebar #rightSidebar {
	float: left;
	font-size: 0.7em;
	padding: 0;
}

#rightSidebar {
	width: 100%;
        border-color: #EBEBED; 
        border-style: solid none none none;
        border-width: 1px medium;
        list-style-type: none;
        margin: 0 0 2px;
        padding: 5px 0;
}

img {
	border: none;
}

#headerTitle {height:85px;float:right;width:775px;color:#fff;background: url(https://openjournals.wsu.edu/public/site/SiteID_Blue.jpg) no-repeat;}
#headerTitle h2 {font-weight:normal;font-size:small;padding:21px 0px 0px 22px;margin:0px;width:580px;color:#fff;}
#headerTitle h1 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,san-serif;
	padding:30px 0px 0px 22px;
	font-size:1.65em;
	font-weight:bold;
	width:960px;
	margin:0px;
	color:#fff;
}

#headerTitle a  {color:white;text-decoration:none;}

#logo {
	position: relative;
	width: 185px;
	height:105px;
	float: left;
}

#logo img {
	margin: 0px;
	padding: 0px;
}

#searchbuttonimg {
	padding-top:3px;
	padding-left:3px;
}

#footer {
	background: url(https://images.wsu.edu/global/gen2images/bg-wsufooter2.png) no-repeat right top;
	padding-left: 195px;
	padding-right: 16px;
        padding-top: 40px;
        width: 775px;
	clear: both;
	position: relative;
	text-align: center;
	height: 50px;
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
}

#helpheader {
	padding-top: 30px;
}

#bioheader {
	padding-top: 30px;
}

#biocontainer {
	padding-left: 20px;
}
