body {
	background: #fff;
	margin: 0;
}

blockquote {
margin-left:2em;
padding:.5em;
indent-text:1em;
background-color: #f9f9f9;
border-left: 5px solid #D9C7C8;
border-bottom: 2px solid #fff;
}

#wrapper {
	border-left: 11px solid #7A081D;
	border-right: 11px solid #7A081D;
}

#indent {
width:75%;
padding-left:2em;
margin-left:0;
}

#header {
	width:100%;
	text-align: center;
}

#main {
	width:100%;
	border-top: 1px solid #7A081D;
}

#left {
	width: 75%;
}

#right {
	width:23%;
	float:right;
	margin-top: 10px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: xx-small;
}
	#right a:link {
		color: #7A081D;
		text-decoration: none;
	}
	#right a:visited {
		color: #7A081D;
		text-decoration: none;
	}
	#right a:hover {
		color: #7A081D;
		text-decoration: underline;
	}
	#right a:active {
		color: #7A081D;
		text-decoration: none;
	}

#subHeaderImg {
	margin:10px 0px 10px 0px;
}

.articles {
	border-right: 1px solid #ccc;
	padding: 10px 10px 10px 15px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: small;
}
.articles a:link {
text-decoration: none;
color: #B20625;
}
.articles a:visited {
text-decoration: none;
color: #B20625;
}
.articles a:hover {
text-decoration: underline;
color: #B20625;
}
.articles a:active {
text-decoration: none;
color: #B20625;
}

.comment-textarea {
	padding: 0px 10px 10px 15px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: small;
}

.summary {
	padding: 0px 0px 0px 10px;
}

.posted {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: xx-small;
	padding-left: .5em;
}

.title {
	font-family: Trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000;
}
	.title a:link {
		color: #000;
		text-decoration: none;
	}
	.title a:visited {
		color: #000;
		text-decoration: none;
	}
	.title a:hover {
		color: #9F0723;
		text-decoration: none;
	}
	.title a:active {
		color: #000;
		text-decoration: none;
	}

.calendarBG {
 background-color: #7A081D; 
}

.calendarBlank { 
 background-color: #fff;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #7A081D; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #000;
 background-color:  #fff;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #7A081D; 
 background-color: #fff; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #7A081D;
 background-color: 	#ef7;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #7A081D;
 font-weight:		bold;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #7A081D;
 text-decoration:   none;
 background-color:  #E0BCB8;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   underline;
 background-color:  transparent;
}

.comment-body-1 {
padding: .5em;
background-color: #f3f3f3;
margin-bottom: 1em;
}

.comment-body-2 {
padding: .5em;
background-color: #fff;
margin-bottom: 1em;
}

.entry-posted {
background-color: #eee;
border:1px solid #ccc;
padding:.5em;
margin:1em;
font-size: xx-small;
}

.summary {
margin-left:1em;
margin-right:1em;
margin-bottom:.5em;
font-style: italic;
}