/* CSS reset */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	zoom: 1;
}

/* General */
body {
	background-color: black;
	font-size: 12pt;
	color: #c9c9c8;
	text-shadow: 0px 1px black;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

h1 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

a[href] {
	color: #9090f0;
	text-decoration: none;
	transition: color 0.5s;
}

a[href]:hover {
	color: #90f0f0;
	text-decoration: underline;
}

a[href^="http://"], a[href^="https://"] {
	display: inline-block;
	padding-right: 18px;
	background-image: url("../img/external-link.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
}

ul {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

li ul {
	margin: 0px;
}

ul li {
	margin-left: 20px;
	list-style-type: bullet;
}

ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
}

.anchor-caption, .anchor {
	display: inline-block;
}

.anchor {
	margin-left: 50px;
	padding-left: 18px;
	background-image: url("../img/anchor-arrow.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}

a.deadlink {
	color: #f09090;
	cursor: not-allowed;
}

a.deadlink:hover {
	color: #f99;
}

a.anchor, a.anchor:hover {
	color: #c9c9c8;
}

a[href^="mailto:"] {
	padding-right: 18px;
	background-image: url("../img/email.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
}

.email {
	color: #c9c2c2;
	transition: color 0.5s;
}

.email:hover {
	color: #a6c9c9;
	text-decoration: underline;
}

.email.disabled {
	padding-right: 18px;
	background-image: url("../img/email.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	cursor: not-allowed;
}

.hidden {
	visibility: hidden;
}

/* Structure */
#top {
	position: absolute;
	left: 0px;
	top: 0px;
}

#language-selector {
	z-index: 999;
	position: absolute;
	top: 15px;
	right: 15px;
}

#language-selector a img {
	width: 60px;
	height: 40px;
}

#scroll-to-top {
	z-index: 999;
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#scroll-to-top img {
	width: 30px;
	height: 30px;
	opacity: 0.8;
	transition: opacity 0.5s;
}

#scroll-to-top img:hover {
	opacity: 1;
}

#wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

#anchor-caption-menu {
	display: none;
	max-width: 100px;
	text-align: center;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-left: 28px;
	background-color: #161616;
	background-image: url("../img/anchors-menu-opened.gif");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: background-color 0.5s;
	cursor: pointer;
	cursor: hand;
}

#anchor-caption-menu.collapsed {
	background-color: #222;
	background-image: url("../img/anchors-menu-collapsed.gif");
}

#anchors {
	display: inline-block;
}

#links, #quake3-info, #contact-info {
	background-color: #333;
	padding: 10px;
}

#author-info, #minecraft-info, #footer {
	padding: 10px;
	background-color: #aaa;
	color: black;
	text-shadow: 0px 1px #ccc;
}

#author-info a[href], #minecraft-info a[href] {
	color: #226;
}

#author-info a[href]:hover, #minecraft-info a[href]:hover {
	color: #266;
}

#author-info a[href^="http://"], #author-info a[href^="https://"], #minecraft-info a[href^="http://"], #minecraft-info a[href^="https://"] {
	background-image: url("../img/external-link-black.gif");
}

#author-info a.deadlink, #minecraft-info a.deadlink {
	color: #933;
}

.photo {
	padding: 10px;
	border-radius: 10px;
}

#links .photo, #quake3-info .photo, #contact-info .photo {
	background-color: #444;
}

#author-info .photo, #minecraft-info .photo, #footer .photo {
	background-color: #999;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.image img {
	border: 3px solid;
	border-radius: 10px;
	width: 180px;
	height: auto;
}

.round img {
	border-radius: 50%;
}

#links img, #quake3-info img, #contact-info img {
	border-color: #ccc;
}

#author-info img, #minecraft-info img, #footer img {
	border-color: #222;
}

.no-border img {
	border: 0px;
}

.caption {
	font-size: 10pt;
	text-align: center;
	width: 186px;
	margin: 0px;
}

.fix-float {
	margin-left: 220px;
}
