/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/*********************** FOR PRINT ***********************/
body.contentpane {
    margin: 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 120%;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 5px 0px;
    padding: 0px;
}

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

a:link, a:visited {
    text-decoration: underline;
    color: #777;
}

a img {
    border: none;
}

/** print, email, edit links **/
ul.actions {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.actions li {
    background: none;
    display: inline;
}

ul.actions img {
    border: none;
}

/** container for article details **/
body.contentpane dl.article-info dd, body.contentpane dl.article-info dt {
    font-size: 11px;
    color: #000 !important;
}

dl.article-info {
    margin: 0 0 10px;
}

/** container for this menu item type **/
div.item-page h1 {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 15px;
    padding: 3px 0 10px;
    border-bottom: 1px solid #000;
}

div.item-page h2 {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}

div.item-page h2 a {
    color: #777 !important;
    text-decoration: underline !important;
}