/*
    Theme Name: Heinlein
    Theme URI: http://abizern.org/about/
    Description: A custom theme for Abizern.org
    Version: 0.6
    Author: Abizer Nasir
    Author URI: http://Abizern.org
    Tags: custom, abizern.org, heinlein
*/

/* Clear the slate */
@import url('http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css');

header, nav, article, section, aside, footer {
  display: block;
}

body {
  font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  margin: 10px auto;
  padding: 0 40px;
  width: 800px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  border-bottom-color: #333;
}

h1 {
	font: bold 36px/40px Georgia, "Times New Roman", Times, serif;
}

h1 a {
	color: #333;
}

h1 a:visited {
	color: #333;
}

h1 a:hover {
	color: #903;
}

h2 {
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 0;
}

h3 {
	font-weight: bold;
	padding:5px 0 0;
}

h4 {
	line-height: 14px;
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

pre {
	margin-bottom: 10px;
}

code {
	font: 16px/20px Menlo, "Panic Sans", Monaco, "Courier New", Courier, mono;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #363;
}

a:visited {
	color: #363;
}

a:hover {
	color: #903;
}

* a:hover {
	color: #903;
}

.cell {
  display: table-cell;
}

/* Masthead */

body > header {
	display: table;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

header .row {
	display: table-row;
}

header .cell {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 5px;
}

header .cell img {
	vertical-align: middle;
}

header .cell.icon img {
	height: 16px;
	width: 16px;
}

header .cell:first-of-type {
	width: 120px;
	text-align: center;
}

header .cell:last-of-type {
	padding-left: 10px;
}

header .cell.banner_text {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}


/* Main Content */

div#content {
  margin-bottom: 20px;
  margin-top: 20px;
  display: table;
  width: 800px;
}

div#content .row {
	padding-bottom: 20px;
}

div#content .row:last-of-type {
	padding-bottom: 0px;
}

div#content .row.header {
	border-bottom-width: 2px;
	border-bottom-color: red;
	border-bottom-style: solid;
	margin-bottom: 20px;
}

.main.cell {
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-top: 0px;
  width: 580px;
}

article.post header{
	margin-bottom: 20px
}

div.code {
	text-align: left;
	border: 1px solid #f00;
	overflow: auto;
	font: 12px/14px Menlo, "Panic Sans", Monaco, "Courier New", mono;
	color: black;
	margin-bottom: 10px;
	padding: 6px;
}

aside {
  display: table-cell;
  width: 200px;
}

.meta {
  border-color: #363;
  width: 180px;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	margin: 0px 0px 0px 24px;
}

.meta h3 {
  background-color: #363;
  color: white;
  padding: 0px 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.meta p {
  padding: 0px 5px;
  margin: 1px 0px 3px 0px;
}

.meta p code {
	font-size: 14px;
	line-height: 14px;
}

form#commentform {
  width: 500px;
}

.comment img {
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
	float: left;
	height: 60px;
	width: 60px;
}

article.comment {
	border-color: #2142ff;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	clear: both;
}

article.comment h2 {
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	clear: both;
}

div#navigation {
	line-height: 22px;
	font-size: 20px;
}div#previous_nav {
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 20px;
	float: left;
}

div#next_nav {
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: right;
}

footer {
	padding-top: 10px;
	border-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	color: #666666;
}

div#cc {
	float: left;
}

div#site_meta {
	float: right;
}

div.reset {
	clear: both;
}

div#cc img {
	padding-right: 5px;
}

div#cc a {
  vertical-align: middle;
}

