/*  
Theme Name: ASCII
Theme URI: http://benbrooks.co.uk/
Description: This is my personal wordpress theme.
Version: 1.0
Author: Ben Brooks
Author URI: http://benbrooks.co.uk/

*/

html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #111111;
	color: #BBBBBB;
	font-family: monospace;
	text-shadow: 1px 1px 0px #000000;
}

.ascii{
	padding: 0px;
	text-align: center;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	padding:10px;
}

#body {
	padding:10px;
	padding-bottom:17px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:17px;
	text-align: center;
}

#nav {
	width:100%;
	height:17px;
	text-align: center;
	text-transform: lowercase;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	display: inline;
}

a:hover {
	color: #f2f2f2;
}

a {
	color: #535F68;
	text-decoration: none;
}