html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding:0;
	font-size:16px;
	background-color: #eee;
	color: #444;
}

a {
	color: inherit;
	text-decoration: none;
}

body,input,textarea {
	font-family: 'Rubik', sans-serif;
	font-weight:300;
}

input:not([type="radio"]):not([type="checkbox"]),textarea {
	-webkit-appearance: none;
	color: #444;
}

.hide {
	display:none;
}

.overflow {
	overflow: hidden;
}

#gradient {
	position: fixed;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:60px;
}

#logo {
	background-image: url(/img/fustr-logo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	text-align: center;
	z-index:10;
	height:24px;
	width:24px;
	left:10px;
	top:8px;
	cursor: pointer;
	opacity:0.7;
}

#user {
	position: absolute;
	font-size:40px;
	z-index:1;
	border-radius: 4px;
	height:30px;
	width:30px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	right:0px;
	top:-5px;
	cursor: pointer;
	background-color: #444;
}

/* User menu */

#main-user-menu {
	position: absolute;
	z-index:5;
	right:10px;
	top:10px;
}

#main-user-menu-cat {
	position: relative;
	right:0;
	top:30px;
	display: none;
	z-index:2;
	border-top: solid 1px #ddd;
}

.main-user-menu-item {
	padding: 10px 20px;
	background-color: white;
	border: solid 1px #ddd;
	border-top:none;
	font-size:16px;
}

.main-user-menu-item:hover {
	background-color: #f1f1f1;
}

#main-user-menu:hover #main-user-menu-cat {
	display: block;
}

/* Login */

#login {
	position: absolute;
	right:0px;
	top:0px;
	padding: 10px 20px;
	font-weight:900;
	border-radius:4px;
	color: #444;
	text-align: center;
	z-index:4;
	cursor: pointer;
}

#login:hover {
	text-decoration: underline;
}

#signup {
	position: absolute;
	right:0px;
	top:0px;
	padding: 10px 20px;
	font-weight:900;
	text-align: center;
	z-index:4;
	cursor: pointer;
}

#signup:hover {
	text-decoration: underline;
}

/* Footer */

#about2 {
	width:calc(100% - 20px);
	text-align: center;
	font-size:12px;
	padding:10px;
}

#about2 a {
	text-decoration: none;
	font-weight: 900;
}

/* Margins */

.marginer-10 {height:10px;}
	
/* Forms */

.form-field {
	overflow: auto;
	position: relative;
}

.form-error {
	background-color: #ff0066;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius:4px;
	color: white;
	display:none;
	text-align: center;
	cursor: pointer;
}

.form-error.shown {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* Top menu */



#random {
	position: absolute;
	left:calc(50% - 90px - 20px);
	top:0px;
	padding: 10px 20px;
	border-radius:4px;
	color: #444;
	width:180px;
	text-align: center;
	z-index:4;
	cursor: pointer;
}

#random:hover {
	text-decoration: underline;
}

#main-username {
	position: absolute;
	right:40px;
	white-space: nowrap;
}


/* Navbar */

#navbar-outer {
	width:100%;
	height:40px;
}

#navbar {
	width:100%;
	margin:0 auto;
	max-width:980px;
	position: relative;
	
	height:40px;
}
