/*--------------------------------------------------------------
 # 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%;
    font-style: italic;
    font-family: Georgia; 
}
h1 {
    font-size: 24px;
}
h2 {
   font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
     font-size: 13px;
}
h6 {
    font-size: 12px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 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 0;
    padding: 0;
    list-style: none;    
}

ol {
    margin: 5px 0px;
    padding: 0;
    list-style-position: inside;
}

ul li {
    background: url(../images/li-square-small.png) 0 8px no-repeat;
    padding: 0 0 0 12px;
    margin: 0;
}


a:link, a:visited {
    text-decoration: underline;
	color: #de7071;
	outline: none;	
}

a:hover {
    color: #f8d59f;
}

a img {
    border: none;
}

