/* -*-css-*- http://www.w3.org/TR/REC-CSS2 */

/*
  ff4400
  fe5411
  ff8029
  feab3f
  fbb84f
  fed07a
  ffe080
  ffe0bd;

255 165   0             orange1  #ffa500
238 154   0             orange2  #ee9a00
205 133   0             orange3  #cd85
139  90   0             orange4  #8b5a
255 127   0             DarkOrange1 #ff7f00;
238 118   0             DarkOrange2 #ee7600;
205 102   0             DarkOrange3 #cd6600;
139  69   0             DarkOrange4

*/

body
{
    background: #b0e0a0;
    background: #c8f8b8;
    background: #d0f4c0;
    border-style: none;
    padding-left: 15%;
    padding-right: 15%;
    width: 42em;
    /*font-family: "new century schoolbook";*/
    font-family: sans-serif;
}

img
{
    border: none;
}

#tabmenuHeader
{
    margin-bottom: 1ex;
    background-color: #60c560;
    max-width: 70em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-image: url("images/earth-sun-eclipse-675.png");
    background-repeat: no-repeat;
}

#tabmenuHeader p.homeurl
{
    padding-top: 4em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
    font-size: 125%;
    font-weight: bold;
    color: #208020;
}

#tabmenuHeader span.subtitle
{
    font-size: 50%;
    color: #80f580;
    text-align: right;
}

#tabmenuHeader a.homeurl
{
    background: #a0a0ff;
    width: auto;
    height: auto;
    display: block;
}

#tabmenuHeader img.logo
{
    width: auto;
    display: block; 
}

#tabmenuContainer
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

#tabmenu
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

#tabmenu ul
{
    text-align: right;
    margin-right: 0px;
    padding-right: 0em;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#tabmenu li
{
    display: inline;
}

#tabmenu a
{
    text-decoration: none;
    display: inline;
    background: #309030;
    color: #b0e0a0;
    margin: 0px 0em 0px 0em;
    padding: 0em 1.0em 0em 1.2em;
    border-left: 0px solid blue;
    border-right: 0px solid blue;
    border-top: 0px solid blue;
    border-radius-topleft: 8px;
    border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-image: url("images/tab.svg");
    background-repeat: repeat-x;
}

#tabmenu a.active
{
    background: #58b858;
    color: #d8ffc8;
}

#tabmenu a:hover
{
    background: #b0e0a0;
    color: #d8ffc8;
}

#tabmenu a.active:hover
{
    background: #b0e0a0;
    color: #d8ffc8;
}

#tabmenuContents
{
    border: #0f0 dotted;
    border: #309030 dotted;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}

#footer
{
    padding-top: 1em;
    font-size: 80%;
}

#tabmenuContents dt
{
    padding-top: 0.5em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 1em;
}

#tabmenuContents ul
{
    padding-left: 6em;
}

#tabmenuContents p
{
}

#tabmenuContents dt
{
    font-weight: 800;
}

#tabmenuContents a.mugshot
{
    font-size: 166%;
}

#tabmenuContents div.mugcontainer
{
    float: left;
/*    background: #f00;*/
    padding-right: 1em;
}

#tabmenuContents .mugcontainer img
{
/*    float: left;*/
    width: 80;
    height: 107;
    padding-top: 5;
    padding-bottom: 5;
    padding-right: 10;
    border: none;
}

#tabmenuContents div.mugsocial
{
    float: bottom;
/*    background: #0f0;*/
}

#tabmenuContents .mugsocial img
{
    padding: 1;
    width: 16;
    height: 16;
    border: none;
}

.testimonial-item p {
    margin-top: 0em; margin-bottom: 0px;
}

.testimonial-item h4 {
    margin-top: 1em; margin-bottom: 0px;
}

.testimonial-item .subsubheading {
}

#tabmenuContents dl.reversed {
    margin-bottom: 1em;
    margin-top: 1em;
}

#tabmenuContents dl.reversed > dt {
    font-size: 90%;
    font-weight: normal;
    clear: both;
    float: left;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#tabmenuContents dl.reversed > dd {
    font-size: 105%;
    font-weight: bold;
    margin-left: 7em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}


