/**
 * plugins/themes/warwick/warwick.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Wwarwick theme stylesheet.
 *
 */

@import url(http://fonts.googleapis.com/css?family=Arvo:700);

body {
	background-color: #fff;
	font-family: Calibri, 'Bitstream Vera Sans', 'Trebuchet MS', Trebuchet, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background: white;
  -moz-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.9);
}

#main h2, #content h2 {
  font-family: inherit;
  font-size: 1.4em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0.5em 0 0 0;
}

#main h3, #content h3 {
  font-family: inherit;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0.5em 0 0 0;
}

#main h4, #content h4 {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0.5em 0 0 0;
}

#content {
  font-size: inherit;
  border:none;
  padding: 0;
}

#issueCoverImage {
  text-align: center;
}

#rightSidebar {
  font-size: inherit;
  margin: 10px;
  width: 220px;
  padding: 0px;
  background-color: white;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #6f7173;
  border-bottom: 1px solid #6f7173;
  -moz-box-shadow: 2px 2px 2px #aaaaaa;
  -webkit-box-shadow: 2px 2px 2px #aaaaaa;
  box-shadow: 2px 2px 2px #aaaaaa;
}

#rightSidebar .subimages, #rightSidebar .logos {
  text-align: center;
}

#rightSidebar .subimages img {
  padding:10px;
}

#sidebar div.block span.blockTitle {
  border-bottom: 1px solid #888888;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.2em;
}

#sidebar div.block {
  padding: 0 10px 10px 10px;
}

#sidebar #sidebarUser form li {
  list-style: none;
  margin-left: 0px;
}

a {
  color: #06456e;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: inherit;
	background: inherit;
}

a:visited {
  color: #06456e;
}
a:link {
  color: #06456e;
}

label.error {
	color: #f60;
}

input.defaultButton, input.button {
	color: #FFFFFF;
	background: #06456e;
}

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



#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #ffffff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: Arvo, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	color:  #fff;
	padding: 0;
}

#header img {
  z-index: -1;
}

#footer {
	background-color: #575756;
	color:  #fff;
	text-align:left;
}

#footer img {
  padding:10px;
}

#footerContent {
	color:  #fff;
}

#main {
	margin: 10px;
	padding: 10px;
	display: block;
	overflow: hidden;
  float:none;
  width:680px;
  background-color: white;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #6f7173;
  border-bottom: 1px solid #6f7173;
  -moz-box-shadow: 2px 2px 2px #aaaaaa;
  -webkit-box-shadow: 2px 2px 2px #aaaaaa;
  box-shadow: 2px 2px 2px #aaaaaa;
}

#navbar {
  background-color: #575756;
  margin:0px;
  padding:0px;
  border:none;
}

#navbar div.menu{
	line-height: normal;
  vertical-align: top;
  width:100%;
  display:table;
  table-layout : fixed;
}

#navbar div.menu_row{
  display:table-row;
}

#navbar .menu_row>div {
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: table-cell;
  zoom: 1;
  cursor: pointer;
  padding: 0px;
}

#navbar .menu_row>div:hover {
  color: #ffffff;
  background-color:#888888;
  -moz-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.8);
}

#navbar .menu_row>div a {
  margin: 6px 0px 0px 8px;
  font-size: 0.93em;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color:#ffffff;
  display:block;
  height: 42px;
}

#navbar #announcements {
  width:auto;
}

#breadcrumb {
  font-size: 1em;
  padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #888888;
	font-style: italic;
}

#breadcrumb .current {
  font-weight:bold;
}

span.highlight {
	border-bottom: 1px solid #888888;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-bottom: 1px solid #888888;
}

table.listing td.endseparator {
	border-bottom: 1px solid #888888;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px solid #888888;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	margin-left: 20px;
}

#content #articleCoverImage {
	width: 400px;
	overflow: hidden;
	margin: 1em 1em 1em 0;
	clear: left;
	float:left;
	padding: 0;
}

#content #articleFullText {
	margin: 1em 1em 1em 0;
}

#content .separator {
	clear: both;
}

#articleCitations.ui-accordion .ui-accordion-header .ui-icon {
	position: inherit;
	left: inherit;
	top: inherit;
	margin: 3px 10px 0 0;
	float: right;
}

#articleCitations.ui-accordion {
	width:inherit;
}

#articleCitations.ui-accordion .ui-accordion-content {
	padding: 0;
	margin-bottom: 0;
	overflow: inherit;
}

#articleCitations.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

#articleCitations.ui-widget h4 {
	font-family: inherit;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	padding: 0px;
	margin: 0.5em 0 0 0;
}

#articleCitations .ui-corner-all,
#articleCitations .ui-corner-top,
#articleCitations .ui-corner-bottom {
	-moz-border-radius: inherit;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

#articleCitations .ui-state-default,
#articleCitations .ui-state-focus,
#articleCitations .ui-state-hover,
#articleCitations .ui-state-active,
#articleCitations .ui-widget-content {
	border: none;
	background: none;
	color: inherit;
}