/* =Structure
----------------------------------------------- */
body {
  font:small Verdana,Sans-serif;
  }

#header {
    margin: 0 0 .25in 0;
    }

/* Things To =Hide
----------------------------------------------- */
.mainnav {
    display: none;
    }

/* =HEADERS
---------------------------------------------------- */

h1 {
    font-size: 22px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    }

h2 {
    font: normal 16px/16px Georgia, Times, "Times New Roman";
    }

    blockquote.col h2 {
        font-size: 14px;
        }

    div.post h2 {
        margin: 0 0 3px 0;
        }

h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: #ccc solid 1px;
    }

/* =Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }

/* =Misc.
----------------------------------------------- */

small {
    font-size: 10pt;
    }

a img {
	border: 0;
	text-decoration: none;
	}

img.right {
	float: right;
	margin: 5px 0 10px 15px;
	}

img.left {
	float: left;
	margin: 5px 15px 10px 0;
	}
