/*
Theme Name: Minimal
Theme URI: http://automata.cc/minimal
Description: Minimal wordpress theme with a portfolio of project's pages
Version: 0.1
Author: Vilson Vieira
Author URI: http://automata.cc
Tags: white, one-column

*/

html, body {
    font: 14px 'Helvetica', 'Arial', serif;
    color: #000;
    background: #fff;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #bc7134;
    background: #fff7ac none repeat scroll 0 0;
}

a:hover {
    background: #fff;
}

#content, #sidebar {
    overflow: hidden;
}

#content p {
    line-height: 2em;
}

#content table {
    margin: 15px 1px;
    border-collapse: collapse;
}

#content ul {
    list-style: none;
}

#content ol {
    list-style-position: inside;
}

img {
    border: 0;
}

#page {
    margin: 2em;
    text-align: left;
}

#content a:hover, #sidebar a:hover, #header_nav a:hover {
    text-decoration: none;
    background: #fff;
}

#page-inner {
    overflow:hidden;
}

#header {
    margin-top: 2em;
    margin-left: 2em;
    margin-bottom: 60px;
}

#header .description {
}

#header_nav {
    margin-bottom: 50px;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
}

#header_nav h2, #footer h2 {
    display: none;
}

#header_nav ul.menu {
    float: right;
}

#footer {
    clear: left;
    margin-left: 2em;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    background: #fff;
}

ul.menu {
    overflow:hidden;
}

ul.menu, ul.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menu ul ul {
    display: none;
}

ul.menu li {
    float: left;
    padding: 0 5px;
    border-left: 1px solid #999;
}

ul.menu li:first-child {
    border: 0;
}

ul.menu li li:first-child {
    padding-left: 0;
}

ul.menu li li:last-child {
    padding-right: 0;
}

.current_page_item a {
    color: #424039;
}

.current_page_item li a {
    color: #bc7134;
}

#header h1 {
    background: url('http://automata.cc/bg64x56.png') no-repeat;
    font-size: 4em;
    letter-spacing: -.12em;
    line-height: 64px;
    margin: .25em auto;
    padding-left: 72px;
}

#header h1 a {
    color: #000;
    background: #fff;
}

#header h1 a:hover {
    color: #ccc;
}

div.post, div.page, div.attachment {
    margin-bottom: 80px;
}

#content {
    float: left;
    margin-right: 60px;
    width: 900px;
}

#content h2 a {
    color: #444;
    background: #fff;
}

#content h2 {
    font-size: 2em;
    letter-spacing: -.12em;
    margin: .5em auto;
}

#content h2 a:hover {
    text-decoration: none;
}

#content h2 a:hover {
	color: #999;
}

.post .date, .page .date, .attachment .date, .comment .date {
    color: #ddd;
    background: #fff;
    font-size: 1em;
    letter-spacing: -.12em;
}

.post .post-inner, .page .post-inner, .attachment .post-inner {

    padding-left: 25px;
}

#back_to_blog {
    margin-top: 30px;
    font-size: 12px;
}

#sidebar {
    float: left;
    width: 180px;
    font-size: 16px;
    color: #999;
    margin-bottom: 80px;
}

#sidebar p {
    line-height: 1.3em;
    margin: 5px 0;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar h2 {
    font-size: 2em;
    letter-spacing: -.12em;
    margin: .5em auto;
    color: #444;
}

#sidebar ul ul li {
    margin-bottom: 5px;
}

#sidebar ul ul ul {
    margin-top: 3px;
    margin-left: 20px;
}

.entry {
    overflow: hidden;
}

.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}

.entry ul.menu li:before {
    content: "";
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    overflow: hidden;
    margin-bottom: 15px;
}

.comment .date {
    padding: 0;
}

#content .comment p {
    margin: 10px 0;
}

.comment div.avatar {
    float: left;
    clear: left;
    text-align: right;
    width: 130px;
    margin-top: 10px;
}

.comment .reply {
    margin-bottom: 20px;
}

.comment .children {
    margin-top: 20px;
}

#comments {
    margin-left: 130px;
    padding-left: 25px;
}

.comment-inner {
    margin-left: 130px;
    padding-left: 25px;
}

#commentform {
    width: 95%;
}

#commentform textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
}

#respond {
    margin-left: 130px;
    padding-left: 25px;
}

.pagenavigation {
    margin-left: 155px;
    margin-bottom: 80px;
    overflow: hidden;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

pre {
font-family: monospace;
color: #fff;
background: #000;
padding: 15px;
}
