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


body {
	background-color: #433262;
	font-family: 'Open Sans', sans-serif;
}

#header {
	background-color: #ececec;
}

#header h1 {
	text-align: center;
	margin: 0;
	color: #433262;
	width: 81%
}

#headerTitle > h1 > img {
	max-height: 250px;
	max-width: 100%;
	height: auto;
	width: auto;
}

#navbar {
	border-bottom: none;
	background-image: linear-gradient(#fff, #d5cde5);
        border-radius: 10px;
        padding: 6px 15px 0 15px;
	position:relative;
	height: 50px;
	width: 78.9%;
	left: 9.9%;
}

#navbar li a:hover {
	color: #E200D3;
	background: none;
}

#navbar li a {
	font-family: 'Agency FB';
	font-weight: bolder;
	color: #433262;
	font-size: 0.9em;
	text-shadow: 0px 0 0 #ab9acb;
}

ul.menu li:after {
	color: lightgray;
	content: "|";
	display: inline;
	padding-left: 15px;
	text-shadow: 1px 1px 0  #ab9acb;
}

ul.menu li {
	padding-right: 15px;
}

.menu > li:first-child {
	padding-left: 10px;
}

#breadcrumb {
	padding-left: 10%;
	padding-top: 5px;
	padding-bottom: 7px;
	background-color: #433262;
	color: transparent;
	position:relative;
	height: 14px;
	width: 71.1%;
	left: 9.9%;
}

#breadcrumb a {
	color: white;
	padding-right: 5px;
}

#breadcrumb > a:after {
	content: "•";
	padding-left: 15px;
}

#breadcrumb > a:last-child:after {
	content: "";
}

#main {
	background-color: white;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	margin-bottom: 50px;
	box-shadow: 0px 0px 3px -2px #000;
}

#main h2, #main h3 {
	margin-right: 0;
}

#content {
	border-top: none;
}

#content, #main > h2, #main > h3 {
	padding-left: 40px;
	padding-right: 40px;
}

#content h3, #main h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

#content h4 {
	font-family: 'Open Sans', sans-serif;
}

#separatorLine > hr{
	color: white;
	position:relative;
	right: 50%;
	width: 200%
}

.homepageImage {
	max-width: 30%;
	width: auto;
	height: auto;
}

.homepageImage img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 8%;
}

#homepageImage > img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#issueCoverImage > a > img {
	max-width: 50%;
	width: auto;
	height: auto;
}

a:link {
	background-color: transparent;
	color: #684e97;
	text-decoration: none;
}

a:link:hover {
        background-color: transparent;
        color:  #E200D3;
        text-decoration: none;
}

a:visited {
        background-color: transparent;
        color: #684e97;
        text-decoration: none;
}

a:visited:hover {
        background-color: transparent;
        color:  #E200D3;
        text-decoration: none;
}

a:hover {
	background-color: none;
}

#leftSidebar { 
	margin-left: 9%;
	margin-right: 1%;
	width: 15%;
}

#rightSidebar {
	margin-right: 9%;
	margin-left: 1%;
	width: 15%;
}

#sidebar div.block span.blockTitle {
        border-bottom: none;
        background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
        background-image: linear-gradient(#fff, #d5cde5);
        padding: 6px 10px 6px 10px;
	margin: -10px -10px 10px;
}

#sidebar div.block {
	padding: 10px;
	box-shadow: 0px 0px 3px -2px #000;
	border: solid 1px white;
	border-bottom: none;
}

input, select {
	box-shadow: 0 1px 4px -5px black;
	border: solid 1px lightgray !important;
	background-color: white !important;
	padding: 5px;
	font-family: inherit !important;
}

input:focus, select:focus {
	box-shadow: 0 1px 4px -3px black;
}

input.button {
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset;
	padding: 5px 8px;
	text-decoration: none !important;
	background-color: #e1e1e1;
	background-image: linear-gradient(#ededed, #d5cde5);
	border: 1px solid #d0d0d0;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
}

input.button:hover {
	background-color: #ededed;
	background-image: linear-gradient(#d5cde5, #ededed);
	border: 1px solid #b0b0b0;
	cursor: pointer;
}

#pageFooter {
	clear: both;
	text-align: center;
	color: #fff;
	border-top-width: 0.0625em;
	border-top-style: solid;
	padding-top: 1.4375em;
	background-color: #433262;
	font-size: 0.8em;
}



