@charset "utf-8";

/* MAIN RESET - begin */

html, body, div, span, applet, object,
 iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
  pre, a, abbr, acronym, address, big, cite, code,
   del, dfn, em, font, img, ins, kbd, q, s, samp, small,
    strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
     li, fieldset, form, label, legend, table, caption, tbody,
      tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 14px;
    line-height: 1.25em;
    font-family: Georgia, "Lucida Grande", Arial, Sans-serif;*/
   /* vertical-align: baseline; */
}

/* remember to define focus styles! */
:focus { outline: 0; }

body {
    min-width: 960px;
    background: #fff;
}

ol, ul { list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

small { font-size: 0.917em; }
small a { font-size: 1em; }

b, strong { font: inherit; font-weight: bold; }
i, em { font: inherit; font-style: italic; }

/*
 * Moved to typography.css
 * 

a, a:visited {
    text-decoration: underline;
    color: #a03636;
    font: inherit;
}

a:hover, a:focus {
    cursor: pointer;
    color: #d76262;
}
 
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
/*h1, h2, h3, h4 { font-weight: bold; }*
h1, h2, h3 { line-height: 1.167em; }
h4, h5 { font-style: italic; }

h1 { font-size: 1.857em; }
h2 { font-size: 1.429em; }
h3 { font-size: 1.429em; }
h4 { font-size: 1.333em; }
h5 { font-size: 1.333em; }
h6 { font-size: 1.167em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-size: 1em; }

p { margin: 0 0 15px; }
*/

hr {
    height: 1px;
    border: none;
    background: #d1ddeb;
}

input {
    vertical-align: middle;
}

/* MAIN RESET - end */

/* DRUPAL RESET - begin */

.block ul {
    padding: 0;
}

table thead th  {
    padding: 0;
    border: none;
    background: none;
}

table tbody {
    border: none;
}

table tr.even, table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.form-item label {
    font-weight: normal;
}

.form-item .description {
    font-size: 0.857em;
    color: #888;
}

/* DRUPAL RESET - end */

/* ADDITIONAL STYLES - begin */

/* float clearing for everyone else */
.clear-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.ie6 .clear-block {
    height: 1%;
    overflow: visible;
}

.ie7 .clear-block {
    min-height: 1%;
}

/* ADDITIONAL STYLES - end */
