body {
  background: #111;
  font: 33px Helvetica, Arial, sans-serif;
  margin: 8px;
  margin-left: 0px;
  color: #5C5C5C;
}

a img {
 border: 0px;
}

.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;
}

#wrapper {
	width: 100%
}

#new {
	padding-left: 200px;
	padding-right: 200px;
}

#new textarea {
	font-family: inherit;
}

#items {
  position: absolute;
  bottom: 0px;
  list-style-type: none;
  margin: 0 0 0 50px;
  padding: 0;
  position: absolute;
  width: 80%;
  left: 250px;
}

#items li {
	 color: #5C5C5C;
	 font-size: 40px;
	 line-height: 40px;
	 letter-spacing: 0;
	 margin: 0;
	 padding-right: 100px;
	 overflow: hidden;
	 word-wrap: break-word;
	 padding-top: 10px;
   padding-top: 10px;
}

#listview {
  position: absolute;
  list-style-type: none;
  margin: 0 0 0 50px;
  padding: 0;
  position: absolute;
}

#listview li {
  	 color: #5C5C5C;
	 font-size: 40px;
	 line-height: 40px;
	 letter-spacing: 0;
	 margin: 0;
	 padding-right: 100px;
	 overflow: hidden;
	 word-wrap: break-word;
	 padding-top: 10px;
   padding-top: 10px;
}

a { color: #5C5C5C; }
a:link    {text-decoration: underline}
a:visited {text-decoration: underline}
a:active  {text-decoration: underline}
a:hover   {text-decoration: none;}

p small {
    font-size: 12px;
}

/* #items li span.either { */
span.either {
	font-size: 50px;
	line-height: 40px;
	letter-spacing: -3px;
	font-weight: bold;
}

/* #items li span.love { */
.love {
	color: #FF66FF;
}

/* #items li span.hate { */
.hate {
	color: #FF0000;
}

.leftBox {
	float: left;
	/*display: inline;
	clear: none;
	position: relative;
	margin-right: 250px;*/
	position: relative;
	width: 80%;
}
.rightBox {
	width: 110px;
	float: right;
	/*display: inline;
	clear: none;*/
	position: relative;
	vertical-align: middle;
}

#rightBar {
    width: 250px;
}