/*//////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////     BODY     ///////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Helvetica", Arial, sans-serif;
	min-width:800px;
	background-color:#000000;

}

#body {
	padding:10px;
	padding-bottom:280px;	/* Height of the footer */
	
}

#container {
	min-height:100%;
	position:relative;
	background:#000000 url('../images/bg.jpg') repeat-x;
}


hr {
	width:600px;
	color:#515151;
	background-color:#515151;
	border:0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////     HEADER     //////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#header {
	background:#000000;
	height:172px;
	margin-bottom:-10px;
	background:#000000 url('../images/header.jpg') no-repeat center;

}

#headerContainer {
	width:775px;
	margin:0 auto;
	text-align:right;
	line-height:14px;
	color:#666666;
	font-size:10px;
}

#hMyResume {
	float:right;
	margin-top:100px;
}



#hImg {
	width:1000px;
	margin:0 auto;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////     FOOTER     //////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

 a{
	color:#39aebf;
	text-decoration:none;
}

 a:hover {
	text-decoration:underline;
}

 a:visited {
	color:#39aebf;
}

 a:link {
	color:#39aebf;
}

#footer {
	background-color:#000000;
	position:absolute;
	bottom:0;
	width:100%;
	height:280px; /* Height of the footer */
}

#footerContainer {
	width:775px;
	margin:0 auto;
	margin-top:10px;
	background-color:#333333;
}

#footerCol p {
	line-height:18px;
	margin-top:5px;
}

#footerCol h4{
	display:inline;
	font-size:12px;
	color:#FFFFFF;
}

#footerCol{
	font-size:12px;
	color:#d6d6d6;
	width:775px;
	margin-top:20px;
	padding-bottom:10px;
}

#footerColR {
	float:right;
	width:367px;
	padding:10px;
}

#footerColL{
	float:left;
	width:367px;
	padding:10px;
}

.footerPos {
	font-size:12px;
	color:#d6d6d6;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;
}

.footerRoc {
	font-size:10px;
	color:#d6d6d6;
}

.footerDate {
	font-size:12px;
	color:#8a8a8a;
	font-style:italic;
}

#footerSkillz {
	margin-top:20px;
	width:238px;
	padding:10px;
	float:right;
	color:#d6d6d6;
	font-size:12px;

}

#footerSkillz p{
	line-height:20px;
}

.intro {
	color:#FFFFFF;
	font-size:18px;
	line-height:30px;
	padding:10px;
	padding-bottom:24px;
}

.star{
	position:relative;
		left:0;
		top:3px;
}

.starR {
	float:left;
	width:96px;
}

.starL{
	float:left;
	width:90px;
}

.contactMe {
	padding:10px;
	margin-top:24px;
	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////     CLEARFIX     /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////     PROJECT BOX     ///////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/


.projectBox {
	width: 775px;
	margin: 0 auto;
	padding-bottom:30px;
	
}

.projectTitle {
	width:775px;
}

.projectLabel {
	float:left;
}

.projectTitleTxt {
	float:left;
	width:603px;
	background: url('../images/projectTitleBg.jpg');
	height:34px;
}

.projectTitleTxt h4 {
	color:#FFFFFF;
	display:inline;
	font-size:16px;
	text-transform:uppercase;
	margin:8px;
	position:relative;
		top:10px;
		height:100%;
}

.projectTitleTxt h3 {
	color:#a9a9a9;
	font-weight:normal;
	display:inline;
	font-size:12px;
	position:relative;
		top:10px;
		left:-5px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////     EXPANDED     /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

.projectDesBox{
	background-image:url('../images/projBg.jpg');	
}

.projectDesBox p {
	font-size:12px;
	line-height:24px;
	color:#bababa;
	margin:10px;
	position:relative;
		top:5px;
}

.projectDesBox h4 {
	display:inline;
	font-weight:bold;
	color:#575757;
	font-size:14px;
	text-transform:uppercase;
	margin:10px;
	position:relative;
		top:10px;
}

.projectDes {
	float:left;
	width: 603px;
	padding-bottom:10px;
}

.projectDet {
	float:right;
	width:172px;
}

.projectDet p {
	font-weight:bold;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////     PDF     ////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

.pdfLink {
	width:775px;
	height:26px;
	display:block;
	text-align:center;
}

.pdfLink a{
	font-size:11px;
	display:block;
	height:26px;
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bold;
	background:#333333;
}

.pdfLink a:hover{
	background:#18888c url('../images/projectDesBg_h.jpg');
	color:#FFFFFF;
	
}

.pdfLinkTxt {
	position:relative;
		top:7px;
}











































