/*
Theme Name: Center for Professional Excellence (CPE)
Theme URI: http://wordpress.org/
Description: Based on Wordpress Default, with each CPE product loading its own stylesheet, so the product's blog is themed the same as the product's main site.
Version: 1.0
Author: Preston McMurry (prestonm3@mcmurry.com)
Author URI: http://www.mcmurry.com
Tags: CPE, Wordpress Default, Kubrick, Vital Speeches of the Day

Office Pro-specific version of style.css.

*/

/*** Default Classes **********************************************************/

HTML {
    height: 100%;
}

BODY {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*
    ** For some reason this height setting works okay in standards compliant
    ** such as Firefox and Opera, but not IE. Go figure. Not sure why, and
    ** tried fiddling styles all over this sheet. Removing height for IE
    ** solves the problem. (Which is a several hundred pixel white space
    ** padding at the bottom of the page.)
    */
    height: 100%;
    /* Override for IE */
    height: expression('0');
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 12px;
    color: #474747;
}

TABLE {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-spacing: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 12px;
    color: #474747;
}

IMG {
    border: 0px;
}

A {
    text-decoration: none;
    color: #0d3062;
}

/*** Wrapper Classes **********************************************************/

TABLE.DocWrapper {
    width: 100%;
    height: 100%;
}

TD.SidePadHeader {
    background-image: url("/htdocs/O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
}

TD.SidePad {
    background-color: #ffffff;
}

TD.SidePadFooter {
    background-image: url("/htdocs/O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
}

TD.WrapperHeader {
    width: 1024px;
    background-color: #ffffff;
/*
border-left: solid 1px #0000ff;
border-right: solid 1px #0000ff;
*/
}

TD.WrapperContent {
    width: 1024px;
    background-color: #ffffff;
    border-top: solid 1px #ebebeb;
/*
border-left: solid 1px #0000ff;
border-right: solid 1px #0000ff;
*/
}

TABLE.ContentArea {
    width: 100%;
    table-layout: fixed;
}

TD.WrapperFooter {
    width: 1024px;
    background-color: #ffffff;
/*
border-left: solid 1px #0000ff;
border-right: solid 1px #0000ff;
*/
}

/*** Header Classes ***********************************************************/

TABLE.HeaderArea {
    width: 100%;
    table-layout: fixed;
}

TD.HeaderLeft {
    background-image: url("/htdocs/O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 315px;
    height: 105px;
    padding-top: 22px;
}

TD.HeaderMiddle {
    background-image: url("/htdocs/O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 578px;
    height: 52px;
    /* Override for IE */
    height: expression('36px');
    padding-top: 5px;
    font-size: 10px;
    color: #ffffff;
    text-align: right;
}

TD.HeaderMiddle A {
    text-decoration: none;
    color: #ffffff;
}

TD.HeaderLogo {
    background-image: url("/htdocs/O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 131px;
}

/*
TD.HeaderSearch {
    vertical-align: top;
}

TD.HeaderSearch TABLE {
    float: right;
}

TD.HeaderSearch TD {
    vertical-align: top;
    padding-right: 5px;
}

TD.HeaderSearch INPUT {
    border: 1px solid #ebebeb;
    background-color: #f2f2f2;
    color: #535353;
    font-size: 12px;
    width: 165px;
    height: 20px;
    * Override for IE *
    height: expression('29px');
    padding-left: 10px;
    padding-top: 6px;
}

TD.HeaderSearch IMG {
    * Override for IE *
    margin-top: expression('1px');
}
*/

TD.HeaderMenu {
    height: 30px;
}

/*
#HeaderMenu UL {
    margin: 0px;
    border-top: 1px solid #ebebeb;
    padding-left: 0px;
    padding-top: 3px;
    float: right;
}

#HeaderMenu LI {
    display: inline;
    list-style-type: none;
    border-left: 1px solid #ebebeb;
}

#HeaderMenu A {
    text-decoration: none;
    font-family: whitney-semibold, georgia, calibri, arial, sans-serif;
    font-size: 15px;
    color: #908f8f;
    padding-left: 10px;
    padding-right: 10px;
}

#HeaderMenu A:hover {
    color: #0d3062;
}

#HeaderMenu LI.current A {
    color: #0d3062;
}

#HeaderMenu LI.current A:hover {
    color: #0d3062;
}

*/

/*** Footer Classes ***********************************************************/

TABLE.FooterArea {
    width: 100%;
    table-layout: fixed;
}

TD.FooterLeft {
    background-image: url("/htdocs/O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 12px;
    color: #b9b9b9;
    padding-left: 26px;
    padding-top: 45px;
}

TD.FooterLeft DIV.copyright {
    font-size: 11px;
    color: #83837e;
}

TD.FooterLogo {
    background-image: url("/htdocs/O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 113px;
    text-align: right;
}

TD.FooterRight {
    background-image: url("/htdocs/O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 26px;
}

#FooterMiddle {
    position: relative;
    float: left;
    width: 280px;
    left: 372px;
/*
    padding-top: 75px;
background-color: #ccccff;
*/
    color: #000000;
    top: 55px;
}

#FooterMiddle A {
    color: #000000;
    text-decoration: underline;
}

/*** Left Column Classes ******************************************************/

TD.NavigationMenu {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 45px;
/*
    border-right: 1px solid #ebebeb;
*/
    border-bottom: 1px solid #ebebeb;
    width: 180px;
}

DIV.MenuImage {
    padding-top: 5px;
    padding-bottom: 3px;
    /* Override for IE */
    padding-bottom: expression('0px');
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

DIV.MenuImage MenuImageTop {
    border-top: 0px;
}

#NavigationMenu {
    margin-top: 3px;
    /* Override for IE */
    margin-top: expression('0px');
    margin-bottom: 45px;
}

#NavigationMenu UL {
    margin: 0px;
    padding-left: 0px;
    line-height: 133%;
}

#NavigationMenu LI {
    list-style-type: none;
    padding-top: 10px;
}

#NavigationMenu A {
    text-decoration: none;
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 18px;
    color: #575757;
}

#NavigationMenu A:hover {
    color: #0d3062;
}

#NavigationMenu LI.current A {
    color: #0d3062;
}

#NavigationMenu LI.current A:hover {
    color: #0d3062;
}

