/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********** RESET GLOBAL STYLES **********/

h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
  text-align: left;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 0.7em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
    font-weight: bold;
  
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

ul {
  line-height: 22px;
    margin: 10px 0;
    padding: 0 0 0 10px;
    list-style-image: url("../images/postbullets.png");
   /* list-style-position: inside;*/
}

ol {
    margin: 10px 0px;
    padding: 0 0 0 20px;
    list-style-position: inside;
}

ul li, ol li, ol li ul li {
    padding: 0;
    margin: 0;
}

p {
  line-height: 23px;
    margin: 5px 0px;
    padding: 0px;
}

a img {
    border: none;
}

h2.title {
  margin-left: 10px;
  text-transform: uppercase;
  background: url("../images/icopost.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  line-height: 20px;
}