/**
 * plugins/themes/classicBrown/classicBrown.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.
 *
 * Classic brown theme stylesheet.
 *
 */

html {
	background:#fdfdfd;
}
body {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif, Arial;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	min-width: 768px;
}
a:link {
	color: #000066;
	font-size: 14px;
	line-height:120%;
}
a:active {
	color: #ff3300;
	font-size: 14px;
	line-height:110%;
}
a:visited {
	color: #029113;
	font-size: 14px;
	line-height:110%;
}
a:hover {
	color: #005302;
	background: none;
	font-size: 15px;
	text-decoration:baseline;
	line-height:110%;
}
ul.menu a {
	font-size: 14px;
	line-height:110%;
}
li {
	color: #;
	font-size:14px;
	line-height: 1.5em;
}

#header {
	background: #ffffff
	padding:2;
	margin-top: -33px;
}

#header h1 {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-weight: bold;
	border-bottom:thin #a8a8a8;
	background-image: -moz-linear-gradient(top, #ffffff, #848865);
	background-image: -ms-linear-gradient(top, #ffffff, #848865);
	background-image: -o-linear-gradient(top, #ffffff, #848865);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#848865));
	background-image: -webkit-linear-gradient(top, #ffffff, #848865);
	height: 150px;
        margin: 3.0em auto 0;
	padding: 0.1em; 
	width: auto;
}

#body {
	position:relative;
}
#main {
	margin:26px auto 0;
	background:#;
	padding-top: 10px;
	height:100%;
	min-height:900px;
	float:left;
	width: 60.0%;
	display:block;
        border-top:dotted #B4BABF thn;
	border-right:none dotted #B4BABF thin;
	border-left:none dotted #B4BABF thin;
	overflow:inherit;
	position:inherit;
}
#main h2 {
	color: #2B3036;
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-size: 14px;
	font-weight: sentence case;
	padding-left:10px;
}
#content h3 {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	line-height: 100%;
	height: 100%;
	padding: 0;
	text-indent: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-weight: bold;
	text-transform: sentence case;
	color: #333333;
	border-bottom: none 1px solid #D2D8DE;
}
#content h4 {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	color: #006202;
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
}

/**
 * Navigation bar
 */
 
#navbar {
	position:absolute;
	top:-26px;
	left:-203px;
	z-index:118C4E;
	width:1020px;
}
#navbar a {
	letter-spacing:0.06em;
	border-right:#006633;
	float: left;
	margin: 0;
	padding: 0;
	color: #464545;
	display: block;
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-size: 11.5px;
	font-weight: bold;
	height: 33px;
	line-height:33px;
	padding: 0 31.0px;
	text-decoration: bold;
	text-transform: uppercase;
}
#navbar li:last-child a {
	border: none;
}
#navbar a:hover {
	color: #464545;
	font-size: 14px;
	background-image: -moz-linear-gradient(top, #ffffff, #9d9e99);
	background-image: -ms-linear-gradient(top, #ffffff, #9d9e99);
	background-image: -o-linear-gradient(top, #ffffff, #9d9e99);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#9d9e99));
	background-image: -webkit-linear-gradient(top, #ffffff, #9d9e99);
}

/**
 * Sidebar
 */

#sidebar div.block {
	border-top:none  1px solid #C1E1A6;
    	border-bottom:none 1px solid #C1E1A6;
	font-size: 14px;
	padding-bottom: 1.5em;
}
#sidebar div.block span.blockTitle {
	display: block;
    	font-size: 11.5px;
    	letter-spacing: 0.1em;
    	color: #060606;
    	font-family: Tahoma, Geneva, sans-serif, Arial;
    	font-weight: bold;
    	height: 16px;
    	line-height: 16px;
    	text-indent: 8px;
    	text-transform: sentence case;
	background-image:-moz-linear-gradient(center top, #ffffff, #848865);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#848865));
	background-image:-webkit-linear-gradient(top, #ffffff, #848865);
	background-image:-moz-linear-gradient(top, #ffffff, #848865);
	background-image:-ms-linear-gradient(top, #ffffff, #848865);
	background-image:-o-linear-gradient(top, #ffffff, #848865);
}
#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0 0 0 10px;
}
#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 11.5px;
	text-indent: 5px;
}
form {
	padding-left: 10px;
}
/* @end */


div, p, table, td, th {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	line-height: 140%;
	color: 444544;
	font-size: 14px;
}
a:link, a:visited {
	color: #069;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
p {
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
	font-size: 14px;
	}
h1 {
	padding: 0;
    padding-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: 00660c;
	text-align: right;
	width: 100%;
}
h2, content heading {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #6c6c6c;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif, Arial;
	font-weight: bold;
	padding-left: 10px;
	text-transform: sentence case;
	color: #2B3036;
 	font-size: 14px;
}
input.text Field, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffff99;
}
input.defaultButton {
	background-color: #177e17;
}
#container {
	background:#;
	text-align: left;
	-moz-box-shadow: 5px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	-webkit-box-shadow: 5px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	box-shadow: 5px 0px 0px #ffffff, -5px 0px 0px #ffffff, 0px 5px 25px #000000;
	border-bottom:solid #fff 4px;
	margin-bottom: 30px;
	margin-top: 10px;
	float:left;
}
#headerTitle {
	color: #ffffff;
	background: #;
	height: 150px;
	margin-top: 38px;
	margin-bottom: 4px;
}
#navbar {
	border-top: Thin #036313;
	border-bottom: thin #9ea75e;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#848865));
	background-image: -webkit-linear-gradient(top, #ffffff, #848865);
	background-image: -moz-linear-gradient(top, #ffffff, #848865);
	background-image: -ms-linear-gradient(top, #ffffff, #848865);
	background-image: -o-linear-gradient(top, #ffffff, #848865);
	height: 33px;
	margin-right: 0;
	padding-bottom: 0;
}
ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumb {
	padding-bottom: 4px;
	background: #;
	color: #ffffff;
	padding-left: 10px;
        border-top: none;
}
#content {
	border-top: 0px dotted #000;
	padding:10px;
}

/**
 * HTML elements
 */


#leftSidebar {
	float: left;
	width: 20%;
	font-size: 0.65em;
	/*max-height: 100%;*/
	display: inline;
	overflow: hide;
	background-color: #;
	margin-right:0;
	margin-left:0;
	min-height:900px;
	padding-top:0;
	border-left:none solid #B4BABF thin;
	-moz-box-shadow: -4px 0px 0px #ffffff; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: -4px 0px 0px #ffffff; /* Safari and Chrome */
	box-shadow: -4px 0px 0px #ffffff, 0px 4px 0 #ffffff;
	float:left;
        overflow:inherit;
	position:inherit;
}
#leftSidebar, #rightSidebar {
	margin-top: 36px;
}

#rightSidebar {
	background-color: #;
	float: right;
	width: 20%;
	font-size: 0.65em;
/*height: 100%;*/
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	min-height:900px;
	border-right:none solid #B4BABF thin;
	-moz-box-shadow: 4px 0px 0px #ffffff; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 4px 0px 0px #ffffff; /* Safari and Chrome */
	box-shadow: 4px 0px 0px #ffffff, 0px 4px 0 #ffffff;
	position:absolute;
	height:auto;
	right:0;
	top:0;
	z-index:888;
        overflow:inherit;
	position:inherit;
}