/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 100.1%;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        color:#000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1.3;
        text-align:center;
        font:inherit;
}
ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
/* end of http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

/*=========================================================================================================*/

html {
        height: 100.1%;
}
body {
        font-family: Helvetica, Arial, sans-serif;
        background: #ccc;
        font-size: 100.1%;
}
a {
        outline: none;
}
a:link {
        color: #cd0000;
        text-decoration: none;
}
a:visited {
        color: #cd0000;
        text-decoration: none;
}
a:hover, a:active, a:focus {
        text-decoration: underline;
}
div.breadcrumbs {
        float:left;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}
h1 {
font-size:2em;
line-height:1;
margin-bottom:0.5em;
}
h2 {
color: #cd0000;
font-size: 1.4em;
line-height: 19px;
margin-bottom: 14px;
}
h3 {
color: #848484;
font-size:1.2em;
line-height:1.4;
margin-bottom:1em;
border-bottom: solid 1px #d7d7d7;
}
h4 {
color: #848484;
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1em;
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size:1em;
font-weight:bold;
}
/*=========================================================================================================*/
/*remind to set margins and paddgins to your needs, they are all resetted by Eric Meyers reset.css above*/

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
        margin: 0.8em 0;
}
#footer p {
        margin:0;
}
p+p {
}
pre {
}
address {
}
small {
}
ul, ol {
}
ol {
}
li ul, li ol, ul ul, ol ol {
}
form, legend, label {
}
legend {
}
table {
}
caption {
}
hr {
}
cite, dfn, em, i {
        font-style: italic;
}
code, kbd, samp, pre, tt, var {
}
pre {
        white-space: pre;
}
del {
        text-decoration: line-through;
}
mark {
}
ins {
}
big {
}
abbr, acronym {
}
abbr[title], acronym[title], dfn[title] {
        cursor: help;
}
sup, sub {
        line-height: 0;
}
sup {
}
sub {
}
blockquote {
}
input, select, button {
        cursor: pointer;
}
/*=========================================================================================================*/
/*some joomla! classes*/

.item-separator { /* was in J! 1.5= .article_separator */
}
.items-more { /* was in J! 1.5= .blog_more */
}
/*[Print, PDF, Email] button in an article were before in td.buttonheading and are now in an unsorted list*/
#container ul.actions {
    list-style: none;
    float: right;
}
.actions li {
    float: left;
    margin-left: 5px;
}
/*new*/
.print-icon {
}
.email-icon {
}
