body {
  font-family: Georgia, serif;
  border-top: 8px solid #333;
  margin: 0;
  padding: 0;
  background: #FFF;
}

/*=============================
 Common elements
-----------------------------*/

blockquote {
  font-style: italic;
}

hr {
  border: none;
  border-top:1px solid #CCC;
  background: none;
  height: 1px;
  margin: 0 22%;
}

a {
  color: #000;
}

a img {
  border: none;
}

/*=============================
 General layout
-----------------------------*/

.wrapper {
  width: 760px;
  margin: 0 auto;
}

.leftCol {
  width: 520px;
  float: left;
  font-size: 14px;
  line-height: 1.6em;
  overflow: hidden;
}

.rightCol {
  float: right;
  width: 200px;
  margin-left: 35px;
  padding-top: 40px;
  font-size: 9pt;
  line-height: 1.2em;
  overflow: hidden;
}

.siteHeader a {
  background: url(../images/site_title.png) no-repeat top left;
  height: 75px;
  margin-top: 25px;
  display: block;
}
.siteHeader a:focus {
  outline: none;
}
.siteHeader a h1 {
  display: none;
}
.siteHeader p {
  margin-top: -25px;
  font-size: 8.5pt;
}

/*==========================
 Left column
--------------------------*/
.content {
  margin-top: 60px;
}

.content br { /* adjusting for Fits's exuberance with the Enter key */
  line-height: 0.8em;
}

.content h2 {
  font-weight: normal;
  font-size: 18pt;
  line-height: 1.2em;
}

.post {
  border-bottom: 1px solid #AAA;
  padding-bottom: 1em;
  margin-bottom: 3em;
}

.post a, .comment a {
  text-decoration: none;
  background: url(/images/underline.gif) repeat-x bottom left;
}

.post a:visited, .comment a:visited {
  background: url(/images/visited.gif) repeat-x bottom left;
}

.post h2 a, .post h2 a:visited {
  background: none;
}

.postMeta {
  display: block;
  margin-top: 2em;
  float:right;
  font-style: italic;
}

#comments table {
  width: 100%;
}

#comments td {
  vertical-align: top;
}

#comments label {
  font-style: italic;
  font-size: 90%;
}

#comments textarea {
  font: 12pt Georgia, serif;
  margin-top: 1.5em;
  width: 98%;
}

#comments .submit {
  text-align:right;
}

#comments .submit a {
  text-decoration: none;
  background: red;
  color: white;
  padding: 3px;
  font-size: 10pt;
  font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
}

.comment {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5em;
}

.commentDate {
  float: right;
  font: 8.5pt Arial, Helvetica, sans-serif;
  color: #BBB;
  text-transform: uppercase;
}


.commenter {
  font-style: italic;
  color: red;
}
.commenter a {
  color: red;
}

#commentPreview {
  background: #FED;
  padding: 0.5em 3px;
}

/*--------- CALENDARS ------------*/
.cal {
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #AAA;
  float: right;
  background: #C00;
  margin-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}
.cal img {
  float:left;
}
.cal img.month {
  clear:left;
}
.cal img.day {
  padding-left: 1px;
}
.cal img.day, .cal img.date {
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.commentCount {
  float: right;
  clear: right;
  text-transform: uppercase;
  font: normal 8.5pt Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

.commentCount a, .commentCount a:visited {
  color: #BBB;
  background: none;
}



/*----------- POST LIST -----------------*/
.postList {
  list-style: none;
  padding-left: 0;
}

.postList span {
  font: 8pt Courier New, monospace;
  color: #333;
}


/*==========================
 Right column
--------------------------*/
.rightCol a:visited {
  color: #555;
}

.about {
  margin-top: 12px;
}

.about a, .rightCol h3 {
  color: red;
  text-transform: uppercase;
  font: normal 8.5pt Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.rightCol h3 {
  margin: 2em 0 2px 0;
}

.rightCol ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.rightCol ul li {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
}

.eventCal {
  float:left;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #AAA;
  margin-top: 2px;
  margin-right: 0.5em;
  margin-bottom: 0.15em;
  font-family: Arial, Helvetica, sans-serif;
  width: 36px;
  text-align: center;
  color: #AAA;
  line-height: 1em;
  background: #FFF;
}

.eventCal .day {
  background: #AAA;
  font-weight: bold;
  color: white;
  font-size:11px;
}

.eventCal .date {
  font-weight:bold;
  font-size: 15px;
  margin-top:1px;
}

.eventCal .month {
  font-size: 9px;
}



/*==========================
 Footer
--------------------------*/
.credits {
  text-align:center;
  font-size: 12px;
  font-style: italic;
}

.footer {
  border-top: 1px solid black;
  overflow: hidden;
  width: 100%;
  background: url(../images/wallpaper.png) bottom right;
}

.footer img {
  float:right;
}


/*=========================
  Fridays
-------------------------*/
.friday blockquote:first-line {
  color: red;
}


/* PAGINATION */
.pagination {
	padding: 3px;
	margin: 3px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none;
	color: #900;
}
.pagination a:hover, .pagination a:active {
	color: #F00;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #900;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #DDD;
}
