/*
link: grey #888888
text: blue #222648
at purple: #373D69

*/

 body {
        background-color: #000000;
        color: #888888;
        font-family: 'Helvetica Neue', Helvetica, sans-serif;
    }
    
    a, a:link, a:visited {
         text-decoration: none;
         font-weight: bold;
         color:#8888bb;
    }
    a:active, a:hover {
         text-decoration: underline;
         font-weight: bold;
         color:#8888bb;
    }
    
    img {
        border-color: #000000;
        padding-top: 10;
    }
    
    hr {
        height:1px; 
        color:#888888;
        background-color:#888888;
        border:0;       
    }
    
    #cat {
	   text-transform: uppercase;
	   letter-spacing: 5;
	   text-align:center;
	   width:80%;
	}
	#cat a {
	   color: #888888;
	   }
	#cat a:hover {
	   background: #222648;
	   text-decoration: none;
	   color: #373D69;
    }
    
    #link { 
        color: #888888; 
    }
	#link a { 
	   color:#373D69; 
	   font-weight: bold;
	   letter-spacing: 1;
    }
	#link a:hover { 
	   color: #888888;
	   text-decoration: none;
    }
    
    .hide {
	   width:80%;
	   font-size: small;
	   padding-top:10px;
	   padding-bottom:10px;
	   margin-right: 10px;
	   margin-left: 10px;
	   //color:#373D69;
	   border-bottom: 1px #222648 solid;
	}
	

    .client {
        font-size: x-small;
        font-weight: 'Light';
        text-transform: uppercase;
        vertical-align: 100%;
        color:#373D69;
        text-spacing: 5;
    }
    
        .resume_head {
        font-size:medium;
    }
    
    .resume_body {
        font-size:small;
        margin-left: 5%;
    }
    
    .resume_dates {
        text-align: right;
        color: 888888;
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    #resume_title {
	   text-transform: uppercase;
	   letter-spacing: 4;
	   font-weight:bold;
	}
	
        
   