body {
  background-image: url(../images/background.png);
  background-attachment: fixed;
  font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

#content {
  margin: 80px auto;
  width: 520px;
}

h1 {
  margin: 0px;
  color: #cf0;
}

h1#title {
  margin: 18px;
  font-size: %220;
}

h2 {
  margin: 0px;
  font-size: 130%;
  color: #cf0;
}

a {
  color: #cf0;
  font-size: 110%;
  text-decoration: none;
}

a:hover {
  margin: -3px;
  padding: 3px;
  background-color: #cf0;
  color: black;
  text-decoration: underline;
}

/* Section groupings */

#header, #content, #links {
  width: 520px;
  margin: 0 auto;
  padding: 0;
}

#content {
  margin: 20px auto;
}

#footer {
  padding: 8px;
  text-align: center;
}

/* Navigation */

#navigation {
  width: 100%;
  padding: 8px 0;
  margin: 0;
  
  background-color: #cf0;
}

#links {
  width: 480px;
}

#links a, #links span {
  font-size: 120%;
  color: #000;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
}

#links a:hover, #links .selected {
  margin: 0;
  color: #cf0;
  background-color: #000;
}

/* Editing */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Chunk shizzle */

.chunk {
  margin: 6px;
}

.chunk .content {
  padding: 4px 24px;
  background-image: url(../images/panel-background-tile.png); 
}

.chunk .links {
  text-align: center;
}

.chunk .top_border {
  height: 14px;
}

.chunk .top_border .left {
  float: left;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-top-left.png); 
}

.chunk .top_border .middle {
  background-image: url(../images/panel-background-tile.png); 
  margin-left: 14px;
  margin-right: 14px;
  height: 14px;
}

.chunk .top_border .right {
  float: right;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-top-right.png); 
}

.chunk .bottom_border {
  height: 14px;
}

.chunk .bottom_border .left {
  float: left;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-bottom-left.png); 
}

.chunk .bottom_border .middle {
  margin-right: 14px;
  margin-left: 14px;
  height: 14px;
  background-image: url(../images/panel-background-tile.png); 
}

.chunk .bottom_border .right {
  float: right;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-bottom-right.png); 
}

/* Card shizzle */

.card {
  margin: 8px;
}

.card .tag {
  background-image: url(../images/tag-background.png); 
  margin-left: -76px;
  padding: 14px;
  width: 48px;
  height: 62px;
  float: left;
}

.card .tag .icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.card .body {
}

.card .content {
  padding: 4px 24px;
  min-height: 100px;
  background-image: url(../images/panel-background-tile.png); 
}

.card .top_border {
  height: 14px;
}

.card .top_border .left {
  background-image: url(../images/panel-background-tile.png); 
  margin-right: 14px;
  height: 14px;
}

.card .top_border .right {
  float: right;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-top-right.png); 
}

.card .bottom_border {
  height: 14px;
}

.card .bottom_border .left {
  float: left;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-bottom-left.png); 
}

.card .bottom_border .middle {
  margin-right: 14px;
  margin-left: 14px;
  height: 14px;
  background-image: url(../images/panel-background-tile.png); 
}

.card .bottom_border .right {
  float: right;
  height: 14px;
  width: 14px;
  background-image: url(../images/card-bottom-right.png); 
}

/* User Table */
#user_list th {
  text-align: left;
}

#add_user_control {
  text-align: right;
}
