/*
Theme Name: Blank
Theme URI:
Description: WordPress theme starter pack for faster design and development.
Author: Lifehacker
Author URI: http://lifehacker.com
Version: 0.1
Tags: lifehacker

This theme is property of Adam Dachis and is not available for public use.
 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
math { display: hidden }

html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	margin: 0;
	min-width: 480pt;
}
body, input, textarea
{
	color: #222;    
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	clear: both;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a:visited
{
	color: inherited;
	border: inherited;
}



/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	text-align:center;
	font-weight:400;
	font-size:10pt;
	padding-top:60pt;
}
div#content
{
	
}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.menu ul
{
    list-style: none;
    margin: 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
    display: inline;
    float: left;
	padding: 0 8px 0 4px;
}
.menu-item
{
	
}



/*** HEADER : OTHER ***/

a.logotext { color: inherit; text-decoration: none }
a.logotext:hover { color: inherit; text-decoration: none; }


/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	font-size: 18pt;
}
h2.entry-title
{
	font-size: 16pt;
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

.entry-date {
	xfont-size:10pt;
	color:#ccc;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
	margin-top:10pt;
	margin-bottom:10pt;
}

.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
	display:none;
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
	margin-top:-12pt;
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
	display:none;
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
	display:none;
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** YOUR CSS ***/



#header, #footer {
	background: rgba( 255, 255, 255, 0.94 );
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;


	text-align:left;
	padding:12pt 20% 12pt 20%;
	color:#666;

	font-size:16pt;
	font-weight:300;

	border-bottom:1px solid #ddd;
}

#footer {
	padding:12pt;
	text-align:center;
	font-size: 10pt;

	border-top:1px solid #ddd;
	margin-top:48pt;
}

#header .navbox {
	float:right;
	font-size: 12pt;
	margin-top: 4pt;
	font-weight:300;
	color:#999;
	xdisplay:none;
}

a {
	font-weight:400;
	color:#06f;
	text-decoration:none;
}

a:hover {
	color: #06f;
	padding-bottom:0px;
	text-decoration: underline;
}

#content img {
	margin-bottom:10pt;
}

.eqn-box {
	display:table;
	margin-left:auto;
	margin-right:auto;

	padding:8pt 16pt;
	border:1px solid #ccc;

	z-index:0
}