
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
	h3.main-heading {
		background-image:url('../images/green/plus.png');
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    #profile {
		background-image:url(../images/header-shadow.png), url(../images/green/header-bg.png);
		background:url(../images/green/header-bg.png) repeat-x\0/; /* For ie8 */
		background-color:#ff8a00;		
	}
	/* About */
	.about p {
		margin-left: 20px;
		color:#ffffff;
		font-size: 12px;
	}
	/* Personal info */
	.personal-info li label {
		color:#ffffff;
		background-color:#FF7F00;
		font-size: 12px;
	}
	.personal-info li span {
		color:#ffffff;
		font-size: 12px;
	}
	.profiletextbox {
		height: 100%;
		line-height:120%;
		line-spacing:90%;
		font-size: 115%;
		background-color:#ffffff;
		padding-left: 20px;
		float: left;
		padding-right: 20px;
	
			
	}
	
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.tabs li.active a {
		color:#ff8a00;
	}
	/* Active icons */
		.tabs .active .tab-profile {
		background-image:url(../images/green/profile-icon-active.png);
	}
	.tabs .active .tab-resume {
		background-image:url(../images/green/resume-icon-active.png);
	}
	.tabs .active .tab-portfolio {
		background-image:url(../images/green/portfolio-icon-active.png);
	}
	.tabs .active .tab-contact {
		background-image:url(../images/green/contact-icon-active.png);
	}
	/*-------------------------------------------------------*/
		/* Resume Section */
	/*-------------------------------------------------------*/

	/* Timeline Section */
	.timeline li .timelineUnit {
		border-left:1px solid #ff8a00;
	}
	.timeline li .timelineUnit .timelineDate {
		color: #ff8a00;
	}
	/*-------------------------------------------------------*/
		/* Portfolio Section */
	/*-------------------------------------------------------*/
	/* Filter menu */

	#portfolio-filter li a:hover {
		background-color: #ff8a00;
	}
	#portfolio-filter li a.current {
		background-color: #ff8a00;
	}
	/* Images list */
	#portfolio-list li:hover {
		border-bottom:1px solid #ff8a00;
	}
	#portfolio-list li:hover .title {
		color:#ff8a00;
	}

	/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
	/* Contact info */
	.contact-info ul {
		border-left:1px solid #ff8a00;
	}
	#contactform .submit:hover {
	background-color: #ff8a00;
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Personal info */
	.personal-info {
		border-top:1px solid #ff8a00;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	/* Personal info */
	.personal-info {
		border-top:1px solid #ff8a00;
	}

}
