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

/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}


/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}



body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}


a {
	text-decoration: none;
}

img {
	border: 0px;
}



/*------------------------------
=SECTION CONTAINER
------------------------------*/

#container {
	width: 960px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 3px 3px 3px #444;
	-webkit-box-shadow: 3px 3px 3px #444;
	-box-shadow: 3px 3px 3px #444;
}





/*------------------------------
=NAVIGATION
------------------------------*/

nav {
	height: 2em;
	padding-top: 50px;
	padding-bottom: 23px;
	width: 480px;
	position: relative;
	float: left;
	background-color: #ffffff;
	text-align: center;
}

nav ul {
	list-style-type: none;
	margin-left: 40px;
	margin-top: 20px;
	
	}
	
nav a:link {
	color: #a95347;
	font-size: 12px;
	text-decoration: none;
}
nav a:visited {
	text-decoration: none;
	color: #a95347;
	font-size: 12px;
}
nav a:hover {
	text-decoration: none;
	color: #000000;
}
nav a:active {
	text-decoration: none;
	color: #a95347;
}

nav li {
	float: left;
	text-align: left;
	padding-right: .5em;
	padding-left: .5em;
	color: #a95347;
}
		



/*------------------------------
=LAYOUT
------------------------------*/

#imageMe {
	height: 270px;
	width: 150px;
	position: absolute;
	left: 500px;
	top: 235px;
}


header {
	height: auto;
	width: 460px;
	margin-left: 0 px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	position: relative;
	background-color:#1e100d;
	z-index:1;

}


#lineLeft{
	background-color: #a95347;	
	width: 100%;
	height: 10px;
	
}

#lineRight{
	background-color: #9c202a;	
	width: 100%;
	height: 10px;
	clear: both;
	
}

#contentLeft{
	width: 480px;
	height: 600px;
	background-color: #000000;
	float: left;
	position: relative;	
	
}


#swappedImage{
	width: 450px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	
	
}

#animationImage{
	width: 450px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
	
	
}

#meImage{
	width: 450px;
	height: 500px;
	padding-left: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
	
	
}

#groupImage{
	width: 450px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	
}


#contentRight{
	width: 480px;
	height: 600px;
	background-color: #e7e8e9;
	float: right;
	position: relative;	
	
}


#title{
	margin-top: -180px;
	margin-left: 50px;
	position: relative;
	text-align: left;
	
}


#title h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	margin-top: 200px;
	margin-left: -50px;
}

#title h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	font-size: 16px;
	position: relative;
	margin-top: 10px;
	margin-left: -50px;
	
}

#desc {
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	font-size: 13px;
	
}

#aniText {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	font-size: 13px;
	
}


#title h2 a {
	color: #414042;
	text-decoration: none;
}

#title h2 a:link {
	color: #414042;
	text-decoration: none;
}

#title h2 a:visited {
	text-decoration: none;
	color: #000000;
}

#title h2 a:hover {
	text-decoration: none;
	color: #000000;
}


#groupImage h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
	
}



/*------------------------------
=SECTION Index
------------------------------*/

#textBoxIndex {
	width: 340px;
	height: 300px;
	position: relative;
	margin-left: 50px;
	margin-top: 80px;
}

#textBoxIndex p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.27em;
	color:#6d6e71;
}

#textBoxIndex h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5em;
	color:#414042;
	left: .5em;
}

#textBoxIndex h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16.6px;
	color:#414042;
}

#textBoxIndex a:link {
	color: #414042;
	text-decoration: none;
}

#textBoxIndex a:visited {
	text-decoration: none;
	color: #414042;
}

#textBoxIndex a:hover {
	text-decoration: none;
	color: #000000;
}

#textBoxIndex a:active {
	text-decoration: none;
	color: #000000;
}

	
/*------------------------------
=SECTION about Page
------------------------------*/

#textBoxAbout {
	width: 340px;
	height: 300px;
	position: relative;
	margin-left: 50px;
	margin-top: 80px;
}

#textBoxAbout p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.27em;
	color:#6d6e71;
}

#textBoxAbout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5em;
	color:#414042;
	left: .5em;
}

#textBoxAbout h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16.6px;
	color:#414042;
}

#textBoxAbout a:link {
	color: #414042;
	text-decoration: none;
}

#textBoxAbout a:visited {
	text-decoration: none;
	color: #414042;
}

#textBoxAbout a:hover {
	text-decoration: none;
	color: #000000;
}

#textBoxAbout a:active {
	text-decoration: none;
	color: #000000;
}

/*------------------------------
=SECTION HIRE ME PAGE
------------------------------*/

#textBoxHire {
	width: 400px;
	height: 350px;
	position: relative;
	margin-left: 55px;
	margin-top: 10px;
	padding-right: 5px;
	overflow: auto;
}

#textBoxHire ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.27em;
	color: #6d6e71;
	margin-left: 5px;
	list-style:inside;
	list-style-type:disc;
}

#textBoxHire p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.27em;
	color:#6d6e71;
}

#textBoxHire h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .2em;
	color:#414042;
	left: .5em;
}

#textBoxHire h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#414042;
}

#textBoxHire a:link {
	color: #414042;
	text-decoration: none;
}

#textBoxHire a:visited {
	text-decoration: none;
	color: #414042;
}

#textBoxHire a:hover {
	text-decoration: none;
	color: #000000;
}

#textBoxHire a:active {
	text-decoration: none;
	color: #000000;
}





/*------------------------------
=ASIDE Social
------------------------------*/
social {
	width: 300px;
	height: 50px;
	padding: .5em;
	position: relative;
	float: right;
	margin-top: -30px;
	margin-right: -15px;

}


social ul {
	list-style-type: none;

}

social li{

	width: 50px;
	padding: 5px;
	height: 120%;
	opacity: 1;
	float: left;
	text-align: left;

}

social li a:link{
	text-decoration: none;

}

social li a:visited {
	text-decoration: none;
	
}
social li a:hover {
	text-decoration: none;
}


 social li a:link img { 
 	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	 -moz-opacity: .5;
 	opacity:.7; 
 }
 
 social li a:hover img { 
 	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1;
	 opacity:1;
 }





/*------------------------------
=FOOTER
------------------------------*/
footer {
	float: right;
	clear: both;
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
	width: 400px;
	text-align: center;
	margin-top: -50px;
}
footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #989898;
	font-weight: bold;
}

footerAbout {
	float: right;
	clear: both;
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
	width: 400px;
	text-align: center;
	margin-top: -85px;
}
footerAbout p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #989898;
	font-weight: bold;
}


