    .name {
        background-color: #333333;
    }

    .position {
        background-color: #3a3a3a;
    }


    .tabs li.about a {
    background: #3a3a3a;
    }
    .tabs li.about.active a,
    .tabs li.about a:hover {
        color: #3a3a3a;
    }

    .tabs li.resume a {
    background: #404040;
    }
    .tabs li.resume.active a,
    .tabs li.resume a:hover {
        color: #404040;
    }

    .tabs li.portfolio a {
    background: #444444;
    }
    .tabs li.portfolio.active a,
    .tabs li.portfolio a:hover {
        color: #444444;
    }

    .tabs li.contacts a {
    background: #494949;
    }
    .tabs li.contacts.active a,
    .tabs li.contacts a:hover {
        color: #494949;
    }

    .tabs li.feedback a {
    background: #4d4d4d;
    }
    .tabs li.feedback.active a,
    .tabs li.feedback a:hover {
        color: #4d4d4d;
    }
	
	.tabs li.share a {
    background: #535353;
    }
    .tabs li.share.active a,
    .tabs li.share a:hover {
        color: #535353;
    }

    
    .blue {
    color: #444444 !important;
    }
    .orange {
    color: #4d4d4d !important;
    }
    #home span {
    color: #999999;
    font-size: 32px;
    margin: 12px 0 0 4px;
    }


    .button-red {
    background: #333333 !important;
    }
    .button-blue {
    background: #494949 !important;
    }    