* { margin: 0; }

/*---[STRUCTURE]----------*/

body
{
    font-family: arial, Lucida Grande, helvetica, sans-serif;
    font-size: 12px;
    line-height: 146.5%; 
    text-align: center; /*IE hack to center*/
    color: #555555;
    /*background: #f6fbff url(http://www.philipkhoward.com/gdresources/images/bg_gradient.jpg) repeat-x 0 0;*/
    background: #f4f2f0 url(http://www.philipkhoward.com/gdresources/images/bg_gradient.jpg) repeat-y center top;
    height: 100%;
    padding-bottom: 1px; /*force scrollbar in FF to avoid "content jog" on short pages*/
    *padding-bottom: 0; /*reset scrollbar forcing for IE, which doesn't need it*/
}

html
{
    height: 100%;
}

#wrapper
{
    position: relative;
    width: 865px;    
    margin: 0 auto;
    text-align: left; /*turn off centered text due to hack*/
    background: #fff;
    min-height: 100%;
    _height: 100%; /*for IE6*/
}

#topband
{
    height: 11px;
    background-color: #A5804F;
}

#masthead
{
    position: relative;
    width: 865px;
    height: 119px;
    margin: 0;
    background-color: #fff;
}

#nav
{
    overflow: hidden;
    width: 865px;
    background: #666;
    margin: 0 0 37px 0;
}




/*need this for footerStickAlt idea*/
#contentWrapper
{
    position: relative;
    float: left;
    width: 865px;
    background-color: #fff;
    padding-bottom: 100px;
    *padding-bottom: 170px;
}

#contentWrapper.home
{
    background-image: none;
}

#menu
{
    font-family: arial, helvetica, sans-serif;
    float: left;
    width: 212px;
    margin: 2px 10px 0 10px;
    _display: inline; /*kill IE double float margin bug*/
    padding-bottom: 50px;
}

#content
{
    float: left;
    width: 470px;
    margin-left: 0;
    _display: inline; /*kill IE double float margin bug*/
}

.home #content
{
    width: 620px;
    margin-left: 30px;
}


#contentFull 
{
    float: left;
    width: 594px;
    margin-left: 25px;
    _display: inline; /*kill IE double float margin bug*/
}

#contentHome 
{
    float: right;
    width: 815px;
    margin-right: 25px;
    _display: inline; /*kill IE double float margin bug*/
}

#contentBook 
{
    float: left;
    width: 402px;
    margin-left: 0;
    _display: inline; /*kill IE double float margin bug*/
}


#sidebar
{
    float: right;
    width: 196px;
    margin-right: 25px;
    _display: inline; /*kill IE double float margin bug*/
}

.home #sidebar
{
    width: 240px;
    margin-right: 30px;    
}

.columnLeft
{
    width: 402px;
    float: left;    
}

.columnRight
{
    width: 402px;
    float: right;
}

#bookContainer
{
    position: relative;
    float: right;
    width: 815px;
    height: 435px;
    margin: 0 0 0 0;
    _display: inline; /*kill IE double float margin bug*/
}


#homeBookPic
{
    position: absolute;
    bottom: 0;
}


#homeBookPic img
{
    margin-right: 20px;
    bottom: 15px;
}

#homeBookImg
{
    position: relative;
    margin-left: 10px;
    float: left;
    bottom: 15px;
}


#homeBookImg img
{
    margin-right: 20px;
    bottom: 0;
    _display: inline; /*kill IE double float margin bug*/
}



.homeBox
{
    float: left;
    width: 180px;
    height: 130px;
    padding: 8px;
    margin-right: 10px;
    margin-bottom: 18px;
    background-color: #EAEDEE;
}

.homeBox#homeBlog
{
    background-color: #f9e7cf;
}

.last
{
    margin-right: 0;
}

.homeOffsiteLogo
{
    height: 90px;
}

.offsiteLink
{
    font-family: arial, helvetica, sans-serif;
    font-size: 95%;    
}

.offsiteLink p
{
    margin-right: 10px;
}

#pageHeading
{
    margin-left: 25px;
    height: 45px;
    overflow: hidden;
}

