* {
   margin: 0;
   padding: 0;
   }
body {
    background-color: fff;
    color: #383838;
    }
a {
    text-decoration: none;
    color: #000;
    }
#header {
    height: 160px;
    width: 100%;
    background-image: url(header-background.jpg);
    background-repeat: repeat-x;
    }
#logo {
    height: 150px;
    width: 100%;
    background-image: url(header-logo.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    font-size: 0pt;
    }    
#content {
    width: 1000px;
    margin: auto;
    /* border: 1px solid red;*/
    }
.tagline {
    /* border: 1px solid black; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    font-style: italic;
    font-size: 1em;
    }
.feedcount {
    /* border: 1px solid black; */
    margin-left: 14px;
    }
.searchform {
    /* border: 1px solid black; */
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    }
.feedblock {
    font-size: .788em;
    width: 32%;
    float: left;
    margin-left: 12px;
    margin-left: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style:none;
   /*  border: 1px solid black;*/
   /*  min-height: 560px;*/
    height: 550px;
    }
.feedtitle {
    font-size: 1.6em;
    padding-bottom: 15px;
    }
.feeditem {
    padding-bottom: 3px;
    border-top: 1px solid #bbb;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 5px;
    /* font-size: 1.2em;*/
    }
.feeditem a:hover, .feedtitle a:hover {
    color: #6d6a6a;
    }
.resultblock {
    margin-top: 20px;
    list-style:none;
    }
.resulttitle {
    margin-bottom: 10px;
    }
.resulttitle a{
    text-decoration: underline;
    font-size: 1.2em;
    }
#footer {
    clear: both;
    padding-top: 50px;
    padding-bottom: 20px;

    }
#footer ul {
    list-style: none;
    margin: auto;
    text-align: center;
    }
#footer ul li {
    display: inline;
    }
.legal {
    font-weight: bold;
    border-bottom: 1px solid black;
    }
#termsBlock h2 {
    margin: 10px 0 10px 0;
    }
#termsBlock p {
    margin: 10px 0 5px 0;
    }
.termsNav, .aboutNav  {
    margin-bottom: 30px;
    }
#feedcount a:hover, .termsNav a:hover, .aboutNav a:hover {
   color: #6d6a6a;
   text-decoration: underline;
   }
#contactBlock {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
