/**
 * common.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71 2008/07/11 04:22:59 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body 
{
	width:1230px ;
	margin: 0;
	padding: 0;
	background-color: #1f1a17;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;

}

#container {
	width:1230px !important;
	
	margin: 0;
	line-height: 125%;
	padding:0; 
 
	
}

#main {
	float:left;
	width: 70%;
	display: inline;
	overflow: hidden;
	margin: 4em 0 0 8em; 

}

#header {
	width:100%;
	background-color:#1f1a17;
	text-align: left;
	display: none; 
}

#content {
	margin: 0;
	padding: 1em 2em 2em 2em;
	font-size: 0.7em;
    background-color:#2c2825; 
    border-top: none;
    width: 95%; 
   _width:100%; /* para o explorer 6 */

}

#rightSidebar {
	float: right;
	 width: 13em;
	 _width: 18em; /* para o explorer 6 */
	
	padding: 2em 2em 2em 3em;
	font-size: 0.65em;
	height: 100%;
	margin: 0;
	overflow: hidden;
  /* border: solid 1px orange;*/
}


* html #rightSidebar { margin-right: 0; }

#leftSidebar {
	float: left;
	width: 23em;
	padding: 1em 0 2em 3em;
	font-size: 0.65em;
	height: 100%;
    margin: 0;
	overflow: hidden;
}

#breadcrumb 
{
	margin:0 0 1em 0; 
	padding-top: 1em;
	font-size: 0.7em;
	border: none; 
}

#navbar 
{
	margin:0; 
	padding-bottom: 0.5em;
	text-align:center ;
	border:  none;
}

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link 
{
	color:#feb957;
}

#navbar a:active 
{
	color:#fd9706;
}

#navbar a:visited 
{
	color:#feb957;
}

#navbar a:hover 
{
	color:#ffffff;
	background-color:#1f1a17;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	background-color: #ABA;
	text-align: center;
	display: none;
}

#footerContent {
	width: 100%;
	margin: 0 ;
	padding-left: 0;
	display: none;	
}

h4.tocSectionTitle {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 3em;
   color: #feb957; 

}


table.tocArticle {
	width: 95%;
	margin: 2em 0 0 0 0; 
	
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors 
{
	width: 70%;
	padding-left: 30px;
	font-style: italic;
	vertical-align: top; 
}

table.tocArticle td.tocPages 
{
	width: 30%;
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}

.titulomain
{
  color:#a8a7a6;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.65em; 
  z-index:5; 
  width:100%;
  top:43px;
 /* border: solid 1px orange;*/
  position:relative ; 
  text-align:center;  
  text-transform:capitalize;  
  font-weight:bold;   
  margin:0;
  padding-bottom:0;  

}
