/**
 *
 * Copyright (c) 2020 Seminario Filosofia da Linguagem 
 * Copyright (c) 2020 Lia Levy

 *
 * Tema da Analytica, Revista de Filosofia.
 *
 */

/**

 * Common HTML elements

 */

body {

	background-color: white;
	color: #5e5e5e;
	font-family: Helvetica,sans-serif;
	font-size: 18px;
}


a:link {
	color: #BB6000;
	text-decoration: none;
}

a:active {
	color: #F27405;
	text-decoration: underline;
}

a:visited {
	color: #A64F03;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #F27405;
}

p {

	text-align: justify;
    	line-height: 1.5em;
    	font-size: 1em;

}

/**

 * Botões

 */


input.textField, select.selectMenu, textarea.textArea, input.uploadField {

	background-color: white;
    	border: 1px solid #999998;
}

input.defaultButton {

	background-color: #f0f0f0;
    	border: 1px solid #999998;
	color: #4C4C4B;
}


/**

 * Main layout elements

 */


#header {

    	background-color: #fee9d7;
}

#main {

	width: 60%;
}

#main h2 {

	font-family; Palatino, serif;
	font-weight: bold;
	font-size: 1.2em;

}

#breadcrumb {

	padding-left: 1em;
    	padding-top: 0.5em;
    	padding-bottom: 2em;
    	font-style: normal;
}	

#content {

	border-top: 0px dotted #d1c7be;	
	font-size: 1em;
	text-align: justify;
	line-height:1.3em
}



#content h2 {
	font-family; Palatino, serif;
	font-weight: bold;
	font-size: 1.2em;
}

#content h3 {

	font-family; Palatino, serif;
	font-size: 1.15em; 
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;	
}

#content h4 {
	
	font-family; Palatino, serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
}

#journalDescription {

    font-size: 1em;
    text-align: justify;
    line-height: 1.5em;
}


.articleCitation {

	text-align: left;
	margin-top: 30px;

}

#pageFooter {

	font-size: 0.8em;
}

/**

 * Navigation bar

 */

#navbar {
	padding-left: 10px;
	border-top: 0px solid #D9D7C1;
	border-bottom: 0px solid #D9D7C1;
	position: absolute;
	right: 100px;
	top: 08px;
	height: 22px;
	width: 50%;
	text-align: right;
	line-height: normal;
}

#navbar a {

    font-size: 0.7em;
    letter-spacing: 0.05em;

}



#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {

 	font-size: 0.8em;

}


/**

 * Table of contents

 */


.tocArticle {

 	font-style: normal; 

}


.tocArticleTitleAuthors {

 	width: 80%;

}

.tocAuthors {

 	padding-left: 10px;

}

.tocSectionTitle { 
    
	padding-top: 1em;
    	padding-bottom: 1em;
}

/**

 * Editorial Team Lists

 */



ol.editorialTeam {


}



ol.editorialTeam li {

 list-style: none;

}



ol.editorialTeam, ol.editorialTeam li {

	margin-left: 0;
 	padding-left: 0;
	
}

/**

* Site-wide shared elements for pages including sidebar(s).


 */



/**
/**

 * Sidebar

 */



#Sidebar {


    	line-height: 1.5em;

}

#rightSidebar {

    	PADDING-TOP: 3.4em;
 	font-size: 0.8em;
}

#sidebar div.block {

    line-height: 2em;
}

#sidebar div.block span.blockTitle {

	letter-spacing: 0.05em;
	padding: 0;
	font-weight: normal;
	margin-top: 1.5em;
	border-bottom: 1px solid grey;
}


#sidebar div.block span.blockSubtitle {

	display: block;
 	padding: 0;
	text-transform: uppercase;

}

#rightSidebar li, #leftSidebar li {

	margin-top: 5px;
    	margin-left: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
	list-style-type: none;
	line-height: 1.1em
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {

 font-size: 1em;

}


ul.menu li {

	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left:10px
}

.table.data {

	line-height: 1em;
}




© 2020 Lia Levy