body {
  background-image: url("noisy-texture-200x200.png");
  background-color: #F7F7F7;
}

h1 {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  text-shadow: #ffffff 0px 1px 0px;
}

#inner-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#upper-graphics a {
  text-decoration: none;
}

#upper-graphics span {
  display: block;
}

#sub-upper-graphics {
  position: absolute;
  left: 150px;
  top: 10px;
}

#sub-upper-links { 
  clear: both;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}

#sub-upper-links ul {
  list-style: none;
    font-family: 'Open Sans Light', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-top: 40px;
}

#sub-upper-links ul li {
  display: inline;
  font-size: 14px;
}

#sub-upper-links ul li+li:before {
  padding-left: 5px;
  content: " | ";
  padding-right: 5px;
}

#sub-upper-links a {
  color: #0000AA;
  text-decoration: underline;
}

#sub-upper-links a:hover {
  color: #FF9933;
}

.elevatorpitch {
  clear: both;
  padding: 20px 0 10px 0;
}

h2 {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  text-shadow: #ffffff 0px 1px 0px;
}

h3 {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  text-shadow: #ffffff 0px 1px 0px;
}

h4 {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #222222;
  text-align: center;
  text-shadow: #ffffff 0px 1px 0px;
}

.text {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  color: #222222;
}

/* ------------------------- */
/*                           */
/*    Front Page Examples    */
/*                           */
/* ------------------------- */

.frontpageexamples {
  margin: 0 auto;
  width: 870px;
}

.frontpagemagic {
  background-color: #FFFFFF;
  box-shadow: 3px 3px 8px #888888;
  padding: 0 10px 0 10px;
  margin: 10px;
  height: 210px;
  width: 250px;
  float: left;
}

.frontpagemagic .code {
  color: #0000BB;
  font-family: "Courier", Monospace;
  font-size: 12px;
}

.frontpagemagic .magic-title {
  color: #222222;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: normal;
}

.frontpagemagic .magic-text {
  color: #222222;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 12px;
  text-align: left;
  white-space: normal;
}

.more {
  background-color: #4A2F3E;
  color: #8BD4E2;
  font-weight: bold;
  font-family: 'Open Sans Light', sans-serif;
  text-align: center;
  padding: 2px;
  vertical-align: bottom;
}

.more:hover {
  background-color: #6A4F5E;
}


.play {
  background-color: #00AA00;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Open Sans Light', sans-serif;
  text-align: center;
  padding: 2px;
  vertical-align: bottom;
}

.play:hover {
  background-color: #00CC00;
}


/* ------------------------- */
/*                           */
/*   Most Important Links    */
/*                           */
/* ------------------------- */

.implinks {
  clear: both;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 80px;
  width: 630px;
  display: block;
}

.implink {
  background-color: #00AA00; 
  box-shadow: 3px 3px 8px #888888;  
  padding: 0px 10px 0 10px;
  margin: 0 10px 0 10px;
  width: 275px;
  height: 55px;
  float: left;
  text-align: right;
}

.implink:hover {
  background-color: #00CC00;
  box-shadow: 5px 5px 10px #888888;  
}

.implink .implink-title {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Open Sans Light', sans-serif;
  text-align: center;
  padding: 2px;
  vertical-align: bottom;  
}


/* ------------------------- */
/*                           */
/*    Front Page Explores    */
/*                           */
/* ------------------------- */

.frontpageexplores {
  clear: both;
  margin: 0 auto;
  width: 960px;
  display: block;
}

.frontpageexplore {
  background-color: #CCCCCC; 
  box-shadow: 3px 3px 8px #888888;  
  padding: 0px 10px 0 10px;
  margin: 0 10px 0 10px;
  width: 200px;
  height: 130px;
  float: left;
}

.frontpageexplore a {
  text-decoration: none;
}

.frontpageexplore:hover {
  background-color: #FF9933;
  box-shadow: 5px 5px 10px #888888;  
}

.frontpageexplore .title {
  font-weight: bold;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 18px;
  color: #0000AA;
  text-decoration: underline;
  text-align: center;
}

.frontpageexplore .details {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  color: #222222;
  text-align: center;
}


/* ------------------------- */
/*                           */
/*    Download Page          */
/*                           */
/* ------------------------- */

.download {
  background-color: #FFFFFF; 
  box-shadow: 3px 3px 8px #888888;  
  padding: 10px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.download-description {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  color: #222222;
}

.download-link {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  color: #222222;
}

.download-date {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 12px;
  color: #222222;
}

/* ------------------------- */
/*                           */
/*    Guide Page             */
/*                           */
/* ------------------------- */

.guide-container {
  background-color: #FFFFFF; 
  box-shadow: 3px 3px 8px #888888;  
  padding: 10px;
  overflow: auto;
}
.guide-thumb {
  float: left;
}
.guide-thumb img {
  display: block;
}
.guide-content {
  margin-left: 210px;
 padding-left: 10px; 
 padding-right: 10px;
  color: #222222;
  text-align: justify;
  font-family: 'Open Sans Light', sans-serif;
}

.guide-details {
  font-family: 'Open Sans Light', sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 85%;
}

.guide-title {
  font-family: 'Open Sans Light', sans-serif;
  font-weight: bold;
}

.needs-left-padding {
  padding-left: 10px;
}

.needs-right-padding {
  padding-right: 10px;
}

/* ------------------------- */
/*                           */
/*    Examples Page          */
/*                           */
/* ------------------------- */

.example {
  background-color: #FFFFFF; 
  box-shadow: 3px 3px 8px #888888;  
  padding: 5px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
}

.example-title {
  font-weight: bold;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 110%;
  color: #222222;
}

.example-explain {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  color: #222222;
}

.download-date {
  font-weight: normal;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 12px;
  color: #222222;
}

/* ------------------------- */
/*                           */
/*    Staccato Page          */
/*                           */
/* ------------------------- */

textarea#staccato {
  width: 600px;
  height: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  font-family: 'Open Sans Light', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

#staccato-examples ul {
  list-style-type: disc;
}

/* ------------------------- */
/*                           */
/*    Articles               */
/*                           */
/* ------------------------- */

.article-date {
    font-family: 'Open Sans Light', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  padding-left: 8px;
}

/* ------------------------- */
/*                           */
/*    Stories                */
/*                           */
/* ------------------------- */

#stories {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

#story {
  display: block;
}

.header {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  text-align: left;
  text-shadow: #ffffff 0px 1px 0px;
  margin: 25px 0 0 0;
}

.date {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  color: #222222;
  text-align: left;
  margin: 5px 0 5px 0;
}

#story .article {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

/* ------------ */
/*              */
/*    Footer    */
/*              */
/* ------------ */

#footer {
  clear: both;
  padding-top: 20px;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #888888;
  text-align: right;
}

#footer a {
  color: #444eff;
}

#footer a:visited {
  color: #704c99;
}

