#content {
	color: #000000;
	font-weight: normal;
}

#content .body b {
	color: #9F1A17;
	font-weight: bold;
}

#content .body h2 {
	color: #9F1A17;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px;
}

#content .body h3 {
	color: #9F1A17;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 0;
}

#content .body .article h2 {
	font-size: 12pt;
	font-weight: bold;
}

#content .body .article .date {
	font-size: 8pt;
	margin: 10px 0;
}

#content .body .article p {
	text-align: justify;
	word-wrap: break-word;
}

#content .body ul.archive {
	margin-left: 5px;
}

#content .body ul.archive li {
	padding: 2px 0;
}

#content .body ul.archive li a {
	margin-left: 15px;
}

#content .body ul.media:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content .body ul.media li {
	width: 168px;
	height: 140px;
	margin-right: 20px;
	float: left;
	display: block;
}

#content .body ul.media li h3 {
	font-size: 1.1em;
	margin: 0;
	padding-top: 10px;
}

#content .body ul.listing li {
	line-height: 16px;
	margin-left: 15px;
	padding: 3px 0;
	list-style-type: square;
}

#content .body div.unit div.columnLeft {
	float: left;
	width: 280px;
}

#content .body div.unit div.columnRight {
	float: right;
	width: 270px;
}

#content .body div.unit img.image {
	margin: 10px 0;
}

#content .body div.unit table {
	border-collapse: collapse;
	line-height: normal;
	width: 100%;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	margin: 10px 0;
	background-color: #cacaca;
}

#content .body div.unit table thead {
	text-align: left;
}

#content .body div.unit table tr th, #content .body div.unit table tr td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 8px;
}

#content .body div.unit table tr th {
	text-align: left;
	vertical-align: top;
	background-color: #b7b6b6;
}

#content .body div.unit table tr td {
	line-height: 20px;
}

#content .body div.unit table.costs {
	border: 0 none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 80px;
}

#content .body div.unit table.costs tr th, #content .body div.unit table.costs tr td {
	border: 0 none;
	padding: 0;
}

#content .body div.unit table.costs tr th {
	width: 32px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .body div.unit table.costs tr td {
	padding-left: 15px;
	line-height: 32px;
	vertical-align: middle;
}

#content .body div.unit table.upgrades td {
	vertical-align: top;
}

#content .body div.unit table.upgrades td table.costs {
	margin: 0;
}

/* ============== */
/* Roflmao styles */
/* ============== */
/* Micro Clearfix Hack */
.cf:before, .cf:after, 
  ul.col li:before, ul.col li:after {
	content: " ";
/* 1 */
	display: table;
/* 2 */
}

.cf:after, ul.col li:after {
	clear: both;
}

article.stat-window {
	border: 2px solid #939393;
	background-color: #cacaca;
}

.main_stats_window {
/*border: 2px solid #939393;*/
	margin: 0;
	float: left;
	width: 100%;
}

.main_stats_window h2.stat-title {
	color: #9F1A17;
	background-color: #b7b6b6;
	font-size: 130%;
	text-align: center;
	margin: 0;
	height: 25px;
/* TODO: Clean up this style */
/* should not be necessary, required because of aggressive 125px margin on all h elements */
	padding: 0;
}

.main_stats_window .col {
	width: 30%;
	float: left;
}

ul.col {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
	margin-bottom: 0;
}

ul.col li {
	margin-bottom: 3px;
	list-style-type: none;
}

ul.col li > span {
	color: #000000;
}

ul.col label, ul.col li > span {
	float: left;
	width: 50%;
	display: block;
	text-align: center;
}

ul.col label {
	font-weight: bold;
}

.iconurl {
	float: left;
	max-width: 66px;
	border: none;
}

i.mp, i.mun, i.fuel, i.pop {
	font-style: normal;
	display: inline-block;
	min-width: 70px;
	min-height: 15px;
}

i.mp {
	background: url('MCStats/images/Manpower.png') no-repeat;
}

i.mun {
	background: url('MCStats/images/Munition.png') no-repeat;
}

i.fuel {
	background: url('MCStats/images/Fuel.png') no-repeat;
}

i.pop {
	background: url('MCStats/images/Popcap.png') no-repeat;
}