
@font-face {
  font-family: 'SansationRegular';
  src: url('http://static.photostre.am/fonts/sansation_regular-webfont.eot');
  src: local('☺'), url('sansation_regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SansationBold';
  src: url('http://static.photostre.am/fonts/sansation_bold-webfont.eot');
  src: local('☺'), url('sansation_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Sansation", "SansationRegular", Georgia, Palatino, 'Palatino Linotype', FreeSerif, serif;
  font-size: 14px;
  background-repeat: no-repeat;
  padding: 0;
}
strong {
  font-family: "SansationBold", "Sansation", Georgia, Palatino, 'Palatino Linotype', FreeSerif, serif;
}

a {
  text-decoration: none;
  color: black;
}
a:hover, a:focus {
  color: #00A;
}
a img {
  border: none;
}
.clear {
  clear: both;
}

h1, h2, h3 {
  margin: 10px 0 0 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
  padding: 0;
}

p {
  background-color: white;
  float: left;
  padding: 3px 5px;
  margin: 3px 0;
  clear: both;
}

#background_image, #background_image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
}
#title {
  margin: 0;
}
#title a {
  font-size: 50px;
}
#title a, #title .subtitle {
  padding: 3px 5px;
  color: black;
  background-color: white;
  float: left;
  clear: both;
}

#title a {
  color black;
}
.c-albums.a-index #navigation, .c-albums.a-index #navigation_albums {
  display: none;
}
#navigation, #navigation_albums {
  margin: 0;
}

#navigation li, #navigation_albums li {
  margin: 0 20px 5px 0;
}

#footer {
  font-size: 0.8em;
}

#albums {
  list-style-type: none;
  background-color: black;
  position: fixed;
  top: 45%;
  right: 0;
  width: 100%;
  padding: 0.4em 20px 0.4em 0px;
  text-align: right;
  margin: 0 0px 0 -1px;
}
#albums li {
  display: inline;
  margin: 0 20px 0 0;
}
#albums li a {
  color: white;
  padding: 5px 10px;
}

#albums li a:hover {
  background-color: white;
  color: black;
}

#albums .album, #photos .photo {
  display: inline;
}

#album {
  position: fixed;
  top: 100px;
  left: 0;
}
#album #photos, #photos {
  white-space: nowrap;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  bottom: 40px;
}

#albums .album h2, #photos .photo h2 {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-color: black;
  padding: 3px 5px;
}

.album img, .photo img {
  max-width: 500px;
}
h1 {
  margin: 0 0 0 10px;
}
.meta {
  text-align: right;
  margin: 3px 0 0 0;
}