/* Copyright (C) 2008 Crush & Lovely */

div#content { margin-top: 27px; }

/* Date navigation buttons */

div#content ul#nav {
  width: 950px;
  height: 27px;
  position: absolute;
  top: -27px;
  left: 0;
}

div#content ul#nav li a {
  display: block;
  position: absolute;
  top: 0;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#content ul#nav li a:hover { background-position: 0 -27px; }

div#content ul#nav li a:active { background-position: 0 0; }

div#content ul#nav li#next_issue a {
  width: 109px;
  right: 0;
  background-image: url(../images/nav/next_issue.gif);
}

div#content ul#nav li#previous_issue a {
  width: 142px;
  left: 0;
  background-image: url(../images/nav/previous_issue.gif);
}

div#content ul#nav li#view_all a {
  width: 109px;
  right: 112px;
  background-image: url(../images/nav/view_all.gif);
}

/* Featured response formatting */

div#response_paragraphs p { padding-bottom: 1.25em; }

img.profile {
  top: 66px;
  border: 3px #c7ccce solid;
  width: 112px;
  margin-right: 22px;
}

img.float_left { margin:  0 18px 14px 0; }

.float_left { float: left; }