@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Volkhov");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Corben");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Consolas, monaco, monospace;
	color:#1a1a1a;
	max-width:500px;
}

@-ms-viewport{
  width: device-width;
}

ol, ul {
	list-style: none;
}

p {
	font-size:13px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

span#redper {
	color:#900;
}

span#grnper {
	color:#363;
}

body {
	padding:10px;
}

a, a:visited {
	text-decoration:none;
	color:#004c66;
	text-decoration:underline;
}

a:hover {
	color:#09C;
}

#workpage, #musicthumb, #workthumb {
	margin-top:64px;
}

#musicthumb ul, #workthumb ul, #nav ul {
	list-style-type:none;
}

#musicthumb ul li, #workthumb ul li {
	display:inline;
	list-style:none;
	padding:0px 0px 20px 0px;
	float:left;
}

#musicthumb ul li div {
	width:180px;
}

#workthumb ul li div {
	width:100%;
}

#musicthumb ul li img {
	width:180px;
	height:180px;
	padding-bottom:5px;
}

#workthumb ul li img, #workpage ul li img {
	width:100%;
	height:100%;
	padding-bottom:5px;
}

#musicthumb ul li img:hover, #workthumb ul li img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

#thumbtitle {
	font-weight:bold;
	font-size:13px;
}

#backbutton {
	padding-top:10px;
}

input#backbtn {
    background: url(http://mattwalton.info/img/backbutton.png) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
	width:60px;
    line-height: 0;
    text-indent: -9999px;
}

#workpage {
	font-size:13px;
	z-index:10;
}

#worktitle {
	font-weight:bold;
	font-size:15px;
}

#workpage ul li {
	padding-bottom:40px;
}

#nav {
	position:fixed;
	left:0px;
	top:0px;
	z-index:90;	
	padding:24px 0px 12px 10px;
	width:100%;
}

#nav ul li {
	display:inline;
	list-style:none;
	float:left;
}

h1 {
	font-size:21px;
}

#nav h1, #nav a, #nav a:visited {
	text-decoration:none;
}

#nav a:hover {
	color:#09C;
}

#sectionhead {
	text-align:right;
}

#sectionhead h1, #sectionhead p {

	padding:0 4px 2px 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-right: 10px;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; }