/* Swing the Sickle Style Sheet */

/* Universal */

body {
  margin: 0px;
  background-color: #FFFFFF;
  font-family: sans-serif;
  color: #000000;
  font-size: 10pt;
}

a:link, a:visited, a:hover, a:active {
  color: #0000FF;
  text-decoration: underline;
}

/* Headings */

#sitetitle {
  width: 100%;
  height: 118px;
  background-color: #000000;
}

/* Layout */

#aboutbox, #serieslist, #episodelistbox, #recentbox, #comments, #newreview {
  width: 60%;
  padding: 5px;
  position: relative;
  left: 20%;
  margin-top: 2em;
  border: 1px solid #CCCCCC;
}

.categorylist, #recentbox ul {
  list-style-image: url(http://tv.swingthesickle.com/pics/bullets/peculiar.png);
}

.seasonlist {
  list-style-image: url(http://tv.swingthesickle.com/pics/bullets/bullseye.png);
}

#episodelist {
  list-style-image: url(http://tv.swingthesickle.com/pics/bullets/squareish.png);
}

#review {
  width: 60%;
  padding: 5px;
  position: relative;
  left: 20%;
  margin: 2em 0 2em 0;
  border: 1px solid #CCCCCC;
}

#recentbox h1 {
  font-size: 14pt;
  padding: 0;
  margin: 0;
}

#commentarea {
  width: 60%;
  padding: 5px;
  position: relative;
  left: 20%;
  border: 1px solid #000000;
  margin-top: 2em;
  background-color: #CCCCCC;
}

/* Editing */

#newreview h1 {
  margin: 1em 0 1em 0;
  color: #1E90FF;
}

#newreview h2 {
  margin: 1em 0 0 0;
  color: #1E90FF;
}

#newreview input, #newreview textarea {
  background-color: #1E90FF;
  border: solid #CCCCCC 2px;
  color: #FFFFFF;
  font-size: 14pt;
  padding: 2px;
}

#editseries, #editeptitle {
  width: 35%;
}

#editseason, #editepnum {
  width: 30px;
  text-align: center;
}

#editreview {
  width: 85%;
  height: 25em;
}

#editobjection, #editspiritual, #editsynopsis {
  width: 85%;
  height: 4em;
  display: block;
}

#editrating {
  width: 30px;
  text-align: center;
  margin: 1em 0 0 0;
}

#editsubmit {
  display: block;
  margin: 1em 0 0 0;
}

/* Ad Layout */

/* Google */

#googlead_top {
  width: 60%;
  position: relative;
  left: 20%;
  margin-top: 2em;
}

#googlead_bottom {
  width: 60%;
  position: relative;
  left: 20%;
  margin-top: 2em;
}

#amazonad_review {
  float: right;
  margin-top: 4em;
  padding: 5px;
}

/* Amazon */

#amazon_seasonlink {
  height: 45px;
}
#amazon_seasonlink img {
  float: left;
  padding-right: 5px;
}
#amazon_seasonlink p {
  position: relative;
  top: 10px;
  margin: 0;
}