body {
	background-image: url('images/sm-bg.jpg');
	/*background-attachment: fixed;*/
	background-repeat: repeat;
	background-color: #eaeaea;
	margin: 5px 0;
}
a:link, a:active, a:visited {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	text-decoration: none;
	color: #707070;
}
a:hover { color: #7edede; }

b {
	letter-spacing: 1px;
	font-size: 11px;
	color: #d59232;
}

i {
	font: italic 400 11px 'Trebuchet MS', serif;
	letter-spacing: 1px;
	color: #84699e;
}
u {
	border-bottom: 1px dashed #707070;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	text-decoration: none;
	color: #c2bd5d;
}
u:hover { border-bottom: 1px dashed #c2bd5d; text-decoration: underline; color: #cccccc; }
strike { color: #cccccc; }

h1 {
	font: 700 20px 'Work Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;
	line-height: 26px;
	color: #7edede;
}
h1 .sub {
	font: normal 700 8px 'Work Sans', sans-serif;
	border-top: 1px solid #e0e3e0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0;
	color: #707070;
}
h2 {
	font: 600 10px 'Work Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 5px 0;
	text-align: left;
	color: #808080;
}
h2:before {
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	content: "\f186";
	color: #7edede;
}
h3 {
	font: italic 600 20px 'Arial', sans-serif;
	background-color: #dfe1e8;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;
	color: #ffffff;
	padding: 5px;
}
h4 {
	font: italic 600 20px 'Arial', sans-serif;
	text-transform: lowercase;
	letter-spacing: -2px;
	margin: 15px 0 5px 0;
	text-align: center;
	color: #ddd880;
}

table, tr, td {
	color: #9c9ba0;	
	font: 400 11px 'Arial', sans-serif;
	text-align: justify;
	line-height: 18px;
}

#wrapper {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	overflow: hidden;
	padding: 5px 20px;
	width: 1300px;
}
#header {
	background-image: url('images/sm-header.jpg');
	background-repeat: no-repeat;
	height: 500px;
	width: 940px;
}
#navTop { margin: 10px 0; }
#navTop .line {
	border-top: 3px solid #f3f3f3;
	margin-top: -11px;
}
#navTop a {
	font: 600 10px 'Work Sans', sans-serif;
	border-bottom: 10px solid #f3f3f3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #aba9b7;
	padding: 10px;
	width: 60px;
}
#navTop a:hover {
	border-bottom: 10px solid #ad9fc0;
	color: #c2bd5d;
}

#container {
	font: 400 11px 'Arial', sans-serif;
	text-align: justify;
	line-height: 18px;
	color: #9c9ba0;
	float: right;
	width: 1030px;
}
#sidebar {
	font: 400 11px 'Arial', sans-serif;
	text-align: justify;
	line-height: 16px;
	color: #9c9ba0;
	float: left;
	width: 200px;
}
#footer {
	font: normal 700 8px 'Work Sans', sans-serif;
	border-top: 2px solid #eaeaea;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
	color: #707070;
	padding: 10px;
	clear: both;
}
#footer b { color: #c2bd5d; font-weight: 700; font-size: 8px; }

/* Tab Content - menucool.com
-------------------------------------------------------------- */
ul.tabs {
	padding: 7px 0;
	margin:0;
	font-size: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the tabs as desired*/
	padding-left: 0; /* Offset of the first tab */
}
ul.tabs li {
	display: inline;
	margin: 0;/*no distance between tabs*/
	background: White;
	margin-left: 0px;
}
ul.tabs li a {
	font: 600 14px 'Roboto Slab', sans-serif;
	background-color: #fcfcfc;
	/*border: 1px solid #cccccc;*/
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	padding: 10px 15px;
	border-right: 0;
	color: #404252;
	outline: none;
}
ul.tabs li a:hover {
	color: #FFFFFF;
	background: #b3b5bd;
	border-bottom: 1px solid #b3b5bd;
}
ul.tabs li.selected a, ul.tabs li.selected a:hover {
	top: 0px;
	background: #fafafa;
	border-bottom: 1px solid #fafafa;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-radius: 5px 5px 0 0;
	color: #404252;
}
ul.tabs li.selected a:hover {
	text-decoration: none;
}
div.tabcontents {
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
	padding: 20px;
	margin-top: 3px;
}

/* News Pagination Style
-------------------------------------------------------------- */
.pagination {
	font: 400 11px 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination > li { display:inline; }
.pagination >li > a,
.pagination > li > span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#3f3f3f;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination >li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination > li > a:focus,
.pagination > li >a:hover,
.pagination > li >span:focus,
.pagination > li >span:hover {
	z-index:2;
	color:#5f5f5f;
	background-color:#eee;
	border-color:#dddddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index:3;
	color:#3f3f3f;
	cursor:default;
	background-color:#cccccc;
	border-color:#afafaf;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color:#999999;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#dddddd
}


/* News Comment Style
-------------------------------------------------------------- */
.gameUpdate {
	font: 400 12px 'Open Sans', sans-serif;
	text-align: center;
}
.gameUpdate a {
	background-color: #f3f3f3;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	display: block;
	color: #808080;
	margin: 2px 0;
	padding: 5px;
}
.gameUpdate a:hover { background-color: #9496a1; color: #404252; }
.gameUpdate a.signout { background-color: #d9534f; color: #ffffff; }
.gameUpdate a.quit { background-color: #f0ad4e; color: #ffffff; }

li.comment { list-style-type: none; margin-bottom: 5px; }
li:nth-child(odd) .commTitle { background-color: #d2d4da; color: #777986; }
li:nth-child(even) .commTitle { background-color: #b3b5bd; color: #5b5d6b; }
li.comment .commTitle {
	font: 600 13px 'Roboto Slab', sans-serif;
	border-radius: 5px 5px 0 0;
	padding: 10px 20px;
}
li.comment .tableBody {
	background-color: #fafafa;
	border-radius: 0 0 5px 5px;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	line-height: 16px;
	border-top: none;
	font-size: 12px;
}

/* Member Block Link Style
-------------------------------------------------------------- */

.gameUpdate2 {
	font: 400 12px 'Open Sans', sans-serif;
	text-align: center;
}
.gameUpdate2 a {
	background-color: #f3f3f3;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	display: block;
	color: #808080;
	margin: 2px 0;
	padding: 3px;
}
.gameUpdate2 a:hover { 
color: #7edede; }