DIV.ResourcesMenuWrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    font-family: georgia, calibri, whitney-semibold, arial, sans-serif;
    font-size: 14px;
}

DIV.ResourcesMenuWrapper A {
    text-decoration: none;
    color: #474747;
    padding-right: 10px;
}


DIV.ResourcesMenuWrapper A:hover {
    color: #0d3062;
}

DIV.ResourcesMenu  {
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

DIV.ResourcesMenu  UL {
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #ebebeb;
}

DIV.ResourcesMenu  LI {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ebebeb;
    text-indent: -10px;
    padding-left: 20px;
}

DIV.ResourcesMenu  A {
    text-decoration: none;
    color: #868686;
}

DIV.ResourcesMenu  A:hover {
    color: #0d3062;
}

#NewslettersMenu LI.current A {
    color: #0d3062;
}

#NewslettersMenu LI.current A:hover {
    color: #0d3062;
}

#TrainingMenu LI.current A {
    color: #0d3062;
}

#TrainingMenu LI.current A:hover {
    color: #0d3062;
}

#DBResourcesMenu LI.current A {
    color: #0d3062;
}

#DBResourcesMenu LI.current A:hover {
    color: #0d3062;
}

#RecognitionMenu LI.current A {
    color: #0d3062;
}

#RecognitionMenu LI.current A:hover {
    color: #0d3062;
}

/*** Middle Column Classes ****************************************************/

TD.MiddleColumn {
    border-left: 1px solid #ebebeb;
    vertical-align: top;
    width: 582px;
    padding-left: 20px;
    padding-right: 20px;
/*
    padding-top: 20px;
*/
}

TD.MiddleColumn H2 {
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 18px;
}

TD.MiddleColumn H3 {
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 18px;
}

TD.MiddleColumn H2 A {
    text-decoration: underline;
}

TD.MiddleColumn .entry {
    font-size: 14px;
}

/*** Right Column Classes *****************************************************/

TD.RightColumn {
    border-left: 1px solid #ebebeb;
    vertical-align: top;
    padding-top: 0px;
    margin-left: 20px;
    width: 220px;
}

#WrapperRight {
/*
    position: relative;
    float: left;
background-color: #ccccff;
border-left: 1px solid #ff0000;
height: 100%;
*/
}

#WordpressSidebar {
    position: relative;
/*
background-color: #ccffcc;
*/
}

#Stupid_IE_UL_Background {
    width: 182px;
    padding-left: 20px;
    padding-right: 18px;
    position: relative;
    /*
    ** This additional div is necessary so fricking IE displays the UL
    ** background. Piece of crap.
    */
/*
    width: 100%;
    height: 100%;
    position: relative;
background-color: #cc9999;
background-color: #ccccff;
*/
}

#WordpressSidebar UL {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 19px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;

/*
border: 1px solid #ff0000;
    line-height: 133%;
background-color: #ffcccc;
color: #ff0000;
*/
}

#WordpressSidebar UL LI {
    border: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
/*
    padding-top: 10px;
background-color: #ccffcc;
color: #00ff00;
*/
}

#WordpressSidebar UL LI H2 {
    border: 0;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
/*
    margin: 0;
*/
    font-size: 18px;
}

#WordpressSidebar UL LI UL {
    border: 0;
    padding: 0;
    margin: 0;
/*
background-color: #ccccff;
color: #0000ff;
*/
}

#WordpressSidebar UL LI UL LI {
    border: 0;
    padding: 0;
    margin: 0;
/*
background-color: #ffffcc;
color: #ff9900;
*/
}

#WordpressSidebar A {
    text-decoration: none;
/*
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 18px;
    color: #575757;
*/
    color: #0d3062;
}

#WordpressSidebar ul ul li:before, .entry ul li:before {
    content: "\00BB \0020";
}

#WordpressSidebar #s {
    width: 85px;
}

/*
#WordpressSidebar #searchsubmit {
    background-color: #0d3062;
    border: 1px solid #0d3062;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
*/

/*** Miscellaneous Classes ****************************************************/

#submit, #searchsubmit {
    background-color: #0d3062;
    border: 1px solid #0d3062;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

#comment {
    width: 525px;
}

DIV.post {
    border-bottom: 1px solid #0d3062;
    padding-bottom: 10px;
    /* Override for IE */
    padding-bottom: expression('0px');
}

LI.comment {
    border-bottom: 1px dashed #0d3062;
    margin-bottom: 10px;
}

DIV.small {
    font-size: 11px;
}