/*
    Theme Name: aseba
    Theme URI: http://blog.aseba.com.ar
    Description:
    Version: 1.0
    Author: Sebastian M. Alvaresz
    Author URI: http://aseba.com.ar
    Tags:
*/

body{
    font-family: "Trebuchet MS", verdana, tahoma, sans-serif;
    color: #666;
    background: #ffffff;
    border-bottom: solid .5em #3399CC;
    font-size: 14px;
}
.clear{
    clear:both;
}
a:link,a:visited{
    color: #3399CC;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#wrapper{
    width: 700px;
    margin: 0 auto;
}
#footer{
    text-align: center;
    margin-top: 1em;
    border-top: solid .2em #3399CC;
    font-size: .8em;
}
#bottom{
   background-color: #3399CC;
   font-size: .8em;
   padding: 1em;
}
#bottom a:link, #bottom a:visited{
    color: white;
}
#bottom ul#bottomnavbar{
    list-style: none;
}
#bottom ul#bottomnavbar li ul li{
    display: inline;
}
#bottom ul#bottomnavbar li h2{
    margin-top: .5em;
    color: white;
}
#bottom .widget{
}

#bottom .widget ul li{
}
#header{
    height: 4em;
    overflow: hidden;
    text-align: left;
    border-bottom: solid .2em #3399CC;
}
#header h1{
    font-size: 5em;
    color: #3399CC;
    letter-spacing: -7px;
    float:left;
}
#header #search{
    float:right;
}
#header #search input{
    border: 0;
    margin: 4.2em 0 0 0;
    border-left: solid .2em #3399CC;
    border-top: solid .2em #3399CC;
    border-right: solid .2em #3399CC;
    color: #BFBFBF;
    font-size: .7em;
}
#tweet{
    margin-top: .2em;
    margin-bottom: 1em;
    text-align: right;
    color: #BFBFBF;
}
#tweet h2{
    font-size: .7em;
    font-weight: normal;
    height: 16px;
    padding-right: 18px;
    padding-top: 3px;
    background: url('images/twitter-bird.png') right center no-repeat;
}
.post h2{
    font-size: 1.5em;
    margin-bottom: .7em;
    -moz-text-shadow: .09em 0px .1em #d1d1d1;
    -webkit-text-shadow: .09em 0px .1em #d1d1d1;
    text-shadow: .09em 0px .1em #d1d1d1;
}
.post{
    margin-bottom: 4em;
}
.entry p{
    margin-bottom: .7em;
    text-align: justify;
    line-height: 1.4em;
}
.entry blockquote p{
    margin-bottom: 0;
}
.post ul{
    margin-left: 3em;
	margin-bottom: .7em;
	list-style: disc;
}
.post ol{
    margin-left: 3em;
    list-style: decimal;
}
.post ol li, .post ul li{
    margin: .5em 0 .5em 0;
}
.post ul li{
}
.post blockquote{
    margin: 1em;
    padding: 1em;
    background: #D7EAF4;
    -moz-box-shadow: .2em 0px .4em #d1d1d1;
    -webkit-box-shadow: .2em 0px .4em #d1d1d1;
    box-shadow: .2em 0px .4em #d1d1d1;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}
.post code{
    font-family: "lucida console", monospace;
}
.post img.alignleft{
    float:left;
    margin: 0 .3em .3em 0;
}
.left{
    float: left;
    width: 90px;
    text-align: right;
}
.left p.commentcount{
    font-size: .8em;
    margin-bottom: .8em;
}
.left .category{
    font-size: .7em;
}
.left .category .tags a:link, .left .category .tags a:visited{
    color: #70B8DB;
}
.main{
    float: left;
    width: 600px;
    margin-left: 10px;
}
.comments form{
    font-size: .9em;
}
.comments input, .comments textarea{
    border: solid .2em #eee;
    color: #666;
}
#cmtForm{
    margin: 1em 0 1em 0;
}
