/**
 * blueSteel.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * BlueSteel theme.
 *
 */

body {
	background-color: #FAFAFA;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

a, a:link, a:visited {
	color: #2E2E2E;
	text-decoration: none;
	border-bottom: 1px solid #C8C8C8;
	line-height: 1.5em;
}

a:hover {
	background: #FAFAFA;
}



#header {
	border-bottom: 3px solid #BDBDBD;
	margin: 48px 0 -9px 0;
}
	#headerTitle {
		margin-top: 9px;
	}
		#headerTitle h1 {
			text-shadow: 0px 0px 1px #000;
			text-align: center;
			font-size: 3em;
			margin: 0;
			padding: 10px 0 0 10%;
			font-family: Palatino Linotype,Palatino,serif;
		}
			#headerTitle h1 img {
				vertical-align: middle;
				margin: 10px;
			}			

#navbar {
	position: absolute;
	left: 0;
	top: 17px;
	height: 22px;
	width: 100%;
	text-align: center;

	border-bottom: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD;
	line-height: normal;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
	#navbar .menu {
		list-style: none;
		padding: 0 20px 0 0;
	}
		#navbar .menu li {
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			font-weight: bold;
			padding: 0 11px 0 11px;
			text-shadow: 0px 0px 1px #969696
		}
		#navbar .menu li a {
			color: #EEE;
			padding: 10px 20px 2px 20px;
			border: 3px solid transparent;

			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
		#navbar .menu li a:hover, #navbar .menu li a:active {
			color: #0B2F3A;
			border: 3px solid #BDBDBD;

background: rgb(0,103,179);
background: -moz-linear-gradient(90deg, rgba(0,103,179,1) 0%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,103,179,1) 0%, rgba(0,212,255,1) 100%);
background: linear-gradient(90deg, rgba(0,103,179,1) 0%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0067b3",endColorstr="#00d4ff",GradientType=1);

			
		}


#header, #navbar {
background: rgb(0,103,179);
background: -moz-linear-gradient(90deg, rgba(0,103,179,1) 0%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,103,179,1) 0%, rgba(0,212,255,1) 100%);
background: linear-gradient(90deg, rgba(0,103,179,1) 0%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0067b3",endColorstr="#00d4ff",GradientType=1); 
}

#main {
	padding: 10px 0 0 5px;
	margin-bottom: 50px;
	margin-top: 10px;
	position: static;
}


div #sectionPolicies {
	visibility: hidden;
}




div #sidebar {
	margin-left: 0;
}


#rightSidebar, #leftSidebar {
	padding-top: 30px;
}

div.block, div#main {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.block {
	padding: 5px 10px 10px 10px;
	margin: 8px 0;
}

.blockTitle {
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFF;
}

#main h2, #content h3, #content h4 {
	font-family: Gill Sans,Arial,Verdana,Helvetica,sans-serif;
}

#content {
	width: 98%;
	border-top: 2px solid #BDBDBD;
}

input.defaultButton, input.button {
}

input.button, input.defaultButton {
    background-color: none;
	border-radius: 3px;
}

input.button:hover {
	border: 2px solid black;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: white;
	border: 2px solid #BDBDBD;
}


/*Plus sign for author bios*/
#sidebarRTAuthorBios {
	display: none;
}

.authorBio > p:first-child {
    margin-bottom: 0;
}

.authorBio > p:last-child {
    margin-top: 0;
}

#showAuthorsBio {
    display: inline-block;
    background: #8ca0b4;
    color: white;
    border-radius: 50%;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 1.2em;
    margin-left: 0.5em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 1em;
	line-height: 1.25;
	border-top: 2px dotted #000;
	font-family: Helvetica, Verdana, sans-serif;
}