@import url(reset.css);
@import url(fonts/fonts.css);


h1 {
	font-size: 8px;
}

h2 {
	font-family: 'komika_title_-_axisregular';
	font-size: 64px;
	position: relative;
	color: #ffffff;
	top: -370px;
	left: 960px;
}

h3 {
	font-family: 'permanent_markerregular';
	font-size: 66px;
	color: #333376;
	position: relative;
	top: -300px;
	left: 495px;
}

h4 {
	font-family: 'sugarcubes', 'Georgia', serif;
	font-size: 27px;
	line-height: 1.1em;
	position: relative;
	top: -215px;
	padding: 10px 10px 10px 230px;
}

h5 {
	font-family: 'rock_saltregular';
	font-size: 19px;
	line-height: 1.25em;
	position: relative;
	top: -220px;
	left: 230px;
}

header p {
	font-family: 'skia', sans-serif;
	font-size: 29px;
	position: relative;
	top: -240px;
	left: 350px;
}

body {
	font-family: 'year_supply_of_fairy_cakesRg', 'Comic Sans', sans-serif;
	background-color: #414042;
}

.container {
	background-color: #ffffff;
	border: 2px;
	border-color: #000000;
	border-style: solid;
	width: 1500px;
	margin: 0 auto;
	padding: 20px 50px 10px 50px;
}

header {
	background-image: url("images/1024/headerbg.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	width: 1480px;
	height: 180px;
	padding: 0;
}

#logo {
	position: relative;
	background-image: url("images/1024/logo.png");
	background-repeat: no-repeat;
	width: 170px;
	height: 220px;
	top: -34px;
	left: 30px;
}

#logo a {
	text-indent: -9999;
}
.projects {
/*	background-size: contain;*/
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	width: 355px;
	height: 480px;
	float: left;
}

.me {
/*	background-size: contain;*/
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
}

.projects a {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: block;
	width: 355px;
	height: 480px;}

.me a {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: block;
	width: 730px;
	height: 240px;}

.projects a img, .me a img {
	vertical-align: top;
	visibility: hidden; 
}

.projects a:hover img, .me a:hover img { 	
	visibility: visible; 
}

.box {
	position: relative; 
/*	background-repeat: no-repeat;
	background-position: center;*/
	border-color: #000000;
	border-style: solid;
	border-width: 3px;
	margin: 0px;
	padding: 5px;
	font-size: 14px;	
	text-align: center;
	line-height: 1.2em;
}

#news {
	background-image: url("images/1024/newsbg.png");
}

#scripting {
	background-image: url("images/1024/multibg.png");
}

#guardians {
	background-image: url("images/1024/guardiansbg.png");
}

#aw {
	background-image: url("images/1024/awbg.png");
}


#about {
	background-image: url("images/1024/aboutbg.png");
	display:block;
	width: 730px;	
	height: 240px;
	float: left;
}

#contact {
	background-image: url("images/1024/contactbg.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px;
	width: 690px;
	height: 420px;
	float: right;
	padding: 20px;
}

#form {
	width: 420px;
	float: left;
	padding-left: 70px;
}

.message {
	color: red;
}

#links {
	width: 200px;
	float: right;
	display: inline-block;
}

fieldset {
	font-size: 23px;
	text-align: right;
	margin-top: 1.5em;
	padding: .5em 1em .5em 1em;
}

label {
	font-family: 'Sugarcubes', 'Georgia', serif;
	font-size: 20px;
	padding: .5em 1em .5em .5em;
	font-weight: bold;
}

input {
	display: inline-block;
	font-weight: normal;
	width: 175px;
	margin: 1em 0 .5em 0;
}

textarea {
	width: 275px;
	margin: 1em 0 .5em 0;
}

#contact p {
	font-size: 23px;
	margin-top: 1.5em;
	padding: .5em 1em .5em 1em;
}

#contact a {
	font-family: 'Sugarcubes', 'Georgia', serif;
	font-size: 20px;
	padding: .5em 1em .5em 1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #274185;
}

#contact a:hover {
	color: #CC6B39;
}

#contact a:active {
	color: #f6f6f6;
}

#resume {
	background-image: url("images/1024/resumebg.png");
		display:block;

	width: 730px;	
	height: 200px;
	float: left;
	clear: left;
}

footer {
	font-family: 'Sugarcubes', 'Georgia', serif;
	text-align: right;
	font-size: 10px;
	color: #000000;
	position: bottom;
	margin: .5em 0 0 0;
	padding: .5em .5em .5em .5em;
}