﻿/*
Theme Name: WordPress Default
Description: Novo layout para o site <a href="www.eduardobrum.com">www.eduardobrum.com</a>
Author: Luis Furnas
*/
/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* End of CSS Reset */

/* IE Hacks */
/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.container { text-align: left; }

/* Forms 
-------------------------------------------------------------- */

/* Fixes padding on fieldset */
fieldset {padding-top: 0;}
/* End of IE Hacks*/

html {
	overflow-x: scroll !important;
}

body {
	background-color: #44597D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 1280px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header h1:hover {
	cursor: pointer;
}
h1 {
	color: #F7E9A0;
}
h2 {
	font-style: italic;
}
hr {
	clear: both;
	min-height: 1px;
	background-color: #BFCBE1;
	position: relative;
	top: 7.5em;
	border: 0;
}
.line {
	display: block;
}
#content {
	/*width: 100%;*/
}
#header {
	position: relative;
	height: 5em;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	position: absolute;
	left: 5.5em;
	bottom: -0.1em;
	word-spacing: -5px;
}
#title {
	position: relative;
	height: 7em;
	background-color: #BFCBE1;
}
#title h2 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 2px;
	position: absolute;
	bottom: -0.5em;
	left: 10.85em;
}
#title h2:first-letter {
	font-size: 2em;
}
#tour {
	background-color: white;
	color: #01016f;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	height: 1.4em;
	padding: 0 0 0.2em 0;
}
#others {
	height: 5em;
	text-align: right;
	position: relative;
	top: 0.8em;
	right: 11.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}
#others a {
	color: white;
}
#firstTitles {
	background-color: #F7E9A0;
	font-size: 1.2em;
	list-style-type: none;
	min-height: 3.5em;
	height: 3.5em;
	padding: 0 13.4em 0.5em 11.65em;
	overflow: hidden;
}
#firstTitles li {
	width: 25%;
	padding-top: 0.5em;
	float: left;
}
.bold {
	font-weight: bold;
}
.notBold {
	font-weight: normal;
}
#firstTitles li.first {
	text-align: left;
}
#firstTitles li.last {
	text-align: right;
}
#firstTitles li.second, #firstTitles li.third
{
	position: relative;
	left: 3.55em;
}
#firstTitles li.third
{
	left: 7.55em;
}
#lastTitles {
	padding-top: 4em;
	position: relative;
	float: left;
	left: 11.7em;
	font-size: 1.2em;
	list-style-type: none;
	clear: both;
	overflow: hidden;
}
#lastTitles:first-child {
	padding-left: 0;
}
#lastTitles li a {
	color: white;
	float: left;
}
#lastTitles li {
	position: relative;
	float: left;
	width: 28.7em;
	overflow: visible;
	text-align: left;
}
#lastTitles li ul.children {
	padding-top: 1.7em;
	list-style-type: none;
	max-width: 70%;
	float: left;
}
#lastTitles li ul.children li {
	position: static;
	padding: 0;
	width: auto;
	clear: left;
}
#chapter {
	width: 100%;
}