
body {
    background-color: #fff;
    color: #333;
    margin: 70px 100px;
    /*font-family: Optima, 'MarcellusSC-Regular', 'Lucida Grande', sans-serif;*/
    font-family: "Optima", "CG Omega", "Lucida Grande", "Trebuchet MS", sans-serif;
}

a:visited,
a:link {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #333;
}


h3 {
    color: #666;
}

#navigation {
    background: #fff url(../pics/thumbnails/jesse_magee.jpg) no-repeat left top;
    height: 41px;
    overflow: visible;
}

#navigation a#head_lnk {
    display: inline-block;
    width: 178px;
    height: 41px;
}

#navigation ul {
    float: right;
}

#navigation li {
    display: inline-block;
}

#navigation a {
    color: #666;
    padding-left: 50px;
}

#navigation a.active {
    color: #333;
    font-weight: bold;
}

#navigation #lnk_home.active { color: #333333; }
#navigation #lnk_works.active { color: #006633; }
#navigation #lnk_news.active { color: #003399; }
#navigation #lnk_vita.active { color: #663333; }
#navigation #lnk_contact.active { color: #333366; }

#navigation,
#content {
    min-width: 790px;
}

#content {
    clear: both;
    padding-top: 90px;
}

/* HOME */

#home-container {
    text-align: center;
}

#home-container span {
    display: inline-block;
    text-align: left;
}

#home-container span small {
    font-size: 0.7em;
}

/* WORKS */
#works-container {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.work-item {
    display: inline-block;
    width: 191px;
    padding: 0 30px 20px;
    vertical-align: top;
}

.work-item p {
    font-size: 0.8em;
}
#note {
    white-space: pre-line;
    display: block;
    text-align: justify;
    color: #666;
    font-family: "Optima", "CG Omega", "Lucida Grande", "Trebuchet MS", sans-serif;
    line-height: 1.4;
    margin-top: 1em;
    width: 100%;        /* use full width of parent cell */
    max-width: none;    /* remove arbitrary max width */
}
#footer {
    border-top: 1px solid #ededed;
    margin-top: 90px;
    padding-top: 30px;
    text-align: center;
}

/* SHOW - WORK */
h1#name {
    font-size: 1.2em;
    color: #333;
}

.left-col span {
    display: inline-block;
    padding-bottom: 5px;
    width: 260px;
}

#description {
    color: #666;
}

#dimensions {
    color: #888;
}

/* NEWS */
#content-table td {
    padding: 0 0 50px;
    vertical-align: top;
}

#content-table td.left-col {
    text-align: right;
    padding-right: 50px;
    width: 280px;
    font-size: 0.8em;
}

#content-table td.left-col img {
    max-width: 280px;
}

#content-table td.right-col {
    font-size: 0.8em;
    max-width: 750px;
}

#content-table td.right-col img.work-img {
    max-width: 705px;
    padding-bottom: 50px;
    display: block;
}

#news-container #content-table td.right-col span {
    color: #777;
}

/* CONTACT */
#home-contact {
    width: 400px;
    margin: 0 auto;
}

#disclaimer {
    color: #777;
    font-size: 0.7em;
    padding-top: 30px;
    text-align: justify;
}

/* VITA */
h3.category {
    color: #777;
    font-size: 1em;
    font-weight: normal;
    padding-top: 30px;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}

.right-col h3:first-child {
    padding-top: 0;
}

p.entry {
    margin: 0;
    min-width: 700px;
    padding: 0 0 10px;
}

p.entry span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5em;
}

p.entry span.date {
    width: 15%;
}

p.entry span.text {
    width: 80%;
    color: #666;
}

p.entry span.text strong {
    font-weight: normal;
    color: #333;
}

p.entry span.text em {
    font-style: normal;
    color: #666;
}

p.entry span.text cite {
    font-style: normal;
    color: #888;
}

/* OTHER STUFF */

#no-js-warning {
    text-align: center;
}
