body {
    color: #444;
}
h1, h2, h3, h4, h5, h6 {
    color: #666;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.25em;
}
a {
    color: #F7882F;
}
a:hover,
a:focus {
    color: #ac5106; /* SGB was #ea7210 */
}
button,
.button {
    background-color: #F97509;
    border-color: #ea7210;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #ea7210;
}
.top-bar {
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
}
.top-bar-section ul,
.top-bar-section ul li > a{
    background: #f2f2f2;
    color: #888;
}
.top-bar.expanded .title-area {
    background: #f2f2f2;
}
.block-menu-menu-pvcdrom li {
    list-style-type: none;
    margin-bottom: .2em;
}
.block-menu-menu-pvcdrom .menu .menu li {
    padding-left: 1em;
	margin-bottom: .7em;
    line-height: normal;
}
.block-menu-menu-pvcdrom .menu .menu .dhtml-menu {
    padding-left: 0;
}

#dhtml_menu-578,
#dhtml_menu-606,
#dhtml_menu-1192,
#dhtml_menu-1193,
#dhtml_menu-1194,
#dhtml_menu-1195,
#dhtml_menu-1196, 
#dhtml_menu-1197,
#dhtml_menu-1198,
#dhtml_menu-1198,
#dhtml_menu-1199,
#dhtml_menu-1200,
#dhtml_menu-1202,
#dhtml_menu-1203,
#dhtml_menu-1204,
#dhtml_menu-1205,
#dhtml_menu-1206,
#dhtml_menu-1207,
#dhtml_menu-1208,
#dhtml_menu-1209,
#dhtml_menu-1210,
#dhtml_menu-1211,
#dhtml_menu-1212,
#dhtml_menu-1213,
#dhtml_menu-1214,
#dhtml_menu-1215,
#dhtml_menu-1216,
#dhtml_menu-1217,
#dhtml_menu-1218,
#dhtml_menu-1098,
#dhtml_menu-1220,
#dhtml_menu-1222,
#dhtml_menu-1223,
#dhtml_menu-1225,
#dhtml_menu-3057,
#dhtml_menu-4562,
#dhtml_menu-4559,
#dhtml_menu-4560,
#dhtml_menu-3210,
#dhtml_menu-4561,
#dhtml_menu-5464
{
	margin-left: -1.0em;
}
/* SGB keep the side menu
.block-menu-menu-pvcdrom {
    display: none;
}
*/
/*.top-bar .toggle-topbar.menu-icon a {
    color: #444;
}*/

/*SGB Change Menu test and Hamburger from White to Grey */
.top-bar .toggle-topbar.menu-icon a {
  color: #888888;
}

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}


img.logo {
    margin: 0.5em 0 1em;
}
/*.title-area .name {
    display: none;
}*/
header {
    width: 98%;
   margin: 0 auto;
    max-width: 1200px;
    padding-left:  0.9375em;
}
.row {
    width: 98%;
    max-width: 1200px;
}
.top-bar .name h1 a {
    color: #444;
}
@media only screen and (min-width: 58.75em) {
    .top-bar,
    .top-bar-section {
        display: none;
    }
    .block-menu-menu-pvcdrom {
        display: block;
    }
}
/*SGB make references consistent color */
.footnote {
color: #336599;
font-weight: bold;
}
.footnote a {
color: #336599;
font-weight: bold;
}

.footnote a:hover {
  text-decoration: underline;
}

/*SGB inline links at bottom of page */
ul.links.inline li{
display:inline;
}

/*SGB fix up the display of equations 
h2.node-title a{
	color: #666;
font-size: 0.7em;
}

h2.node-title a:hover{
	color: #000;
font-size: 0.7em;
}
*/
h2.node-title a{
	display: none;
}


p.equation a{
	color: #666;
}

li.node-readmore.first.last {
	display: none;
}
/* SGB forms */
fieldset.calculator {
    border-radius: 5px;
    background-color: #f2f2f2;
}

fieldset.calculator legend {
	border-radius: 5px;
    background-color: #fff;
    border:#dddddd 1px solid;
    padding: 5px 10px 5px 10px;
}

.outputParameters input {
background-color: #f2f2f2; 
}

/*SGB Captions*/
p.caption, figcaption {
 margin-right: 10%;
 margin-left: 10%;
 margin-top: 3pt;
 text-align: justify;
color: #000;
font-style: italic;
}

p.figure, p.javagraph, p.director, figure {
 text-align: center;
 margin-left: 10%; 
}

/* SGB sun bullets */
ul.sun-bullet li{
 background: url(images/sun.gif) no-repeat 1px .4em;
 padding-left: 1em;
 text-align: justify;
 list-style-type: none;
}

.code {
  font-family: monospace;
  padding-bottom: 0px;
  line-height: 1.0;
  margin-bottom: 0px;
}