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

#container {
  width: 1240px !important; 
  min-width: 986px !important; 
  padding: 0px 5px 0 5px; 
  background: #0A2A1B;
  margin: 0px auto 0px auto !important; 
  line-height: 125%; text-align: left; 
}
body {
	background-color: #0A2A1B;
	font-family: 'Open Sans', sans-serif;
	overflow: auto;
	width: 100%; 
	height: 100%; 
}

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

#breadcrumb {
	margin-top:15px;
	padding-left: 3%;
	padding-bottom: 7px;
	background-color: #07190B;
	color: transparent;
}

#breadcrumb a {
	color: white;
	padding-right: 5px;
	font-size: 1.3em;
}

#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: #07190B;
	height: 142px;
	padding: 0;
	margin-top:0;
	margin-bottom:3px;
	margin-left:0px;
	text-align: center !important;
}
#headerTitle { text-align: left !important; margin: 0; padding: 0;  width: 100%;}

#header h1 {
	color: white;
	text-shadow: 1px 1px black;
	padding: 0;
	margin-top:0;
	margin-bottom:3px;
	margin-left:0px;
	text-align: left !important;
	font-size:0px;
}

#navbar {
	margin: auto;
	width: 98%;
	border-bottom: none;
	background: -webkit-gradient(linear, center top, center bottom, from(#009933), to(#003300));
	background-image: linear-gradient(#009933, #003300);
	border-radius: 8px;
	box-shadow: 1px 4px 2px 4px rgba(0,0,0,0.6);
	padding: 5px 5px 5px 5px;
	position: relative;
	height: 52px;
}
ul.menu {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.menu li:after {
	color: white;
	content: "|";
	display: inline;
	padding-left: 5px;
	text-shadow: 0px 0px 0 white;
}

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

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

#navbar li a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #FFFF00;
	font-size:13.5px;
	font-weight: bold;
}

#navbar li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #D8D8D8;
	font-size: 13px;
}

#leftSidebar { 
	margin-left: 5px;
	margin-right:0px;
	width: 18%;
	background-color: #ececec;
}

#rightSidebar {
	margin-right: 0px;
	margin-left: 0px;
	width: 19%;
	background-color: #ececec;
	font-size: 0.9em;
}

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

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

#content, #main > h2 {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.5em;
}
#content, #main > h3 {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 0.9em;
}


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

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(#009933, #003300);
	border: 1px solid #d0d0d0;
	color: #D8D8D8;
	text-shadow: 0px 0px 1px #D8D8D8;
}

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

#sidebar div.block span.blockTitle {
        border-bottom: none;
        background: -webkit-gradient(linear, center top, center bottom, from(#009933), to(#003300));
        background-image: linear-gradient(#009933, #003300);
        padding: 6px 10px 6px 10px;
		margin: -10px -10px 10px;
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		font-weight: bold;
		color:#D8D8D8;
}

#sidebar div.block {
	padding: 10px;
	box-shadow: 0px 0px 3px -2px #000;
	border: solid 1px white;
	border-bottom: none;
	background-color: #ececec;
}
#sidebarNavigation input {
	width:175px;
	
}
#sidebarNavigation select {
	width:185px;
}
#sidebarUser form table tr td input{
	width:105px;
}
#sidebarUser form table tr td input#remember {
	width: 20px;
}
