/*---------------------------------------------------*/
/* ---------------------- LAYOUT --------------------*/
/*---------------------------------------------------*/
body {
	background-color: #e5e4e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	margin: 0;
}
#container {
	background: #fff;
	max-width: 900px;
	text-align: left;
	margin: 0 auto;
	background:
		linear-gradient(135deg, transparent 20px, #fff 0) top left,
		linear-gradient(225deg, transparent 20px, #fff 0) top right,
		linear-gradient(315deg, transparent 20px, #fff 0) bottom right,
		linear-gradient(45deg,  transparent 20px, #fff 0) bottom left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
}
#header {
	text-align: center;
	padding: 30px 30px 5px 30px;
}
#contact {
	text-align: center;
	padding-top: 5px;
}
#nav {
	padding: 10px;
	text-align: center;
}
#content {
	padding: 30px;
}
@media screen and (min-width: 600px) {
	#content {
		padding: 30px 75px;
	}
}
#footer {
	padding-top: 15px;
	margin: 0 20px;
	text-align: center;
	border-top: 1px dashed #ccc;
}

/*---------------------------------------------------*/
/*---------------------- TEXT -----------------------*/
/*---------------------------------------------------*/

#header {
	line-height: 130%;
}
#header h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
#header h1 strong {letter-spacing: 3px;}
#contact {
	color: #666;
	font-size: .9em;
}

.button a {
	display: inline-block;
	text-decoration: none;
	color: #666;
	background-color: #fff;
	border: 1px dashed #ccc;
	padding: 2px 10px;
	margin: 0 2px .5em;
}
.button a:hover {
	border: 1px solid #88917D;
}

#content {
	line-height: 140%;
}
#content h1 {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 30px 0;
}
#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 2em 0 1em 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bbb;
}
#content h3 {
	font-size: 1.1em;
	color: #333;
	margin: 1.5em 0 5px 0;
}
#content p {
	margin: 0 0 10px 0;
}
#content a {
	color: #336699;
	text-decoration: none;
}
#content img {
	max-width: 100%;
	height: auto;
}
figure {
	text-align: center;
	margin: 2em 0;
}
figcaption {
	text-align: left;
	font-size: 12px;
	margin: 1em;
	line-height: normal;
}

#footer {
	color: #666;
	font-size: .9em;
	padding: 30px 0;
}
#footer a {
	color: #336699;
	text-decoration: none;
}

/* MISC */
.smalltext {
	font-size: .9em;
}
.indent10px {
	padding-left: 10px;
}