@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#151515;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* Links */
a:link, a:visited {
	color:#e54d4d;

}
#headerMsg a:hover {
	color:#ffffff;
	background-color:#e54d4d;
	text-decoration:none;
}
#container {
	width:904px;
	margin:40px auto 0px auto;
}
/* Header */
#headerMsg {
	display:block;
	margin:0px 0px 5px 0px;
	color:#e54d4d;
}
#header {
	display:block;
	width:904px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5b5a5a;
	border-bottom-color: #5b5a5a;
	text-align:center;	
}
#header h1 a{
	display:block;
	height:130px;
	width:904px;
	margin:60px 0px 60px 0px;
	text-indent:-9999px;
	background-color:#151515;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.logo a:hover {
	background-color:none;
}
/* */
#recentWork {
	
}
/* Section Titles */
h2 {
	font-size:22px;
	height:30px;
	margin:13px 0px 13px 0px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	display:block;
	width:200px;
}
#recentWorkTitle {
	background-image:url(images/recentWork.jpg);
}
#aboutTitle {
	background-image:url(images/michaelAldape.jpg);
}
#skillsTitle {
	background-image:url(images/skills.jpg);
}
/* Images */
.imageSet {
	float:left;
	position:relative;
}
img {
	border:none;
}
.image {
	float:left;
	position:relative;
}
.center {
	margin:0px 2px 0px 2px;
}
/* Katana page */
#nikeKatanaTitle {
	background-image:url(images/katanaTitle.jpg);
	width:400px;
}
.singleImg {
	margin:20px 0px 0px 166px;
	background-color:#FFFFFF;
	padding:2px;
	border: 1px solid #5a5a5a;
}
.backLink {
	display:block;
	margin:10px 0px 5px 0px;
	width:20px;
}
/**/
.project {
	float:left;
	clear:both;
	width:904px;
	margin:0px 0px 30px 0px;
}
h3 {
	display:block;
	width:200px;
	height:30px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#projectTitle0 {
	background-image:url(images/project_0_title.jpg);
}
#projectTitle1 {
	background-image:url(images/project_1_title.jpg);
}
#projectTitle2 {
	background-image:url(images/project_2_title.jpg);
}
/**/
.info {	
	float:left;
	clear:both;
	width:904px;
}
.info h3 {
	font-size:14px;
	height:20px;
	margin:13px 0px 6px 0px;
	background-repeat:no-repeat;
	display:block;
	color:#e54d4d;
}
.info p {
	display:block;
	width:500px;
}
/* Bottom Sections */
#sections {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5a5a5a;
	width:904px;
	margin-top:10px;
	padding-top:30px;
	float:left;
	clear:both;
}
#about {
	float:left;
	width:350px;
}
#about p {
	padding:5px 10px 10px 0px;
}
#skills {
	float:left;
	margin:0px 0px 0px 30px;
}
#skills ul {
	margin-left:15px;
}
/* Overlay */
.overlay {
	padding:0px;
	margin:0px;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	float:left;
	display:block;
	visibility:hidden;
	height:30px;
	width:904px;

}
.overlay .overlayText {
	z-index:3;
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#e54d4d;
}
.overlay .overlayText a, .overlay .overlayText a:link, .overlay .overlayText a:visited, .overlay .overlayText a:hover {
	display:block;
	width:100%;
	height:150px;
	text-decoration:none;
	background-color:none;
	color:#e54d4d;
	margin:0px;
	padding-top:5px;
}
.overlay .overlayBg {
	z-index:2;
	position:absolute;
	top:0px;
	height:30px;
	width:904px;
	background-color:#000000;
}
/* Footer */
#footer {
	margin:40px 0px 40px 0px;
	padding-top:8px;
	color:#5a5a5a;
	width:904px;
	float:left;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5a5a5a;
}