/* style do tinymce *//* 
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/


    
    body, 
    #tinymce{
        font: normal 12px/16px Arial, sans-serif;
        color: #4b4b4b;
    }     
    a{
        color: #de0e16;
    }
/* HEADINGS */
    h1,
    #tinymce h1 {
        margin: 0 0 0.5em 0;
        padding: 0;
        font-size: 2em;
        line-height: 1.5em;
        color: black;
    }
    h2,
    #tinymce h2 {
        margin: 0 0 0.5em 0;
        padding: 0;
        font-size: 1.5em;
        line-height: 1.5em;
        color: black;
    }
    h3,
    #tinymce h3 {
        margin: 0 0 0.5em 0;
        padding:0;
        font-size: 1.3em;
        line-height: 1.3em;
        color: black;
    }
    h4,
    #tinymce h4 {
        margin: 0 0 0.25em 0;
        padding: 0;
        font-size: 1.2em;
        line-height: 1.3em;
        color: black;
    }
    h5,
    #tinymce h5 {
        margin: 0 0 0.25em 0;
        padding: 0;
        font-size: 1.1em;
        line-height: 1.3em;
        color: black;
    }
    h6,
    #tinymce h6 {
        margin: 0 0 0.25em 0;
        padding: 0;
        font-size: 1em;
        line-height: 1.3em;
        
        color: black;
    }
/* END HEADINGS */

/* TEXT */
    p,
    #tinymce p {
        margin: 0 0 1.5em 0;
        padding: 0;
        font-size: 1em;
        line-height:1.4em;
    }
    blockquote,
    #tinymce blockquote  {
        margin-left: 10px;
        border-left: 10px solid #ddd;
    }
    pre,
    #tinymce pre {
        font-family: monospace;
        font-size: 1.0em;
    }
    strong,
    b,
    #tinymce strong,
    #tinymce b {
        font-weight: bold;
    }
    em,
    i,
    #tinymce em,
    #tinymce i {
        font-style:italic;
    }
    code,
    #tinymce code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
    
/* LISTS */
    ul,
    #tinymce ul {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height:1.4em;
    }
    ul li,
    #tinymce ul li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        list-style-type: disc;
    }
    li ul li,
    #tinymce li ul li{
        list-style-type: circle;
    }
    ol,
    #tinymce ol {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1.0em;
        line-height: 1.4em;
    }
    ol li,
    #tinymce ol li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        font-size: 1.0em;
        list-style-type: decimal;
    }
    li ol li,
    #tinymce li ol li{
        list-style-type: lower-alpha;
    }
    dl,
    #tinymce dl {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height: 1.4em;
    }
    dl dt,
    #tinymce dl td {
        margin: 0.25em 0 0.25em 0;
        padding: 0;
        
        font-weight: bold;
    }
    dl dd,
    #tinymce dl dd {
        margin: 0 0 0 30px;
        padding: 0;
    }
/* END LISTS */
    
    
/* TABLE */
    table,
    #tinymce table {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
    }
    table caption,
    #tinymce table caption {
        margin: 0;
        padding: 0 0 1.5em 0;
        
        font-weight: bold;
    }
    th,
    #tinymce th {
        font-weight: bold;
        text-align: left;
    }
    td,
    #tinymce td {
        font-size: 1em;
    }
/* END TABLE */    
    
    hr,
    #tinymce hr {
        display: none;
    }
    
/* END TYPOGRAPHY */  
