/*
Theme Name: Black Math
Theme URI: http://alicebob.cryptoland.net/
Description: Black Math based on SandBox
Author: Conrado Porto Lopes Gouvêa
Author URI: http://cryptoland.net/
Template: sandbox
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


@import url('../blackmath/blackmath.css');

.entry-title{clear:both;}
div#container,div.sidebar{margin-top:2em;}
div#nav-above,div#nav-below{width:100%}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
div.nav-next {text-align:right;}
.alignleft{float: left;}
.alignright{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:100%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}

/* LAYOUT: Three columns */

body {
  margin: 0;
  padding: 0;
}
#container {
	float: left;
	width: 850px;
}
#content {
	margin: 0 200px 0 300px;
  padding: 0 25px;
  width: 500px;
}
div.sidebar {
	float: left;
	overflow: hidden;
}
#primary {
	margin: 0 0 1px -850px;
  padding: 250px 35px 0 38px;
  width: 226px;
}
* html div#primary {
	left: -200px;
	position: relative;
}
#secondary {
  width: 180px;
}
#footer { 
	clear: left;
	width: 100%;
}

#header, #access, #footer, #secondary {
  display: none;
}

/* SPACING */

.entry-title, .entry-date {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1em 0;
  padding: 0.5em 1em 0.5em 3em;
}

.entry-meta {
  margin: 2em 0;
  padding: 1em;
}

.avatar {
  float: left;
  margin: 5px;
}

#primary p {
  margin: 0;
  padding: 0;
}

/* FONTS */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Verdana, Arial, Sans-Serif;
}

#wrapper {
  font-size: 1.3em;
  line-height: 1.6em;
}

#content {
  text-align: justify;
}

/* Headings */

h2, h3, h4, h5, h6 {
  font-family: Georgia, Serif;
  font-weight: normal;
}

#content h2 {
  text-align: left;
  font-size: 2.4em;
  line-height: 1em;
}

#content h3 {
  font-size: 1.5em;
}

#content h4 {
  font-size: 1.3em;
}

#content h5 {
  font-size: 1.1em;
}

.sidebar h2, .sidebar h3 {
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 1px;
}

/* Misc */

blockquote {
  line-height: 1.5em;
}

pre, code {
  font-size: 1.1em;
  font-family: Consolas, "Courier New", monospace;
  line-height: 1.2em;
}

.comment-author {
  font-family: Georgia, Serif;
  font-size: 1.4em;
}

.comment-meta, .entry-date {
  font-size: 0.8em; 
}


/* COLORS AND FORMATTING */

img {
  border: 0px;
  margin: 0em 0.5em;
}

img.centered {
  border: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center, .aligncenter {
  text-align: center;
}

.wp-caption-text {
  display: none;
}

.entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}

blockquote {
  /*background-color: #E7E7E7;*/
  border: 1px dotted #C5C5C5;
}

.entry-meta {
  /*background-color: #E7E7E7;*/
  border: 1px dotted #C5C5C5;
}

code {
  /*background-color: #E7E7E7;*/
}

.bypostauthor .comment-author {
  font-weight: bold;
}

textarea#comment {
  width: 90%;
}

.wp_syntax {
  /*background-color: #E7E7E7;*/
  border: 1px dotted #C5C5C5;
}

/* TABLES */

table.booktabs {
  margin: 1em auto 0.5em;
  border-top: 2px solid #1C1919;
  border-bottom: 2px solid #1C1919;
  border-spacing: 0em;
}

table.booktabs td, table.booktabs th {
  padding: 0.2em 1em;
}

table.booktabs th {
  border-bottom: 1px solid #1C1919;
}

table.booktabs caption {
  caption-side: bottom; 
  width: auto;
  text-align: center;
  font-style: italic;
  margin-bottom: 1em;
}

table.booktabs .table-number {
  text-align: right;
}
