/**
 * plugins/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: #ececec;
	font-family: 'Open Sans', sans-serif;
}

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

#breadcrumb {
	padding-left: 10%;
	padding-top: 0px;
	padding-bottom: 7px;
	background-color: #38383f;
	color: transparent;
}

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

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

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

#content {
	border-top: none;
}

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

a:link {
	background-color: transparent;
	color: #349ebc;
	text-decoration: none;
}

a:hover {
	background-color: none;
}

a:visited {
	color: #09617b;
}

#header {
	background-color: #38383f;
	height: 108px;
}

#header h1 {
	color: white;
	text-shadow: 1px 1px black;
}

#navbar {
	margin: auto;
	width: 90% !important;
	border-bottom: none;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	border-radius: 8px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding: 6px 15px 0 15px;
	position: relative;
	height: 30px;
}

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

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

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

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

#navbar li a {
	font-family: 'Arial', sans-serif !important;
	color: gray;
	font-size: 10px !important;
	text-shadow: 1px 0 0 white;
}

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

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

#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, #main > h2, #main > h3 {
	padding-left: 40px;
	padding-right: 40px;
}

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, #e1e1e1);
	border: 1px solid #d0d0d0;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
}

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

#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, #ccc);
        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;
}
