/**
 * plugins/themes/vanilla/vanilla.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #0000;
}

a:visited {
	color: #333;
}

a:hover {
	color: 666;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

h1 {
color:#000000;
}

h2 {
color:#000000;
}

h3 {
color:#000000;
}

#header {
	background-color: #ffffff;
	
}

#main {
	background-color: #ffffff;
}

#main h2 {
	padding-left: 10px;
	color:#000000;
}

#main h3 {
	font-weight: bold;
	color:#000000;
}


td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid #000;/*#006699; azul*/
	
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
}


#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 1em 2em 1.5em 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:#000;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

#leftSidebar div.block 
{
	padding: 0.5em 0;
	border-top: 5px solid #000;/*#006699; azul*/
	border-bottom: 1px solid #BDC9DD;/*#006699; azul*/
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block 
{
	
	border-top: 0px solid #000;/*#006699; azul*/
	margin-bottom: 5px;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
    color: #000;
	
}

#leftSidebar div.block span.blockTitle 
{
	padding: 0;
	font-weight: bold;
	}

#rightSidebar div.block span.blockTitle 
{
	padding: 0;
	font-size:1em;
	color: #000000;/*#006699; azul*/
}

#leftSidebar div.block span.blockSubtitle 
{
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle 
{
	font-weight: bold;
}

input 
{
	border: 1px solid #000;/*#006699; azul*/
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField 
{
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #000;/*#006699; azul*/
}

input.button 
{
	background-color: #EEEEFF;
}

input.defaultButton 
{
	background-color: #000;/*#3399CC;*/
	color: #eee;
}

div.separator {
    border-bottom: 1px solid #000000;
}
table.tocArticle td.tocTitle {
    width: 80%;
    height: 100%;
}
table {
    border-spacing: 0.8em;
    font-size: 0.9em;
}

.menu {
	text-align: left;
    font-size: large;
}

#sidebar div.block {
    font-size: 1.4em;
    padding-bottom: 0.93em;
}