/*  
Theme Name: E-Blog
Theme URI: http://www.e-factory.cl/e-blog
Description: Tema predeterminado de E-Blog
Version: 1.6
Author: Michael Heilemann
Author URI: http://www.e-factory.cl


*/


body {
list-style:none;
	margin:0;
	padding-top:0px;
	background:#282828;
	font-family:"Tahoma",Verdana,sans-serif;
	color:#efefef;
	font-size:13px;
	}
img {border:none;
	}
a {
	color:#bbb;
	text-decoration:none
	}
a:hover {
	color:#fefefe;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	font-size:14px;
	color:#fff;
	background:#D08F05;
	font-style: bold;
	
	}
	
#wp-calendar a:link {
	color:#8a8a8a;
	text-decoration:none
	}

	#wp-calendar a:visited {
	color:#8a8a8a;
	text-decoration:none
	}

	
.clear {
	clear:both;
	}
	
	.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#454545;		
	}

/* The Top */

.top {
	height:286px;
	margin-top:0px;padding-bottom: 0px;
	background:url(images/top.jpg);
	}
.blogname {
	float:left;
	width:700px;
	}
.blogname h1  {
	font-size:8px;float:left;line-height: 0px;
	font-weight:bold;
	margin:0px 0 0 -300px;
	color:#000;
	text-decoration: none;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	margin:0px 0 0 -300px;
	color: #000; 
	text-decoration: none; 
	background-color:transparent;
	}


.blogname h1  a:hover { 
	color: #fff; float:left;line-height: 0px;margin:0px 0 0 -300px;font-size:8px;
	text-decoration: none; 
	background-color:transparent;
	}
		
.blogname h2 {
	margin:0px 0 0 -300px;float:left;
	font-size:8px;line-height: 0px;
	font-weight:normal;
	color:#000;
	}


/* The Menu */

.menu {
	height:26px;
	background:url(images/menu.jpg);
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:1px 10px 0 30px;
	float:left;
	}
.menu li {
	display:inline;
	font-size:13px;
	padding:0px 5px 0px 5px;
	font-weight:normal;
	}
.menu a {
	color:#ccc;
	text-decoration:none;
	}
.menu a:hover {
	color:#ddd;
	background:none;
	}
/* The Content */
#content {
	float: left;
	width: 790px;
	margin: 0 0 20px 0;
	padding: 0 0;
	}

.post {
	margin: 8px 10px 0 10px;
	padding: 0 0;
	height: 100%;
	/* background: url(images/post.gif) repeat-y left top;*/
	background-color: #F0F0F0;
	text-align: justify;
	color:#000;
	}
.title{

	margin: 0 0 0 0;
	padding: 2px 0px 0px 15px;
	height:62px;
	background: url(images/title.gif) no-repeat left top;
	color:#FFFFFF;
}
.post h2 {
	margin: 0 0;
	padding: 6px 0px 0px 0px;
	text-align: left;
	font: 20px "Tahoma", Arial, sans-serif;
	
	
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #e2e2e2;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #f2f2f2f2;
	background-color: transparent;
}
	

.post .postmetadata {
	margin: 0 0;
	padding: 7px 15px 0px 15px;
	height: 25px;	
	background: url(images/postmet.gif) no-repeat left top;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: right;
	color: #fff;
	}
	
	.post .postmetadata a:link{
	margin: 0 0;
	padding: 7px 15px 0px 15px;
	height: 25px;	
	background: url(images/postmet.gif) no-repeat left top;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: right;
	color: #d08f05;
	}
		.post .postmetadata a:visited{
	margin: 0 0;
	padding: 7px 15px 0px 15px;
	height: 25px;	
	background: url(images/postmet.gif) no-repeat left top;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: right;
	color: #d08f05;
	}

.post a:link,
.post a:visited {
	color: #bc3838;
	background-color: transparent;
}

.post a:hover {
	color: #dd5858;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	margin: 0 0;
	padding: 0 25px;
	}

/* The Sidebar */
.sidebar {
	float:right;
	width:190px;
	padding-top:10px;
	padding-left:0px;
	font-size:13px;
	margin-right:10px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	height:31px;
	line-height:32px;
	font-size:14px;
	color:#323232;
	margin:0;
	background:url(images/h2.gif);
	padding:0 0 0 10px;
	}

.sidebar ul li {
	background:url(images/sidebottom.gif) bottom no-repeat;
	padding-bottom:14px;
	margin-bottom:14px;
		}
.sidebar ul li li {
	background:none;
	padding-bottom:3px;
	margin-bottom:0;

	}
.sidebar ul li ul, .sidebar ul li div {
	padding:10px;
	background:#222222;
		}
.sidebar ul li ul ul, .sidebar ul li div div {
	padding:0;
	background:none;
	}
.sidebar ul li ul li {
	background:none;
	padding-left:5px;
	}
.sidebar table {
	width:100%;
	text-align:center;
	}

.sidebar ul li.ad div {
	text-align:center;
	}

	
/* --- FOOTER --- */

#bottombar {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	background:#000 url(images/bottom.gif) repeat-x;
	
	}

.bar-one {
	float:left;
	display:inline;
	width:30%;
	margin-right:30px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	}

.bar-one h2 {
	width:100%;
	height:16px;
	margin:0px 0px 10px 10px;
	padding:4px 0px 0 5px;
	color:#fff;
	letter-spacing:1px;
	font-weight:bold;
	font-size:14px;
	}

#footer {
	height:20px;
	padding:6px 0 0 15px;
	margin:20px 0 0 0;
	background:#333;
	border-top:1px solid #444;
	color:#000;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	}

#footer a {
	color:#aaa;
	}

#footer a:hover {
	color:#FFF;
	}

/* --- FOOTER LISTS --- */


.bar-one li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	}

.bar-one ul {
	list-style:none;
	margin:0px 0px 15px 15px;
	padding:0px 0px 0px 0px;	

	}

.bar-one ul li {
	list-style:none;
	margin:5px 0px 5px 0px;
	padding:0px 0px 5px 10px;

	}

.bar-one ul li a {
	color:#888;

	}

.bar-one ul li a:hover {
	color:#FFF;
	
}
	
	
/* The Navigation */

.navigation {
	height:10px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#fefefe;
	}
.navigation a:hover {
	color:#fff;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:95%;
	height:156px;
	background:#fff;
	border:3px solid #333;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#aaa;
	border:1px solid #ababab;
	color:#000;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}

#s {width: 160px;}

#perfil-del-autor-con-gravatar ul {padding-top: 8px;padding-bottom: 15px}

.sftagp {margin:0;}

#content ul {
  list-style: square;
  }

	.sidebar h2 a{
	color:#7B2500;
	}

#searchform  {
	margin: 0;
	padding: 0;
	    font-weight: bold;
		    font-size: 1em;
}


.search-button, #commentform input  {
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #D5D5D5;
    background: #252525;
    color: #F0F0F0;
	text-align: center;
	margin: 2px 0 0 5px;
	font-family:"Tahoma",Verdana,sans-serif;
}


