* {
    padding: 0;
    margin: 0;
}

body {
    background: #FFFFFF no-repeat;;
    color: #000000;
}

body, input, textarea, select, h1 {
    font: 12px "Courier New", Courier, monospace;
}

input, textarea, select {
	border: solid 1px #999999;
}

h1 {
	padding: 34px 0px 34px 0px;
}

h2 {
    padding: 0 0 20px 0;
    font: bold 13px "Courier New", Courier, monospace;
}

ul, li {
    list-style-type: none;
}

img {
    background: #FFFFFF;
    border: none;
}

a {
    color: #000000;
	text-decoration: underline;
}

a:hover, a.blurb-selected, #calendar em.blurb-highlight {
    text-decoration: none;
}

#wrapper {
	width: 943px;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

#menu {
    width: 250px;
    overflow: hidden;
    padding-bottom: 24px;
	float: left;
	text-align: left;
}

#menu strong {
	display: block;
	text-transform: uppercase;
	padding-bottom: 3px;
}

#menu p, #menu li {
    padding: 2px 0;
}

#menu li img {
	border: solid 1px #999999;
	padding: 30px 10px 30px 10px;
}

#posts {
    width: 420px;
    overflow: hidden;
    float: left;
	text-align: left;
    padding: 0px 16px 30px 16px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	
}

#calendar {
    width: 220px;
    overflow: hidden;
    float: left;
	text-align: left;
	padding-left: 16px;
}

#calendar table {
    margin-bottom: 30px;
	border: solid 1px #999999;
	width: 164px;
	height: 144px;
	overflow: hidden;
	padding: 10px;
}

#calendar table a {
    text-decoration: none;
}

#calendar table td {
    text-align: center;
    padding: 1px;
}

#calendar a em {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#calendar p, #form li {
    padding-bottom: 16px;
}

#menu em, #calendar em {
    font-weight: bold;
    font-style: normal;
}

#info, #subscribe, #links ul {
    padding-bottom: 18px;
}

#info a {
	text-transform: uppercase;
}

#archive, #rss, #search {
    padding-bottom: 8px;
}

#rss {
	text-transform: uppercase;
	font-weight: bold;
}

#tags {
    padding-top: 30px;
}

.post {
    border-bottom: 1px solid #999999;
    margin-bottom: 30px;
}

.post h2 {
    font-weight: bold;
    font-size: 13px;
}

.post h2 a, .post p.meta a {
    text-decoration: none;
}

.post p {
    padding: 0 0 8px 0;
}

.post p.meta {
    padding-top: 54px;
}

p.blurb-highlight b {
    color: #FF0000;
}

#searchLink {
	display: block;
	text-transform: uppercase;
	margin: 4px 0px 36px 0px;
	width: 43px;
	font-weight: bold;
}
