﻿html,
body {
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    background-image: url('images/carbon2.jpg');
    background-repeat:repeat;
}

a {
    text-decoration:none;
}

.orange {
    color: #e68d17;
}

.lightblue {
    color: #90badb;
}

.darkblue {
    color: #5fa5db;
}

#blackbanner {
    width:100%;
    height:120px;
    position:absolute;
    top: 30px;
    left: 0;
    background-image: url('images/000000_80.png');
}

#blackbanner #accent {
    height:100%;
    width:30px;
    position:absolute;
    right:0;
    top:0;
    background:#e68d17;
    display:none;
}

#wrapper {
    position:absolute;
    width: 400px;
    min-height: 100%;
    left: 10%;
    
    background-image: url('images/0a304c_80.png');
    background-repeat: repeat;    
}

#wrapper #content {
    padding:0;
    padding-top:30px; /* Height of the #blackbanner offset */
    padding-bottom:30px;/* Height of the #footer */
}

#wrapper #footer {
    height:30px;
    width:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#e68d17;
}

#name {
    padding:5px 15px 5px 15px;
    height:110px;
/*    background-color:#202A33; */
    background-image:url('images/000000_80.png');
}

#name h1 a {
    font-family: 'Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
    font-size:36pt;
    line-height:100%;
    color: #e68d17;
}

#me
{
    padding-top:30px;
}

.me-nav, .me-detail {
    padding-left:15px;
    padding-right:15px;
    font-family:'Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
}

div.me-nav {
    background-image:url('images/000000_80.png');
    padding-top:3px;
    padding-bottom:3px;
    padding-left:36px; /* 15px padding + 16px expando + 5px margin */
    position:relative;
}

div.me-nav h2 {
    color:white;
    font-weight: bold;
}

img.expando, img.expando-open {
    color:#e68d17;
    margin-right:10px;
    vertical-align:middle;
    position:absolute;
    top:6px;
    left:15px;
    border:0;
    height: 16px;
    width: 16px;
}

.me-detail {
/*    color:#5fa5db;*/
    color:#e0e0e0;
    padding: 5px 30px 10px 40px;
    background-image:url('images/000000_40.png');
}

.me-detail a {
    color:#90badb;
}

.me-detail a:hover {
    color:#e68d17;
}

.me-detail ul {
    padding-left:20px;
}

.me-detail li {
    list-style: square outside none;
    margin-bottom: 0.5em;
}

.me-detail li:last-child {
    margin-bottom: 0;
}

.me-detail p {
    margin-top: 0;
    margin-bottom: 15px;
}

.me-detail > :last-child {
    margin-bottom: 0;
}

.collapsed {
    display:none;
}

.pdflink 
{
    background-image:url(images/pdf_white.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:20px;
}

.pdflink:hover
{
    background-image:url(images/pdf_orange.png);
}

ul#contact
{
    padding-left:20;
}
ul#contact li
{
    list-style-type: none;
}
ul#contact a
{
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:34px;
    padding-top:5px;
    padding-bottom:5px;
}

a.facebook
{
    background-image:url(images/facebook.png);
}

a.twitter
{
    background-image:url(images/twitter.png);
}

a.linkedin
{
    background-image:url(images/linkedin.png);
}

a.email
{
    background-image:url(images/email.png);
}