/*
Theme Name: Sr. Tata
Theme URI: http://www.srtata.com/blog
Description: El primer blog del Senor Tata
Version: 1
Author: Juan Esbert
*/

* {
   margin:0;
   padding:0;
}

html, body {
   background:#FFFFFF;
	font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
   width:839px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:839px;
   height:250px;
}

#infos-header {
   width:760px;
   height:200px;
   margin:30px 0 0 40px;
   background:#FFFFFF url('images/elblogdelsenortata_2.gif');
}

h1 {
   position:absolute;
   left:50px;
   bottom:40px;
   font-size:0.1em;
   text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#FFFFFF;
}

#description {
   position:absolute;
   left:50px;
   bottom:20px;
   font-size:0.8em;
   color:#FFFFFF;
}

#main {
   position:relative;
   float:left;
   width:839px;
}

#main-content {
   position:relative;
   float:left;
   width:460px;
   margin: 0px 0 30px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin: 0 0 40px;
   font-size:1em;
   text-align:left;
   line-height:1.2em;
   padding:0;
}

.post ul, .post ol {
   margin:10px 0 10px 20px;
}

.post h2 {
   font-size:1em;
   margin:0 0 20px 0;
   width: 454px;
   height: 45px;
   padding: 5px 10px 0 7px;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
   background:#FFCCFF;
}

.post h2 a:link, .post h2 a:visited {
   color:#000000;
   text-decoration:none;
	margin-right: 10px;
	background-position: 0 center;
}

.post h2 a:hover {
   background:none;
   font-weight: bold;
}

.post a:link {
   color:#000000;
   font-weight:bold;
}

.post a:hover, post a:visited {
	font-weight: bold;
}

blockquote {
   margin: 0;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	height: 15px;
}


.postmetadata {
   background:#FFFFFF;
   width:467px;
   margin: 20px 0 50px;
   padding: 0 0 5px;
   border-bottom:1px solid #999999;
   color:#999999;
	border-top-width: 1px;
	border-top-color: #999999;
}

.postmetadata a:link {
   color: gray;
}

.postmetadata a:hover, .postmetadata a:visited {
   color: black;
}

#signature {
   margin:30px 0 0 0;
   font-size:2em;
   color:#000000;
}

#signature a:link {
   color:#000000;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:270px;
   margin:0px 39px 0 0;
   padding:0;
   background:#CCFFCC;
   border-top:1px solid #000000;
}

#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#CCFFCC;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#FFFFFF;
   border:1px solid #000000;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#000000
}

img#rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width: 270px;
   border-bottom:1px solid #000000;
}

#sidebar ul {
   list-style-type:none;
   margin:0;
}

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:1em;
   color:#000000;
   margin-top:10px;
   font-weight:normal;
}

#sidebar a, #sidebar a:visited {
   color:#666666;
   text-decoration:none;
   padding:5px;
}

#sidebar a:hover {
   background:#6B7D8F;
   color:#FFF;
}



/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:761px;
   height:100px;
   color:#000000;
   padding:50px 0;
   text-align:center;
   background:#FFFFFF url('images/bg-footer.gif') no-repeat;
}

#footer a:link, #footer a:visited {
   color:#000000;
}

#footer a:hover {
   color:#000;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:1em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#EEE;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#666666;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}


