/* 
    Document   : style
    Created on : 04/02/2011, 11:10:56 AM
    Author     : Kyle
*/

div {
    /*background-color: #fedfee;*/
}

body {
    margin: 0px;
    padding: 0px;
}

body, th, td, input, textarea, select, p{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}
/* Side bar */
#sidebar {
    width: 150px;
    float: left;
    border-right: #a6e65d dashed 1px;
}
#sbTop {
    background: url("res/sideTop.gif") repeat-x;
    line-height: 24px;
    height: 24px;
}
#sbImage {
    height: 50px;
    line-height: 50px;
}

#sidebar ul{
    margin-left: 0px;
    padding-left: 0px;
    /*border: solid black 1px;*/
    list-style: none;
    vertical-align: middle;
}
#sidebar li {
    line-height: 30px;
    /*border: black solid 1px;*/
    border-bottom: none;
    text-align: left;
    height: 30px;
}
#sidebar li a {
    display: block;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
}
#sidebar li a:hover {
    background-color: #A6C8C8;
}
.menuParent {
    color: teal;
    line-height: 30px;
    height: 30px;
}
.menuChild li{
    /*border: solid black 1px;*/
    line-height: 30px;
    height: 30px;
}
.menuChild li a{
    display: block;
    color: #1a7;
    /*line-height: 25px;
    height: 25px;*/
}

/* main page content */
#page {
    margin-left: 0px;
    float: right;
    width: 825px;
    padding: 0px 0px 0px 0px;
}

/* Title bar */
#title {
    height: 120px;
    line-height: 120px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    width: 980px;
    display: block;
    color: #148;
    /*background: url("res/titleImage.jpg") repeat-x;*/
    font-size: 32px;
    text-align: center;
}
/* User control bar Eg. Loging in/out */
#controls {
    background: url("res/controlImage.jpg") no-repeat;
}
#edit-toolbar {
    text-align: left;
    vertical-align: middle;
    font-size: 9px;
    padding: 3px 10px;
}
#cLeft {
    background: url("res/ctL.gif") left bottom no-repeat;
}
#cRight {
    line-height: 24px;
    background: url("res/ctR.gif") right bottom no-repeat;
    padding-right: 24px;
    text-align: right;
}

/* Content toolbar Eg. Edit, print */
#toolbar {
    /*margin-top: 20px;*/
    /*line-height: 24px;*/
    background: url("res/toolbar.jpg") repeat-x;
    height: 22px;
    text-align: right;
    line-height: 22px;
    padding-top: 2px;
    
    padding-right: 24px;
    color: #0Acc0A;
    /*padding-right: 10px;*/
    /*text-align: right;*/
}
#toolbar a {
    color: #0Acc9A;
}

/* Page content */
#content {
    /*padding: 1px 1px;
    /*background-color: #B6D8D8;*/
    padding: 1px 10px;
}
#content-text {
    padding: 10px;
    padding-top: 2px;
}

#headingText {
    padding: 10px 10px;
    padding-bottom: 0px;
    color: #148;
    font-weight: bolder;
    font-size: 22px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#lastEdit {
    font-size: 11px;

}

/* Page footer */
#footer {
    line-height: 24px;
    font-size: 11px;
    text-align: center;
    border-top: solid 1pt #c50;
}

#gallery-nav {
    height: 26px;
    line-height: 24px;
    background-color: #e9f3dd;
    border-top: #ffffcc solid 1px;
    border-left: #ffffcc solid 1px;
    border-bottom: solid 1pt #031;
    border-right: solid 0.5pt #031;

    color: #668073;
    padding-left: 10px;
}

.news-container {
    border: solid gray 1px;
    margin-top: 10px;
    background-color: #fff;

    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;

    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color='#000',Positive='true');

    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

    zoom: 1;
    /* For IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.dropShadow( Color=#000000,offX=5,offY=5,positive=true);*/
    
    
}
.news-header {
    height: 26px;
    line-height: 24px;
    background-color: #aee;
    color: #668073;
    padding-left: 10px;
}
.news-content {
    padding: 6px;
}
.news-header-text , .news-header-text a {
    font-size: 15px;
    font-weight: bold;
    font-family: "Tahoma", sans-serif;
    color: #033;
    text-decoration: none;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.small-buttons {
    font-size: 10px;
}