/*
  styles.css
  Primary styles for It's Not Porn It's Art
  
*/
body  {
  font-family: Helvetica, Verdana, sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 36px;
}

h1 {
  font-size: 1.4em;
  float: left;
  color: #ffffff;
}

h2 {
  font-size: 1.2em;
  float: left;
  clear: left;
  color: #aaaaaa;
}

a:link {
  color: #D7D7D7;
  text-decoration: none;
}

a:visited {
  color: #D7D7D7;  
  text-decoration: none;
}

a:active {
  color: #F0484A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;  
}

div.container {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

div#header {
  
}

ul#links {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.2em;
  list-style: none;
  float: right;
}

ul#links li {
  margin-right: 1em;
  display: inline;
}

div#content {
  clear: both;
  text-align: center;  
  margin: 36px 0 36px 0;
}

div#footer {
  text-align: center;
  color: #aaaaaa;  
}


/*
  Galleria styles
*/

ul.galleria {
  list-style: none;
  height: 80px;
}

ul.galleria li {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
}

ul.galleria li a {
  display: none;
}

ul.galleria li img.thumb {
  cursor: pointer;
  top: auto;
  left: auto;
  display: block;
  width: auto;
  height: auto;
}

ul.galleria li .caption {
  display: block;
  padding-top: 0.5em;
}

* html ul.galleria li div span { /* MSIE bug */
  width: 400px;
}

