/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma, Arial,sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #191819;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	height: 100%;
	text-align: left;
}

a, a:active, a:visited, a:link {
	color: #C1DA22;
}

a:hover {
	color: #fff;
}

label {
	font-family: Tahoma, Arial,sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 1.166;	
}

.highlight {
	color: #fff;
	font-weight: bold;
}

/***********************************************/
/* div styles                             */
/***********************************************/

#contact {
	display: inline;
	float: left;
	color: #FFF;
}

#contentContainer {
	width: 100%;
	height: 600px;
	background-image: url(../images/design48_logo_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	vertical-align: top;
	text-align: left;
}

#content {
	padding-top: 125px;
	padding-left: 165px;
	
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

#resumeheader {
	width: 100%;
	height: 50px;
}

#contentresume {
	padding-top: 15px;
	padding-left: 15px;
	
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	width: 1020px;
	padding-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
}


#title {
	display: inline;
	font-size: 36px;
	padding-bottom: 5px;
	float: left;
	width: 300px;
}

#contactinfo {
	display: inline;
	float: right;
	text-align: right;
	width: 300px;
	margin-right: 30px;	
}

h1 {
	font-size: 24px;
	font-family: Tahoma, Arial,sans-serif;
	font-weight: normal;
}

#contentresume .project {
	width: 300px;	
	height: 400px;
	margin-right: 40px;
	float: left;
	margin-bottom: 50px;
}





.project a img.bordered {
	border: 7px solid #FFF;
	margin-bottom: 20px;
}

a:hover img.bordered {
	border: 7px solid #444;
	margin: 1px 0px 19px 1px;
	/*margin-bottom: 20px;*/
}






.project .title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.project .highlights {
	font-size: 14px;
	color: #C1DA22;
	padding-bottom: 10px;
}

.project .description {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}




#content img {
	float: left;
	
}

#contentNewsletter {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	width: 325px;
	
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	float: left;
}

#contentNewsletter img {
	float: left;
	
}


#contentWebsiteSample {

	padding-top: 75px;
	float: left;

}

