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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.mir { letter-spacing : -1000em; }
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}

html {
	height: 100%;
}
body {
	background: #000000 url(/media/images/rain.jpeg) fixed -20px 0;
	color: #DDCCBB;
	font-size: 15px;
	font-family: Calibri, Corbel, Verdana;
	margin: 0;
	height: 100%;
	line-height: 1.2em;
}
h1 {
	font-size: 6em;
	border-bottom: 5px double #9A9377;
	color: #9A9377;
}
h2 {
	font-size: 4em;
	border-bottom: 2px ridge #917896;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.1em;
	font-family: "Monotype Corsiva", Georgia;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: .2em;
}
h1:before, h1:after {
	opacity: 0.1;
	filter: alpha(opacity=10);
}
h1:before {
	content: "\275B";
	padding-right: 10px;
}
h1:after {
	content: "\275C";
	padding-left: 15px;
}
p {
	line-height: 1.2em;
	padding: .5em;
}
a[rel="external"] {
	background-image: url(/media/images/external.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
}
input[type="submit"], input[type="text"], textarea {
	border: 1px solid #666666;
	background-color: #303438;
	color: #999999;
	font-family: Consolas, Monaco, monotype;
	font-size: 13px;
	padding: 2px;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
input[type="submit"] {
	cursor: pointer;
	background-color: #917896;
	color: #FFFFFF;
	padding: 0 2px;
}
textarea {
	height: 10em;
}
code {
	font-family: Consolas, Monaco, monotype;
	color: #9A9377;
	font-size: 80%;
}
code.inline {
	background-color: #303438;
}
ol, ul {
	padding-left: 20px;
	margin-left: 10px;
	list-style-position: outside;
}
ol {
	list-style-type: lower-greek;
}
ul {
	list-style-type: square;
	list-style-image: url(/media/images/bullet.png);
}
ul + ul {
	margin-top: 10px;
}
li {
	padding: 2px;
	margin: 2px;
}
ul.menu {
	padding: 0;
	margin: 0;
	list-style: none none;
}
ul.menu li {
	padding: 0;
}
.madlibs p {
	line-height: 1.8em;
}
#contact-form textarea {
	width: 100%;
}

#skip-to-content {
	display: none;
}

#wrapper {
	min-width: 800px;
	max-width: 1000px;
	position: relative;
	margin-left: 150px;
	min-height: 100%;
	background-color: #202428;
	border-left: 1em solid transparent;
	border-right: 1em solid transparent;
	-moz-border-image: url(/media/images/border.png) 20 round round;
	-webkit-border-image: url(/media/images/border.png) 20 round round;
	border-image: url(/media/images/border.png) 20 round round;
}
#menu-main {
	height: 200px;
}
#menu-main ul {
	list-style: none none;
}
#menu-main li {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}
#menu-main a {
	display: block;
	width: 120px;
	height: 120px;
	line-height: 100px;
	text-align: center;
	font-size: 50px;
	border: 2px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	opacity: .5;
	filter: alpha(opacity=50);
	background-image: url(/media/images/clouds.jpeg);
}
#menu-main a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#menu-main-home {
	margin-top: 50px;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	/*-o-transform: rotate(-10deg);*/
	transform: rotate(-10deg);
}
#menu-main-about {
	margin-top: 30px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	/*-o-transform: rotate(-5deg);*/
	transform: rotate(-5deg);
}
#menu-main-projects {
	margin-top: 22px;
}
#menu-main-blargh {
	margin-top: 30px;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	/*-o-transform: rotate(5deg);*/
	transform: rotate(5deg);
}
#menu-main-stuff {
	margin-top: 50px;
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	/*-o-transform: rotate(10deg);*/
	transform: rotate(10deg);
}

#main {
	padding: 1em;
}
#main a, #footer a {
	color: #917896;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #999999;
}
#main a:hover, #footer a:hover {
	color: #C493FF;
	border-bottom: 1px solid #FFFFFF;
}
#main p a {
	padding-bottom: 0;
}

#main .definitions dl {
	border-top: 2px solid #666666;
	margin-bottom: 20px;
	position: relative;
}
#main .definitions dt {
	float: left;
	clear: left;
	width: 20%;
	height: 100px;
}
#main .definitions dt a {
	position: relative;
	padding-top: 40px;
	display: block;
	height: 60px;
	text-align: center;
	font-size: 18px;
	font-family: "Monotype Corsiva", Georgia;
	font-weight: bold;
	border: none;
}
#main .definitions dt a:hover {
	border: none;
}
#main .definitions dd {
	float: left;
	width: 75%;
	margin-left: 5px;
}

