body {
	background:#FFF url(../images/body.gif) fixed
}

  .container {
    background-color: #FFF;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
  }

    #headerTitle {
      font-size: x-large;
      font-weight: bold;
      color: #ccc;
      background-color: #333;
      margin-bottom: 5px;
      border-bottom: 1px solid #333;
      padding-left: 10px;
    }

      .subTitle {
        font-size: small;
        font-weight: normal;
      	vertical-align: middle;
      }

    #postEntries {
      margin-top: 10px;
      margin-bottom: 40px;
    }

      .postEntry {
        margin-top: 10px;
        margin-bottom: 30px;
      }

        .postTitle {
          color: #082133;
          font-size: x-large;
          font-weight: bolder;
          margin-bottom: 0px;
          text-transform: capitalize;
        }

        .postedOn {
          color: #3A627F;
          font-size: small;
          font-style: italic;
          margin-left: 15px;
        }

        .postBody {
          border-top: 1px solid #333;
          padding-top: 5px;
        }

          .postBody p {
            text-align: justify;
          }
          
          h6 {
            text-align: justify;
            font-style: normal;
            font-weight: normal;
            margin-bottom: 12px;
          }
          
          .postEntry pre {
            text-align: left;
          }
        
          .continueReading {
            font-style: italic;
            margin-top: 10px;
          }

      .pagination {
        text-align: center;
        font-weight: bold;
      }
      
    #sideBar {
      margin-bottom: 20px;
    }

      .sideBarHeader {
        font-weight: bold;
        font-size: large;
      }
      
      #sideBar ul {
      	list-style-type: none;
      	margin-left: -35px;
      }


    #footer {
    	font-weight: bold;
      color: #ccc;
      background-color: #333;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #333;
    }

    .fieldWithErrors {
      display: inline;
    }

    .errorExplanation {
      width: 400px;
      border: 2px solid #CF0000;
      padding: 0px;
      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: 0;
      background-color: #c00;
      color: #fff;
    }

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

    .errorExplanation ul {
      margin: 2px 24px;
    }

    .errorExplanation ul li {
      font-size: 12px;
      list-style: disc;
    }