/*  
Theme Name: SoyMano
Theme URI: http://soymano.com/wp
Description: Widget Based spanish theme for soymaño.com
Version: 0.2
Author: Jorge Bernal
Author URI: http://amedias.org/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#FFFFFF url(./images/background.png) repeat-x top left;
/*  border-top:5px solid #333;*/
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:72.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
blockquote {
  color: #333;
  background: url('./images/quote.gif') no-repeat bottom right #FEECA9;
  margin: 0;
  padding: 15px;
}
#wrap{
  background: #fff url(./images/corner.png) no-repeat top left;
	margin: 100px auto 0;
	text-align:left;
	width:950px;	
	height: 400px;
}
#detail{
  background: transparent url(./images/header-detail.png) no-repeat top right;
/*  position: relative;*/
  margin-top: -100px;
  float: right;
  height: 100px;
  width: 200px;
}
#content{
	font-size:1.2em;
	float:left;
	padding: 0 20px;
	width:500px;
	position: relative;
	top: -35px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:0em;
	position: relative;
	top: -35px;
	width:400px;
}
#header{
	padding:0 20px;
	position: relative;
	top: -35px;
}
#footer{
	background:#FFFFFF;
/*  border-top:1px solid #777;*/
	color:#999999;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family:"Trebuchet MS", Arial, "Bitstream Vera Sans", sans-serif;
	font-weight:normal;
/*  letter-spacing: -1px;*/
	margin:0;
}
#header h1 {
	background: url(/wp-content/themes/zimpleza-es/zimpleza/images/soymano.png) no-repeat;
	width: 263px;
	height: 66px;
	padding: 0;
}

#header h1 a {
	text-indent: -20000px;
	width: 263px;
	height: 66px;
	display: block;
}
	
#header p{
	color:#735A59;
	font-size:1.2em;
	margin:0;
	margin-top:-0.5em;
}
#header-derecha{
float: right;
}
#header-izquierda{
float: left;
}
.entrytitle h2{
	font-size:1.5em;
}
.entrytitle h2 a
{
	color:#DC241F;
	text-decoration:none;
	
}
.entrytitle h2 a:hover{
	color:#DC241F;
}
.entrytitle h3{
	font-size:1.8em;
	color:#9C1A16;
}
#sidebar h2{
	color:#9C1A16;
/*  font-size:1.5em;
  margin:1em 0;
*/}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	clear: left;
	font-size:0.9em;
}
.postedby{
	color: #735a59;
	line-height: 20px;
}
.entrybody{
  margin-top: -11px;
}
.commentslink{
	background:#fff url(./images/comment_add.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.entry .postimg{
  float: right;
  border: 0;
  margin: 0 0 6px 1em;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	/*border-bottom:1px dotted #ddd;*/
	margin-bottom:0.3em;
	padding: 0;
  font-size: 0.95em;
	font-family: Arial, sans-serif;
}
#sidebar ul li li:before{
  content: "» ";
}
#sidebar-derecha{
float: right;
width: 190px;
}
#sidebar-izquierda{
float: left;
width: 175px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#999999;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
	 list-style-image:url(./images/comment.png);
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#DC241F;
	text-decoration:dotted;
}
a:hover{
	color:#9C1A16;
}
.clear{
  clear: both;
}
#adsense{
  background: url(./images/adbg.png) no-repeat center center;
  padding: 25px 0;
  height: 62px;
}
.alignleft {
float:left;
margin-right: 6px;
}

.alignright {
float:right;
margin-left: 6px;
}
a img {
	border: 0;
}

