/* Basic elements common to all TextMate styles
 * Intended for use in embedding source in HTML pages
 */

div.textmate-source {
    margin: 0.8em 30px;
    padding: 0;
    border: 1px solid grey;
    text-align: left;
}

/* textmate-source-header is currently unused, but perhaps in the future... */
div.textmate-source > div.textmate-source-header {
    background-color: #E6D6BA;
    padding: 2px 6px;
    margin: 0;
    font-size: 0.8em;
    border-bottom: 1px solid grey;
    color: darkgreen;
}

div.textmate-source > div.textmate-source-header a:link {
    color: blue;
}

pre.textmate-source {
    padding: 6px;
    margin: 0;
    border: 0;
    width: auto;
    font-size: 0.8em;
    line-height: 1.3em;
    overflow: auto;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}

pre.textmate-source .linenum {
    width: 75px;
    padding: 0.1em 0.2em 0.2em 0;
    color: #888;
    background-color: #eee;
}
