﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Arial;
}
#container {
   min-height:100%;
   position:relative;
}

#body {
   padding-bottom:60px;
    font-size: large;
    /*color: #3333CC;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#indexBody {
   padding-bottom:60px;
    font-size: small;
    /*color: #3333CC;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 60%;
}

#formError
{
    position: absolute;
    height: 18px;
    padding-left: 10px;
    background-color: #d20000;
    width: 83%;
    color: White;
    font-weight: bold;
}

#taskComplete
{
    position: absolute;
    height: 18px;
    padding-left: 10px;
    background-color: #006600;
    width: 83%;
    color: White;
    font-weight: bold;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   /*background:#d4d4d4;*/
   
   background-color: Black;
   color: White;
   text-align: center;
   font-size: smaller;
   z-index: 2;
    left: 0px;
}

#validator
{
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    height: 61px;
    width: 20%;
    width: 193px;
    right: 20px;
    z-index: 3;

}

#menu
{
    position: absolute;  
    left: 0px;
    /*top: 80px;*/
    top: 80px;
    width: 15%;
    /*height: 80%;*/
    bottom: 0;
    /*height: 37.4em;*/
    font-family: "Comic Sans MS";
    background-color: #ececec;
    float: left;
    z-index: 1;
}

#search 
{
    position: absolute;
    top: 10px;
    width: 10%;
    height: auto;
    left: 80%;
}

#feed
{
    position: absolute;
    right: 2%;
    /*padding-top: 85px;*/
    /*padding-bottom: 60px;*/
    height: auto;
    width: auto;
    top: 0px;
    padding-top: 5px;
    background-color: #ececec;
    padding-left: 2px;
}

#feedContainer
{
    position: absolute;  
    right: 0px;
    /*top: 80px;*/
    top: 80px;
    width: 250px;
    /*height: 80%;*/
    bottom: 0;
    /*height: 37.4em;*/
    background-color: #ececec;
    padding-left: 5px;
    float: left;
    z-index: 1;
}
