* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	background:#412428 url(https://cdn.kevintaylorart.com/img/canvas.jpg) top left repeat;
	color:#ccc;
	font-family:Arial, sans-serif;
	line-height:1.5em;
	padding:0;
	font-size:100%;
	-webkit-text-size-adjust: none;
}
.fr {
	float:right;
}
.textr {
	text-align:right;
}
p figure {
	clear:both;
	margin-top:1.5em;
}
a img {
	border:0;
}
a {
	color:#ff4;
}
a:hover {
	color:#ff0;
}
nav {
	text-align:center;
}
nav img {
	max-width:100%;
}
nav ul {
	clear:both;
	float:left;
	width:100%;
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
}
nav ul li {
	display:inline-block;
}
nav ul li a,
#adminmenu a {
	display:block;
	float:left;
	padding:.2em .6em;
	margin:0 .4em;
	text-decoration:none;
	background:#32151a;
	color:#b5a09b;
	white-space:nowrap;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	-ms-border-radius:.5em;
	-o-border-radius:.5em;
	border-radius:.5em;
}
nav ul li a:hover {
	background:#fff;
	color:#32151a;
}
nav>h1 {
	clear:both;
	float:left;
	width:100%;
	font-size:1.5em;
	color:#b5a09b;
	text-shadow:0 2px 3px #000;
	margin:0;
	padding:0 0 .3em 0;
	line-height:2em;
}
nav input {
	margin:0 .4em;
	display:block;
	float:left;
	font-size:1em;
}
#menu {
	clear:both;
}
.pagination {
	font-size:1.2em;
	line-height:2em;
}
.pagination .next {
	text-align:right;
}
p.tags {
	font-size:.8em;
}
p.tags a,
.pagination p a {
	display:block;
	float:left;
	padding:.2em .6em;
	margin:0 .8em .5em 0;
	text-decoration:none;
	background:#32151a;
	color:#b5a09b;
	white-space:nowrap;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	-ms-border-radius:.5em;
	-o-border-radius:.5em;
	border-radius:.5em;
}
p.tags a:hover,
.pagination p a:hover {
	background:#fff;
	color:#32151a;
}
article,
#library {
	float:left;
	width:92%;
	margin:0 0 30px 4%;
	font-size:1.2em;
}
article figure,
aside figure {
	display:block;
	margin:20px 0 1em 0;
}
article figure img,
aside figure img {
	max-width:100%;
	border:0;
	display:block;
	-webkit-box-shadow:0 2px 5px 1px #000;
	-moz-box-shadow:0 2px 5px 1px #000;
	-ms-box-shadow:0 2px 5px 1px #000;
	-o-box-shadow:0 2px 5px 1px #000;
	box-shadow:0 2px 5px 1px #000;
}
article figcaption {
	display:block;
	clear:both;
	padding:.3em 0;
	font-style:italic;
	font-size:.8em;
}
article>h1 {
	font-size:2em;
	color:#b5a09b;
	text-shadow:0 2px 3px #000;
	margin-bottom:.2em;
	line-height:1.3em;
}
article>h1+p {
	padding-top:.3em;
	margin-top:0;
}
article section {
	clear:both;
	float:left;
	width:100%;
	background:#f1f1eb url(https://cdn.kevintaylorart.com/img/paper.png) top left repeat;
	border-top:1px solid #fff;
	color:#444;
	margin:2em 0;
	padding:.5em 5% 1em 5%;
	-webkit-box-shadow:0 1px 3px 1px #000;
	-moz-box-shadow:0 1px 3px 1px #000;
	-ms-box-shadow:0 1px 3px 1px #000;
	-o-box-shadow:0 1px 3px 1px #000;
	box-shadow:0 1px 3px 1px #000;
}
article section h1 {
	font-size:2.5em;
	color:#000;
	line-height:1.5em;
	padding:0;
	margin:0;
}
#edit {
	float:right;
	font-size:.8em;
	color:#000;
	background:#fff;
	padding:.2em .6em;
}
#library ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	float:left;
	width:100%;
}
#library ul li {
	margin:0;
	padding:0 0 2em 0;
	clear:both;
	float:left;
	width:100%;
}
#library figure {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
#library figure img {
	width:50%;
	cursor:pointer;
	display:block;
}
#library textarea {
	width:100%;
	padding:.3em;
	height:6em;
}
#library li form {
	display:none;
}
#library li.open form {
	display:block;
}
#details a {
	margin-right:1em;
	white-space:nowrap;
}
.full {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.textfield {
	font-size:1em;
	margin:.2em 0 0 0;
	padding:.2em .5em;
	font-family:Arial, sans-serif;
}
#deletebutton {
	clear:both;
	float:right;
	padding:.4em 1.5em;
	margin:0;
	background:#eee;
	font-size:.8em;
	color:#000;
	text-decoration:underline;
	border:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}
#deletebutton:hover {
	background:#f00;
	color:#fff;
}
aside {
	display:inline-block;
	width:92%;
	margin:0 0 30px 4%;
	padding:0 0 .3em 0;
	vertical-align:top;
	font-size:.9em;
}
aside a {
	display:block;
	width:100%;
	cursor:pointer;
	color:#675753;
	text-decoration:none;
	position:relative;
}
aside a.image:hover {
	background:none;
}
aside a img {
	max-width:100%;
}
aside a.image h1 {
	color:#b5a09b;
	text-shadow:0 2px 3px #000;
	margin-bottom:.2em;
}
aside a.image:hover h1 {
	color:#fff;
}
aside a.image p {
	color:#eee;
}
aside a.text {
	background:#f1f1eb url(https://cdn.kevintaylorart.com/img/paper.png) top left repeat;
	border-top:1px solid #fff;
	color:#444;
	margin:2em 0;
	padding:.7em 5% .5em 5%;
	-webkit-box-shadow:0 1px 3px 1px #000;
	-moz-box-shadow:0 1px 3px 1px #000;
	-ms-box-shadow:0 1px 3px 1px #000;
	-o-box-shadow:0 1px 3px 1px #000;
	box-shadow:0 1px 3px 1px #000;
}
aside a.text h1 {
	color:#000;
	margin:0;
	padding:0;
}
aside a.text:hover h1 {
	color:#00f;
}
aside p.artist {
	margin-top:0;
	padding-top:0;
}
#contact {
	clear:both;
	float:left;
	display:block;
	width:100%;
	padding:2em 4%;
}
#contact fieldset {
	margin:0;
	padding:0;
	border:0;
	float:left;
	clear:both;
	width:100%;
}
.table {
	border:1px solid #000;
	color:#fff;
}

@media only screen and (min-width:430px) {
	/* two columns */
	nav>h1 {
		font-size:2em;
	}
	aside {
		width:44%;
	}
}
@media only screen and (min-width:900px) {
	/* three columns */
	article,
	#library {
		width:60%;
	}
	#home article {
		width:44%;
	}
	aside {
		width:28%;
	}
	#contact fieldset.left {
		float:left;
		clear:none;
		width:48%;
	}
	#contact fieldset.right {
		float:right;
		clear:none;
		width:48%;
	}
}
@media only screen and (min-width:1200px) {
	/* four columns */
	article,
	#library {
		width:44%;
	}
	#home article {
		width:28%;
	}
	aside {
		width:20%;
	}
}
@media only screen and (min-width:1500px) {
	/* four columns */
	article,
	#library {
		width:34.4%;
	}
	aside {
		width:15.2%;
	}
}
article.wide {
	width:92%;
	margin:0 0 30px 4%;
}