/*
 Andrew Payne
 email   : andrewpay@aapt.net.au
 Name    : nccc
 File: base.css - commmon styles for whole site

 */
/* @annotation: Base Styles */
body {
    margin: 20px;
    padding: 0;
    background: #CCCCCC;
}

body, th, td, input, textarea, select {
    /*
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     */
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    color: #555555;
}

h1, h2, h3 {
    color: #3A570F;
}

h1 {
    letter-spacing: -1px;
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.1em;
}

input, textarea, select {
    color: #000000;
}

a {
    color: #3A570F;
}

a:hover {
    text-decoration: none;
}

/* @annotation: Sidebar - menu_side */
#sidebar {
    float: left;
    width: 241px;
}

#menu_side {
    background: #658634 url(menus.gif) repeat-y;
}

#menu_side-top {
    height: 20px;
    background: url(menust.gif) no-repeat;
}

#menu_side * {
    color: #FFFFFF;
}

/* Style overwritten as required to customise sercices */
#menu_side ul {
    margin: 0;
    padding: 0 20px 100px 20px;
    background: url(images/menusbhome.jpg) no-repeat left bottom;
    list-style: none;
}

#menu_side li {
}

#menu_side li ul {
    padding: 0 0 6px 6px;
    background: none;
    line-height: 180%;
}

#menu_side li li {
    padding-left: 12px;
    background: url(menuslili.gif) no-repeat left 10px;
}

#menu_side h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 1em;
}

#menu_side h3 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#menu_side p {
    margin: 20px 5px 40px 5px;
}

/* @annotation: Page */
#page {
    margin-left: 250px;
}

/* @annotation: Two Column Content right expands */
#left {
    float: left;
    width: 241px;
}

#right {
    margin-left: 250px;
}

/* @annotation: END Two Column Content right expands */
/* @annotation: Two even Column Content */
#lft2 {
    float: left;
    width: 49%;
}

#rht2 {
    float: right;
    width: 49%;
}

/* @annotation: END Two even Column Content */
/* @annotation: Three Column Content */
#lft3 {
    float: left;
    width: 32%;
}

.vs3 {
    float: left;
    width: 2%;
    color: #CCCCCC;
}

#mid3 {
    float: left;
    width: 32%;
}

#rht3 {
    float: right;
    width: 32%;
}

/* @annotation: End Three Column Content */
/* @annotation: Top Menu */
/* Style overwritten as rewuired to customise tip navigation bar */
#men {
    height: 51px;
    background: url(topnav.jpg) no-repeat right top;
}

#mencl {
    height: 51px;
    margin: 0;
    padding: 11px 0 0 14px;
    border: none;
    text-align: left;
    float: left;
    background: url(mencl.gif) no-repeat left top;
}

#menu {
    height: 51px;
    margin: 0;
    padding: 0;
    padding-bottom: 11px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    padding: 0 1em;
    line-height: 51px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(menhov.gif) no-repeat right top;
}

#menu a:hover {
    background: #ADB79E url(menhov.gif) repeat-x;
}

#menu .active a {
    text-decoration: underline;
}

/* Overwritten in servises as required */
#menu_side ul {
    margin: 0;
    padding: 0 20px 100px 20px;
    background: url(menusbhome.jpg) no-repeat left bottom;
    list-style: none;
}

/* @annotation: Content */
#content {
}

#content h2 {
    font-size: 1.3em;
    font-weight: normal;
    /*margin-top: 0;*/
    margin: 0;
    padding: 0 10px;
}

#content h1 {
    font-weight: normal;
    /*margin-top: 0;*/
    margin: 0 0 10px 0;
    padding-top: 10px;
}

.subject {
    margin-bottom: 10px;
    background: #ADB79E url(subjectrt.gif) repeat-y right top;
}

.byline {
    margin: 0 20px;
    border-top: 2px solid #C2C9B6;
    font-size: 80%;
}

.entry {
    padding: 5px 20px 0 20px;
    /*font-size:110%;*/
}

.tsr {
    padding: 0 0 0 0;
    margin: 0;
    border: 0;
}

.tsr img {
    padding: 0 0 0 0;
    width: 99%;
    margin: 0;
    border-width: 0 1px 0 1px;
    border-color: #ADB79E;
    border-style: solid;
}

.tsr p {
    padding: 0 4px 0 4px;
    margin: 0;
    border: 0;
}

/* @annotation: Rounded Corners */
.ct {
}

.ct .l {
    background: url(subct.gif) no-repeat;
}

.ct .r {
    height: 15px;
    background: url(subr.gif) no-repeat right top;
}

.cb {
    background: url(subcb.gif) repeat-x left bottom;
}

.cb .l {
    background: url(subcbl.gif) no-repeat left bottom;
}

.cb .r {
    height: 15px;
    background: url(subcbr.gif) no-repeat right bottom;
    clear: right;
}

/* @annotation: Footer */
#bottem {
    clear: both;
    padding-top: 10px;
}

/* @annotation: Footer */
#footer {
    clear: both;
    padding-top: 10px;
    font-size: smaller;
}

#footer p {
    margin: 0;
}

#wrapper {
    margin: 0 auto;
    min-width: 800px;
    max-width: 1100px;
}

.verse {
    float: right;
    width: 40%;
    padding: 10px 10px 10px 10px;
    margin: 2px 0px 2px 10px;
    border-width: 1px 0px 0px 1px;
    border-color: #C2C9B6;
    border-style: solid;
    background: #b8c3a5 url(verse.jpg) no-repeat bottom right;
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 130%;
}

h3 img {
    width: 99%;
    max-width: 1000px;
    padding: 10px 0 10px 0;
}

