body {
  background: #c2caeb;
  background-image: url('/images/sun.png');
  background-repeat: no-repeat;
  font-family: arial, helvetica;
  font-size: 14px;
}

.line {
}

.btn {
   font-size: 10px;
   width: 8em;
   background: #dedede;
   padding: 5px;
   border: 2px solid #ababab;
   border-radius: 3px;
   -moz-radius: 3px;
   cursor: pointer;
   cursor: hand;
   float: right;
   margin-left: 3px;
}

.btn:hover {
   font-size: 10px;
   background: #ffffff;
   border: 2px solid #ababab;
}

.page {
   font-size: 10px;
   width: 1em;
   padding: 5px;
   margin-left: 3px;
   border: 2px solid #ababab;
   border-radius: 3px;
   -moz-radius: 3px;
}

#tab-line {
    position: relative;
    background: #ababab; 
    top: 31;
    width: 750px; 
    height: 5px;
    z-index: 99;
}

.tab {
   position: absolute;
   margin-top: 5px;
   width: 80px;
   height: 40px;
   background: #dedede;
   border-top: 2px solid #ababab;
   border-left: 2px solid #ababab;
   border-right: 2px solid #ababab;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   border-radius-top-left: 3px;
   border-radius-top-right: 3px;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-topright: 3px;
   cursor: pointer;
   cursor: hand;
   overflow: hidden;
}

.tab div {
   padding: 5px;
   padding-bottom: 15px;
   color: #3d3d3d;
   font-size: 10px;
}

.tab.current {
   position: absolute;
   background: #ffffff;
   color: #000000;
   z-index: 100;
}

#gb-resume-header-container {
   background: #ffffff;
   position: absolute;
   width: 750px;
   height: 100px;
   clear: both;
   overflow: hidden;
   z-index: 50;
   border-left: 2px solid #ababab;
   border-right: 2px solid #ababab;
   border-top: 2px solid #ababab;
}

#gb-navigation {
   position: relative;
   clear: left;
   background: #cdcdcd;
   border-top: solid 1px #ababab;
   height: 35px;
   width: 100%;
   overflow: hidden;
   z-index: 91
}

#gb-resume-body-container  {
   background: #ffffff;
   position: absolute;
   width: 750px;
   clear: both;
   overflow: hidden;
   z-index: 100;
   border-left: 2px solid #ababab;
   border-right: 2px solid #ababab;
   border-bottom: 2px solid #ababab;
}

#gb-resume-header, #gb-resume-header-buttons {
   margin-left: 10px;
   margin-top: 10px;
   overflow: hidden;
   float: left;
}

#gb-resume-header-buttons {
    width: 455;
}

#gb-resume-header {
    width: 255;
}

#gb-resume-body {
   width: 730px;
   margin-left: 10px;
   margin-top: 10px;
   overflow: auto;
}


#gb-resume-about {
   padding-top: 40px;
   width: 100%;
   text-align: center;
   overflow: auto;
}

#gb-resume-about div {
    margin-left: auto;
    margin-right: auto;
}

#gb-resume-about div div.title {
    font-weight: 800;
    font-size: 14px;
    margin-top: 20px;
}

#gb-resume-about div div.quote {
    font-style: italic;
}

#gb-resume-about div div {
    font-size: 12px;
    padding: 5px;
    padding-bottom: 3px;
}

#gb-resume-header {
    overflow: hidden;
}

.resume-header {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.me {
  font-size: 25px;
  font-weight: 800;
}

.email {
  font-size: 18px;
  padding-bottom: 2px;
}


.paragraph {
   margin-bottom: 10px;
}


.section-header, .header-btn {
    float: left;
    margin-right: 10px;

}

.section-header {
   font-size: 20px;
   font-weight: 800;
   color: blue;
}

.header-btn {
   color: #000000;
   text-decoration: underline;
   font-weight: 900;
   cursor: pointer;
   cursor: hand;
}


.resume-item  {
   clear: both;
   overflow: hidden;
   padding: 10px;
   width: 690px;
}

.resume-item .bullet {
   float: left;
   margin-top: 10px;
   margin-right: 10px;
   font-size: 10px;
}

.resume-item .paragraph .bullet {
   float: none;
   clear: both;
   font-size: 12px;
   margin-left: 20px;
   margin-right: 0px;
}

.title, .school {
   font-weight: 800;
   margin-bottom: 5px;
}

.company, .studied {
   font-size: 12px;
}

.industry {
   font-size: 10px;
   font-style: italic;
   margin-bottom: 10px;
}

.paragraph {
   clear: both;
}

.start, .end, .hyphen{
   float: left;
   margin-bottom: 10px;
   font-size: 12px;
}
.hyphen {
  margin-left: 5px;
  margin-right: 5px;
}

.summary, .technology {
    clear: both;
    overflow: hidden;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.joke {
    margin-top: 85px;
    font-weight: 800;
    font-size: 28px;
    width: 100%;
    text-align: center;
}

.raw {
   font-size: 10px;
}




.jsoncolon, .jsoncomma, .property-key, .property-value, .jsonbracket, .jsoncurley
{
    float: left;
}

.property-key, .jsoncurly.close, .jsonbracket.close {
    clear: left;
}

.property-value {
   color: #666666;
}

.property-key, .property-value {
   margin-bottom: 5px;

}

.jsoncolon {
   font-weight: 800;
   padding-left: 5px;
   padding-right: 5px;

}

.property-key {
   color: purple;
}

.jsonbracket {
   color: blue;
   width: 5px;
}

.jsoncurly, .jsoncurly.close {
   color: green;
   width: 10px;
}

.array-elements, .object-elements {
   padding: 10px;
   clear: both;
   overflow: hidden;
}

