/*--------------------------------------------------------------
 # 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 {
    margin: 0 0 5px 0;
    line-height: 120%;
}
h1 {
    font-size: 1.7em;
}
h2 {
   font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
     font-size: 1.1em;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
	font-weight: bold;
	border-bottom: 1px solid #E5E8E9;
	padding: 0 0 10px;
	margin: 0 0 10px;
	display: block;
	width: 100%;
}

/* 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;
    list-style: none;
}

ol {
    margin: 5px 0px;
    padding: 0;
    list-style-position: inside;
}

ul li {
    padding: 0 0 0 12px;
    margin: 0;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

