body {
    background: #fff url(/images/body-gradient.png) top left repeat-x;
    font-family: Helvetica, Verdana, sans-serif;
}
body div#wrapper {
    margin: .5em auto;
    width: 900px;
}
div#header {
    font-family: serif;
    font-weight: bold;
    padding-left: 1em;
}
div#header span#headerText {
    font-size: 220%;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
div#header span#headerText a {
    color: black;
    text-decoration: none;
}
div#header span#headerSubText {
    font-style: italic;
    font-weight: normal;
    margin-left: 1em;
}
div#header span#headerSubText a {
    color: black;
    text-decoration: none;
}
div#footer {
    background: #eef;
    border: 1px solid #78a;
    font-family: serif;
	font-size: .75em;
    margin: .5em auto;
	padding: 5px 10px;
    width: 880px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 2px 2px 2px rgba(119, 136, 170, 0.2);
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 2px 2px 2px rgba(119, 136, 170, 0.2);
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(119, 136, 170, 0.2);
}

div.breadcrumbs {
    background: #dde6df;
    border-bottom: 1px solid #976;
    border-left: 1px solid #78a;
    border-right: 1px solid #78a;
    border-top: none;
    clear: both;
    font-size: 70%;
    padding: .3em .1em .3em 1.5em;
}

/* --- Menu --- */
div.menu ul#mainMenu {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 85%;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.menu ul#mainMenu li {
    background: #b0a78f;
    border-right: 1px solid #bcc7bf;
    border-top: 1px solid #78a;
    float: left;
    padding: .3em 1em;
    text-shadow: 0 1px 1px #300900;
    text-shadow: 0 1px 1px rgba(38, 8, 0, .5);
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
div.menu ul#mainMenu li.active {
    background: #d0c7af;
}
div.menu ul#mainMenu li:first-child {
    border-left: 1px solid #78a;
    -webkit-border-top-left-radius: 8px;
}
div.menu ul#mainMenu li:last-child {
    border-right: 1px solid #78a;
    -webkit-border-top-right-radius: 8px;
}
div.menu ul#mainMenu li a:link {
    color: #731;
    text-decoration: none;
}
div.menu ul#mainMenu li a:visited {
    color: #731;
    text-decoration: none;
}
div.menu ul#mainMenu li a:hover {
    color: #b00;
    text-decoration: none;
}
div.menu ul#mainMenu li a:active {
    color: #b00;
    text-decoration: none;
}

/* --- Content --- */
div#content {
    background: #eef url(/images/content-gradient.png) top left repeat-x;
    border-bottom: 1px solid #78a;
    border-left: 1px solid #78a;
    border-right: 1px solid #78a;
    clear: both;
    padding: .5em 0;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    -moz-box-shadow: 2px 2px 2px rgba(119, 136, 170, 0.2);
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-box-shadow: 2px 2px 2px rgba(119, 136, 170, 0.2);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 2px 2px 2px rgba(119, 136, 170, 0.2);
}

div#content ul {
    margin-left: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
div#content li {
    line-height: 1.4em;
    margin-bottom: .5em;
}

div.appScreenshot {
    background: #b0a78f;
    border: 1px solid #789;
    float: right;
    line-height: 0;
    margin-left: 1em;
    margin-right: 1em;
    padding: 3px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
/* --- Standard tags --- */
h1, h2, h3, h4, h5, h6 {
    color: #697;
    padding: 0;
    font-family: UnDotum, Verdana, serif;
    margin: .5em 0 0 .25em;
    text-shadow: 1px 1px 1px #142;
    text-shadow: 1px 1px 1px rgba(12, 50, 25, .5);
}
h1 {
    color: #586;
    font-size: 180%;
    margin-top: 0;
}
h2 {
    font-size: 150%;
}
h2 span.subheading {
    font-size: .5em;
    text-shadow: none;
}
h3 {
    font-size: 130%;
    margin-left: .6em;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 110%;
}
h6 {
    font-size: 100%;
}
p {
    margin: .5em 1em .7em;
    line-height: 1.4em;
}
ul {
    margin-top: .5em;
    list-style-type: disc;
}
a:link {
    color: #731;
    text-decoration: underline;
}
a:visited {
    color: #731;
    text-decoration: underline;
}
a:hover {
    color: #d00;
    text-decoration: underline;
}
a:active {
    color: #b00;
    text-decoration: underline;
}

div.thumbnails {
    margin: .5em 1em .7em;
}

p.educationDate, p.workDate {
    clear: right;
    float: right;
    margin-bottom: .3em;
    margin-top: .2em;
}
p.educationLocation, p.workEmployer {
    font-weight: bold;
    margin-bottom: .3em;
    margin-top: .2em;
}
p.educationDescription {
    clear: both;
    margin-top: .3em;
}
