/*
Theme Name: Grepping Simplicity
Theme URI: http://infornography.ca/
Description: A simple 1 column layout.
Version: 0.1
Author: qedi
Author URI: http://infornography.ca/
*/

/*CSS RULES:
 *  multiple word names are separated with underscore, all lowercase
 */

/* COLOUR SCHEME:
 * BG:      #0b101f
 * Dark:    #1d2b54
 * Insens:  #3b56a8
 * Active:  #5983ff
 * Text:    #dddddd
 */

@charset "UTF-8";

html, body
{
	padding: 0px;
	margin: 0px;
	border: 0px;

	color: #dddddd;
	background-color: #0b101f;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1px;
}

#header .title
{
	margin: 0;
	padding-left: .5em;
	padding-top: 0;
	padding-bottom: 5px;
	color: #5983ff;
	font-family: monospace;
}

#main_content
{
	max-width: 50em;
	margin-top: 0;
	margin-left: 150px;
	margin-right: 15%;
	padding-bottom: 5em;
}


a:link
{
	color: #5983ff;
}
a:visited 
{
	color: #3b56a8;
}

.title
{
	margin-bottom: 2em;
}

#main_content h1.topright
{
	width: 100%;
	color: #5983ff;
	text-decoration: underline;
	text-align: right;
}
#main_content div.title a
{
	text-decoration: none;
}
#main_content div.title h2
{
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 100%;
}

.posts .info
{
	text-align: right;
}

.metadata
{
	font-size: 80%;
	color: #888888;
}

li.comment
{
	list-style-type:none;
	border-right: 2px solid #3b56a8;
	border-bottom: 2px solid #3b56a8;
	margin: 1em;
}
li.post input.textinput
{
	width: 70%;
}
li.post textarea
{ 
	width: 70%;
	height: 10em;
}
li.post input.submitbutton
{
	width: 20%;
}

li.post
{
	text-align: right;
	vertical-align: top:
}


#footer,
ul.index
{
	clear:both; 
	display: table;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom:0;
	padding: 0;
	width: 95%;
	list-style-type:none;
}


#footer li.column,
.index li.column
{
	display: table-cell;
	background: #1d2b54;
	color: #cccccc;
	border-left: .5em solid #0b101f;
	border-right: .5em solid #0b101f;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: 2em;
	list-style-type:none;
}

#footer h3
{
	text-align: center;
}

.center
{
	text-align: center;
}

.cc
{
	text-align: center;
	font-size: 80%;

}
* html #footer
{
}

* html #footer li.column
{
	float:left;
}

li.column ul
{
	list-style-type: disc;
	margin-left: 0;
	padding-left: 1em;
}
li.column ul ul
{
	list-style-type: none;
}

#footer a 
{
	text-decoration: none;
	color: #3b56a8;
}

#infornographydef
{
	margin-top: 100px;
	margin-left: 150px;
	margin-right: 15%;
}

.definitionbox
{
	padding: 1em;
	margin-bottom: 2em;
	width: 25em;
	background: #1d2b54;
	color: #cccccc;
}

.zero-index
{
	counter-reset: 0;
}
