/* Queen of Peace Church inside page stylesheet
 * Copyright 2009 Church of Our Lady Queen of Peace, Singapore
 */

#main {
    position: absolute;
}

#deco-panel-1 {
    position: absolute;
    top: 0;
    left: 0;
    background: white url(../images/panel-left.jpg) no-repeat;
    height: 600px;
    width: 128px;
}

#deco-panel-2 {
    position: absolute;
    top: 0;
    left: 896px;
    background: white url(../images/panel-right.jpg) no-repeat;
    height: 600px;
    width: 128px;
}

#content-panel {
    position: absolute;
    top: 0;
    left: 128px;
    background: white;
    width: 768px;
    height: 600px;
}

#breadcrumbs {
    font-size: 8pt;
    margin: 0;
    padding: 3px 4px;
    width: 100%;
    background: #dddddd;
}

#pagination {
    font-size: 8pt;
    margin: 0;
    padding: 3px 4px;
    width: 100%;
    background: #eeeeee;
}

#pagination p {
    margin: 0;
    border: 0;
    padding: 0;
}

#content {
    background: white;
    padding: 0 20px;
    min-height: 470px;
}

#footer {
    text-align: center;
    margin-top: 25px;
}

ul.subpage-links {
    list-style-type: none;
}

#page-item-list div {
    margin: 5px 0;
    border-bottom: 1px groove;
}

#page-item-list h3 {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 10pt;
}

#page-item-list p {
    margin: 0;
    border: 0;
    padding: 5px;
}

#page-item-list ul {
    margin: 0;
    border: 0;
    padding: 5px 5px 5px 25px;
}

#page-item-list ol {
    list-style-type: none;
}

