body {
  font: 62.5%/1.4 "Lucida Grande", Verdana, sans-serif;
  background: url(/images/ScrewCupid_toilet.jpg) no-repeat #000;
  color: #333;
}

#wrapper {
  background: url(/images/overlay.png);
  margin: 20px 0 0 20px;
  padding: 10px;
  width: 600px;
}

#header {
  position: relative;
}

#header #identity {
  position: absolute;
  top: 0;
  right: 0;
}

#header h1 {
  font-size: 1px;
  position: absolute;
  z-index: -1;
}

#nav {
  height: 36px;
}

#nav ul {
  float: right;
}

#nav ul li {
  float: left;
  margin-top: -7px
}

#nav ul li a {
  color: #e81f8f;
  font-size: 1.4em;
  padding: 10px;
  text-decoration: none;
}

#nav ul li a:hover {
  background-color: #e81f8f;
  color: #ede7e0;
}

#main {
  clear: right;
}

.accordion {
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #ede7e0 url(/images/arrow-square.gif) no-repeat right -51px;
  font-size: 1.8em;
  padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion .posted {
  border-left: 1px solid #e81f8f;
  font-size: 12px;
  margin-left: 3px;
  padding-left: 5px;
}

.accordion p {
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.thickbox img {
  margin: 0 5px 5px 0;
}


#footer {
}