﻿/*
 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: Helvetica, Arial, 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 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
}
/* 4px + TXT + 4px = 30px */
h1 {
    color: #000;
    font-size: 3em;
    line-height: 1.2;
    padding-bottom: 13px;
}
/* 5px + TXT + 5px = 21px; */
h2 {
    font-size: 2em; /*2.1em;*/
    line-height: 1.22; /* prej 1.4 */
    padding-bottom: 12px;
}
/* 1px + TXT + 3px */
h3 {
    font-size: 1.6em;
    line-height: 1.2;
    padding: 3px 0 17px;
}
h4 {
    font-size: 1.2em;
    line-height: 1.2;
    padding-bottom: 1px;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1.2em;
}
code, img, ol, p, pre, ul, table, form {
    font-size: 1.4em;
}
/* 4px + TXT + 4px = 19px */
p {
    line-height: 1.37;
	padding-bottom: 16px;
}
table {
  margin-bottom: 16px;
  margin-top: 4px;
  width: 100%;
}
ul, ol {
    margin-left: 25px;
    padding-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;
    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; }