/* Additonal CSS elements
Changes to the standards are in foundation.css

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;
}
*/

button,
.button {
    background-color: #F97509;
    border-color: #ea7210;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #ea7210;
}

/*figure 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%; 
}

p.equation a{
	color: #666;
}

/*literature references */
.footnote {
color: #336599;
font-weight: bold;
}

.footnote a {
color: #336599;
font-weight: bold;
}

.footnote a:hover {
  text-decoration: underline;
}


/*inline calculators*/
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; 
}



/* 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;
}


.top-bar {
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
}
.top-bar-section ul,
.top-bar-section ul li > a{
    background: #f2f2f2;
    color: #111;
}
.top-bar.expanded .title-area {
    background: #f2f2f2;
}

.top-bar .name h1 a {
    color: #440;
}
/*Change Menu test and Hamburger from White to Grey 
*/
.top-bar .toggle-topbar.menu-icon a {
  color: #f00;
}
    .top-bar-section {
        display: none;
    }

/*not small*/
@media only screen and (min-width: 40em) {
    .block-menu-menu-pvcdrom {
        display: block;
    }

}
/*small*/
@media only screen and (max-width: 40em) {
  .block-menu-menu-pvcdrom {
    display: none;
  }
  .block-block-1 {
      display: none;
  }
  
  p.figure, p.javagraph, p.director, figure {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;     
  }
  
  #edit-submit--2 {
    type:hidden;
  }
   
}

.1-header {
  display: none;
}

.footer-first, .footer-second, .footer-fourth {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
    float: left;
}


/*left side menu */
.block-menu-menu-pvcdrom li {
    list-style-type: none;
    padding-bottom: .2em;
}
.block-menu-menu-pvcdrom .menu .menu li {
    padding-left: 1em;
    padding-top: .3em;
	padding-bottom: .3em;
    line-height: normal;
    /*margin-left: 0em;*/
}

.block-menu-menu-pvcdrom ul {
    padding-left: 0;
    margin-left: 0.0em;
}

.block-menu-menu-pvcdrom li.active-trail {
  background-color: #e6e6e6;
}

.block-menu-menu-pvcdrom li.expanded {
  background-color: #f8f8f8;
}

.block-menu-menu-pvcdrom a.active{
  font-weight: bold;
  color: #ac5106;
}

.1-footer{
  background-color: #FFFFFF;

}


.lang_dropdown_form {
  padding-right: 0.3em;
}


ul.main-nav{
  margin-left: 0;
}

/*Turn the sidebar dhtml menu into a table of contents for the front page*/
#main-menu li{
  list-style-type: none;
  padding-top: .5em;
	padding-bottom: .5em;
}

/*style elements that are a direct child*/
#main-menu li.has-dropdown > a {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
  color:#125184;
}

#main-menu li.has-dropdown::before {
 content: "Chapter: ";
 font-weight: bold;
 color: #125184;
}

#main-menu .dropdown > li:not(:last-child)::after {
    content: "· ";
   
}

#main-menu .dropdown {
    list-style: none;
    padding: 0;
}

#main-menu .dropdown > li {
    display: inline;
}

a {
  padding: 0.5em 0.5em 0.5em 0em;
} 

#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
{
	padding-left: 0.5em;
}



.graphContainer{
  text-align: center;
}

.canvasGraph {
width: 90%
}

.sliderContainer{
  width: 100%;
  padding-bottom: 1.2em;
}

.slider {
  width: 80%;
  vertical-align: middle;
}





/*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;
}




li.node-readmore.first.last {
	display: none;
}


