/*
Theme Name: Anomaly
Theme URI: http://www.systemanomaly.com
Author: John Bradley
Author URI: http://www.systemanomaly.com
Description: Theme for System Anomaly
Version: 2.0
License: Creative Commons Noncommercial ShareAlike
Tags: 
*/

* {
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body {
	font-family: Helvetica, sans-serif;
	color: #000;
	background-image: url('images/bg.png');
	height: 100%;
	}
#h2box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
h1 {
	font-size: 20px;
	}
h2 {
	text-align: center;
	font-family: Futura, Twentieth Century, Century Gothic, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #d2b788;
	text-shadow: #fff 0 1px 2px;
	}
h2.sub {
	font-size: 20px;
	font-weight: 600;
	}
p {
	font-size: 15px;
	margin-bottom: 15px;
	}
img {
	border: 0;
	}
A:link {
	text-decoration: none;
	color: #063;
	}
A:visited {
	text-decoration: none;
	color: #063;
	}
A:active {
	text-decoration: none;
	color: #8ea;
	}
A:hover {
	text-decoration: none;
	color: #8ea;
	}
ul {
	list-style-type: none;
	}
#header {
	background-image: url('images/headerbg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 190px;
	display: block;
	}
#header-navbar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}
#header-nav {
	width: 192px;
	float: left;
	padding-top: 45px;
	}
#header-logo {
	width: 192px;
	float: left;
	}
#body {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 100%;
	}
#container {
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
	}
#spacer {
	height: 100px;
	width: 960px;
	}
#spacer-front {
	height: 400px;
	width: 960px;
	}
#quad-box {
	background-image: url('smallshadow.png');
	background-repeat: no-repeat;
	width: 240px;
	float: left;
	height: 143px;
	position: relative;
	}
#dual-box {
	background-image: url('frontpagebox.png');
	background-repeat: no-repeat;
	width: 480px;
	float: left;
	height: 284px;
	position: relative;
	}
#title-box {
	font-family: Futura, Twentieth Century, Century Gothic, sans-serif;
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 440px;
	}
#tbs {
	font-family: Futura, Twentieth Century, Century Gothic, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	position: absolute;
	bottom: 19px;
	left: 10px;
	width: 210px;
	}
#dual-box-intro {
	width: 480px;
	float: left;
	padding-top: 75px;
	}
#dual-box-social {
	width: 480px;
	float: left;
	padding-top: 75px;
	}
#social-box {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	}
#social-box-first {
	width: 80px;
	float: left;
	margin-left: 32px;
	}
#social-box-rest {
	width: 80px;
	float: left;
	}
#postbox-top {
	background-image: url('images/widebgtop.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 960px;
	}
#postbox-body {
	background-image: url('images/widebg.png');
	background-repeat: repeat-y;
	width: 960px;
	min-height: 300px;
	display: block;
	}
#postbox-foot {
	background-image: url('images/widebgfoot.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 960px;
	}
#postbox-image {
	background-image: url('images/frontpagebox.png');
	background-repeat: no-repeat;
	width: 480px;
	margin-left: 20px;
	float: right;
	height: 284px;
	}
#postbox-content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}
#footer {
	background-image: url('images/footerbg.png');
	background-repeat: repeat-x;
	padding-top: 20px;
	height: 80px;
	position: relative;
	text-align: center;
	}
.small {
	font-size: 10px;
	}
.twitter {
	color: #052;
	font-size: 12px;
	text-shadow: #9fb 0 1px 2px;
	}
#foottext {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-right { 
	float:right;
	margin: 20px 0 20px 20px;
}
.align-left { 
	float:left;
	margin: 20px 20px 20px 0;