a#laserguns-link {
	border: none;
	background-image: url(/media/images/welcome.png);
	display: block;
	width: 600px;
	height: 467px;
	margin: auto;
}
a#laserguns-link:hover {
	background-position: -600px 0;
	border: none;
}

#learn-more li {
	margin: auto 20px;
}
#learn-more a {
	display: block;
	width: 60px;
	height: 54px;
	background-image: url(/media/images/about-links.png);
	border: none;
	opacity: .5;
	filter: alpha(opacity=50);
}
#learn-more a:hover {
	border: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
#learn-more-contact {
	background-position: 0 0;
}
#learn-more-video-games {
	background-position: -60px 0;
}
#learn-more-music {
	background-position: -120px 0;
}
#learn-more-tech {
	background-position: -180px 0;
}
#learn-more-resume {
	background-position: -240px 0;
}

#module-list ul {
	float: left;
	margin-right: 20px;
}

#footer {
	width: 200px;
	margin: auto;
	text-align: center;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 10px;
	padding-bottom: 20px;
}
#footer:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

dl.resume dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
dl.resume dd {
	margin-left: 20px;
}
.resume .duration {
	font-size: .7em;
	font-weight: normal;
	float: right;
}

.centered-list {
	width: 100%;
	overflow: hidden;
}
.centered-list > * {
	float: left;
	position: relative;
	left: 50%;
}
.centered-list > * > * {
	float: left;
	position: relative;
	right: 50%;
}
.centered-list ul {
	margin: 0;
}
.input-error {
	background-color: #993333 !important;
	border-color: #CC6666 !important;
}
.error {
	padding: 10px;
	background-color: #993333;
	color: #FFEEEE;
	border: 2px ridge #CC6666;
	text-align: center;
}
.info {
	border: 1px dotted #666666;
	background-color: #383430;
	color: #FFFFCC;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.info-icon {
	display: block;
	float: left;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgFJREFUeNpsU79LI0EU/jabpPHSKfGUg1Mwyilcc4diqV44jNqJjZ2IbowQ8A+4nK3lgikEsRArC9GcV52dmPTxB6ImIpiIeNEqP3fWN7PZZTfJYx8zO/O+b755857075cbDaaSK+Qymi1OHuaTsVhVLDSiVf+Xn5GB0DokydWEvjr+reTTRzBJGglU/+BkpD+4gtrLLlj5zgF2eT+hP7hMM51IEhaJeYzaOTQVCQTDqL39hVa+gQ7mcK1yj2ohgUBQAcUqJzHPpqlAgPsmlqC9JujkrHXq/voxdAbMxibFPytnUCscIvCDpwicRChQ+sYXoRWOwIokmzHLmcYH3blWJJL/BwjQgRzLFcisdAutlOH3c9xbgPnHZdhMK2UhFa/tSaQAEeQkMMCo79lNsmINAorSWQsCk4S1INBtBFyirmstCXg5GHtOAvNalgKXt4uy/OAIm1e3xVh+2nHWhMdvKeCvEL87PYDc9hWSt7uuxvC96IJw+5rk6YDs+45sShRTnCsI5y+TosJ6R2dQY1VS8miwy0a6UM+By/sR7g8ETibwmD7lfbFmljKRpKj+JaVnZIpI6L0recxtbBlXyG0TuBNu3zdkCJw7PxNgaqiivRdWcxekhEg+D4dEK7Lqs9jwtE+LMZP6Y4KjBK40NhNPdZQCeJCC1ibA5BVz4V2AAQBo8gRz1Ov2wQAAAABJRU5ErkJggg==);
	width: 16px;
	height: 16px;
	margin: 0 5px;
}
.speed-run-link {
	background-image: url(/media/images/speed-runs.png);
	width: 100px;
	height: 100px !important;
	opacity: .5;
	padding: 0 !important;
	filter: alpha(opacity=50);
	margin: auto;
}
.speed-run-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.speed-run-zelda2 {
	background-position: 0 0;
}
.speed-run-smb2 {
	background-position: -100px 0;
}
.speed-run-kid-icarus {
	background-position: -200px 0;
}
.speed-run-contra {
	background-position: 0 -100px;
}
.speed-run-pitfall {
	background-position: -100px -100px;
}
.speed-run-ninja-gaiden {
	background-position: -200px -100px;
}
.speed-run-game {
	color: #CC9570;
	font-weight: bold;
}

.error-image, .success-image {
	text-align: center;
}