
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified by Matthew Michelotti.
*/

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background: #0F162C;
	background-image:url('images/bg.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3D3F;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF3000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a:not(.fa) {
	text-decoration: underline;
	color: #2E458A;
}

a:hover:not(.fa) {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	position:relative;
}

/* Header */

#header-wrapper {
	height: 100px;
	background: #0D1326;
	border-top: 4px solid #3855A8;
}

#header {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}

/* Logo */

#logo {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 30px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	white-space:nowrap;
	font-size: 3.8em;
	color: #FF3000;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h1 span {
}

#logo p {
	margin: 0;
	padding: 0px 0 0 32px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	white-space:nowrap;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	height: 19px;
	padding: 4px 5px 1px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 26px;
	border: none;
	background: #2E458A;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	height: 125px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 20px 20px 14px 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center top;
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center top;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 50px 0px; /* height of footer...*/
}

#page-bgtop {
	padding: 20px 0px;
}
/* Content */

#content {
	float: left;
	width: 640px;
	padding: 40px 30px 0px 30px;
	background: #FFFFFF;
}

#content-b {
    float: left;
    width: 640px;
	padding: 40px 30px 30px 30px;
	background: #FFFFFF;
}

.content-title {
	height: 41px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	color: #293D75;
}

#wide-content {
    padding: 40px 30px 20px 30px;
	background: #FFFFFF;
}

/*
#wide-content h2 {
	height: 41px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	color: #293D75;
}
*/

.main-table {
    width:100%;
    border-collapse:collapse;
}

.main-table td, .main-table th {
    text-align:left;
    border: 1px solid #0b2161;
    padding:5px 5px 3px 5px;
    background-color:#d9e6ff;
    color:#000000;
	font-size: 14px;
}

.main-table th {
    padding-top:6px;
    padding-bottom:5px;
    background-color:#0b2161;
    color:#ffffff;
	font-size: 16px;
}
.main-table tr.even td
{
    background-color:#78a3f1;
}

.main-table a {
	border: none;
	color: #000099;
	text-decoration: none;
	font-size: 16px;
}

.main-table a:hover {
	text-decoration: none;
	color: #000099;
	font-size: 16px;
}

.eula strong {
    text-transform: uppercase;
    font-weight: bold;
}

.eula .sect-name {
    text-decoration: underline;
    font-weight: bold;
}

.eula ol {
    list-style-type: decimal;
}

.eula li ol {
    list-style-type: upper-alpha;
}

.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #D1D9F0;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	text-decoration: none;
	color: #293D75;
	border: none;
}

.post .entry {
	background: url(images/img04.jpg) no-repeat left 30px;
	padding: 20px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .entry img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:2px;
    border-style:solid;
    border-width:2px;
    border-color:#0055FF;
}

.post .byline {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}

.post .meta {
	float: left;
}

.post .links {
	float: right;
}

.links a {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #273254;
	margin: 0px 20px 0px 20px;
	border-left: none;
	text-align: left;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
	background: url(images/img01.gif) no-repeat left 5px;
}

#sidebar h2 {
	height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 0px 20px;
	background: url(images/img02.jpg) repeat-x left top;
	text-shadow: #203060 -1px 1px 2px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -.5px;
	font-size: 1em;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	color: #8CA0D9;
}

#sidebar a:not(.fa) {
	border: none;
	color: #8CA0D9;
}

#sidebar a:hover:not(.fa) {
	text-decoration: underline;
	color: #8CA0D9;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #0D1326;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #3A58AE;
}

#footer a {
	color: #3A58AE;
}

#game-header-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#google-play-anchor img {
    margin: 10px;
}

.game-page-anchor img {
	margin: 5px;
}

.game-page-anchor {
	font-size: 50px;
}

/*.game-page-anchor img {
    margin: 10px;
}

.game-page-anchor img {
    padding: 6px;
}

.game-page-anchor:hover img {
    padding: 3px;
    border-width: 3px;
    border-style: solid;
    border-color: blue;
}*/

#download-button-anchor img {
    margin: 10px;
}

.centered {
    text-align: center;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-twitter:hover {
  background: #88c5f3;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-youtube:hover {
  background: #cf4c4c;
}

.fa-github {
  background: #6cc644;
  color: white;
}

.fa-github:hover {
  background: #98d77c;
}
