body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

/* sensible defaults for primary elements */
    a {
        text-decoration: underline;
        color: #CC0000;
    }

    a:hover {
        text-decoration: none;
        color: black;
    }

    a img {
        border: 0;
    }


.clr {
  clear: both;
  overflow: hidden;
  height: 1px;
}



/* header, content and footer div structure */
    div#page {

    }

    div#header {
        background-color: #333333;
    }

    div#header #menu {
        border-top: #CC0000 solid 3px;
        color: white;
        background-color: black;
        line-height: 18px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        padding: 5px 5% 8px;
        margin: 0pt 0pt 1.5em;
    }


    div#header #menu li {
        background: transparent none repeat scroll 0%;
        float: right;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0pt;
        padding: 0pt 0pt 0pt 15px;
        width: auto;
    }


    div#header #menu a{
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

    div#header #menu a:hover{
        color: #CC0000;
        text-decoration: none;
    }


    div#header #logo {
        float: left;
        padding: 0px 10px 10px 10px;
    }

    div#header #search {
        float:right;
    }

    div#header #search .searchBox {
        padding: 2px 5px 5px 2px;
        border: none;
    }

    div#header #search .searchButton {
        background-color: #CCCCCC;
        padding: 2px 5px 5px 2px;
        margin-right: 5px;
        border: none;
    }


  div#content {
  width: 940px;
  height: 800px;
  color: #1A1A1A;
  margin-bottom: 40px;
  margin-top: 20px;
  background: white;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
    }

div#mainColumn {
  float: left;
  width: 700px;
}

div#rightColumn {
  float: right;
  height: 400px;
  width: 200px;
  padding-top: 80px;
}

#adsense {
}


    div#footer {
        font-weight: bold;
        color: white;
        background-color: #333333;
        text-align: center;
    }
    
    #footer a{
      color: white;
    }


    #userName {
        font-weight: bold;
    }

    #blurb {

    }

    .actionBar {
        margin-top: 10px;
    }

    #createPost {
        float: right;
        font-size: 1.2em;
    }


/* headers */
    h1 {
        padding: 5px 0px 5px 0px;
        font-size: 24px;
        font-weight: normal;
        color: #CC0000;
    }

    h2 {
        padding: 5px 0px 15px 0px;
        font-size: 18px;
        font-weight: normal;
        color: #333333;
    }

/* flash messages */
    .errorMsg {
        color: #CC0000;
    }

    .infoMsg {
        color: green;
    }

/* forms */
    label.requiredFieldStar {
        color: #CC0000;
    }
    
    .fieldError input, .fieldError textarea {
        border: 2px solid #CC0000;
    }
    
    #submitButtons {
        float: right;
        padding-right: 6px;
        padding-top: 6px;
    }
    
/* posts */
    .commentsButton a {
        text-decoration: none;
    }

    .post, .result {
        border-top: 1px solid #CCCCCC;
        margin-top: 10px;
        padding: 5px;
    }

    .postTitle, .resultLink {
        font-size: 1.4em;
        font-weight: bold;
    }

    .postDetails, .resultDetails {
        color: #666666;
    }

    .postBody, .resultDetails {
        margin-top: 10px;
    }
    
    div#content ol > li {
        padding-bottom: 1em;
    }

    .commentsButton {
        margin-top: 10px;
    }

    .comment {
        margin-top: 10px;
        padding: 5px;
    }

    .commentAuthor {
        font-weight: bold;
    }

    .commentBody {
        margin-top: 5px;
    }

    .createComment {
        font-size: 1.2em;
    }

    .chopped span {
      position: absolute;
      text-indent: -999em;
    }

    #newPost {
        margin-top: 25px;
        width: 80%;
        padding: 5px;
        background: #E8EEF7;
    }

    label {
        font-weight: bold;
    }

    .fieldWrapper {
        margin-top: 10px;
    }

    #id_title {
        width: 98%;
    }

    #id_body {
        width: 98%;
    }

    .hidden {
        display: none;
    }


pre {
    background-color: #f1f1f3;
    color: #112;
    padding: 10px;
    font-size: 1.1em;
    overflow: auto;
    margin: 4px 0px;
    width: 95%;
}
