/* Theme Name: Candid
 *
 */
/* Style the editor's content.
 *
 * Copyright 2010 Ludovico Fischer
 */

html .mceContentBody {
    max-width: 700px;
    padding-right: 28px;
}

* {
    font-family: Verdana, sans-serif;
}

p,
dl,
td,
th,
ul,
ol,
pre,
blockquote {
    font-size: 14px;
}

p, ul, ol {
    margin: 0.5em 0;
    padding: 0;
}

h1, h2 { 
    font-size: 1.5em;
}

h4 {
    margin-top: 1.5em;
    margin-bottom: 0;
}

dt {
    font-style: italic;
}

dd {
    margin-left: 1em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

blockquote { 
    font-style: italic;
}

blockquote i {
    font-style: normal;
}

a {
    border: none;
    color:#f36;
    font-weight:bold;
    text-decoration:none;
}

a:hover { 
    color: #06c;
}
