body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #f7f7f7;

}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #f7f7f7;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #fcd008;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #f7f7f7;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: ##fcd008;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

/* User Group Marks */
a.groupUser:link {color: #c97900;}
a.groupUser:visited {color: #c97900;}
a.groupUser:hover {color:#d4d4d4;}

a.groupOther4:link,a.groupOther4:visited {color:Yellow!important; padding-right:3px; background:url(/images/icons/vip.gif) no-repeat 1px center;padding-left:25px;}
a.groupOther4:hover {color:#000000!important; border-radius:3px; background:url(/images/icons/vip.gif) no-repeat 3px center Yellow; } 

a.groupOther3:link,a.groupOther3:visited {color:#07ec50!important; padding-right:3px; background:url(/images/icons/moderator.png) no-repeat 1px center; padding-left:16px;}
a.groupOther3:hover {color:#fff!important; border-radius:3px; background:url(/images/icons/moderator.png) no-repeat 3px center #6ec0ff; }

a.groupAdmin:link,a.groupAdmin:visited {color:red!important; padding-right:3px; background:url(/images/icons/administrator.gif) no-repeat 1px center;padding-left:16px;}
a.groupAdmin:hover {color:#fff!important; border-radius:3px; background:url(/images/icons/administrator.gif) no-repeat 3px center red; } 

a.groupOther1:link {color:Orange;} 
a.groupOther1:visited {color:Orange;} 
a.groupOther1:hover {color:#d4d4d4;}

a.groupOther2:link {color:#7aff88;}
a.groupOther2:visited {color:#7aff88;}
a.groupOther2:hover {color:#d4d4d4;}

a.groupOther3:link {color:Yellow;}
a.groupOther3:visited {color:Yellow;}
a.groupOther3:hover {color:#d4d4d4;}

a.groupOther4:link {color:#8f9394;}
a.groupOther4:visited {color:#8f9394;}
a.groupOther4:hover {color:#d4d4d4;}

a.groupOther5:link {color:Red;}
a.groupOther5:visited {color:Red;}
a.groupOther5:hover {color:Red;}

a.groupOther6:link {color:Red;}
a.groupOther6:visited {color:Red;}
a.groupOther6:hover {color:Red;}

a.groupOther7:link {color:Red;}
a.groupOther7:visited {color:Red;}
a.groupOther7:hover {color:Red;}

a.groupOther8:link {color:Red;}
a.groupOther8:visited {color:Red;}
a.groupOther8:hover {color:Red;}

/* ---------------- */


a.postUser1 {color: #ffffff;}
a.postUser2 {color:#b494ff;}
a.postUser3 {color:Yellow;}
a.postUser4 {color: red;} 
a.postUser5 {color:Yellow;} 
a.postUser6 {color:Yellow;} 
a.postUser7 {color:#7aff88;} 
a.postUser8 {color:Yellow;} 
a.postUser251 {color:#fffad9;} 
a.postUser255 {color:#ff9cfc;}
