@font-face {
    font-family: 'Andada';
    src: url('../type/andada-regular-webfont.woff2') format('woff2'),
         url('../type/andada-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'Andada';
    src: url('../type/andada-italic-webfont.woff2') format('woff2'),
         url('../type/andada-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
}

@font-face {
    font-family: 'Andada';
    src: url('../type/andada-bold-webfont.woff2') format('woff2'),
         url('../type/andada-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

body {

	font: 110%/1.5em "Andada", Georgia,Times,serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 20px 20%;
}

h1 {
	font-weight: normal; line-height: 1.5em;
}

h5 {
	font-size: 1em;
}

nav {
	border-bottom: 1px solid #ccc;
	font-size: small;
	padding-bottom: 1em;
}

nav ul,
.listing,
.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li {
	display: inline;
}

footer {
	border-top: 1px solid #ccc;
	font-size: smaller;
	margin-top: 1em;
	text-align: center;
}

.vcard .fn,
.vcard .title,
.vcard .org,
.vcard .tel {
	display: block;
}

.date {
	letter-spacing: 2px;
	text-transform: uppercase;
}

a {
	color: #333;
}

a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
}

figure {
	margin: 0;
}

figcaption {
	color: #333;
	font-size: smaller;
	font-style: italic;
}

img,
video {
	max-width: 100%;
	vertical-align: middle;
}

.widget,
.images,
.videos,
.docs,
.contact {
	border-top: 1px solid #ccc;
	list-style: none;
	padding: 1em 0 0 0;
}

.widget h4,
.widget h5,
.contact h4,
.docs h4,
.docs p {
	margin: 0.25em 0;
}

.docs a {
	background: #eee;
	padding: 0.15em 0.5em;
	text-decoration: none;
}

.docs a:hover {
	background: #ccc;
	color: inherit;
}

.docs a:before {
	content: '\2193';
	font-size: 1.5em;
	line-height: 0.5em;
	letter-spacing: 5px;
	position: relative;
	top: 2px;
}

.related time,
.docs .meta {
	color: #999;
	font-size: smaller;
	font-style: italic;
}

.contact,
.related,
.thumbs {
	padding-bottom: 1.25em;
}

.thumbs {
	display: flex;
	flex-wrap: wrap;
}

.thumbs li {
	text-align: center;
	width: 25%;
}

.admin_link {
	background: #fcf560;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border-radius: 2px;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	padding: 0.25em 0.5em;
	position: relative;
}
