/*
Theme Name: Tomodachines
Theme URI: http://tomodachines.com.ar/
Description: Theme de la web <a href="http://tomodachines.com.ar/">Tomodachines</a> Creado por <a href="http://ichigo.com.ar/">Ichigo</a>.
Version: 1.0
Author: Ichigo
Author URI: http://ichigo.com.ar/
*/



root{
    display: block;
}

img{
    border: none;
}

body {
    color: #000000;
    font-family: Arial , sans-serif ;
    font-size: 10pt;
    background: #ff0000 url("images/117.jpg");
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}

.buscar{
  margin: 10px 0;	
}

a:link, a:visited{
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #333333;
}

a:hover, a:active{
    color: red;
    border-bottom: 1px solid #000;
}

/* Contenedor */
#contenedor {
    width: 960px;
    margin: 0px auto;
}

#menu-social {
    width: 960px;
    background-color: #fff;
    border: 2px solid #000;
    margin-bottom: 10px;
}

/* Cabecera */
#cabecera{
    width: 960px;
    height: 383px;
    background: #333333 url("images/cabecera.jpg") no-repeat;
    margin-bottom: 10px;
    border: none;
}

.social{
    width: 300px;    
    float: left;
	
}
#header a{
    width: 960px;
    height: 350px;
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}


/* Contenido, tiene los posts */
#contenido{
    width: 650px;
    float: left;
}

/* Estilos del Post */
.post, .sb-element, #comentarios, #coment-form{
    background-color: #fff;
    padding: 10px;
    border: 2px solid #000;
    margin-bottom: 10px;
}

.post p{
    text-align: justify;
    text-indent: 20px;
    font-family:Verdana, sans-serif;
}

.post h2{
    font-family: Georgia, serif;
    margin: 0px;
}
.post h4{
    font-family: Georgia, serif;
    margin: 5px 0px;
}

.post blockquote p{
    text-indent: 0px;
}

.post-final {
	border-left:1px solid #ccc;
	padding-left:10px;
	margin-left:3em;
}

/* SideBar */
#sidebar{
    width: 300px;
    padding-left: 10px;
    float: right;
}

#sidebar h1, h2, h3, h4{
	  margin: 0px
}

.okinawa{
	  background: #fff url("images/okinawa.png") no-repeat;
}

/*Pie de pagina */
#pie{
    clear: both;
    height: 54px;
    background: #fff url("images/pie.jpg");
    padding: 10px;
    border: 2px solid #000;
}

#pie p{
    text-align: center;
    font-family:Verdana, sans-serif;
}

.sociable{
	  text-align: center;
	  text-indent: 0;
}

/* Formulario Busqueda */
input, textarea{
    font-size: large;
    color: #666;
    background: #eee;
}

input:focus, text-area:focus {
    background: #fff;
}

/* Calendario */
.published {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:none;
	background:url("images/clip-bottom.png")
		right bottom no-repeat;
	width:2.5em;
}

.pub-month {
	display:block;
	font-size: .9em;
	margin:0;
	padding:0;
	padding-top:12px;
	background:url("images/clip-top.png") top center repeat-x;
}

.pub-date {
	display:block;
	font-size:1.4em;
	margin:0;
	padding:0;
}

.pub-year {
	display:block;
	font-size: .9em;
	margin:0;
	padding:0;
	padding-top:0px;
}

/* Caja de autor */
#authorarea{
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	padding: 10px;
	width:600px;
	overflow:hidden;
	color: #333;
}
#authorarea h3{
	font-size: 18px;
	color:#333;
	margin:0;
	padding:10px 10px 5px 10px;
}
#authorarea h3 a{
	text-decoration:none;
	color: #333;
	font-weight: bold;
}
#authorarea img{
	margin:0;
	padding:10px;
	float:left;
	border: 1px solid #ddd;
	width: 80px;
	height: 80px;
}
#authorarea p{
	color:#333;
	margin:0;
	padding:0px 10px 10px 10px;
}
#authorarea p a{
	color:#333;
}
#auhorinfo{
	padding-left:120px;
}
#authorlist ul{
    list-style: none;
    width: 550px;
    margin: 0;
    padding: 0;
}
#authorlist li{
    margin: 0 0 5px 0;
    list-style: none;
    height: 90px;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ececec;
}
#authorlist img.photo {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 15px 0 0;
    padding: 3px;
    border: 1px solid #ececec;
}
#authorlist div.authname{
    margin: 20px 0 0 10px;
}

/* Listas */
#sidebar li{
    list-style: url("images/bullet-sb.jpg");
}

.sbe-titulo{
	  margin-left: 25px;
}

/* comments */
.comments, .comments ul, #comments li{
	margin:0;
	padding:0;
	list-style:none;
	}
.comments li{
	margin:1.5em 0;
	position:relative;
	font-size:13px;
	}

.comments .meta{
	padding-bottom:32px;
	background:url("images/bg_comments1.gif") no-repeat 0 100%;
	}
		
.comments .meta li{
	margin:0;
	display:inline;
	font-size:12px;
	color:#777;
	position:static;
	}
.comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}
.comments .meta img{
	position:absolute;
	left:15px;
	top:50px;
	z-index:100;
	border:1px solid #bfd5da;
	}
.comments .bod{
	margin: 0px;
	padding:10px 28px 20px 80px;
	background:url("images/bg_comments2.gif") no-repeat 0 100%;
	min-height:58px;
	}

.comments .bod p{
	padding: 0px;
	margin-top: -10px;
	text-align: justify;
}

.comments .avatar {
	height: 48px;
	width: 48px;
	
}
/* // comments */

/* meta data */
.meta-data{
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
}

p .postmetadata{
        text-indent: 0px;
        margin-left: 20px;
}

/* Imagenes */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  text-align: right;
}
.alignleft {
  float: left;
  text-align: left
}
img.aligncenter {
  display: block;
}
.wp-caption {
  /* es el rectángulo completo que contiene la imagen y el texto */
  /* puede tener un color de fondo, bordes, etc */
}
.wp-caption img { /+ la imagen en si misma */
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  /* es el rectángulo inferior donde está el texto */
  /* puede tener propeidades de color, de fuentes, etc */
}