#pageHeadingBook
{
    margin-left: 0;
    height: 45px;
    overflow: hidden;
}



/*page uses man in blue footerStickAlt method to force footer to bottom of viewport*/

#footer
{
    position: relative;
    clear: both;
    width: 865px;
    height: 100px;
    margin: -100px auto 0 auto;
    text-align: left;
    background-color: #fff;
}

#footerTextContainer
{
    background-color: #fff;
}

#footer p
{
    border-top: 1px solid #d1d1d1;
    text-align: left;
    background-color: #fff;
    height: 30px;
    margin: 0 25px;
    padding-top: 8px;
    color: #777;
    font-size: 85%;
    width: 815px;
}



/*---[MASTHEAD IMAGES]----------*/

#masthead p#urls 
{
    position: absolute;
    left: 24px;
    top: 10px;
}

#masthead p#logo 
{
    position: absolute;
    left: 24px;
    top: 60px;
}

#masthead div#endnotes
{
    position: absolute;
    right: 24px;
    top: 20px;
}

#masthead div#endnotes p
{
    position: absolute;
    top: 74px;
    left: -10px;
}

#masthead div#endnotes p#mastheadBookLink
{
    font-family: georgia, palatino, serif;
    color: #d0253d;
    font-size: 150%;
    position: absolute;
    top: 0px;
    left: -20px;
}

#masthead div#endnotes p#mastheadBookLink a
{
    font-family: georgia, palatino, serif;
    color: #d0253d;
    line-height: 126%;
    _display: inline; /*kill IE double float margin bug*/
}

#masthead div#endnotes p#mastheadBookLink a:hover
{
    color: #de142c;
}

#masthead div#endnotes p#mastheadBookLinkalt
{
    font-size: 112%;
    font-family: serif, georgia, palatino;
    color: #900;
    left: -20px;
    top: 70px;
}

#masthead div#endnotes p#mastheadBookLinkalt a
{
    text-decoration: none;
    _display: inline; /*kill IE double float margin bug*/
}

#masthead div#endnotes p#mastheadBookLinkalt a:hover
{
    text-decoration: underline;
}



/*---[NAVIGATON]----------*/

#nav ul
{
    margin: 0 0 0 26px;
    padding: 0;
    list-style: none;    
}

#nav ul li
{
    display: block;
    float: left; 
}

#nav ul li a

{
    display: block;
    float: left;    
    padding: 7px 12px 4px 14px;
    height: 21px;
    color: #fff;
    text-decoration: none;
    font-family: times new roman, times, serif, georgia, palatino;
    font-size: 150.5%;
    font-weight: bold;
    letter-spacing: 0.06em;    
    *letter-spacing: 0.1em;   
}


/*hover and menu "on" states*/


#nav ul li a:hover
{
    background-color: #333;
}

#nav ul li.navOn a
{
    color: #fff;
    background-color: #212121;
}


#nav ul li.navOn a
{
    background: #212121 url(http://www.philipkhoward.com/images/uploads/bg_nav_on_alt.gif) no-repeat top right;
}

#nav ul li.navOn a:hover
{
    background: #000 url(http://www.philipkhoward.com/images/uploads/bg_nav_on.gif) no-repeat top right;
}




/*---[MENUS]----------*/

#menu ul
{
    margin: 0 0 10px 0;
    padding: 0;
    *padding: 1px 0 0 0;/*hack IE*/
    width: 212px;
    list-style: none;
    border-top: 1px solid #d7dbdf;
}

#menu ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}



#menu ul li a
{
    display: block;
    font-size: 98%;
    font-weight: bold;
    color: #333;    
    text-decoration: none;    
    line-height: 13px;
    width: 190px;
    padding: 6px 7px 7px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    *margin-top: -1px;/*hack IE*/
}

#menu ul li a:hover
{
    background-color: #ebe9e8;
    color: #000;
}

#menu ul li#menuOn a
{
    background-color: #ebe9e8;
}

#menu ul li#menuOn a:hover
{
    background-color: #ebe9e8;
    cursor: default;
}

#menu ul li.submenu a
{
    width: 190px;
    padding: 6px 7px 7px 15px;
    font-weight: normal;
}







