html {
    min-height: 100%;
    margin: 0 0 1px;
}

* { 
    font-family: verdana; 
    font-family: optima;
    font-family: verdana;
    font-size: 11px; 
    font-size: 12px;
    border: 1px none #f00; 
}

a {
    text-decoration: none;
}

a.biglink {
    display: block;
    font-size: 26px;
    color:#abcdef;
    margin: 10px;
    font-family: verdana;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #333;
    background-image: url('/images/stripe.png');
}

/*
body, a { 
    background-color: #5E574C; 
    color: #F5D7A8; 
    background-color: #111;
    color: #fff;
    background-color: #333;
}
*/
body, a {
    color: #ccd;
}

div#banner { 
    top: 0px;
    font-size: 0px;
    color: #5E574C; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 950px;
    border: 3px solid #5e574c;
    border-style: none none solid solid;
    border-style: none none double none;
    padding: 5px;
    position: relative;
    z-index: 3;
}

div#banner h1 {
    /*
    background-image: url('../images/mr.logo.shiny.png'); 
    width: 400px; 
    height: 0px;
    font-size: 0;
    padding-top: 60px;
    color: #333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    */
    letter-spacing: 10px;
    font-size: 16px;
}

div#mainbody { 
    width: 950px; 
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #5e574c;
    border-style: solid none solid solid;
    border: none;
    position: relative;
    z-index: 2;
}

p#quirk {
    position: absolute; top: 79px; left: 50px;
    width: 80px;
}

div#navi {
    background-color: #333;
    border: 1px solid #F5D7A8;
    border: 3px solid #5e574c;
    border-style: none solid none none;
    border-style: none none double none;
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 950px;
    margin: 0 auto 0 auto;
    position: relative;
}

div#navi div {
    border: 1px dashed #F5D7A8;
    border: 1px solid #666;
    border-style: none none solid none;
    border-style: none;
    padding: 5px;
    cursor: pointer;
    width: 10em;
    display: inline;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: 50px;
    font-size: 16px;
}

div#navi div.selected {
    background-color: #F5D7A8;
    background-color: #333;
    color: #5E574C; 
    color: #fff;
    font-weight: bold;
}

.code_header {
    width: 600px;
    width: 100%;
    border: 1px none #faeeda;
    padding: 10px;
    margin-top: 20px;
    color: #F5D7A8;
    color: #ccc;
}


.code_container {
    width: 800px;
    color: #0f0;
    margin: 40px auto 20px auto;
}

.code_container .title {
   border: 1px ridge #666; 
   padding: 5px;
   padding-left: 20px;
   border-style: solid solid none solid;
   background-color: #333;
   border: none;
   color: #fff;
   font-weight: bold;
   text-align: center;
   border-top: 1px solid #666;
   border-bottom: 1px solid #666;
   margin-bottom: 10px;

   /* os x terminal style
   background-image: url('http://mikerentas.com/images/terminal.png');
   background-image: url('http://mikerentas.com/images/terminal_titlebar.png');
   background-image: url('http://mikerentas.com/images/terminal_titlebar_nopath.png');
   background-repeat: no-repeat;
   background-position: 2px 2px;

   border: 0px;
   padding: 0px;
   background-color: transparent;
   color: #000;
   height: 18px;
   background-position: 0px 2px;
   color: #111;
   padding-left: 255px;
   padding-top: 7px;
   font-weight: normal;
   font-size: 12px;
   width: 335px;
   margin-left: auto;
   margin-right: auto;
   */
}

.code_container pre {
    margin-top: 0;
    padding-top: 0;
    padding: 5px;
    height: 30em;
    scroll: auto;
    overflow:auto;
    font-family: courier;
    font-size: 14px;
    line-height: 14px;
    background-color: #111;
    background-color: #222;
    border: none;
    /*
    opacity: .80;
    filter:alpha(opacity=80);
    */

    /*os x terminal style
    border: 1px ridge #999;
    width: 574px;
    margin-left: auto;
    margin-right: auto;
    */
}

.menu {
    margin-left: 10px;
}

.menu a {
    display: block;
    width: 90px;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.menu .item {
    margin-bottom: 5px;
}

#resume_container {
    position: relative;
    top: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #333;
    background-color: #eee;
    color: #111;
    padding-top: 10px;
    /* background-image: url('/images/stripe-inverted.png'); */
}

#resume_container a {
    color: #666;
}

#resume_container div {
    margin-left: auto;
    margin-right: auto;
}

#contact_info_container {
    border: 1px solid #000;
    border-style: none none none none;
    text-align: center;
    margin-bottom: 40px;
}

#contact_info_container p, #contact_info_container p a {
    margin: 10px;
    padding: 10px;
    display: inline;
    font-weight: bold;
    font-size: 14px;
}

#contact_info_container .print_only {
    display: none;
}

#body_container {
    position: relative;
    margin-top: 10px;
    width: 95%;
    font-size: 14px;
}

#buzzword_container {
    display: none;
}

.body_section {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.body_section p {
    font-size: 14px;
}

.section_header {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.section_body {
    border: 1px solid #F5D7A8;
    border: 1px solid #333;
    border-style: solid none none none;
    margin-bottom: 5px;
    padding: 5px;
    line-height: 1.5em;
}

.section_body div {
    font-size: 14px;
    line-height: 1.5em;
}

.section_body ul {
    margin-bottom: 10px;
}

.section_body ul li {
    margin-bottom: 8px;
    line-height: 1.5em;
    font-size: 14px;
}

.section_body .school, .section_body .club {
    margin-bottom: 20px;
}

.strong, .bold {
    font-weight: bold;
}

.job {
    margin-bottom: 20px;
}

.job_header {
    min-height: 40px;
    display: block;
}

div#output {
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: #000;*/
    color: #999;
    filter:alpha(opacity=10);
    opacity: .10;
    width: 125px;
    height: 1000px;
    padding: 5px;
    font-family: fixed;
    white-space: pre;
    z-index: 1;
}

.mousedOver {
    border: 1px solid #f00;
}

div#imgselector_frame {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    text-align: center;
    border: 3px double #5e574c;
    background-color: #333;
    position: relative;
    z-index: 2;
}

div#imgselector {
    width: 800px;
    overflow: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: auto;
    margin-top: 10px;
}

div#imgselector a {
    margin: 0;
    padding: 0;
}

div#imgselector img {
    margin: 0;
    padding: 0;
    opacity: .65;
    filter:alpha(opacity=65);
}

div#imgselector img:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}

a.omgsong {
    font-size: 72px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}

a.omgsong:hover {
    color: #000;
    background-color: #fff;
}
