	/*-------------------------------------------------------*/
		/* Base styles	 */
	/*-------------------------------------------------------*/
	html {
		overflow-y:scroll;
	}
	body {
		background-image:url(../images/bg3.png);
		background-color: #E8E8E8;
		margin: 0px;
		padding: 0px;
		font-family:'Open Sans', Arial;
		font-size: 12px;
	}
	/*-------------------------------------------------------*/
		/* Wrap */
	/*-------------------------------------------------------*/
	#container {
		margin:0 auto;
		width:860px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#content {
		background-color:#FFF;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	}
	/*-------------------------------------------------------*/
		/* Generic Classes */
	/*-------------------------------------------------------*/
	.hidden {
		display: none;
	}
	.clear {
		clear:both;
	}
	.print-break {
		break-after: page;
	}
	
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
    h1 {font-size: 37px;}
	h2 {font-size: 30px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h6 {font-size: 12px;}
	
	h3.main-heading {
		background-image:url('../images/plus.png');
		background-repeat: no-repeat;
		background-position:left 2px;
		margin:15px 2px;
	}
	h3.main-heading span {
		border-bottom:1px solid #999;
		padding-bottom:7px;
		color:#333;
		line-height:16px;
		margin-left:28px;
		display:block;
	}
	strong {
		font-weight: bold;
		color: #333;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	div.top {
		height:60px;
		margin-bottom:20px;
		overflow:hidden;
	}
	/* Logo */
		#logo {
		float:left;
		overflow:hidden;
		margin-left:10px;
		display:none;
	}
	#logo h2 {
		font-size:30px;
		font-weight:900;
		color: #444;
		line-height:40px;
	}
	#logo h4 {
		color:#666;
		line-height:20px;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    	#profile {
		background-image:url(../images/header-shadow.png), url(../images/header-bg.png);
		background:url(../images/header-bg.png) repeat-x\0/; /* For ie8 */
		background-position:center bottom, left top;
		background-repeat:repeat-x;
		overflow:hidden;
		background-color:#fdd355;		
	}
	/* About */
	.about {
		float:left;
		margin-top:30px;
		width:460px;
		margin-left:20px;
	}
	.about .photo-inner {
		float:left;
		background:url(../images/photo-inner.png) no-repeat;
		width:192px;
		height:212px;
		padding:12px 0 0 20px;
	}
	.about .photo-inner img {
		background-color:#FFF;
	}
	.about h1 {
		font-weight:900;
		color:#FFF;
		line-height:34px;
		margin-top:8px;
	}
	.about h3 {
		margin-top:5px;
		font-size:18px;
		color:#FFF;
		line-height:18px;
	}
	.about p {
		font-size:14px;
		margin-top:15px;
		color:#bc9010;
		line-height:20px;
	}
	/* Personal info */
	.personal-info {
		float:left;
		margin-top:30px;
		width:340px;
		min-height:230px;
		margin-left:10px;
		background:url(../images/personal-info-sep.png) no-repeat left top;
		padding:20px 0 0 20px;
	}
	.personal-info li {
		font-size:14px;
		margin-bottom:10px;
		overflow: hidden;
	}
	.personal-info li label {
		color:#a87f09;
		background-color:#f4c024;
		float:left;
		padding:4px 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.personal-info li span {
		float:right;
		width:210px;
		color:#a87f09;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		height:100px;
		background-color:#ededed;
		position:relative;
	}
	.tabs {
		height:116px;
		position: absolute;
		margin-top:-14px;
		padding-left:130px;
		z-index:100;
	}
	.tabs li {
		float:left;
		height:116px;
	}
	.tabs li > a {
		padding-top:80px;
		width:115px;
		height:35px;
		display:block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#b9b9b9;
		text-align:center;
	}
	.tabs li.active {
		background:url('../images/tab-hover.png') no-repeat;
	}
	.tabs li.active a {
		color:#fdc62a;
	}
	.tabs li .tab-profile {
		background-image:url(../images/profile-icon.png);
		background-position:center 40px;
	}
	.tabs li .tab-blog {
		background-image:url(../images/profile-icon.png);
		background-position:center 40px;
	}
	.tabs li .tab-cv {
		background-image:url(../images/cv-icon.png);
		background-position:center 30px;
	}
	.tabs li .tab-portfolio {
		background-image:url(../images/portfolio-icon.png);
		background-position:center 35px;
	}
	.tabs li .tab-contact {
		background-image:url(../images/contact-icon.png);
		background-position:center 41px;
	}
	/* Active icons */
		.tabs .active .tab-profile {
		background-image:url(../images/profile-icon-active.png);
	}
	.tabs .active .tab-cv {
		background-image:url(../images/cv-icon-active.png);
	}
	.tabs .active .tab-portfolio {
		background-image:url(../images/portfolio-icon-active.png);
	}
	.tabs .active .tab-contact {
		background-image:url(../images/contact-icon-active.png);
	}
	/*-------------------------------------------------------*/
		/* cv Section */
	/*-------------------------------------------------------*/
    	#cv {
		padding:20px;
		overflow:hidden;
	}
	.skills-section, .timeline-section {
		float:left;
	}
	/* Timeline Section */
	.timeline-section {
		width:460px;
		padding-right:60px;
	}
	.timeline {
		padding-top:10px;
	}
	.timeline li {
		margin-bottom:20px;
	}
	.timeline li .timelineUnit {
		line-height:17px;
		margin-left:11px;
		color: #444;
		font-size:13px;
		border-left:1px solid #fadc66;
		padding-left:15px;
	}
	.timeline li .timelineUnit .timelineDate {
		line-height:17px;
		color: #888;
		font-size:14px;
		margin-left:10px;
		font-weight: normal;
		padding:2px 6px;
		float:right;
	}
	.timeline li .timelineUnit h4 {
		line-height:24px;
		font-size:15px;
		color: #444;
	}
	.timeline li .timelineUnit h5 {
		line-height:18px;
		font-size:13px;
		color: #999;
	}
	.timeline li .timelineUnit p {
		color: #666;
		font-size:12px;
		margin-top:5px;
	}
	/* Skills Section */
	.skills-section {
		width:300px;
	}
	.skills {
		margin-top:25px;
		overflow:hidden;
		height:100%;
	}
	.skills li {
		margin-bottom:15px;
		float:left;
		padding-left:30px;
	}
	.skills li h4 {
		width:260px;
		float:left;
		font-size:15px;
		color: #444;
	}
	.skills li .rat0, .skills li .rat1, .skills li .rat2, .skills li .rat3, .skills li .rat4, .skills li .rat5, .skills li .rat6, .skills li .rat7 {
		width:123px;
		height:14px;
		float:left;
	}
	.skills li .rat0 {
		background:url(../images/rats.png) no-repeat;
	}
	.skills li .rat1 {
		background:url(../images/rats.png) no-repeat 0px -14px;
	}
	.skills li .rat2 {
		background:url(../images/rats.png) no-repeat 0px -28px;
	}
	.skills li .rat3 {
		background:url(../images/rats.png) no-repeat 0px -42px;
	}
	.skills li .rat4 {
		background:url(../images/rats.png) no-repeat 0px -56px;
	}
	.skills li .rat5 {
		background:url(../images/rats.png) no-repeat 0px -70px;
	}
	.skills li .rat6 {
		background:url(../images/rats.png) no-repeat 0px -84px;
	}
	.skills li .rat7 {
		background:url(../images/rats.png) no-repeat 0px -98px;
	}
    	#cv .button {
    	margin-top:20px;
    	float: right;
	}
	
	/*-------------------------------------------------------*/
		/* Footer */
	/*-------------------------------------------------------*/
	div.footer {
		margin-top:20px;
		height:20px;
		margin-right: auto; margin-left: auto;
	}
	div.footer .copyright {
		text-align: center;
		float:center;
		color:#333;
		padding-left:6px;
	}
	/*-------------------------------------------------------*/
		/* Isotope filtering */
	/*-------------------------------------------------------*/
    	.isotope-item {
		z-index: 2;
	}
	.isotope-hidden.isotope-item {
		pointer-events: none;
		z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property:-moz-transform, opacity;
		transition-property:transform, opacity;
	}
