/* 
    Document   : wmd.css
    Created on : Apr 21, 2013, 1:32:35 AM
    Author     : ahmed
    Description:
        Purpose of the stylesheet follows.
*/

/*-------------------------------*/
/* = base                        */
/*-------------------------------*/

body {
    background: #fff;
    color: #000;
    font-size: 14px;
}

a {
    color: #0077cc;
    text-decoration: none;
}

    a:hover, a:active {
        text-decoration: underline;
    }

ol {
    list-style-position: inside;
}

ul {
    list-style: none;
}



input {
    padding: 3px;
}

input, select, textarea, .tag-editor {
    border: 1px solid #999;
}

textarea {
    resize: vertical;
}

blockquote, pre {
    margin-bottom: 10px;
    background-color: #eee;
}

blockquote {
    padding: 10px 10px 1px 10px;
    margin: 0;
}

code {
    /*font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;*/
    overflow: auto;
}

p code, .comment code {
    padding: 1px 5px;
    background-color: #eee;
}

hr {
    border: 0;
    background-color: #aaa;
    height: 1px;
}

label {
    font-weight: bold;
}

#content pre.prettyprint {
    padding: 10px;
    border: none;
}

#content li.L0, #content li.L1, #content li.L2, #content li.L3, #content li.L4, #content li.L5, #content li.L6, #content li.L7, #content li.L8, #content li.L9 {
    list-style-type: decimal;
}

.grippie {
    background: #EEEEEE url(../img/markdown/grippie.png) no-repeat scroll center 2px;
    margin-top: -2px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0pt 1px 1px;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}


/*-------------------------------*/
/* = markdown                    */
/*-------------------------------*/

.wmd-panel {
    margin-top: 20px;
}

.wmd-input {
    resize: none;
    height: 300px;
    width: 100%;
    padding: 6px 5px 5px 5px;
}

.wmd-preview {
    padding: 5px;
    margin-bottom: 20px;
    border: 1px dashed #ccc;
    width: 100%;
}

    .wmd-preview p {
        margin-bottom: 0;
    }

    .wmd-preview ul li {
        line-height: 15px;
    }

.wmd-button-row {
    position: relative;
    margin-bottom: 5px;
}

    .wmd-button-row li:before {
        display: none;
    }

.wmd-spacer {
    width: 0;
    margin-left: 14px;
    display: inline-block;
    padding: 0;
}

.wmd-button {
    padding-left: 2px;
    cursor: pointer;
    position: relative;
    left: 0 !important;
    display: inline-block;
    margin-bottom: 5px;
}

    .wmd-button > span {
        background-image: url(../img/markdown/wmd-buttons.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 3px;
    }

.wmd-spacer1 {
    left: 50px;
}

.wmd-spacer2 {
    left: 175px;
}

.wmd-spacer3 {
    left: 300px;
}

.wmd-prompt-background {
    background-color: Black;
}

.wmd-prompt-dialog {
    border: 1px solid #999999;
    background-color: #F5F5F5;
}

    .wmd-prompt-dialog > form > input[type="button"] {
        font-size: 10px;
        font-weight: bold;
    }

.wmd-help-button {
    display: none;
}
