body
{
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align:center;
    
}

li
{
    margin-bottom: 15px;
}

img, form
{
    border:0px;
    padding:0px;
    margin:0px;
}


#main
{
 width: 725px;
 margin: auto;
 padding-top: 70px;
 padding-bottom:20px;
 background-color: white;
 text-align:left;
}

#main div
{
    text-align:left;
}

h1
{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #97c200;
}

h2
{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: red;
    margin:20px 0px 12px 0px;
    padding:0px;
}

input[type=submit]
{
    padding:15px;
    font-weight:bold;
}

input, textarea
{
   border: 3px solid #97c200;
   margin-bottom: 10px;
   font-weight:bold;
   font-size: 16px;
   padding:12px;
}

a
{
 font-weight:bold;
 border-bottom:1px solid;
 text-decoration:none;
}


/* top */

#top-wrapper-table
{
    display:table;
    width:100%;
}

#top-wrapper-row
{
    display:table-row;
}

#top-logo
{
    vertical-align:top;
    padding-right:50px;
    float:left;
}

#top-search
{
    background: url("localizar.png") no-repeat;
    width: 384px;
    height: 79px;
    padding: 20px 0px 0px 120px;
    display: table-cell;
    vertical-align: top;
}

.form-desc
{
    margin-bottom:10px;
    margin-top:10px;
    color:gray;
    font-weight: bold;
    font-size: 16px;
}

#s
{
    width: 230px;
    height:28px;
    border:0px;
    background: 0px transparent;
    display:table-cell;
    margin:0px;
    padding:0px;

}

#top-submit
{
    display: table-cell;
    float: right;
    padding: 0px;
    text-align: center;
}


#descr
{
    padding-bottom: 20px;

}



/* post */


#add-wrapper
{
    display:table;
    width:725px;
}

#add-wrapper2
{
    display:table-row;
    width:725px;
}

#add-left
{
    display:block;
    vertical-align:top;
    width: 750px;
}

#add-title
{
    display: block;
    float:left;
    font-size:19px;
    margin-bottom:5px;
}

#add-limitdiv
{
    display:inline;
    float:left;
}

#add-limit
{
    background-color: white;
    border: 0px solid #eee;
    text-align:center;
    padding:2px;
    margin:0px;
    color: #ccc;
}

#add-text
{
    display:block;
    float:left;
    width: 550px;
    margin: 0px;
    height: 120px;
    font-size: 17px;
    padding: 10px;
    overflow:auto;
    
}

#add-submit
{
    display:inline;
    vertical-align: top;
    border: 0px;
    margin: 0px;
    padding: 0px;
    
}

#add-before
{
    width: 100%;
    height: 120px;
    display:none;
}


#about
{
    width:725px;
    margin:auto;
    font-size:13px;
    text-align:left;
    padding-bottom:30px;
}




/* Registo de lead */

#lead-wrap
{
    display:table-cell;
    margin-top:15px;
    padding: 20px 30px 30px 30px;
    border: 1px solid #eee;
    width: 725px;
}

#lead-textarea, #send-txt
{
    width:100%;
    height:200px;
}

#send-txt1
{
  display:none;
}

#lead-em, #send-em
{
    width: 70%;
}

#lead-submit
{

}

#footer
{
    margin-top:20px;
    font-size:11px;
    color:#333;
}





.post-submit
{
    display:table-cell;
    margin-top: 22px;
    padding-left: 20px;
}



.searches
{
    margin-bottom:15px;
}


/* ads */

.ad-top
{
    text-align:left;
    margin-bottom:20px;
    margin-top: 10px;
}

.ad-bottom
{
    margin-top:20px;
    text-align:left;
    
}






/* posts */


#post-wrap
{
  display:block;
}

.post
{
      display: block;
      float: left;
      width: 685px;
      border: 1px solid #eee;
      padding: 20px 20px 20px 20px;
      margin-bottom: 10px;
}

.datetime
{
    font-size: 13px;
    color: gray;
}

.systext
{
    text-align:left;
    width:725px;
    margin:auto;
}
