body { 
    background-color: #FCFCFC; 
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    overflow: scroll;
}

img { border-style: none; }

h2 { 
    font-size: 2.0em;
    font-weight: 400;
}

h3 { 
    font-size: 1.5em;
    font-weight: 400;
}

.hide { /* hide the skipnav link */
    display: none;
}

.nav {
    float: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    height: 54px;
}
.nav li {
    float: left;
    text-align: left;
    margin: 0px 0px 0 20px;
}
.nav a:link {
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    color: black;
}
.nav a:visited {
    color: black;
}
.nav a:hover {
    color: #808080;
}

#buttons {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
}
#buttons img {
    padding-left: 10px;
    padding-right: 10px;
}

.figure {
    padding-left: 10px;
}

.figure p {
    font-size: small;
    font-style: italic;
    margin-top: 0px;
}

#footer {
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: small;
}

#logo {
    float: left;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 20px;
}
#content {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
#main {
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
}
#social {
    float: right;
    font-weight: 400;
    color: gray;
}
#social a img {
    opacity: 0.7;
}
#social a:hover img {
    opacity: 1.0;
}

div.boxedfigure {
  min-width: 180px; 
  background: #dddddd;
  border: 1px solid gray;
  padding: 4px;
  margin: 0em 0em 1em 1em;
  border: thin solid silver;
}

div.boxedfigure img { width: 100%; }
div.boxedfigure video { width: 100%; }

div.boxedfigure p { 
  font-size: small;
  font-style: italic;
  padding-left: 1%;
  padding-right: 1%;
  line-height: 1.1;
  margin: 0.25em auto 0 auto;
}

.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; padding: 0px; margin: 0px; }

.floating {
  float: right;
  clear: both;
}

.bluebutton {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
  background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
  background-color:#3d94f6;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #337fed;
  display:inline-block;
  color:#ffffff;
  font-size:28px;
  font-weight: 400;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:-1px -1px 2px #1570cd;
}.bluebutton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
  background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
  background-color:#1e62d0;
}.bluebutton:active {
  position:relative;
  top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.graybutton {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-size:28px;
  font-weight: 400;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:-1px -1px 2px #ffffff;
}.graybutton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}.graybutton:active {
  position:relative;
  top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
