body {
  font: 18px/1.6 'The Girl Next Door', Georgia, serif;
  background: #321 url();
  color: #eef;
  font-weight: 400;
}

a {
  color: #A2C;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #D26;
}
a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}
figure {
 position: relative;
 margin: 0;
 padding: 0;
}
figcaption {
 position: absolute;
 left: 10px;
 bottom: 10px;
}
h1, h2 {

  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 27px;
  color: #6f6;
}

h2 {
  font-size: 24px;
}

h3 {

  font-weight: 700;
}

h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

strong { font-weight: 700; }

#picpanel {
  width: 100%;
  margin: 1em auto;
  overflow: hidden;
  background: #234;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  /*clear: both;*/
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.centered { margin: 0 auto; }

.box {
  margin: 5px;
  padding: 5px;
  color:#fed;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img {
  display: block;
  width: 100%;
}


.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

.photo {
  background: #654;
}
.text {
  font-family:'Scopse',georgia,times,serif;
  font-size:1.5em;
  font-style:italic;
  text-align:center;
}

#label { text-align: center;
  font-size: 11px;
  color: #fed;
  background-color:#000;
  padding:1em; margin-bottom:2em; margin-top:-5px;
 -webkit-border-bottom-left-radius : 10px;
 -webkit-border-bottom-right-radius : 10px;
 -moz-border-radius-bottomleft : 10px;
 -moz-border-radius-bottomright : 10px;
 border-bottom-left-radius : 10px;
 border-bottom-right-radius : 10px;
}
#label h2 {
  font-size: 16px;
  font-weight:bold;
  color:orange;
  font-style:italic;
}
#label span {
  font-weight:bold;
  color:orange;
  font-style:italic;
}
.big-text {
  font-size: 36px;
  line-height: 1.2em;
}