/**
 * Text CSS file
 * @author  George Alin Costea
 * @company Advocy
 * @version 1.0
 * @CSSVER  2
 * @IEHACKS 0
 */

h1                 { font-size:30px; font-weight:bold; color:#5f6b01; margin:15px 0px 0px 20px; }
h2                 { font-size:16px; font-weight:bold; color:#5f6b01; margin:15px 0px 0px 20px; }
h3                 { font-size:13px; font-weight:bold; color:#5f6b01; margin:8px 8px 5px 20px; }
h4                 { font-size:12px; font-weight:bold; color:Black; margin:8px 8px 5px 20px; }
h3#places          { font-size:12px; font-weight:bold; color:#5f6b01; margin:0px 8px 5px 8px; }

p                  { font-size:12px; font-weight:normal; color:black; }
p.adText           { font-size:12px; font-weight:normal; color:black; margin:5px 0px 5px 0px; }
p.sm               { margin:5px 8px 0px 8px; }
p.copyright        { margin:0px; }
p.mainText         { margin:10px 20px 10px 20px; text-align:justify; }
p.mainText strong  { font-size:12px; font-weight:bold; color:black; }
h1#headerText      { font-size:30px; font-weight:bold; color:#3c460a; margin:15px 0px 0px 20px; }
span.notbold       { font-size:30px; font-weight:normal; color:#3c460a; }

a:link             { font-size:12px; font-weight:bold; text-decoration:underline; }
a:visited          { font-size:12px; font-weight:bold; text-decoration:underline; }
a:hover            { font-size:12px; font-weight:bold; text-decoration:underline; color:gray; }

a.navLink:link     { color:white; display:list-item; margin:6px 0px 0px 10px; text-decoration:none; }
a.navLink:visited  { color:white; display:list-item; margin:6px 0px 0px 10px; text-decoration:none; }
a.navLink:hover    { color:white; display:list-item; margin:6px 0px 0px 10px; text-decoration:underline; }

a#readMore:link    { float:left; color:#1d7ae2; font-weight:normal; margin:5px 0px 0px 10px;
                     background-image:url(../img/eye.png); background-position:0% 50%;
                     background-repeat:no-repeat; padding: 3px 5px 3px 30px; text-decoration:none; }
a#readMore:visited { float:left; color:#1d7ae2; font-weight:normal; margin:5px 0px 0px 10px;
                     background-image:url(../img/eye.png); background-position:0% 50%;
                     background-repeat:no-repeat; padding: 3px 5px 3px 30px; text-decoration:none; }
a#readMore:hover   { float:left; color:#1d7ae2; font-weight:normal; margin:5px 0px 0px 10px;
                     background-image:url(../img/eye.png); background-position:0% 50%;
                     background-repeat:no-repeat; padding: 3px 5px 3px 30px; text-decoration:underline; }

a.mainTextA:link   { color:#1d7ae2; font-weight:normal; text-decoration:none; }
a.mainTextA:visited{ color:#1d7ae2; font-weight:normal; text-decoration:none; }
a.mainTextA:hover  { color:#1d7ae2; font-weight:normal; text-decoration:underline; }

a.adBlue:link      { color:blue; font-weight:bold; text-decoration:none; }
a.adBlue:visited   { color:blue; font-weight:bold; text-decoration:none; }
a.adBlue:hover     { color:blue; font-weight:bold; text-decoration:underline; }

a.adGreen:link     { color:green; font-weight:bold; text-decoration:none; }
a.adGreen:visited  { color:green; font-weight:bold; text-decoration:none; }
a.adGreen:hover    { color:green; font-weight:bold; text-decoration:underline; }
