@font-face {
	font-family: "ZapatopiGreensboro";
	src:url('/fonts/greensboro.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}

div#nav {
	font-size: 14pt;
	font-family: "ZapatopiGreensboro", sans;
	background: #333;
	color: #ddd;
	padding: 10px 0px;
}

#nav ul {
	display: inline;
}

#nav li {
	display: inline;
	padding: 15px;
}

#nav li a {
	text-decoration: none;
	color: inherit;
}

#nav li:hover {
	background: #444;
	text-decoration: underline;
	box-shadow: 0px 0px 15px #000;
}

#nav li:nth-child(1):hover {
	border-top: 5px solid #c42;
	animation-name: border_width_in;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

#nav li:nth-child(4):hover {
	border-top: 5px solid #4a2;
	animation-name: border_width_in;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

#nav li:nth-child(6) {
	color: #888;
}

@keyframes border_width_in {
	from { border-width: 0px; }
	  to { border-width: 5px; }
}

div#logo {
	max-width: 1024px;
	height: 256px;
}

div#infobox {
	position: relative;
	top: 35%;
	padding: 20px;
	padding-left: 30px;
}

@keyframes fadein {
      from {opacity: 0.7; color: black;}
        to {opacity: 0.0; color: white;}
}

@keyframes fadeout {
      from {opacity: 0.0; color: white;}
        to {opacity: 0.7; color: black;}
}

div#infobox #transparency {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #000;
	animation-name: fadeout;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

div:hover#infobox {
	animation-name: fadein;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

div:hover#infobox #transparency {
	animation-name: fadein;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

div#infobox #slogancontent {
	position: relative;
}

div#infobox #slogan {
	color: #fff;
	font-size: 25pt;
	font-family: "ZapatopiGreensboro", sans;
	letter-spacing: 1px;
}

div#infobox #subslogan {
	color: #fff;
	font-size: 15pt;
	/*font-family: "Georgia", "DejaVu Serif", "Times New Roman";*/
	font-family: "ZapatopiGreensboro", sans;
	/*font-style: italic;*/
	padding-left: 10px;
}

div#maincontent {
	color: #c0c0c0;
	font-size: 11pt;
	padding: 15px;
	background: #222;
}

div#maincontent :first-letter {
}

div#logo {
	box-shadow: inset 0px 0px 55px #000;
	margin: auto 0px;
}

div#main {
	max-width: 1024px;
	margin: 0px auto;
	box-shadow: 5px 5px 10px #000;
}

p.small {
	padding: 5px;
	color: #888;
	font-size: 9pt;
	font-style: italic;
	font-family: "DejaVu Serif", serif;
}

div.metadata {
	clear: both;
	padding: 5px;
	background: #282828;
	color: #888;
	font-size: 9pt;
	font-style: italic;
	font-family: "DejaVu Serif", serif;
}

div#footer {
	clear: both;
	padding: 10px;
	text-align: right;
	background: #2c2c2c;
	color: #aaa;
	font-size: 9pt;
	font-style: italic;
	font-family: "DejaVu Serif", serif;
	font-variant: small-caps;
}

div#date {
	font-family: "DejaVu Serif", serif;
	color: #555;
	font-weight: bold;
	text-align: right;
	float: right;
	font-size: 13pt;
	padding: 4px;
	margin-right: 15px;
}

dl#pagelist dt {
	font-weight: bold;
	padding: 5px;
}

table#archive tr {
	vertical-align: top;
}

table#archive td.date {
	font-family: monospace;
	text-align: right;
}

/* AsciiDoc */
table.tableblock {
	width: 100%;
}

table.tableblock th {
	background: #111;
	padding: 10px;
}

table.tableblock tr:nth-of-type(even) {
	background: #282828;
}

table.tableblock tr {
	padding: 0px;
	margin: 0px;
}

table.tableblock td {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}

pre code {
	background: inherit;
}

pre.highlight code {
	display: block;
	padding-left: 5px;
}

code {
	background: #282828;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}

div.indexpost {
	margin-top: 5px;
	border-top: 2px solid #444;
}

div.indexnavigation {
	margin-top: 5px;
	text-align: center;
}

ul.linklist li {
	width: 33%;
	float: left;
}

q {
	box-shadow: 3px 3px 5px #222;
	width: 30%;
	float: right;
	margin: 15px;
	background: #404040;
	padding: 10px;
	font-size: 15pt;
	display: block;
	font-family: "Georgia", "DejaVu Serif", "Times New Roman";
	font-style: italic;
}

body {
	margin: 0;
	background: #222;
	font-family: "Georgia", "DejaVu Serif", "Times New Roman";
}

div.image {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	text-align: center;
	box-shadow: 0px 0px 15px black;

	/* Center the image */
	position: relative;
	left: 50%;
	transform: translateX(-50%);

	/* Round borders */
	border-radius: 10px;
	overflow: hidden;
}

div.image p {
	width: 0px;
	padding-left: 5px;
	min-width: 99%;
}

div.image a {
	text-decoration: none;
	border: unset !important;
}

div.image a:hover {
	border: unset !important;
}


/* AsciiDoc */
pre.highlight  {
	padding: 5px;
	background: #111;
}

div.title {
	font-style: italic;
	color: #efaa8a;
}

code > b.conum {
	border-bottom: 3px solid #444;
}

div.colist > ol > li > p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #dadada;
	font-weight: normal;
	display: inline;
}

div.colist > ol > li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;
}

div.highlight pre  {
	margin-left: 15px;
	padding: 5px;
	background: #111;
}

#content h2 a {
	color: #dadada;
	font-family: "ZapatopiGreensboro";
	text-decoration: none;
	border-bottom: none;
}

#content a {
	color: #dadada;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

#content a:hover {
	border-bottom: 1px solid #888;
}
