@charset "utf-8";
/* CSS Document */

.objectives .primary .points, .objectives .secondary .points, .objectives .tertiary .points {
	background:#fff;
	color:#000;
}

.printButton {
	text-align:center;
	background:#333;
	float:none;
}




@charset "utf-8";
/* CSS Document */

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body {
	background: #fff;
    background-repeat: repeat-y;
    background-attachment: fixed;
	margin:0px;
	padding:0px;
}

p, div, li, h1, h2, h3, h4, h5 {
	font-family:Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Black Ops One', 'Arial Black', 'Impact', sans-serif;
	margin:0;
	padding:0px;
}

.small {
	font-size:80%;
}



.weekTitle {
	background: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	margin: 10px 0;
	text-align:center;
	width:1000px;
	float:left;
}
.weekTitle h1 {
	color:#000;
	text-shadow: #fff 2px 2px;
	font-size:30px;
}
.weekTitle .tabs {
	margin:auto;
	width:550px;
}
.weekTitle .siteButton {
	width:100px;
	float:left;
	background: #333;
	padding: 5px 10px;
	border-radius:5px;
	margin: 0 5px;
	box-shadow:#000 1px 1px;
	font-size:14px;
}
.weekTitle .siteButton a, .weekTitle .siteButton a:visited {
	color: #eee;
	font-weight:bold;
	text-decoration: none;
	text-shadow:#000 1px 1px;
}
.weekTitle .siteButton a:active, .weekTitle .siteButton a:hover{
	color: #fff;
}






.container {
	width:800px;
	margin:auto;
}

.wrapper {
	float:left;
	width:100%;
	border: 2px solid #000;
	border-radius: 10px;	
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}

.briefing {
	background:#fff;
	border: 1px solid #000;
}

.briefing .section {
	border: 1px solid #000;
	background: #fff;
}

.briefing .section h2 {
	background: #fff;
}

.titleBlock {
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #000;
	margin: 10px 0;
	text-align:center;
}

.titleA, .titleB, .titleC, .titleD, .titleE {
	background: fff;
}



.titleBlock .words {
	width:75%;
	margin: auto;
}

.titleBlock h1 {
	color:#000;
	text-shadow: none;
	font-size:40px;
}

.titleBlock .descriptor {
	font-weight:bold;
	padding: 0px;
	margin:0px auto;
	color: #000;
	background: #fff;
	width:100%;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top: 1px solid #000;
}

.section {
	width:100%;
	float:left;
	border: 2px solid #369;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
}

.section:first-child {
	margin-top:0px;
}

.section h2 {
	color: #000;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding: 7px 10px 0 10px;	
	background: #fff;
	border-bottom: 2px solid #000;
}

.section .contents {
	padding: 5px 10px;	
}

.fluff .contents {
	float:left;
}

.fluff .npc {
	float:left;
	width:160px;
	padding:0;
	margin: 0 5px 0 0;
	text-align:center;
}

.fluff .npc .portrait {
	width:150px;
	float:left;
	margin:10px 0 0 0;
	border: 2px solid black;
}

.fluff .npc .name {
	float:left;	
	margin:0;
	padding:3px 0;
	font-size:11px;
	font-weight:bold;
	width:154px;
	background:#fd9;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.fluff .blurb {
	width:590px;
	float:left;
	padding:10px;
}

.fluff .blurb p {
	font-family: 'Play', sans-serif;
	margin:0 0 10px 0;
}

.fluff .definition {
	color:#300;	
}

.objectives .col1 {
	border: 2px solid #900;
	border-radius: 3px;
	width:48%;
	float:left;
	margin-bottom: 5px;
}

.objectives .col2 {
	border: 2px solid #06C;
	border-radius: 3px;
	width:48%;
	float:right;
	margin-bottom: 5px;
}

.objectives .col0 {
	border: 1px solid #06C;
	border-radius: 3px;
	width:98%;
	float:right;
	margin-bottom: 5px;
}

.objectives h3 {
	color: #000;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	padding: 3px 10px;	
	font-weight: normal;
	border-bottom: 2px solid #000;
}

.objectives h3.attacker {
	background:#fff;
}

.objectives h3.defender {
	background:#fff;
}

.objectives ul {
	margin: 5px 0 5px 30px;
	padding: 0;
}

.objectives ul li {
	margin: 6px 0;	
}

.objectives ul p {
	margin:0 0 0 10px;
	font-style:italic;
	font-size:90%;
}

.objectives .points {
	background: #000;
	font-weight: bold;
	padding: 0 8px;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #333;
	font-family: 'Coda', 'Arial Black', 'Impact', sans-serif;
	font-size:100%;
}

.objectives .primary .points, .objectives .secondary .points, .objectives .tertiary .points {
	background:#fff;
	color:#000;
}

.deployment .map {
	margin:0 0 0 75px;
}

.reward .chart {
	width:300px;
	float:right;
	margin: 0 0 10px 10px;
	border: 1px solid #333;
	border-radius:5px;
	background: #fff;
	padding: 10px 10px 10px 0;
}

.reward .chart ul {
	margin:0;
}

.reward .chart li {
	margin: 8px 0;
	font-weight:bold;
	font-size: 14px;
}

.reward .chart .range {
	width: 50px;
	background: #fff;
	font-weight: bold;
	padding: 0 8px;
	color: #000;
	border-radius: 2px;
	font-family: 'Coda', 'Arial Black', 'Impact', sans-serif;
	font-size:100%;
	border: 2px solid #333;
}

.allyStats img {
	width:750px;
	height:190px;
	border-radius:10px;
	margin:10px 10px 0 10px;
	border: 1px solid #555;
}

.kaplan {
	background: url(allies/kaplan.jpg);
}

.kaplandoctor {
	background: url(allies/kaplan.jpg);
}

.salvage {
	border: 2px solid #063;
	background: #fff;
}
.salvage h2 {
	background: #fff;
}

.statBlock {
	padding:0px;
	background:#fff;
}

.statREM {
	width:400px;
}

.statTroop  {
	width:700px;
}

.statBlock, .statBlock tr, .statBlock td {	
	border-collapse:collapse;
}

.statBlock td {
	border: 1px solid #333;
	padding:3px;
	margin:0px;
}

.statREM td {
	width:20%;
}

.statTroop td {
	width:10%;
}

.statBlock .header td {
	background: #333;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.statBlock .label {
	background: #333;
	color:#fff;
	font-weight:bold;
	font-size:80%;
	text-align:center;
}

.statBlock .list {
	font-size:80%;
	
	padding-left:10px;
}

.statBlock .stats {
	text-align:center;
}

.statBlock .type {
	background:#555;
}

.statBlock .small {
	font-size:80%;
}
