/* PALETTE
#808080
#505050
#101010
*/

/* width */
::-webkit-scrollbar {
	width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #000000;
	border: 4px solid #FFFFFF;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #000000;
	border: 3px solid #FFFFFF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #000000;
}

body {
	font: 400 13px 'Roboto Slab', serif;
	background-color: #FFFFFF;
	text-align: justify;
	color: #333333;
	margin: 0;
}
table, tr, td {
	font: 400 13px 'Roboto Slab', serif;
	text-align: justify;
	color: #333333;
}
blockquote {
	border: 1px solid #EAEAEA;
	background-color: #F6F6F6;
	padding: 20px;
}
hr {
	border: 0;
	height: 0;
    margin: 10px 0;
	border-top: 1px solid #A0A0A0;
}

a:link, a:active, a:visited {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-decoration: none;
}

input, textarea, select {
	font: 400 13px 'Roboto Slab', sans-serif;
	border: 1px solid #d2d4da;
	background-color: #ffffff;
	letter-spacing: 0px;
	border-radius: 5px;
	padding: 5px 10px;
	color: #000000;
	margin: 2px;
}


/* Headings
-------------------------------------------------------------- */
h1 {
	font: italic 400 30px 'Libre Baskerville', serif;
	text-align: center;
}
h2 {
	font: 600 16px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	color: #505050;
}
h3.post-info {
	font: 400 11px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	margin-top: 0px;
	color: #808080;
	z-index: 2;
}
h3.post-info:after {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	content: "";
	z-index: -1;
	top: 8px;
	right: 0;
	left: 0;
}
.line-center {
	margin: 0;
	padding: 0 10px;
	background: #ffffff;
	display: inline-block;
}


#header {
	width: 100%;
	top: 0;
}
#header .menu {
	background-color: #808080;
	padding: 0 2%;
	display: block;
	z-index: 100;
	width: 100%;
}
#header .title {
	font: 400 30px 'Montserrat', sans-serif;
	background-position: top center;
	background-color: #E0E0E0;
	text-transform: uppercase;
	background-size: cover;
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #808080;
	width: 100%;

	/* CHANGE TO DESIRED HEIGHT IF USING IMAGE */
	min-height: 200px;

	/* REMOVE IF USING IMAGE */
	padding-top: 100px;
}
#header .welcome {
	background-color: #C0C0C0;
	margin-top: 10px;
	display: flex;
	padding: 1% 2%;
	width: 100%;
}
#header .welcome > div {
	margin-right: 40px;
	flex: 1;
}
#header .welcome > div:first-child { width: 400px !important; text-align: center; flex: none; }
#header .welcome > div:last-child { margin-right: 0; }
#header .welcome span.date {
	margin-right: 10px;
	font-weight: 600;
}
.navbar-fixed-top.scrolled {
    width: inherit !important;
    position: fixed;
    display: block;
    top: 0 !important;
    padding: 0 0 !important;
    background-color: #777986 !important;
    transition: background-color 200ms linear;
}
.navbar-fixed-top.scrolled a { color: #d2d4da !important; }
.navbar-fixed-top.scrolled a:hover { color: #ffffff !important; }

#container {
	margin-right: 2%;
	margin-top: 30px;
	margin-left: 2%;
}
#container .content {
	margin: 0 50px 30px 0;
	line-height: 26px;
	font-size: 15px;
	width: 78%;
	float: left;
}
#container .content table,
#container .content tr,
#container .content td {
	text-align: justify;
}
#container .sidebar {
	margin-bottom: 30px;
	width: 18%;
	float: right;
}
#footer {
	background-color: #303030;
	overflow: hidden;
	color: #808080;
	padding: 2%;
	width: 100%;
}
#footer .copyright {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer a { color: #aaaaaa; }
#footer a:hover { color: #ffffff; }


/* Drop Down Menu
-------------------------------------------------------------- */
#header .menu #primary_nav_wrap {
	margin: 0 auto !important;
	display: block;
	width: 100%;
}
#header .menu #primary_nav_wrap ul {
	list-style: none;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
}
#header .menu #primary_nav_wrap ul a {
	display: block;
	color: #FFFFFF;
	padding: 16px 15px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	background-size: 100% 200%;
	font: 600 13px 'Montserrat', sans-serif;
	background-image: linear-gradient(to bottom, transparent 50%, #505050 50%);
	-webkit-transition: background-position 0.6s;
	-moz-transition: background-position 0.6s;
	transition: background-position 0.6s;
}
#header .menu #primary_nav_wrap ul a:hover {
	background-position: 0 100%;
	box-shadow: none;
	color: #FFFFFF;
}
#header .menu #primary_nav_wrap ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#header .menu #primary_nav_wrap ul ul {
	background-color: #505050;
	position: absolute;
	display: none;
	padding: 0;
	top: 100%;
	left: 0;
}
#header .menu #primary_nav_wrap ul ul li {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-bottom: 0;
	width: 150px;
	float: none;
}
#header .menu #primary_nav_wrap ul ul a:hover {
	background-position: 100%;
	color: #FFFFFF;
}
#header .menu #primary_nav_wrap ul ul a {
	background-image: linear-gradient(to right, transparent 50%, #808080 50%);
	font: 600 12px 'Montserrat', sans-serif;
	background-size: 200% 100%;
	line-height: 120%;
	padding: 10px 5px;
	letter-spacing: 2px;
	text-align: left;
	color: #FFFFFF;
}
#header .menu #primary_nav_wrap ul ul ul {
	top: 0;
	left: 100%;
}
#header .menu #primary_nav_wrap ul li:hover > ul {
	color: #FFFFFF;
	display: block;
}
#header .menu #primary_nav_wrap .subTitle {
	font: 400 9px 'Inconsolata', serif;
	letter-spacing: 2px;
	margin-top: 5px;
	color: #FFFFFF;
}
#header .menu #primary_nav_wrap ul a .fa-bell { font-size: 16px !important; padding: 0 !important; }
#header .menu #primary_nav_wrap ul a.notif { padding: 14px 10px !important; }
#header .menu #primary_nav_wrap ul a div.count-notif {
    font: 400 9px 'Montserrat', sans-serif;
    background-color: #5cb85c;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    position: relative;
    color: #FFFFFF;
    height: 12px;
    width: 18px;
    padding: 2px 0;
}

.fa-discord, .fa-twitter { font-weight: normal; padding-top: 2px; }
.fa-file-alt { margin-right: 5px; }
.fa-calendar-alt, .fa-comment-dots, .fa-pencil-alt { margin-right: 5px; }
.fa-comment-dots, .fa-pencil-alt { margin-left: 20px; }


/* 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;
}


/* 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;
}