
/* Simple reset */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin:0;
    padding:0;
}
body {
    font:14px Helvetica,Arial,sans-serif;
}
img {
    vertical-align:middle;
    border:0;
    height:auto;
    max-width:100%;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
del {
    text-decoration:line-through;
}
ins {
    text-decoration:none;
}
ol,
ul {
    margin-bottom:1.5em;
    margin-left:2em;
}
a:link,
a:visited {
    text-decoration:underline;
    color:#444444;
}
a:hover,
a:focus,
a:active {
    text-decoration:none;
    color:#DA8838;
}
:hover,
:focus,
:active {
    outline:0;
}
input,
button,
textarea,
select {
    font-family:inherit;
    font-size:99%;
    font-weight:inherit;
}
pre,
code {
    font-family:"Lucida Console",Monaco,monospace;
}
p,
pre,
blockquote,
form {
    margin-bottom:1.5em;
}
abbr,
acronym {
    border-bottom:1px dotted #666;
    font-variant:normal;
    cursor:help;
}

/* Headline */
h1 {
    margin:0 0 .8em;
    padding:0;
    font:30px/32px Economica,Helvetica,Arial,sans-serif;
    font-weight:bold;
    color:#DA8838;
    text-transform:uppercase;
}
h2 {
    margin:0 0 .5em;
    padding:0;
    font-size:16px;
    font-weight:bold;
    color:#444444;
}
h3,
h4,
h5,
h6 {
    margin:0 0 .2em;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#444444;
}

figcaption {
    font-size:9px;
    font-style:italic;
    color:#5E9493;
}
/* Classes */
.space_top {
    margin-top: 26px !important;
}

/* TinyMCE backend */
body#tinymce {
    background-color:#fff;
    color:#333;
}
