/**
 * 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.
 *
 */

@import url("upf-boot.css");
 
body {
	background-color: #FAFAFA;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

a, a:link, a:visited {
	color: #2E2E2E;
	text-decoration: none;
	border-bottom: none;
	line-height: 1.5em;
}

a:hover {
	background: #FAFAFA;
}

#header {
	border-bottom: 1px inset #BDBDBD;
	margin: 34px 0 -9px 0;
}
	#headerTitle {
		margin-top: 9px;
	}
		#headerTitle h1 {
			text-shadow: 0px 0px 1px #000;
			font-size: 3em;
			margin: 0;
			padding: 10px 0 10px 10%;
			font-family: Palatino Linotype,Palatino,serif;
		}
			#headerTitle h1 img {
				vertical-align: middle;
				margin: 10px;
			}


#navbar {
	position: absolute;
	left: 0;
	top: 0px;
	height: 34px;
	width: 100%;
	text-align: right;
	/** border-bottom: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD; */
	line-height: normal;
	/*opacity: 0.9;*/
	filter: alpha(opacity=80);
	padding-left: 0;
}
	#navbar .menu {
		list-style: none;
		padding: 0 20px 0 0;
		height: 100%;
	}
		#navbar .menu li {
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-size: 1.3em;
			font-weight: bold;
			padding: 0 11px 0 11px;
			text-shadow: 0px 0px 1px #969696;
			
		}
		#navbar .menu li a {
			
			color: #EEE;
			padding: 10px 20px 5px 20px;
			/*border: 3px solid transparent;*/ /* Prevents menu flickering */

			-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(252,252,252); /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(189,189,189,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(189,189,189,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-8 */
		}

#header, #navbar {
	background: rgb(6, 96, 142); /* Old browsers 	(comment out browser listings to work)
	background: -moz-linear-gradient(top,  rgba(6, 96, 142,1) 0%, rgba(117,139,163,1) 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6, 96, 142,1)), color-stop(100%,rgba(117,139,163,1)));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  rgba(6, 96, 142,1) 0%,rgba(117,139,163,1) 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  rgba(6, 96, 142,1) 0%,rgba(117,139,163,1) 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top,  rgba(6, 96, 142,1) 0%,rgba(117,139,163,1) 100%);  IE10+ 
	background: linear-gradient(top,  rgba(6, 96, 142,1) 0%,rgba(117,139,163,1) 100%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06608e', endColorstr='#758ba3',GradientType=0 );  IE6-9 */
}

#navbar {
    /*background: #000;*/
}
#main {
	padding: 10px 0 0 5px;
	margin-bottom: 50px;
	margin-top: 10px;
	position: static;
	overflow: visible;
}

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 5px 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: 1px dashed #BDBDBD;*/
	border-top: none;
}

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;
}

#sidebar div.block {
	background-color: #FAFAFA;
}

#main, #rightSidebar {
	background-color: #FAFAFA;
}

#rightSidebar {
	margin-top: 10px;
}

#main {
	padding-left: 0;
}

#pageFooter, #pageFooter a {
	background-color: rgb(4, 67, 98);
	color: white;
}

input.textField {
	width: 70%;
}
.tocAuthors {
	padding-left: 10px;
    color: #999;
    font-style: italic;
    margin-top: -2px;
}
div.separator {
    border-bottom: 1px dashed #E5E5E5;
}
#customblock-cover img {
    border: 6px solid #FFF;
    box-shadow: 1px 1px 4px 1px #CCC;
}

#customblock-sidebar-links a, #customblock-Links a {
	margin-left: 10px;
}

#customblock-sidebar-links  h2, #customblock-Links h2 {
		color: #333;
}

#customblock-sidebar-links  a, #customblock-sidebar-links  a:link, #customblock-sidebar-links  a:visited {
		color: #666;
}

#customblock-Links a, #customblock-Links a:link, #customblock-Links  a:visited {
		color: #666;
}

table.announcements td.headseparator, table.announcements td.endseparator {
	border-top: .5px outset #666;
}

table.listing td.headseparator, table.listing td.endseparator{
	border-top: .5px outset #666;
}

p[dir=rtl] {
  text-align: right;
}

:dir(rtl)  {
  text-align: right;
}

#customblock-sidebar-links  h2 a, #customblock-Links h2 a {
		color: #333 !important;
		margin-left: 0;
}
