/* 
  Theme Name: Artistix
  Theme URI: 
  Description: Tema para el Sketchblog de Dibujemos.com
  Author: Jaime G. Wong
  Author URI: http://jgwong.org/
  Version: 1.0
*/

html {
  height: 100%;
}

body {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  
  font-family: Verdana, Arial, Helvetica, "Sans-serif";
  font-size: 12px;
  color: #444;
}

td {
  font-family: Verdana, Arial, Helvetica, "Sans-serif";
  font-size: 12px;
  color: #444;
}

a {
  color: #BC3131;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.main {
  padding: 5px;
}

.footer {
  text-align: center;
  font-size: 10px;
  color: #777;
}

.post_date {
  font-size: 10px;
  color: #777;
}

.post_title {
  font-size: 18px;
  font-family: "Georgia", "Times New Roman", Times, "Serif";
  font-weight: bold;
}

.post_text {
  font-family: "Georgia", "Times New Roman", Times, "Serif";
  font-size: 14px;
}

.post_info {
  font-size: 10px;
  color: #777;
}

.sidebar {
  padding: 10;
  font-family: Verdana, Arial, Helvetica, "Sans-serif";
  font-size: 12px;
}

.pagetitle {
  font-size: 14px;
}

