﻿/*
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;*/ }

/* Elements
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:0px -8px 16px 0; padding:0; }

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }

/* Explicitly set interpolation, allowing dynamically resized images to not look horrible */
img { -ms-interpolation-mode: bicubic; }

/* Forms 
-------------------------------------------------------------- */

/* Fixes padding on fieldset */
fieldset {padding-top: 0;}
/* End of IE Hacks*/

body {
	background-color: #FFF7EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #465981;
	width: 128em;
	margin: 0 auto;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #F7E9A0;
}
#header {
	position: relative;
	height: 5em;
	background-color: #44597D;
	z-index: 1;
}
#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;
}
#header h1:hover {
	cursor: pointer;
}
h2, h3 {
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
}
h2:first-letter {
	font-weight: bold;
}
h3 {
	font-style: italic;
	font-size: 1.1em;
}
#content {
	position: relative;
}
#category {
	display: block;
	position: relative;
	left: 13.95em;
	top: 5em;
	width: 69.95em;
}
.post {
	text-align: justify;
	position: relative;
	left: 10.4em;
	top: 7em;
	width: 52.9em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding-bottom: 5em;
}
.post .title {
	display: block;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 1.3em;
}
#sidebar {
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	right: 16.1em;
	top: -3.8em;
	width: 17em;
	padding-bottom: 3.8em;
	background-color: #FCEACC;
	line-height: 2em;
	z-index: 0;
}
#sidebar ul {
	padding-top: 4.5em;
	list-style-type: none;
	text-align: left;
	width: 8em;
	font-size: 1.15em;
	margin: 0 auto;
}
#sidebar ul li:first-child {
	display: none;
	cursor: auto;
}
#sidebar ul li:first-child:hover {
	font-weight: normal;
}
#sidebar ul li {
	cursor: pointer;
}
#sidebar ul li:hover {
	font-weight: bold;
}
#sidebar ul li.selected {
	font-weight: bold;
	color: red;
}
#sidebar .info
{
	font-style: italic;
	line-height: 1em;
	padding-top: 4em;
}
#info
{
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 1em 2em 2em 2em;
	border: 2px double black;
	background-color: #FCEACC;
	font-size: 1em;
}

