/*
Frank Joris--Resume

resume@DanielBaer.com
http://resume.DanielBaer.com/
*/


/****************************************************************************/
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

q:before, q:after {
    content: ''
}

a {
    text-decoration: none
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
    font-weight: bold
}

em {
    font-style: italic
}

* a {
    position: relative
}

/* Gets links displaying over a PNG background */
a img {
    border: none
}

/* Gets rid of IE's blue borders */


/****************************************************************************/
/* Nathan Ford - http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ */
/* 'Helvetica Neue', Arial, Helvetica, sans-serif - p */
/* Helvetica, 'Helvetica Neue', Arial, sans-serif - t */


/****************************************************************************/
/*
dark   #595959
medium #8b8b8b
light  #bdbdbd

light blue  #06c
medium blue #039
*/

/************************************/
/*DRB - Default Style Sheet*/

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration: underline;
}

.h1 {
    font-size: 200%;
    font-weight: bold;
    line-height: 2rem;
}

.h2 {
    font-size: 150%;
    font-weight: bold;
    line-height: 1rem;
}

.h3 {
    font-size: 122%;
    font-weight: bold;
    line-height: 1rem;
}

.h4 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1rem;
}

.h5 {
    font-size: 90%;
    font-weight: bold;
    line-height: 1rem;
}

.h6 {
    font-size: 70%;
    font-weight: bold;
    line-height: 1rem;
}

.p1 {
    font-size: 200%;
    font-weight: normal;
}

.p2 {
    font-size: 150%;
    font-weight: normal;
}

.p3 {
    font-size: 122%;
    font-weight: normal;
}

.p4 {
    font-size: 100%;
    font-weight: normal;
}

.p5 {
    font-size: 90%;
    font-weight: normal;
}

.p6 {
    font-size: 70%;
    font-weight: normal;
}

.hl {
    text-align: left;
}

.hc {
    text-align: center;
}

.hr {
    text-align: right;
}

.vt {
    vertical-align: top;
}

.vc {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fcb {
    clear: both;
}

.pos_abs {
    position: absolute;
}

.pos_rel {
    position: relative;
}

.rw11 {
    width: 100%;
}

/*rw32 = relative width two thirds*/
.rw21 {
    width: 50%;
}

.rw31 {
    width: 33%;
}

.rw32 {
    width: 66%;
}

.rw41 {
    width: 25%;
}

.rw43 {
    width: 75%;
}

.margin_no {
    margin: 0;
}

.padding_no {
    padding: 0;
}

.margin_t {
    margin-top: 1rem;
}

.margin_r {
    margin-right: 1rem;
}

.margin_b {
    margin-bottom: 1rem;
}

.margin_l {
    margin-left: 1rem;
}

/************************************/
/*HTML Elements*/

html {
    font-size: 18px;
    overflow: scroll;
}

body {
    background: #8b8b8b;
}

body, table, form, input, textarea, select {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1rem; /* 16px x 1.125 = 1rem */
}

p {
    font-size: 14px; /* 16px x .875 = 14px */
    margin-bottom: 1rem;
}

a:link,
a:visited {
    color: #06c;
}

a:hover,
a:active {
    color: #039;
    text-decoration: underline;
}


/************************************/
/*Structural Elements*/

#mainbox {
    margin: 1rem auto;
    padding: 0;
    width: 688px;
}

#submenu_foot {
    float: left;
    position: relative;
    top: 28px;
}

#submenu_foot .ico {
    margin: 0 0 -3px 9px;
}

#content {
    clear: both;
    font-size: 14px;
    min-width: 688px;
    width: 688px;
}

#content ul li {
    list-style: disc;
    margin-left: 1.4em;
}

#c_head {
    background: url("bar_top.png") no-repeat, linear-gradient(to right, #fff 2rem, #bdbdbd);
    min-height: 2rem;
    padding: 1rem;
}

#c_body {
    /*background: url("bg1rem.png");*/ /*TESTING*/
    background: #fff;
    padding: 1rem;
}

#c_foot {
    background: url("bar_bot.png") no-repeat #bdbdbd;
    height: 25px;
    padding: 11px 0 0 9px;
}

#footer {
    color: #595959;
    font-size: 12px;
    padding-right: 1rem;
    text-align: right;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #595959;
}


/************************************/
/*Main Menu*/

#nav {
    color: #fff;
    font-weight: bold;
    padding-left: 1rem;
}

#nav li {
    display: block;
    float: left;
    margin: 0;
    padding-right: 9px;
}

#nav li a:link,
#nav li a:visited {
    color: #fff;
    display: block;
    font-weight: bold;
}

#nav li a:active,
#nav li a:hover {
    color: #bdbdbd;
    text-decoration: none;
}


/************************************/
/*Formatting Elements*/

a.pdf:link,
a.pdf:visited {
    background: url("ico_pdf.gif") no-repeat center right;
    padding-right: 22px;
}

a.print:link,
a.print:visited {
    background: url("ico_print.png") no-repeat center right;
    padding-right: 22px;
}

a.lnk_title:link,
a.lnk_title:visited {
    color: #039;
}

.ico {
    height: 16px;
    width: 16px;
}

.upcase {
    text-transform: uppercase;
}

div.divider {
    border-bottom: 1px solid #bdbdbd;
    clear: both;
    margin: 1rem 0;
}


/************************************/
/*Special Elements*/

#myinfo {
}

#myinfo img {
    border: 1px solid #bdbdbd;
    height: 176px;
    margin-top: -1px;
    width: 176px;
}

#myname {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
}

#mytitle {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.1em;
}

#mycontact {
    font-size: 12px;
    font-style: italic;
    margin-top: 16px;
}

#myemail {
    font-size: 14px;
    text-transform: lowercase;
}

#myphone {
}

#myintro > p {
    font-style: italic;
    font-weight: bold;
    margin: 0;
    width: 100%;
}

#myintro > div > span {
    float: right;
    margin-bottom: 1rem;
}

#myintro > div > span > span {
    font-weight: bold;
}

#resume {
    margin-bottom: -1rem;
}

#resume h1 {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

#resume p {
    position: relative;
}

#resume .entry {
    margin-bottom: 1rem;
}

#resume .r_text > ul {
    margin-right: 1rem;
    width: 452px;
}

#resume .r_pos {
    font-weight: bold;
    margin-left: -1rem;
}

#resume .r_com {
    font-style: italic;
    margin-left: -1rem;
}

#resume .r_whenwhere {
    float: right;
    margin-top: -1rem;
    width: 148px;
}

#resume .r_grades {
    font-style: italic;
    position: absolute;
    right: -166px;
    width: 148px;
}


/************************************/
/*Miscellaneous Classes*/

.note {
    font-size: 90%;
    font-style: italic;
}

.column {
    float: left;
    margin-bottom: 1rem;
    width: 50%;
}


/****************************************************************************/