/*
    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: 'Molengo';
    color: #666;
    background: #ffffff;
    border-bottom: solid .3em #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;
}
#bottom{
   background-color: #3399CC;
   font-size: .9em;
   padding: .5em 1em 1em 1em ;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
}
#bottom a:link, #bottom a:visited{
    color: white;
}
#bottom ul#bottomnavbar{
    list-style: none;
}
#bottom ul#bottomnavbar li ul li{
    display: inline;
    margin-bottom: .5em;
}
#bottom ul#bottomnavbar li h2{
    margin-top: .5em;
    color: white;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: .2em;
}
#header{
    height: 4em;
    overflow: hidden;
    text-align: left;
    border-bottom: solid .2em #3399CC;
}
#header h1{
    font-size: 5em;
    color: #3399CC;
    float:left;
    font-family: 'Lobster';
    margin-left: .1em;
    text-shadow: #D1D1D1 0 0 4px;
}
#header #search{
    float:right;
}
#header #search input{
    border: 0;
    margin: 3.8em 0 0 0;
    border-left: solid .2em #3399CC;
    border-top: solid .2em #3399CC;
    border-right: solid .2em #3399CC;
    color: #BFBFBF;
    font-size: .7em;
    width: 15em;
    padding: .9em .5em 0 .5em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    background: transparent;
}
#header #languages{
    float:right;
    margin: 2.8em 0 0 1em;
}
#header #languages li{
    font-size: .7em;
    display: inline;
    border-left: solid .2em #3399CC;
    border-top: solid .2em #3399CC;
    border-right: solid .2em #3399CC;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    padding: .5em;
}
#header #languages li:hover,
#header #languages li.active{
    background: #3399CC;
}
#header #languages li:hover a,
#header #languages li.active a{
    color: white;
}
#header #languages li a, #header #languages li a:hover {
    text-decoration: none;
    display: block
    width: 100%;
}
#tweet{
    margin-top: .2em;
    margin-bottom: 1em;
    text-align: right;
    color: #a5a5a5;
}
#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;
    /*font-family: 'Lobster';*/
}
.post{
    margin-bottom: 4em;
}
.minipost{
	margin-bottom: 4em;
	padding: 1em;
	margin-left: 100px;
	background: #EEEEEE;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	line-height: 1.3em;
}
.minipost h2{
	display: inline;
	font-weight: bold;
    color: #3399CC;
}
.minipost p{
	display: inline;
}
.minipost .tags{
	font-size: .9em
}
.entry p{
    margin-bottom: .7em;
    text-align: justify;
}
.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 1em 1em 0;
    border-left: #EEE 1em solid;
    padding: .3em;
    /*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 img.alignleft{
    float:left;
    margin: 0 .3em .3em 0;
}
.left{
    float: left;
    width: 12%;
    text-align: right;
	/*line-height: .8em;*/
}
.left p.commentcount{
    font-size: .9em;
    margin-bottom: .8em;
}
.left .category{
    font-size: .9em;
}
.left .category .tags a:link, .left .category .tags a:visited{
    color: #70B8DB;
}
.main{
    float: left;
    width: 80%;
    margin-left: 10px;
	line-height: 1.4em
}
.full{
    width: 700px;
}
.comment{
	margin-bottom: 1em;
}
.comment .date{
	font-size: .9em;
}
.comment .left{
	text-align: center;
}
.comments h2{
	margin-bottom: 1em;
}
.comments form{
    font-size: .9em;
}
.comments input, .comments textarea{
    border: solid .1em #999999;
    color: #666;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
}
.comments input[type="submit"]{
    background: white url('images/btn_stretch.png') center center;
    border: none;
}
#cmtForm{
    margin: 1em 0 1em 0;
}
.align-center{
	text-align:center;
}
.navigation{
	margin: 0 0 1em 0;
	text-align: center;
}

/*------------*/
/*   IPHONE   */
/*------------*/
@media screen and (max-device-width: 480px) {
    body{
      -webkit-text-size-adjust:none;
      padding: .5em;
    }
    div{
      clear:both!important;
      display:block!important;
      width:100%!important;
      float:none!important;
      margin:0!important;
      padding:0!important;
    }
    div.left{ display:none!important; }
}

