/* common */

*{  
  font-family: 'Helvetica', Arial, Helvetica, sans-serif; 
  font-size: 13px;
  color: #000;
}
html, body {
/*  height: 100%;*/
  width: 100%;
  margin:0;
  padding: 0;
}
div.center {
  width: 750px;
  margin: auto;
}
img {
  border: 0;
}
blockquote {
  font-style: italic;
}

/* top and nav */

div#header {
  width: 100%;
  height: 280px;
  position: fixed;
/*  background-color: red;*/
  z-index: 10;
}
#nav {
  position: relative;
  top: 30px;
  height: 30px;
/*  background-color: #008bd1;*/
}
#nav a, #nav a:link {
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav a.selected {
  color: #008bd1;
}

div#nav #plastictides {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-right: 5px;
  line-height: 29px;
  font-size: 15px;
  float: left;
  margin-right: 20px;
  background-color: #008bd1;
}
div#nav div#options {
  float: left;
  width: 590px;
  height: 100%;
  padding-left: 11px;
  line-height: 29px;
  text-align: left;
  font-weight: bold;
/*  margin-right: 5px;*/
  background-color: white;
}
div#top {
  height: 100%;
  background-color: white;
/*  background-color: yellow;*/
}
div#introduction {
  padding: 30px 0 0 40px;
}
div#introduction p {
  color: #000;
}
div#introduction h2 {
  color: #008bd1;
  font-weight: lighter;
  font-size: 19px;
}

/* content frames */

div#content {
  width: 100%;
  height: 100%;
  padding-top: 280px;
/*  position: relative;
  top: 280px;*/
  margin: 0 auto;
  text-align: center;
/*  background-color: blue;*/
}
#main {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  background-color: white;
}
#comments {
  text-align: left;
  padding-left: 40px;
/*  background-color: red;*/
}
#comments h3 {
  color: #008bd1;
}
.comment-row {
/*  background-color: blue;*/
  margin-bottom: 8px;
}

/* film row */

div.film-row {
  height: 280px;
  background-color: #cccccc;
  margin-bottom: 15px;
}
div.film-container {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  top: 20px;
  left: 20px;
  width: 300px;
  height: 200px;
}
div.film-description {
  float: left;
  position: relative;
  left: 40px;
  top: 20px;
  width: 370px;
  height: 240px;
  text-align: left;
}
div.film-description p, div.film-description h3, div.film-description .description-text {
  color: #000000;
  margin: 0;
  padding: 0;
}
span.description-text {
  line-height: 20px;
}
div.film-description p {
  padding-top: 10px;
}
div.film-description h3 {
  font-weight: bold;
  font-size: 16px;
}
div.film-description h4 {
  padding-top: 2px;
  font-weight: bold;
  font-size: 13px;
}
div.film-description .blue-rule {
  height: 1px;
  background-color: #008bd1;
  width: 100%;
  margin-top: 8px;
}
div.comment-counter {
  float: right;
  text-align: right;
  color: #000000;
  height: 15px;
  width: 140px;
}
div.comment-counter a, div.comment-counter a:link {
  color: #008bd1;
  text-decoration: none;
}
div.comment-counter a:hover {
  text-decoration: underline;
}

div.comment-form {
  padding-top: 10px;
}
div.comment-form form {
  font-size: 11px;
}
div.comment-form .form-row {
  height: 30px;
  margin: 0 0 6px 0;
/*  background-color: red;*/
}
.colour-form-row {
  background-color: #e0e0e0;
}
div.comment-form .form-row .item-title {
  width: 100px;
  float: left;
  height: 100%;
  text-indent: 5px;
/*  background-color: blue;*/
}
div.comment-form .form-row .item-title span {
  line-height: 30px;
}
div.comment-form .form-row .item-element {
/*  width: 350px;*/
  height: 100%;
/*  background-color: yellow;*/
}
div.comment-form textarea {
  height: 60px;
}
div.comment-form input {
  margin-top: 4px;
}
div.comment-form textarea, div.comment-form input {
  background-color: #e0e0e0;
}
.hidden {
  display: none;
}

/* footer */

div#footer {
  height: 40px;
  font-size: 10px;
  color: #000;
}
