
/* Custom styles for Confluence (included for all themes by default) */

body {
    border-left: 0px none;
    border-right: 0px none;
}

#header {
    margin: 0px;
    padding: 4px 10px;
}

#spacewarning p {
    background-color: #FFDDDD;
    font-weight: bold;
    margin: 0;
    padding: 1em;
    text-align: center;
}
#spacewarning p.latest-space {
    background-color: #DDFFDD;
}

#main {
    border-bottom: 0px none;
    border-top: 0px none;
    padding: 0pt 10px;
}

#footer {
   position: static;
}

#footer #poweredby {
    margin: 0px;
}

#footer p.license, #footer p.license a {
    background: #066072 none repeat scroll 0% 0%
}

.page-metadata {
    margin: 0px;
}

#com-atlassian-confluence h1 {
    margin: 0pt 0pt 0px;
    line-height: 1.2;
    padding-top: 7px;
}

h2, h3, h4, h5, h6 {
    border-bottom: 1px dotted;
    border-left: 1px dotted;
    padding-bottom: 1px;
    padding-left: 21px !important;
    background: transparent url(/confluence/download/attachments/14452217/bullet_green_small.png) no-repeat scroll 4px 1px;   
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
    font-size:140%;
    color:#59C543;
}

.panelContent, .panelContent p, .panelContent th, .panelContent td, .panelContent li {
    list-style-image: url(/confluence/download/attachments/14452217/bullet_green_small.png);
}

/* front pages */
#page.page-civicrm-documentation #spacewarning p.latest-space,
#page.page-develop #spacewarning p.latest-space {
    display: none;
}
#page.page-civicrm-documentation #title-heading a,
#page.page-develop #title-heading a {
    color: #FFFFFF;
    font-size: 0.5em;
}
#page.page-civicrm-documentation div.wiki-content > p,
#page.page-develop div.wiki-content > p {
    margin: 0 auto;
    background-color: #dedede;
    width: 95%;
}
#page.page-civicrm-documentation div.wiki-content > p > a > img.confluence-embedded-image.image-center,
#page.page-develop div.wiki-content > p > a > img.confluence-embedded-image.image-center {
    width: 100%;
    max-width: 900px;
}

/* End custom styles for Confluence */


