@charset "UTF-8";
/* 

	Aaron Scales v3
	Author: Matt Oatley (MoatleyMade)

*/

* {
	margin: 0;
	padding: 0;
}

img, div, h1, h2, input, li, a {
	behavior: url(../images/iepngfix.htc); 
}

a {
	outline: none;
}

a img, img {
	border: none;
}

.clear {
	clear: both;
}

body {
	background: #111 url(../images/bg.jpg) top center repeat;
}

#all {
	position: relative;
	width: 900px;
	margin: 0px auto;
}

/* Content Specific */

.project {
	position: relative;
	width: 900px;
}

.projectSlides {}

.projectSlides ul, .projectSlides li {
	list-style: none;
	width: 900px;
	height: 440px;
	overflow: hidden;
}

#projectNav1, #projectNav2, #projectNav3, #projectNav4, #projectNav5, #projectNav6, #projectNav7, #projectNav8, #projectNav9, #projectNav10, #projectNav11, #projectNav12, #projectNav13, #projectNav14, #projectNav15, #projectNav16 {
	position: relative;
	width: 900px;
	height: 40px;
	background: url(../images/slideNav_bg.jpg) no-repeat;
}

.prevBtn, .nextBtn {
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
}

.nextBtn {
	float: right;
}

.prevBtn a, .nextBtn a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/leftNavArrow.jpg) no-repeat;	
}

.nextBtn a {
	background: url(../images/rightNavArrow.jpg) no-repeat;	
}

.buttonContainer, .buttonContainer1, .buttonContainer2, .buttonContainer3, .buttonContainer4, .buttonContainer5, .buttonContainer6, .buttonContainer7, .buttonContainer8, .buttonContainer9, .buttonContainer10, .buttonContainer11, .buttonContainer12, .buttonContainer13, .buttonContainer14, .buttonContainer15, .buttonContainer16 {
	position: absolute; 
	height: 40px;
}

li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

a.slideButton {
	position: relative;
	width: 19px;
	height: 40px;
	float: left;
	display: block;
	background: url(../images/navSlot.jpg) no-repeat;
}

li.current a {
	background-position: 0px -40px;
}

/* Project Bars */

.projectBar {
	position: relative;
	width: 900px;
	height: 80px;
	background: url(../images/project_bar.jpg) 0px 0px no-repeat;
}

.projectBar a {
	position: absolute;
	width: 900px;
	height: 80px;
	display: block;
}

.projectBar a:hover {
	background: url(../images/project_bar.jpg) 0px -80px no-repeat;
}

.iconHolder {
	position: absolute;
	width: 54px;
	height: 54px;
	background: url(../images/icon_holder.jpg) no-repeat;
	left: 11px;
	top: 14px;
}

/* Bio Information */

#bioImage {
	position: relative;
	width: 900px;
	height: 332px;
	background: url(../images/bio.jpg) no-repeat;
}

.info {
	position: relative;
	width: 900px;
	background: url(../images/testInfo.jpg) no-repeat;
	height: 316px;
}

p {
	position: absolute; 
	width: 730px;
	height: 50px;
	left: 75px;
	top: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	color: #444;
	letter-spacing: 0.2px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #666;
}

.infoColumn {
	position: absolute;
	height: 200px;
	display: block;
	top: 55px;
}

h4, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #555;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

li a:hover, #footer p a:hover {
	color: #444;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	width: 200px;
	height: 20px;
	border: 1px solid #1f1f1f;
	background: #2f2f2f;
	outline: none;
	padding: 4px 3px 2px 4px;
	margin-bottom: 5px;
}

textarea {
	font-size: 11px;
	height: 55px;
	overflow: hidden;
}

input.small {
	width: 30px;
}

input#submit {
	width: 65px;
	height: 30px;
	float: right;
	cursor: pointer;
	margin-right: -9px;
}

input#submit:hover {
	border: 1px solid #1f1f1f;
	background: #222;
	color: #333;
}

.iconHolder img {
	position: absolute;
	left: 1px;
	top: 1px;
}

.statusBT {
	position: absolute;
	width: 51px;
	height: 24px;
	background: url(../images/view.jpg) no-repeat;
	left: 819px;
	top: 29px;
	display: block;
}

.contactMe {
	position: absolute;
	width: 95px;
	height: 24px;
	background: url(../images/contactME.jpg) no-repeat;
	left: 775px;
	top: 29px;
	display: block;
}

.daInfo {
	top: 30px;
	color: #777;
}

.daInfo2 {
	top: 22px;
	color: #999;
	display: none;
}

/* Social */

#footer {
	position: relative;
	width: 900px;
	height: 60px;
	text-align: center;
}

#footer p {
	padding-top: 15px;
}

#footer a {
	margin: 0px;
	padding: 0px;
}

a#twitter, a#facebook, a#creativedaily, a#moatleymade, a#linkedIn, a#bentley {
	position: relative;
	width: 48px;
	height: 48px; 
	float: left;
	display: block;
	background: url(../images/social/twitter.jpg) no-repeat;
	margin-right: 11px;
	margin-bottom: 11px;
}

a#facebook {
	background: url(../images/social/facebook.jpg) no-repeat;
}

a#creativedaily {
	background: url(../images/social/creativedaily.jpg) no-repeat;
}

a#moatleymade {
	background: url(../images/social/moatleymade.jpg) no-repeat;
}

a#linkedIn {
	background: url(../images/social/linkedIn.jpg) no-repeat;
}

a#bentley {
	background: url(../images/social/bentley.jpg) no-repeat;
}

/* info section */

#infoContainer, #skillsContainer, #contactContainer {
	position: absolute;
	width: 260px;
	left: 30px;
	top: 100px;
	color: #777;
}

#skillsContainer {
	left: 350px;
	width: 230px;
}

#contactContainer {
	left: 640px;
	width: 250px;
}

#contactContainer p {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	margin-top: 50px;
}

#contactContainer p span {
	color: #666;
}

#contactContainer p a:hover {
	color: #777;
}
