/******************************************************************************
 * This file should contain all css applicable to 'title' nodes.
 * The file should be loaded by the index page.
 *
 * It allows the css values for title nodes to be overridden so a different
 * visual apperance can be done on the index page than inside the document.
 */

/******************************************************************************
 * Override common settings, use #nodechain-index to make sure the values
 * do not get overwritten by the template or other extensions.
 */

/* redefine defaults for p elements */
#nodechain-index p {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    text-decoration: none;
}

/******************************************************************************
 * Top of page title classes
 */
#nodechain-index .document-fullname {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid black;
	}
#nodechain-index .document-description:before { content: '\2022\a0\a0'; } /* bullet &nbsp; &nbsp; */
#nodechain-index .document-description {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 120%;
    text-align: left;
}
#nodechain-index .viewpath-description:before { content: '\2022\a0\a0'; } /* bullet &nbsp; &nbsp; */
#nodechain-index .viewpath-description {
	padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 120%;
    text-align: left;
    }

/******************************************************************************
 * css classes used with 'title' nodes on the main index page
 */

/* select p with class title_document and then the first a element */
#nodechain-index p.title_document a { text-decoration: none; }
#nodechain-index p.title_document a:hover { background-color: red; }
#nodechain-index .title_document {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
	font-size: 175%;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid black;
    }
#nodechain-index p.title_titel a { text-decoration: none; }
#nodechain-index .title_titel {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: 150%;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid grey;
    }
#nodechain-index p.title_hoofdstuk a { text-decoration: none; }
#nodechain-index .title_hoofdstuk {
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 130%;
    text-align: left;
    text-decoration: none;
    }
#nodechain-index p.title_afdeling a { text-decoration: none; }
#nodechain-index .title_afdeling {
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 120%;
    text-align: left;
    text-decoration: none;
    }
#nodechain-index .title_artikel {
    padding-top: 0px;
    padding-left: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 1px;
    font-size: 110%;
    text-align: left;
    }
#nodechain-index p.title_artikel a { text-decoration: underline; }
#nodechain-index p.title_artikel a:hover { background-color: none; font-weight: bold; }

#nodechain-index p.title_bijlage a { text-decoration: none; }
#nodechain-index .title_bijlage {
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 100%;
	text-align: left;
    }
#nodechain-index p.title_bijlage_sub a { text-decoration: none; }
#nodechain-index .title_bijlage_sub {
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 100%;
    text-align: left;
    }
