html {
    margin: 0;
    padding: 0;
}

body {
    color: #999;
    background: #111;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*font-variant: small-caps;*/
    margin: 0;
    padding: 25px 25px 0 25px;
}

a {
    color: #666666;
}

a img {
    border: 0;
}

p {
    padding: 0 30px;
    font-variant: normal;
}

blockquote {
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    font-style: italic;
    margin: 10px 0;
    padding: 5px 10px;
}

div#error {
    clear: both;
    padding: 20px;
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
}

div#layout {
    background: #222;
    border: 1px #666666 solid;
    width: 890px;
    margin: 0 auto 20px auto;
    padding: 0 5px;
}

/* HEADER */
div#header {
    margin: 0;
    padding: 10px;
}

div#header h1 {
    float: left;
    letter-spacing: 8px;
    font-weight: normal;
    font-variant: small-caps;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}

h2 {
    clear: both;
    color: #666;
    letter-spacing: 4px;
    font-weight: normal;
    font-variant: small-caps;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding: 0 0 0 20px;
}

div#header a {
    color: #999;
    text-decoration: none;
}

div#header-links {
    color: #666;
    float: right;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
}

div#header-links a {
    color: #666;
}

div#header-links a:hover {
    text-decoration: underline;
}

div#header a.all-models {
    color: #999;
}

/* PHOTO STUFF */

img#model-img {
    border: 10px white solid;
    margin: auto 0;
}

div#meta {
    clear: both;
}

div#meta {
    padding: 10px 20px;
}

tr.source td.meta-value {
    font-style: italic;
}    

div#meta td {
    vertical-align: top;
    padding: 3px 5px;
}

td.meta-label {
    white-space: nowrap;
    text-align: right;
    /*font-variant: small-caps;*/
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

td.meta-value {
    font-variant: normal;
    font-size: 12px;
    color: #777;
}

div#model-photo {
    float: left;
}

div#model-photo.no-thumbs {
    width: 100%;
    text-align: center;
}

div#model-thumbnails {
    width: 162px;
    float: right;
    margin: 0;
    padding: 0;

}
div#model-thumbnails ul {
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
}

img.thumbnail {
    border: 5px #666 solid;
}

img.thumbnail:hover {
    border: 5px white solid;
}

div#thumbnails {
    text-align: center;
}

div#thumbnails img {
    margin: 0 2px;
}

/* FOOTER */

div#footer {
    font-variant: small-caps;
    color: #444;
    text-align: center;
    padding: 0 0 10px 0;
}

img#thumbnails-right, a#thumbnails-left {
    text-decoration: none;
    margin: 0 0 5px 0;
}

div#thumbnails-message {
    font-variant: small-caps;
    text-align: center;
    color: #666;
}

div#comments {
    padding: 0 0 20px 0;
}

#comments li {
    font-size: 12px;
    padding: 5px;
    list-style-position: inside;
}

span.comment-text {
}

div.comment-date {
    float: right;
    color: #666;
}

span.comment-author {
    white-space: nowrap;
    text-align: right;
    /*font-variant: small-caps;*/
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

li.even {
    background: #1a1a1a;
}

li.odd {
    background: #202020;
}

input[type=text], textarea {
    background: #444444;
    border: 1px #999999 solid;
    color: #cacaca;
    width: 500px;
}

textarea {
    height: 200px;
}

td.comment-form-label {
    color: #666;
    white-space: nowrap;
    text-align: right;
    /*font-variant: small-caps;*/
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

div#comments-form {
    padding: 10px 100px;
}

input[type=submit] {
    font-variant: small-caps;
    padding: 5px;
}

tr.email {
    display: none;
}

div.all-models {
    clear: both;
    margin: auto;
    text-align: center;
}

div.all-models img {
    margin: 5px;
}
