/*
Theme Name:     Sidarte.cl
Theme URI:      
Description:    Child theme for the Twenty Ten theme 
Author:         Alvaro Medina / Eduardo Silva
Author URI:     http: //adhoc.cl
Template:       twentyten
Version:        0.1.0
*/
@import url("../twentyten/style.css");

body {
    background : #fff ;
}
a, a:link {
    color : #000 ;
}
a:visited {
    color : #666 ;
}
table {
    border-top : none !important ;
}
td {
    vertical-align : top ;
}
.img-left {
    float : left ;
    margin-right : 20px ;
    margin-bottom : 20px ;
}
.img-left img {
    padding : 2px ;
    border : solid 1px #ccc ;
}
/* Logo */
#site-title a {
    width : 261px ;
    height : 0 ;
    padding : 58px 0 0 0 ;
    display : block ;
    overflow : hidden ;
    background : transparent url(img/logo.gif) 0 0 no-repeat ;
}
#site-description {
    display : none ;
}
/* Header */
#header {
    padding-top : 1px ;
}
/* Body */
#main {
    padding-top : 20px ;
}
#content {
    margin-left : 0 ;
    margin-right : 260px ;
}
#main ul.xoxo {
    padding-right : 0 ;
}
/* Footer */
#site-info {
    font-size : 1em ;
    font-weight : normal ;
}
#site-info a {
    font-weight : bold ;
}
/* Widgets */
.xoxo a {
    color : #333 ;
}
#main .widget-area ul ul {
    margin : 0 ;
    padding : 0 ;
    
}
.xoxo ul li {
    margin : 0 ;
    padding : 0 ;
    list-style : none ;
    display : block ;
}
.widget-title {
    font-size : 18px ;
    font-weight : bold ;
    border-bottom : solid 2px #333 ;
    margin-bottom : 10px ;
    padding-bottom : 5px ;
}
.widget-title a {
    color : #333 ;
}
.widget-title a:hover {
    text-decoration : none ;
}
.post-title {
    font-size : 1.2em ;
    font-weight : bold ;
}
.cat-post-item img {
    padding : 2px ;
    border : solid 1px #ccc ;
}
.widget-container {
    margin-bottom : 30px ;
}
/* Search */

#search-input {
    display : block ;
    float : right ;
    height : 14px ;
    width : 155px ;
    background : #fff url(img/search-bck.png) 0 0 no-repeat ;
    border : 0px !important ;
    padding : 8px 16px 8px 28px ;
    margin : 20px 0 0 0 ;
-moz-box-shadow:0 0 0 ;
-webkit-box-shadow: 0 0 0 ;
}