/*---[BLOG]----------*/
#blogMenu
{
    font-family: arial, helvetica, sans-serif;
}

.commentOdd, .commentEven
{
    padding: 15px 10px; 
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
}

.commentEven
{
    background-color: #fff;
}





/*---[HEADINGS]----------*/


h1
{
    font-family: georgia, palatino, serif; 
    font-size: 152%;
    color: #222;
    margin-bottom: 0.4em;    
    line-height: 1.0em;
}

h1 a
{
    color: #313131;
    text-decoration: none;
}

h1 a:hover
{
    color: #424242;
    text-decoration: none;
}

#pageHeading h2
{
    font-family: georgia, palatino, serif; 
    font-size: 135%;
    margin-bottom: 0;
    color: #b21323;
    font-weight: bold;
    text-decoration: none;
}

h2
{
    font-family: georgia, palatino, serif; 
    font-size: 146%;
    font-weight: normal;
    margin-bottom: 0.2em;
    color: #b21323;
}

h2 a
{
    color: #b21323;
    text-decoration: none;
}

h2 a:hover
{
    color: #de142c;
    text-decoration: none;
}

.home h2
{
    font-size: 125%;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    padding-top: 5px;
    margin-bottom: 0.3em;
    color: #576977;
    border-top: 1px solid #ddd;
}

h3
{
    font-family: georgia, palatino, serif; 
    font-size: 119%;
    color: #444;
    margin-bottom: 0;
}

h3 a
{
    text-decoration: none;
}

h4
{
    font-family: georgia, palatino, serif; 
    font-size: 98%;
    color: #b21323;
    margin-bottom: 0;
}

h4 a
{
    color: #b21323;
    text-decoration: none;
}

h4 a:hover
{
    color: #de142c;
    text-decoration: none;
}

h5
{
    font-family: georgia, palatino, serif; 
    font-size: 98%;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4em;
    text-decoration: none;
}

h5 a
{
    text-decoration: none;
}


h6
{
    font-family: georgia, palatino, serif; 
    font-size: 94%;
    color: #b21323;
    line-height: 1.2em;
    text-decoration: none;
}

h6 a
{
    color: #b21323;
    text-decoration: none;
}

h6 a:hover
{
    color: #de142c;
    text-decoration: none;
}



/*---[TEXT]----------*/

a
{
    color: #956933;
}

a:hover
{
    color: #6A4211;
}

a.pdfLink
{
    background: transparent url(http://www.philipkhoward.com/gdresources/images/icon_pdf_link.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 2px;
}

/*adds icon to scholar awardee sidebar links*/
/*
.awardee a
{
    background: transparent url(http://www.philipkhoward.com/gdresources/images/icon_offsite_link.gif) no-repeat right center;
    padding-right: 12px;
    margin-right: 2px;
}
*/
p
{
    margin-bottom: 1.5em;
}

p.caption
{
    font-family: georgia, palatino, serif;
    font-size: 11px;
    color: #444;
    line-height: 1.2em;
}






/*---[LISTS]----------*/


#content ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(http://www.philipkhoward.com/gdresources/images/bg_ul_bullet.gif) no-repeat 0 0.37em;
    line-height: 15px;    
}

#contentFull ul
{
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
}

#contentFull ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(http://www.philipkhoward.com/gdresources/images/bg_ul_bullet.gif) no-repeat 0 0.4em;
    line-height: 15px;    
}


#contentFull ol
{
    margin: 0 0 17px 0;
    padding-left: 13px;
    *padding-left: 15px;
    list-style-type: decimal;
}

#contentFull ol li
{
    margin: 0 0 4px 6px;
    *margin: 0 0 4px 8px;
    padding: 0;
    list-style-type: decimal;
    line-height: 15px;
}





/*---[HOME PAGE]----------*/

