/* 
  Theme Name: Nicehacks
  Theme URI: 
  Description: A simple theme for Wordpress
  Author: Jaime G. Wong
  Author URI: http://jgwong.org/
  Version: 1.0
*/


html {
  height: 100%;
  margin-bottom: 1px
}

body, td {
  font-size: 13px;
  font-family: Arial, Sans-Serif;
  color: #333;
}

a {
  color: #ff399e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.post_title {
  font-family: Arial, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.top {
  font-size: 20px;
}

.post_date {
  font-size: 12px;
  color: #888;
}

.post_info {
  font-size: 11px;
  color: #888;
}

.post_info  a {
  color: #999;
}

.sidebar {
  font-size: 11px;
  color: #888;
}

.sidebar a {
  color: #888;
  text-decoration: underline;
}

.cc {
  font-size: 11px;
  color: #999;
}

.cc a {
  color: #999;
  text-decoration: underline;
}

.minipost_info {
  font-size: 10px;
  color: #888;
}

.archbull {
  color: #888;
}

blockquote {
  padding-left: 12px;
  margin-left: 20px;
  margin-bottom: 10px;
  border-color: #e3e3e3;
  border-width: 0 0 0 4px;
  border-style: none none none solid;
}

.pagetitle {
  color: #ff399e;
}


