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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------*/

@font-face {
	font-family: 'LeagueGothic';
	src:	local('League Gothic'), local('LeagueGothic'),
			url('/fonts/LeagueGothic-Regular.otf') format('opentype'),
			url('/fonts/LeagueGothic-Regular.ttf') format('ttf');
}

body {
	background: #000;
	color: #ccc;
}

a {
	font-family: inherit;
	color: #25f000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: .2em;
	font-size: 4em;
	color: #ccc;
	font-family: 'LeagueGothic', Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
}

.title{
	margin-top: -25px;
	text-transform: uppercase;
	font-size: 10em;
	font-weight: normal;
	margin-left: -4px;
}

.home-title{
	margin-top: -1px;
	text-transform: uppercase;
	font-size: 10em;
	font-weight: normal;
	margin-left: -4px;	
}

h2 {
	margin-top: 20px;
	font-size: 2em;
	color: #ccc;
	font-family: 'LeagueGothic', Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
}

p, ol, ul {
	margin: 20px 0;
	font-size: 16px;
	line-height: 20px;
}

ol, ul {
	margin: 0 40px;
}

#container {
	width: 1200px;
}

#main {
	float: left;
	width: 1000px;
	padding: 20px 0 20px 20px;
}

#sidebar {
	float: left;
	width: 160px;
	padding: 10px;
	text-align: right;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 30px;
}

#sidebar li {
	font-size: .9em;
	line-height: 1.4em;
}

#footer {
	clear: both;
	height: 1em;
	padding: 5px 10px 0px 0px;
	margin: 0 auto;
	color: #888;
	font-size: .8em;
	text-align: center;
	bottom: 0;
}

pre,
pre a {
	font-family: 'Courier New', Courier, monospace;
	font-size: small;
	padding: 2px 2px 2px 0;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #25f000;
	margin-bottom: 10px;
}

hr.titlehr {
	height: 0;
	border: none;
	border-top: 1px solid #25f000;
	margin: -20px 0 0 0;
}

blockquote {
	width: 90%;
	margin: 0 40px;
	margin-bottom: 20px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	background-color: #222;
	padding: 0px 15px 0px 15px;
}

.logo {
  margin-top: 30px;
  max-width: 113%;
}

img {
	border: 0px;
	background: #222;
	max-width: 90%
}

#main img {
	margin: 0 40px;
}

iframe {
	background: #222;
}

.entry-title {
	margin-top: -15px;
}

.entry-meta {
	padding-top: .5em;
}

.tag-title {
	margin-top: -15px;
}

.page-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #25f000
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.post {
	padding-top: 1.5em;
}

.subheader {
	margin-top: -15px;
}
