﻿/*
 Reset default browser CSS
 Based on
 - Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 - Blueprint: http://www.blueprintcss.org/
 - TMD solutions
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
body, form, input, textarea, select {
  font-family: 'Roboto', sans-serif;
}
input, textarea, select {
  color: #339;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

/*
 /Reset default browser CSS
*/

body {
  color: #000;
  font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}
h1 {
  color: #000;
  font-size: 32px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
code, img, ol, p, pre, ul, table, form {
  font-size: 16px;
  line-height: 1.2;
}
/* 4px + TXT + 4px = 19px */
p {
  margin-bottom: 20px;
}
table {
  margin-bottom: 20px;
  width: 100%;
}
ul, ol {
  margin-left: 25px;
  margin-bottom: 20px;
}
code, pre {
    /* set font-family, for <IE8 */
}
textarea {
    /* set font-family, for <IE8 */
}
/* 4px + TXT + 6px = ?px */
blockquote {
  border-bottom: 1px solid #339;
  clear: left;
  color: #339;
  /* font: 2.1em/1.2 Helvetica, Arial, sans-serif; */
  font-size: 24px;
  margin: 26px 0 50px 50px;
  padding-bottom: 8px;
}
h1 a,
h2 a {
    color: #000;
    text-decoration: none;
}
a {
    color: #339;
    outline: 0 none;
    text-decoration: none;
}
/*a:hover { text-decoration: underline; }*/
/*ul ul, form p, form ul, table table, table p, table form, p img, table img, form table { font-size: 1em; }*/