/* groupr.css generated */
/* general styles */

body {
  background: white;
  margin: 0px;
  padding: 0px;
  color: #333;
  font: 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  margin:  0px;
  padding: 0px 0px 5px 0px;
  text-align:left;
}

h2 {
  font-size: 20px;
  line-height: 28px;
  padding: 0px 0px 5px 0px;
  margin:  0px;
}

h3 {
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0px 5px 0px;
  margin:  0px;
}

div#header {
  margin: 0px;
  padding: 5px 20px 0px 20px;
  border-bottom: 1px solid #ccc;
/*
  margin: 0px auto;
  width: 800px;
*/
}

div#header h1 {
  float: left;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  display: inline;
}

div#header h1 span.subtitle {
  font-weight: normal;
}

div#header span#userinfo {
  display: inline;
  float: right;
  margin: 0px;
  padding: 0px;
  line-height: 12px;
}

a {
  color: #00f;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:visited {
  color: #339;
}

p {
  margin-top: 0px;
}

.faded {
  color: #999;
}

.faded a {
  color: #66f;
}

.faded a:hover {
  color: #00f;
}

.faded a:visited {
  color: #66c;
}

.highlight {
  color: #000;
  background: #ff9;
}

div#content {
  width: 800px;
  clear: all;
  padding: 5px 20px 5px 20px;
}

div#content h2 {
  line-height: 40px;
}

div.gallery {
  width: 255px;
  float: left;
  height: 90px;
  margin-bottom: 20px;
  padding-right: 10px;
}

div.gallery-frame {
  padding: 4px;
  border: 1px solid #ccc;
  float: left;
}

div.gallery-frame img {
  width: 75px;
  height: 75px;
  border: 1px solid #000;
}

div.gallery-info {
  float: left;
  width: 163px;
  padding-left: 5px;
}

div.gallery-info h3 {
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 3px 0;
}

div.curator {
  clear:both;
}

div.curator-usericon {
  float:left;
  width: 48px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.curator-info {
  float:left;
  width: 740px;
  margin-bottom: 10px;
}

div.three-column {
  width: 255px;
  float: left;
  padding-right: 10px;
}

div.three-column-double {
  width: 530px;
  float: left;
  padding-right: 0px;
}

div#front h3.title {
  padding-top: 12px;
  padding-bottom: 20px;
}

div.hidden {
  display: none;
}
