html, body, ol, ul, li, p, div, table, tr, td, th, span {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

@font-face {
 font-family: 'HandOfSean';
 src: url("handsean.eot"); /* For IE */
}

@font-face {
  font-family: 'HandOfSean';
  src: url("handsean.ttf");
}

a {
  text-decoration: none;
}

body.hp {
  color: #FFF;
}

body.hp a {
  color: #FFF;
  text-decoration: none;
}

body.hp a:hover {
  color: #08AEF4;
}

body.hp .fb-like {
  padding-top: 10px;
}

.alpha-50 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255) transparent;
/* RGBa with 0.5 opacity */
background: rgba(255, 255, 255, 0.5);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

.alpha-black-50 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.5 opacity */
background: rgba(0, 0, 0, 0.5);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.clear {
  clear: both;
}

.h-list {
  list-style: none;
}

.h-list li {
  display: inline-block;
}

.shadow {
  box-shadow: 2px 2px 6px #666;
}

.text-shadow {
  text-shadow: 2px 2px 4px #333;
}

#social-icon-wrapper-hp {
  position: fixed;
  top: 8px;
  right: 20px;
  text-align: center;
  z-index: 10;
}

#social-icon-wrapper-hp div {
  float: left;
  margin: 3px;
}

#header-wrapper-hp {
  position: absolute;
  width: 100%;
}

#logo-wrapper-hp {
  width: 380px;
  float: left;
  margin: 30px 0 0 40px;
}

#logo-hp {
  color: #FFF;
  font-family: 'HandOfSean', 'Lucida Grande', sans-serif;
  font-size: 64px;
  font-weight: normal;
  line-height: 80px;
}

#menu-hp {
  margin-left: 440px;
  margin-top: 60px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: 'Lucida Grande', sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
}

#menu-hp ul {
  margin-left: 10px;
  min-width: 720px;
}

#menu-hp li {
  display: inline-block;
  line-height: 40px;
  text-transform:uppercase;
}

#menu-hp a {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px 0 20px;
}

#sil-hp {
  position: fixed;
  bottom: 30px;
  left: 30px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 2;
}

#footer-hp {
  position: fixed;
  bottom: 30px;
  left: 30px;
  border-radius: 4px;
  font-family: 'Oswald', 'Lucida Grande', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 8px;
  height: 120px;
  width: 310px;
}

#footer-hp img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  vertical-align: bottom;
}

#footer-hp ol {
  display: inline-block;
  padding: 0 0 10px 8px;
}

#footer-hp li {
  padding-right: 4px;
}

#footer-hp p {
  padding-top: 10px;
  font-family: 'Oswald', 'Lucida Grande';
  font-weight: 300;
  text-align: center;
}

#photo-caption-hp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 4px;
  padding: 8px;
  font-family: 'Oswald', 'Lucida Grande';
  font-weight: 300;
  width: 260px;
  z-index: 3;
}

.table-holder {
  text-align: center;
  margin-left: 16px;
}

#photo-caption-hp table {
  font-family: 'Oswald', 'Lucida Grande';
  font-weight: 300;
}

#photo-caption-hp th {
  text-align: center;
  padding: 4px 8px 4px 0;
}

#photo-caption-hp h2 {
  font-family: 'Great Vibes', cursive;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px groove #CCC;
}

#photo-caption-hp p {
  font-size: 12px;
  margin: 2px;
  text-align: center;
  padding: 5px 0;
}