/*
Theme Name: log 
Theme URI: http://wordpress.org/themes/blankslate
Author: Daniel Talsky
Author URI: http://log.danieltalsky.com/
Description: Based on BlankSlate 4.0.2, thanks
Version: 1
License: Whatever works with the license of the original theme, it's cool man
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* log */

body { 
    background: white url('log-header.jpg') top left no-repeat; 
    font-family: 'Bad Script', sans-serif; 
    padding: 1em;
}

header#header h1 { font-size: 40px; margin-bottom: .3em;}
header#header h1 a { color: black; text-decoration: none;}
header#header section#branding { margin: 40px 0 110px 321px; } 

nav#menu { display: none; }

div#container { margin-bottom: 4em; }
div#container>section#content { margin-bottom: 4em; }

/* post rules */

section#content>article.post { font-size: 1.1em; line-height: 1.4em;  padding: .5em 0 .4em 0; border-bottom: 1px solid rgba(38,155,184, 0.1); }
section#content>article.post>header { display: inline; }
section#content>article.post>header>section.entry-meta { display: inline; }
section#content>article.post>header>h2.entry-title { display: inline; font-weight: bold; }
section#content>article.post>header>h2.entry-title a{ color: black; text-decoration: none; }
section#content>article.post>section.entry-content { display: inline; }
section#content>article.post>section.entry-content:before { content: "—"; }
section#content>article.post>section.entry-content p { display: inline; }

/* hide stuff */
section#content>article>header>a.post-edit-link { display: none; }
section#content>article>footer { display: none; }

/* "side"bar */
li.widget_archive { margin-bottom: 2em; line-height: 1.8em;}
li.widget_search { opacity: 0.5; }
li.widget_search:hover { opacity: 1; }
li.widget_search input { font-family: 'Bad Script', sans-serif; }
