body
  {
    background: #191919;
    font-family: "Helvetica neue", Helvetica, arial, sans;
    color:white;
    font-size: 24px;
  }
  
#wrapper
  {
    width: 1024px;
    height: 640px;
    margin: 0 auto;
    background:  url(../img/bg.jpg) no-repeat;
  }  
  
#last_post
  {
    position: absolute;
    top:150px;
    width:480px;

    float:left;
  }  
  
#last_post a
  {  text-align: right;
  font-weight: normal;}
  
#frm
  {
    width: 500px;
    position: relative;
    top:132px;
    left: 500px;

  }  
  
label  
  {
    width: 150px;
    font-weight: 100;
    display: block;
    float: left;
    text-align: right;
    padding: 0 20px 0 0;
  }
  
input[type='text'], input[type='password']
  {
    font-size: 24px;
    width: 250px;
    color:#FF9900;
  }  
  
button
  {
/*
    -webkit-border-radius:30px;
    -moz-border-radius:100px;
    background: white;
    color:#FF9900;
    border: 3px solid #FF9900;
    font-size: 18px;
    margin: 24px 0 0 170px
*/
color:white;
    font-size: 14px;
    margin: 24px 0 0 170px;
    background:black;
    -webkit-border-radius:30px;
    -moz-border-radius:100px;
    border: 1px solid transparent;   
    color: #FF9900;
  }  
  
p.small
  {
    font-size: 14px;
    font-weight: 100;
    padding: 0 0 0 170px;
  }  
  
#error
  {
    width: 500px;
    height: 20px;
    position: relative;
    color:#FF9900;
    font-weight: bold;
    padding: 0 0 0 170px;  
    top:120px;
    left: 500px;   
    font-size: 18px;
  }  
  
#explanation
  {
    width: 500px;

    position: relative;
    top:156px;
    left: 500px;
    color:#FF9900;
    font-weight: 200;
    line-height: 1.2em;
  }    
  
#explanation h3
  {  
    padding: 0 0 24px 0 ;
    font-weight: 200;

  }  
  
#explanation a
  {
    color: #FF9900;
    text-decoration: none;
    border-bottom: 1px dotted #FF9900;
  }  
  
#explanation a:hover
  {  
    color:white;
    border-bottom: 1px dotted white;
  }
  
#dons
  {
    color:white;
    font-size: 11px;
    background: black;
    line-height: 1.2em;
    padding: 10px;
  }  
  
#dons h2 { color: #FF9900;font-size: 13px; margin: 0 0 6px 0} 
#dons h3 { color: #FF9900;font-size: 11px; margin: 6px 0 6px 0}  

#dons .link
  {
    margin: 6px 0 0 0;
    text-align: right;
    
  }
  
#dons a { color: #FF9900;}  
    
    
/* POSTS */
.post
{
  width: 480px;
  float: left;
  margin: 20px 0 8px 0;
  line-height: 1.3em;

  font-size: 12px;

} 


a.name, a.website, a
  {
    font-weight: bold;
    text-decoration: none;
    color: #FA9A05;
  }  

.post p
  {
    margin: 4px 0;
  }


.post img
  {
    float: left;
    margin: 0 10px 10px 0;

  } 

.post p.img
  {
    width:520px;
    float:left;
  }
  
.post .content
  {
    float: right;
    width: 400px;
    margin: 0 0 12px 0;

  }  
  
.post 
  {
    padding-bottom: 16px;
    border-bottom: 1px solid #444;
  }  

.post .categorie
  {
    float:right;
  }  
  
.post .categorie, .post .categorie a
  {
    font-size: 12px;
    color:gray;
    font-weight: normal;
  }  
  
.post .categorie a
  { border-bottom: 1px solid #444}  
  
  .date
  {
    color:gray;
    padding: 0 0 0 8px;
  } 
/* COMMENTS
****************************************************************************************************/
.comment
  {
    background: #333;
    width: 520px;
    float:left;
    margin: 1px 0 0 80px;
    padding: 2px 0 6px 0;

  }  

.comment p
  {
    margin: 4px 0;
  }
  
.comment img
  {
    float: left;
    margin: 0 4px 4px 0;
  }   
  
.comment .content
  {
    float: right;
    width: 450px;
    
  }  
  
.comment form
  {
    padding: 6px;
  }  
  
.comment textarea
  {
    width: 500px;
    height: 70px;
  }  
  
.comment button
  { 
    float: right;
    border: none;
    -webkit-border-radius: 20px;
    color:white;
    background: #FA9A05;
    border: 1px solid  #FA9A05;
    cursor: pointer;
  }  
  
.comment button:hover
  { background-color:black }  
  
.morebox
  {
    float: right;
    width: 530px;
    display: block;
    text-align: right;
    font-size:12px
  }  
  

.ajax_loader
  {
    float: right;
    width: 500px;
    display: block;
    text-align: right;
  }   
  
.ajax_loader img
  {  margin: 0 0 0 240px }

    
