/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***general styles***/
h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    font-weight: normal;
    margin: 0 0 5px 0;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
    margin: 0;
}

p {
    margin: 5px 0px;
}

ul {
    margin: 5px 0px;
    padding: 0 0 0 5px;
    list-style: none;
}

ol {
    margin: 5px 0px;
    padding: 0 0 0 20px;
    list-style-position: inside;
}

ul li {
    padding: 0 0 0 15px;
    margin: 0;
    background: url(../images/circle.png) no-repeat left 4px;
}

a:link, a:visited {
    color: #ccc;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}
