/* Shared text styles
_______________________________________________________________________________*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-bottom: 20px;
}

#headerLine{
  border: 0 #6abe93 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-bottom: 20px;
}

i{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400italic;
}

b{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/* Headings
_______________________________________________________________________________*/

h1, #imgTitle {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

#imgTitle{
  text-align: center;
  margin: 190px auto 3px auto;
  width: 300px;
  border-bottom: solid 1px #fff;
  text-shadow: 0px 2px 3px #000;
}

#imgTag{
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 2px 3px #000;
}

h1 a{
    color: #fff;
    text-decoration: none;
}

h1 a:hover{
    text-transform: uppercase;
}

h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* Footer text styles
_______________________________________________________________________________*/
#footerTagline, .footerLinks{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
    line-height: 15px;
    margin-bottom: 5px;
}

.footerLinks a{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}

.footerLinks a:hover{
    border-bottom: solid 1px #fff;
}

#footerTagline a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#footerTagline a:hover{
    color: #fff;
    border-bottom: solid 1px #fff;
}

#footer hr{
  border: 0 #74be99 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-bottom: 10px;
}

#developer, #developer a{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: #8dcead;
    line-height: 15px;
    margin-bottom: 5px;   
    text-decoration: none
}

#developer a:hover{
    border-bottom: solid 1px #8dcead;
}

/* Spacing
_______________________________________________________________________________*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 24px;
}

li a{
    color: #fff;
    text-decoration: none;
}

li a:hover{
    text-transform: uppercase
}

p{
    line-height: 24px;
    color: #fff;
    z-index: -10;
    font-family: 'Open Sans', sans-serif;
}

p a{
    color: #fff;
    text-decoration: none;
}

p a:hover{
    text-transform: uppercase;
}

p,
dl,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}