/* 
    Document   : style
    Created on : 19-jun-2009, 20:12:14
    Author     : fernando
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    margin: 0px;
    padding: 0px;
    font-family: Georgia, Arial;
    font-size: 14px;
    color: #333;
    background-color: #000;
}

#searchform #s{
    width: 140px;
}
#searchform input{
    background-color: #fff;
    font-size: 12px;
    color: #000;
    border: 1px solid #ddd;
    font-family: Georgia, Arial;
}
#widget_bottom{
}
.flickr_home{
    padding: 10px;
}
.flickr_home h3{
    border-bottom: 1px solid #ccc;
}
.flickr_home img{
    margin: 5px;
    border: 1px solid #ccc;
}
.news_home{
    margin: 5px;
    padding: 15px;
    height: 130px;
    overflow: hidden;
    background-image: url(images/back_news.png);
    background-repeat: no-repeat;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.post{
    padding: 10px;
    margin: 2px;
    margin-bottom: 20px;
}

.post img{
    border: 0px;
    margin: 5px;
}

.box ul li ul li:hover{
    
}

a{
    color: #3f3b20;
    text-decoration: none;
}

a:hover{
    
}

h1{
    color: #222;
}

h2{
    color: #333;
}

.clearer{
    clear: both;
}

li{
    list-style-type: square;
}

#news_izq{
  float: left;
  width: 340px;
  margin-left: 10px;
}
#news_der{
  float: left;
  margin-left: 10px;
  width: 340px;
}

#back{   
    width: 990px;
    margin: auto;
    background-image: url(images/back_wrap.jpg);
    background-repeat: repeat-y; 
}

#wrap{
    width: 990px;
    margin: auto;
    padding: 0px;
    margin-top: 0px;
}

#header{
    background: #000 url(images/back_header1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 210px;    
    width: 1000px;
    margin: auto;
}

#header_top{
    height: 180px;
}

#header_text{
    padding-top: 60px;
    padding-left: 30px;
    width: 600px;
}
#header_text h1{
    font-size: 32px;
    color: #fff;
    margin-bottom: 0px;
}
#header_text a, #header_text a:visited, #header_text a:hover{
    color: #fff;
}
#header_text h2{
    font-size: 20px;
    color: #fefefe;
    padding-top: 0px;
    margin-top: 3px;
}
#nav_bar{
 height: 28px;
 padding-left: 15px;
 width: 600px;
}

#search{
    float: right;
    width: 250px;
    text-align: center;
}

#middle{
    color: #111;
    width: 990px;
    margin: auto;
}

#content{
    float: left;
    width: 740px;
    padding: 10px;
    text-align: left;
    background-color: #fff;
}

#sidebar{
    float: right;
    width: 230px;
    padding: 0px;
    color: #ccc;
}

#sidebar a{
    color: #fff;
}

#sidebar .box{
    margin-bottom: 10px;
    margin-top: 10px;
}

#sidebar .box h3{
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 3px;
    background-color: #58561d;
    padding: 4px;
    color: #fff;
    border: 1px solid #CCC;
}

#sidebar .box ul{
    margin: 0px;
    padding: 5px;
}

#sidebar .box li{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 4px;
}

#sidebar .box li ul li{
    border-bottom: 1px solid #ccc;
}

#last_posts li.odd{
    
}

#last_posts li.even{
   
}

#footer{
    height: 40px;
    width: 990px;    
    margin: auto;
    margin-top: 10px;
}

#footer a{
    color: #333;
    text-decoration: none;
}

#footer_text{
    width: 740px;
    margin-left: 10px;
    padding-top: 10px;
    color: #333;
    text-align: center;
}

