/*  

Original Theme Autor: Derek Punsalan
Modified for Tapiz.cl

*/

* { margin: 0; padding: 0; }


body {
	color: #000;
	font: 62.5%/1.2em Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/fondo_v10.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	overflow:auto;
	background-color: #fff;
}
#main-wrapper {
	display: inherit;
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

/* ----------------------------------- basics */
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 2.2em; line-height: 2.4em; }
h2 {
	font-size: 25px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #600F0F;
}
a { color: #003333; }
  a:hover { color: #005555; }
a img { border: none; }
ul, ol { list-style: none; }

/* ----------------------------------- masthead */
#leaderboard { background: url("") no-repeat top left; padding: 1em 0 4em 0; position: relative; }
  #leaderboard h1 a { color: #333; text-decoration: none; } 
  #leaderboard h1 a:hover { color: #76a29f; }
#main-nav { font-size: 1.1em; margin: 10px 0 0 0; text-transform: uppercase; font-weight: bold; }
  #main-nav li { float: left;  margin-left: 7px; }
  #main-nav li a { background: #ddd; color: #ffff0a; display: block; padding: 1.1em 0; text-decoration: none; text-align: center; width: 8em; } 
  #main-nav li a:hover,
  #main-nav li.current a { background: #333; color: #eee; }
  #main-nav li.rss-now a:hover,
  #main-nav li.rss-now a { background: #f47a0e; color: #eee; }
.adsense-center { margin: -40px auto 0; display: block; width: 728px; }
  
/* ----------------------------------- home posts */
.home .left {  width: 607px; }
.home .main-post-bg { background: #444; display: block; height: 225px; position: relative; margin: 0 0 7px 0; width: 593px; overflow: hidden; }
  .main-post-bg .post-comments,
  .secondary-post-bg .post-comments { position: absolute; top: 0; right: 0px; z-index: 102; background: #3f270d; border: 0px solid #a3edd7; }    
    .post-comments a,
    .secondary-post-bg .post-comments a { font-size: 9px; color: #b7efec !important; display: block; height: 1.8em; line-height: 1.8em; width: 7.5em; text-d8coration: none; text-align: center; text-transform: lowercase; } 
    .post-comments a:hover,
    .secondary-post-bg .post-comments a:hover { background: #8ecebb;}
  .home .main-post-bg .title-insert,
  .home .recent-leads .title-insert { background-image: url(images/bktextos.gif); background-repeat: repeat; bottom: 0; display: block; left: 0; position: absolute; width: 100%; z-index: 101; padding: 4px 0; }
.title-insert h2 { margin: 8px 10px 7px; line-height: 1.4em; }
  .title-insert h2 a {
	display: compact;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/fondopalabras.jpg);
}
  .title-insert h2 a:hover { color: #90f8ed; }
.home .recent-leads { width: 607px; }
  .home .recent-leads .secondary-post-bg { background: #444; display: block; width: 293px; overflow: hidden; height: 150px; margin: 0 7px 7px 0; position: relative; }
  .home .recent-leads .title-insert h3 {
	line-height: 1.6em;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 7px;
}
  .home .recent-leads .title-insert h3 a {
	font-size: 14px;
	display: inline-table;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
	background-image: url(images/fondopalabras.jpg);
}
  .home .recent-leads .title-insert h3 a:hover { color: #90f8ed; }
.home .right { width: 340px; text-align: left; }
.home .right h3 {
	font-weight: bold;
	font-size: 16px;
	color: #9e4e05;
	padding-left: 2px;
	background-color: #bcfaf2;
	text-align: right;
	letter-spacing: -1px;
	text-indent: 4px;
	display: block;
	padding-right: 4px;
}

/* ----------------------------------- entry style */
.post.single { font-size: 1.1em; line-height: 1.5em; color: #373737; width: 590px; }
  .post.single h2, .post.single h2 a, .post.single h2 a:visited { font-size: 22px; line-height: 20px; color: #DC0072; text-decoration: none; }
  .post.single .entry { float: right; width: 500px; }
  .post.single .meta { border-top: 2px solid #004043; color: #444; text-transform:lowercase; padding: 4px 0 0 0; margin-top: 21px; float: left; width: 75px; font-size: 11px; }
    .post.single .meta a { color: #004043; text-decoration: underline; }
    .post.single .meta a:hover { text-decoration: none; }
  .post.single p { margin: 1em 0; }
  .post.single p a,
  .post.single li a { font-weight: bold; }
  .post.single p strong { font-weight: bold; }
  .post.single p em { font-style: normal; background: #f9f9de; }
  .post.single blockquote { margin: 0 1.5em; color: #00787E; }
  .post.single h3 { font-size: 16px; color: #004043; margin-top: 2em; }
  .post.single ul,
  .post.single ol { margin: 1em 1.5em; }
  .post.single ul li,
  .post.single ol li { margin: 0 0 14px 0; color: #6c6c6c; line-height: 1.3em; }
  .post.single ul li { background: url("images/li.gif") no-repeat 1px -1px; padding-left: 20px; }
  .post.single ul li strong { font-weight: bold; }
  .post.single img.floatleft { float: left; margin: 4px 10px 0 0; }
  .post.single img.floatright { float: right; margin: 4px 0 0 10px; }
  .post.single code { font-family: courier, fixed, monospace; font-size: 12px; background: #eee; }
    .post.single code strong { color: #000; }
.navigation { font-size: 1.2em; padding: 10px 0; }
  .navigation .left { width: 50%; }
  .navigation .right { width: 49%; }
.archives-page h2 a { font-size: 14px !important; line-height: 16px; }
  
/* ----------------------------------- lists */
.sidebar-wrapper { background: #fff; }
.sidebar-news { background: #f9f9de; border: 1px solid #e9e9b4; display: block; padding: 7px; color: #555; font-size: 12px; }
  .sidebar-news a:hover { text-decoration: none; }
.sidebar-wrapper h3 { overflow: hidden; }
ul.sidebar-ul,
.related-posts ul { font-size: 1.2em; line-height: 1.4em; margin: 10px 0 0 0; width: 340px; }
  .sidebar-ul li,
  .related-posts li { color:#777; border-top: 1px solid #ccc; line-height: 1.1em; width: 340px; }
  .sidebar-ul li a, .sidebar-ul li a:visited,
  .related-posts li a { background: url("images/li-grey.gif") no-repeat 1px 3px; display: block; font-weight: normal; color: #975a1d; text-decoration: none; padding: 3px 0 3px 20px; }
  .sidebar-ul li a:hover,
  .related-posts li a:hover { background: url("images/li.gif") no-repeat 1px 3px; color: #039A84; }
  .sidebar-ul li a:hover em { color: #52a290; }
.related-posts h3 { display: none; }
.serve-random { font-size: 12px; color: #888; margin-top: 7px; }
  .serve-random a { color: #f47a0e; }
  .serve-random a:hover { text-decoration: none;  }
.sidebar-nextprev { margin-top: 10px; }
  .sidebar-nextprev li { float: left; }
  .sidebar-nextprev li.previous { margin-left: 5px; }
  .sidebar-nextprev li.next { float: right; margin-right: 5px; }
  .sidebar-nextprev li a { outline: none; display: block; height: 40px; width: 160px; background: #ddd; text-indent: -9999em; }  
  .sidebar-nextprev li.previous a { background: url("images/nextprev.gif") no-repeat top left; }
    .sidebar-nextprev li.previous a:hover { background-position: bottom left; }
  .sidebar-nextprev li.next a { background: url("images/nextprev.gif") no-repeat top right; }
    .sidebar-nextprev li.next a:hover { background-position: bottom right; }

/* ----------------------------------- comments */
#comments { margin: 21px 0; }
#comment-breaker { color: #f47a0e; display: block; width: 100%; margin: 21px 0 14px 0; padding: 35px 0 0 2px; background: url("images/distort.gif") no-repeat top center; }
  #comment-breaker h2 { font-size: 18px; }
ol.commentslist { float: left; font-size: 1.2em; line-height: 1.5em; width: 590px; }
  .commentslist li { margin-bottom: 28px; }
  .commentslist li p { margin: 0 0 1em 0; }
  .commentslist li blockquote { margin: 0 1.2em; font-style: italic; }
  .commentslist li ul, 
  .commentslist li ol { margin: 1em 1.5em; }
  .commentslist .author_meta { text-transform: lowercase; border-top: 2px solid #f47a0e; padding: 4px 0 0 0; margin-top: 9px; float: left; width: 75px; font-size: 11px; }
    .commentslist .author_meta a { color: #444; text-decoration: none !important; }
    .commentslist .author_meta a:hover { text-decoration: underline !important; }
  .commentslist li.author .comment_text { background: #eee; width: 498px; border: 1px solid #ddd; }
    li.author .comment_text p { margin: 7px; }
  .commentslist .comment_text { float: right; width: 500px; overflow: auto; }
    .comment_text .comment-author { font-weight: bold; margin-bottom: 7px; }
    li.author .comment_text .comment-author { margin: 7px 0 7px 7px; }
    .commentslist .comment_text a { font-weight: bold; }
.pings { float: right; width: 340px; }
  .pings h3 { color: #FFFF00; font-size: 1.6em; padding: 0 0 0 2px; }
  ul.pingslist { font-size: 1.2em; line-height: 1.4em; margin: 10px 0 0 0; width: 340px; }
    .pingslist li { border-top: 1px solid #ccc; line-height: 1.5em; width: 340px; }
    .pingslist li a { background: url("images/li-grey.gif") no-repeat 1px 3px; display: block; font-weight: normal;  color: #999; text-decoration: none; padding: 3px 2px 3px 20px; }
    .pingslist li a:hover { color: #f47a0e; background: url("images/li.gif") no-repeat 1px 3px;}
    .sidebar-ul li a:hover em { color: #999; }
#commentform { font-size: 11px; margin-left: 90px; }
  #commentform p { margin: 0.8em 0; }
  #commentform p label { }
  #commentform #author,
  #commentform #email,
  #commentform #url,
  #commentform #comment { border: 1px solid #bbb; padding: 4px; font-family: arial,verdana,sans-serif; font-size: 12px; color: #6c6c6c; }
  #commentform #comment { width: 485px; overflow: auto; height: 225px; }
  #commentform #submit { background: #333; color: #eee; padding: 0.8em 0; width: 13em; border: none; }
  .comment-warning strong { color: #444; font-weight: bold; }
.subscribe-to-comments { font-size: 12px; color: #555; }

/* ----------------------------------- categories */
#categories { border: 1px solid #bbb; border-width: 1px 0; padding: 14px 0; margin: 35px 0 21px; }
#categories ul { color: #999; font-size: 1.2em; line-height: 1.6em; }
#categories li { float: left;  text-align: right;  display: block; width: 150px; margin-right: 10px; }
#categories li a { color: #f47a0e; font-weight: bold; float: left; text-decoration: none; }
#categories li a:hover { text-decoration: underline; }

/* ----------------------------------- search */
.search {
	display: block;
	width: 340px;
	height: 32px;
	border-top-width: 0px;
	border-top-style: 0;
	background-image: url(images/search-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
  .search #searchForm {
	margin: 0 0 0 7px;
}
  #searchForm input {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	vertical-align: middle;
}
  .search #searchForm #s { color: #666; font-size: 12px; padding: 1px; width: 265px; margin-right: 4px; }
  
/* ----------------------------------- footer */
#footer { color: #555; font-size: 1.2em; line-height: 1.4em; padding: 35px 0 72px; position: relative; width: 960px; }
  #footer .left { width: 590px; }
  #footer a { font-weight: bold; }
.hiddenpic { display: none; }

/* ----------------------------------- floats */
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.fix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.fix { display: inline-block; }
* html .fix { height: 1%; }
.fix { display: block; }
.left_header {
	float: left;

	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
	top: 0px;
}
#asides  {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
 
#asides ul {
        list-style-type: none;
        width:90%;
} 
 
#asides li {
	margin-bottom: 10px;
	list-style-type: none;
}
 
#asides li a {
	color: #0219a6;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 0px;
	letter-spacing: -1px;
	list-style-position: outside;
     }
#asides li a:hover {
	color: #02c2a9;
     }
.right_header {
	float: right;
	vertical-align: top;
	margin: 0px;
	padding: 1px;
	top: 1px;
	height: 15px;
	position: static;
}

#tagcloud{
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	overflow: visible;
	width: 300px;
	padding-top: 15px;
}
#tagcloud a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	text-decoration: none;
}
#tagcloud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCCC;
	text-decoration: none;
}
#temas{
	color: #8F8F8F;
	font: normal 15px Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	padding-top: 8px;
	 }
#temas a:hover{
	color: #02c2a9;
     }
#temas a{
	color: #8F8F8F;
	font: normal 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 0px;
	letter-spacing: -1px;
	list-style-position: outside;
     }
.foto_post {
	border: 1px solid #c2c2c2;
}
.bajada_post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-color: #c2c2c2;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-top: 10px;
}
.creditos_post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}
.sidebar_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
}
#categories_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	padding-top: 5px;
	height: 170px
}

#categories_sidebar li {
	float: left;
	text-align: left;
	width: 160px;
	margin-right: 10px;
	display: block;
}
#categories_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	background-image: url(images/fondopalabras.jpg);
	background-repeat: repeat-x;
	color: #8ef0e3;
	height: 25px;
	margin-top: 35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#categories_ok a {
	color: #ffffff;
	text-decoration: none;
}

#categories_ok a:hover {
	color: #8ef0e3;
	text-decoration: none;
}
.tit_sidebar {
	text-align: left;
	background-image: url(http://www.tapiz.cl/blog/sidebar_img/bktextos.gif);
	background-repeat: repeat;
	background-color: #99CC00;
	width: 300px;
	display: table-column;
}
