/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Copyright (c) 2018 Nilo Serpa
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 */

/**
 * Sidebar
 */

***********************************************************
body {
	background-color: #FFFFFF;
	
}

a:link {
	color: #004a8f;
	text-decoration: none;
	
	 
}

a:active {
	color: #996633;
}

a:visited {
	color: #4682B4;
}

a:hover {
	color: black;
	background: #e6ecff;
	border-radius: 3px;
	
}

#header {
	background: #FFFFFF; 
	border-bottom: 2px solid #004a8f;
	float: left;
	
}

#headerTitle {
	/* padding-bottom: 2px; */
	/* padding-top: 1px; */
	height: 320px;
	background: #FFFFFF;
	float: center;
	
}

#header h1 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px solid #CDC9C9;
	text-align: center;
	
	
}


#content {
	border-top: 1px solid #6C7B8B;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}



#footer{
	width: 80px;
	margin: 0 auto;
	background: red;
	height: 140px;
	line-height: 1.1em;
	padding: 0 10px 0 10px;
}
*************************************************************

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	border: 2px solid #84c3ef;
	border-radius: 6px ;
	/*font-size: 1.2em;*/
	padding-bottom: 3%;
	margin-top: 3%;
	padding-left:15px;
	display: block;
	overflow: hidden;

}

#sidebar div.block span.blockTitle {

	
	display: block;
	padding: 0.8em 0 0.8em 0;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: left;
	margin-left: 15px;
	font-weight: bold;
	
}

#sidebar div.block span.blockSubtitle {
	
	display: block;
	padding: 1;
	margin-left: 20px;
	
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button{
	background-color:#FFFFFF;
	font-family: Garamond;
	font-size: 1.1em;
	margin-left: 0px;
	/* display: block;*/
}

#sidebar label{
	margin-left: 10px;
	font-size: 14px;
	/* display: block; */
}

#sidebar div.block{
  background-image: url(http://revistas.icesp.br/public/site/images/nilo/Header4.png);
  background-size: 250px;
  background-repeat: no-repeat;
 /* width: 300px; */
 /* height: 300px; */
 /* border: 2px solid; */
  border-color: pink;
}​
