/*  
Theme Name:Social 2010
Theme URI: http://www.tonichu.net
Description: Uso de Ajax.
Version: 1.0
Author: Toni Tienda
Author URI: http://www..tonichu.net
*/
h1,h2,h3 {margin-bottom:18px;}

a {font-weight:bold;font-size:102%;}

/* LA REFERENCIA APUNTA AL ESTILO GLOBAL DE LA WEB /static/styles.css */
.postdate{
	background-image:url('/view/static/images/calendar2.png');
	width:50px;
	height:51px;
	margin: -10px 24px 24px -10px;
	font-family:arial;
}

.postdate .day, .postdate .month, .postdate .year{ color:#333;font-weight:bold;text-align:center;vertical-align:middle;}
.postdate .month, .postdate .year{font-size:12px;width:24px;float:left;height:15px;}
.postdate .day {font-size:28px;width:50px;height:36px;}
.postdate .month{margin-left:2px;}
.postdate .year {}

.entry .title2 {
	width:500px;
	/*margin-bottom:-20px;*/
	margin-top:-20px;
}

.entry p {
	margin:18px 0 6px 0;

        line-height:18px;

}

.entry table{
       border:#666 1px solid;
       margin:12px auto 12px auto;
       border-collapse: collapse;
}

.entry table tr{ margin:0px;padding:0px;}

.entry table td, .entry table th{
       border:#999 1px dashed;
       padding:6px;
}

.entry img {
  margin:6px;
}

.entry img.withBorder {
     border:2px #ccc solid;
}

.left { float:left;}
.right {float:right;}
.center {margin-left:auto; margin-right:auto;}