.callout
{
    width: 281px;
    padding: 10px;
    min-height: 305px;
    _height: 305px;
    float: left;
    margin-right: 18px;
    background: url(http://www.philipkhoward.com/gdresources/images/bg_home_callout_gradient.jpg) repeat-x top left;
}

.callout p
{
    margin-bottom: 0.8em;
    font-size: 118%;
}

.callout p a
{
    font-size: 13px;
    line-height: 22px;
    padding-right: 15px;
    background: transparent url(http://www.philipkhoward.com/gdresources/images/bg_callout_link_arrow.gif) no-repeat right 4px;

    text-decoration: none;
}

.callout p a:hover
{
    text-decoration: underline;
}

#homeFreetext
{
    clear: both;
}


/*fade-in image*/
#homeMastText
{
    position: absolute;
    left: 15px;
    top: 20px;
    display: none;
}



/*---[SIDEBAR HOMEPAGE]----------*/

.home #sidebar h2 a
{
    color: #576977;
    text-decoration: none;
    padding-right: 15px;
    background: transparent url(http://www.philipkhoward.com/gdresources/images/bg_sidebar_link_arrow.gif) no-repeat right 0.32em;
}

.home #sidebar h2 a:hover
{
    color: #000;
}




/*---[FIND A DOCTOR]----------*/
#findDocResults
{
    clear: both;
    margin-top: 25px;
}


form div.divider
{
    margin-bottom: 12px;
}

form legend
{
    font-size: 115%;
    margin-bottom: 0.2em;
    color: #333;
    font-weight: bold;
}



/*---[SIDEBAR TEXT]----------*/



#sidebar p
{
    font-size: 100%;
    line-height: 1.4em;
    margin-bottom: 1.0em;
}


#sidebar p.caption
{
    font-size: 11px;
    font-family: georgia, palatino, serif;
    line-height: 1.2em;
    color: #000;
}


/*sidebar lists*/

#sidebar ul
{
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
}

#sidebar ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(http://www.philipkhoward.com/gdresources/images/bg_ul_bullet.gif) no-repeat 0 0.38em;
    line-height: 15px;    
}


#sidebar ol
{
    margin: 0 0 17px 0;
    padding-left: 13px;
    *padding-left: 15px;
    list-style-type: decimal;
}

#sidebar ol li
{
    margin: 0 0 4px 6px;
    *margin: 0 0 4px 8px;
    padding: 0;
    list-style-type: decimal;
    line-height: 15px;
}




/*---[SIDEBAR SUBMENU FAQs PAGES]----------*/

#sidebar #faqSubmenu li
{
    background-image: none;
    padding-left: 0;
}

#sidebar #faqSubmenu li#sidebarOn a
{
    display: block;
    _display: inline;
    padding: 2px;
    color: #000;
    background-color: #efefef;
    text-decoration: none;
    cursor: default;
}




/*---[BOARD MEMBER PICS]----------*/
.boardPic
{
    width: 220px;
    float: left;
    margin-right: 30px;
}



/*---[UTILITY]----------*/

.last
{
    margin-right: 0;
}


img
{
    border: none;
    margin-bottom: 0;
}

img.floatRight
{
    float: right;
    margin-left: 10px;
}

#vidWrapper
{
    float: right;
    margin: 5px 0 0 10px;
}

.publicationPic
{
    float: right;
}

#columnLeft img, #columnRight img
{
    margin-bottom: 18px;
    *margin-bottom: 16px;
}

.searchResult
{
    background-color: #fefe5e;
    padding: 0 2px;
}

h4 span
{
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
}

h4 span a
{
    padding: 0 3px;
}


.roomConfig td
{
    padding: 10px;
}

.roomConfig td h3
{
    margin-bottom: 10px;
}

.roomConfig td.noBorder
{
    border: none;
}


#stepMessaging
{
    overflow: hidden;
    width: 100%;    
    margin-bottom: 1.5em;
}

#stepMessaging p
{
    float: left;    
    margin: 0 20px 0 0; 
    color: #999;
}

#stepMessaging .activeStep
{
    color: #820f00;
    font-weight: bold;
}

.notValid
{
    color: #c00;
}




/*--------[IMG in TINYMCE]----------------------*/
.imgLeft
{
    float: left;
    margin: 5px 10px 2px 0;
}

.imgRight
{
    float: right;
    margin: 5px 0 2px 15px;
}

.imgFull
{
    display: block;
    margin-bottom: 17px;
}

.imgSidebar
{
    display: block;
    margin-bottom: 7px;
}
