/* Template css HTML tag-s definition*/

/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
    font: normal 13px/20px Arial, Helvetica, sans-serif;
    /*font-family: 'Roboto Slab', serif;*/
    color: #5f5c57;
    background: #eeebe5 url('../images/body_bg.jpg') repeat-x;
}

a {
    color: #744720;
}

a:hover,em, code {
    color: #daa76e;
    text-decoration: none;
}

ins, mark {
    background-color: #ffa;
}

mark {
    color: #444;
}

hr {
    border-top-color: #ddd;
}

pre {
    border: 1px solid #ddd;
    background: #fafafa;
}

img {
    border: 0;
}

::-moz-selection {
    background: #39f;
    color: #fff;
}

::selection {
    background: #39f;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #744720;
    font-weight: bold;
    font-family:"Times New Roman", Times, serif;
}

h1 {
    font-size: 25px;
}

h3, em {
    color: #90B203;
}

em {
    font-style: italic;
}
 
ul{
    list-style-image: url('../images/list_bullet.jpg');
}

/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
    position: relative;
    top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
    position: relative;
    top: -1px;
}
