/**
 * plugins/themes/classicGreen/classicGreen.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #fff;
	font-family: "Georgia", Times, Georgia, serif;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

a:link {
	color: #60602D; /* cor dos menus criados manualmente */
}

a:active {
	color: #111000;
}

a:visited {
	color: #60602D; /* cor dos menus */
}

a:hover {
	color: #000000; /* cor da fonte ao selecionar um menu */
	background: #E5E5C7; /* cor de fundo ao selecionar um menu */		
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #60602D;
	background: floralwhite;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

/*distância do cabeçalho até o menu horizontal*/
#header {
	min-height:  100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

/*Cabeçalho da página*/
#header h1 {
	height: 128px;
	background-image: url("http://revistas.ufcg.edu.br/cfp/images/arte6.png");
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	/*padding-bottom: 30px;
	padding-top: 30px; */
	font-size: 2em;
	background-color: #E5E5C7;
	color:  #fff;
	
	
}
/* rodapé */
#footer {
	background-color: #040;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

/* Menu horizontal principal */
#main {
	background-color: #fff;
	border-top: 1px solid black;	/* borda superior ao menu principal */
	margin-top: 15px;
	margin-left: 7px; /* distância do conteúdo central à barra lateral esquerda */
	font-size: 1.0em;
	
}

/* Título que vem abaixo do breadcrumb */
#main h2 {
	margin-top: 15px; /* distância do título da notícia ao breadcrumb */
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;	
	text-align: center;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
}

/* Pontinhos abaixo do menu horizontal */
#navbar {
	border-bottom: 1px solid black; /* borda inferior ao menu principal */
	margin-bottom: 0px; /*Distância do texto do breadcrumb a borda superior */
	text-align: center;
}

#breadcrumb {
	line-height: 1.7em;
	text-align: center;	
	border-bottom: 1px solid black; /* borda inferior ao breadcrumb */		
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
}

/* Conteúdo principal. Aqui pode se aumentar a fonte das notícias */
#content {
	border-top: 1px dotted #040;
	font-size: 0.90em;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
}

/* Aqui se formata o título das notícias */
#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #040;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 10px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

/* Define o tamanho e a cor da rightbar */
#rightSidebar, #leftSidebar {
	margin-top: 0px;
	border-bottom: 1px dotted #040;
	font-size: 0.9em;
	background: #f4f4f4;
}
