body {
        text-align: center;
        background: #4d4d4d;
        color: #bbb;
        font-size: small;
        font-family: Arial, Helvetica, Sans-sarif;
}

#container {
        width: 750px;
        text-align: left;
}

#site_title {
        color: white;
        font-size: 28px;
        text-transform: lowercase;      
}

#page_title, #page_title a {
        color: #bbb;
        font-size: 18px;
        text-transform: lowercase;
        margin-bottom: 20px;
}

#footer {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #888;
}

table {
        font-size: small;
}

.box {
        border: 1px solid #777;
        padding: 10px 10px 0 10px;
        margin-bottom: 10px;
}

.box .title {
        font-size: larger;
        font-weight: bold;
        color: #ddd;
        text-transform: lowercase;      
}

/*li {
        list-style-image: url(/images/pink-dot-small.gif);
}*/

img {
        border:1px solid #777;
        padding: 5px;
}

a {
        color: white;
}


.key_technologies {
        font-style: italic;
        padding-left: 20px;
}


/* RESUME STUFF */

table.columns {
        border-top: 1px solid #777;
        border-left: 1px solid #777;
        border-bottom: 1px solid #777;
}
table.columns td {
        border-right: 1px solid #777;
}

.section {
        text-align:     left;
        margin-bottom:  10px;
        padding-top: 10px;
        margin-left:    auto;
        margin-right:   auto;
        line-height:    17px; }
                
#full_name  {
        color:                  #333;
        font-size:              16px;   
        font-weight:    bold;}
        
#street_address, #city_state_zip, #email, #phone_number, #home_page {
        font-size: 12px;
        padding: 3px 0px 0px 0px;}
                
.subsection {
        line-height:17px; }
                
.subsection h3 {
        display: inline;}
                
.subsection h4 {
        display: inline;}
                
.subsection {
        margin:5px 0px 0px 20px;}
                
.dates, .degree_year {
        font-style: italic;
        font-weight: bold;}
        
.job_title, .company_name, .degree, .major {
        font-weight: bold;
        color: #ddd;
}