#blog {
	width: 100%;
	margin: auto;
}

#blog .blogList {
	font-weight : bold;
}

#blog .blogListDesc {
	font-weight : normal;
}

#blog .weeklyArchive {
	font-weight : bold;
}

#blog .monthlyArchive {
	font-weight : bold;
}

#blog .articleHeadline {
	font-weight : bold;
}

#blog .articleHeadlineSide {
	font-weight : bold;
}

#blog .articleText {
	font-weight : normal;
}

#blog .articleDescription {
	font-weight : normal;
	font-style : italic
}

#blog .articleByLine {
	margin-top: 1em;
	display: block;
	clear: both;
	font-size: 90%;
	font-weight : normal;
}

#blog .articleCaption {
	font-weight : normal;
}

#blog .articleDate {
	font-weight : normal;
}

#blog .dateHeading {
	font-weight : bold;
}

#blog .warningMessage {
	font-weight : bold;
	color : #990000;
}

#blog .pageTitle {
	font-weight : bold;
}

#blog .blogName {
	font-size : large;
	font-weight : bold;
}

#blog .sideNoteHeading {
	font-weight : bold;
}

#blog .sideNoteText {
	font-weight : normal;
}

#blog .sidePrompt {
	font-weight : normal;
}

#blog .sideNoteByLine {
	font-weight : normal;
}

#blog .sideNoteCaption {
	font-weight : normal;
}

#blog .sideNoteHeadingMain {
	font-weight : bold;
}

#blog .sideNoteTextMain {
	font-weight : normal;
}

#blog .sidePromptMain {
	font-weight : normal;
}

#blog .sideNoteByLineMain {
	font-weight : normal;
}

#blog .sideNoteCaptionMain {
	font-weight : normal;
}

#blog .calendarHeading {
	font-weight : bold;
}

#blog .calendarColHead {
	font-weight : bold;
	
}

#blog .calendar {
	font-weight : normal;
}

#blog .prompt {
	font-weight : normal;
}

#blog .navLink {
	font-weight : bold;
}

#blog .syndicate {
	font-weight : bold;
}

#blog .visitorName {
	font-weight : bold;
}

#blog .visitorEmail {
	font-weight : normal;
}

#blog .visitorWebpage {
	font-weight : normal;
}

#blog .visitorComments {
	font-weight : normal;
}

#blog .visitorDateTime {
	font-weight : normal;
}

#blog .code {
	font-family : Courier, monospace;font-weight : normal;
}

#blog .hilight {
	background-color: yellow; 
	font-weight: bold;
}

#blog .emphText {
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none
}
#blog .copyText {
	font-size: .8em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none
}
#blog .pageTitle {
	font-size: 1.2em; 
	font-style: normal;
	color: #333333; 
	line-height: normal;
	font-weight: bold
}


#blog table {
	border-top: #000000 2px solid;
	border-bottom: #000000 1px solid; 
	margin: 10px 0px 0px; 
	font-size: 1em; 
	vertical-align: top; 
	background: #fff;
}
#blog tr.title {
	color: #ffffff;
	background: #996600;
	font-variant: small-caps;
}
#blog tr.subtitle {
	color: #fff;
	background: #666666;
	font-variant: small-caps;
}
#blog tr.odd {
	vertical-align: middle;
	color: #333333;
	background: #f3f3f3;
}
#blog tr.even {
	vertical-align: middle;
	color: #333333;
	background: #FFFFCC;
} 
#blog td {
	padding: 4px 0 4px 10px;
	padding-right: 10px; 
	border-bottom: #000000 1px solid; 
	border-right: #000000 1px solid;
	font-size: 1em;
} 

#blog .caption {
	font-size: .8em;
}
#blog .credit {
	font-size: .8em;
	font-style: italic;
}
#blog .subject {
	font-size: .8em;
	font-weight: bold;
}
#blog .warning {
	color: red;
}
#blog .hilight {
	background-color: yellow; 
	font-weight: bold;
}

#blog .calendar {
	padding: 1px 0 0 1px;
	border-top: #ffffff 0px solid;
	margin: 0px 0px 0px;
	font-size: 10px;
	vertical-align: top;
	border: #fff 0px solid;
	
}

#blog .calendarHeading {
	padding: 1px 0 0 1px;
	border-top: #ffffff 0px solid;
	margin: 0px 0px 0px;
	font-size: 10px;
	vertical-align: top;
	border: #fff 0px solid;
}

#blog .calendarColHead {
	padding: 1px 0 0 1px;
	border-top: #ffffff 0px solid;
	margin: 0px 0px 0px;
	font-size: 10px;
	vertical-align: top;
	border: #fff 0px solid;
}

#blog .blogtable {
	padding: 1px 1px 1px 0;
	margin: 0;
	font-size: 10px;
	vertical-align: top;
	border: #fff 0 solid;
}
#blog .rightSidebar {
	font-size: 90%;
}

p.sideNoteHeading {
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: .5em;
}

ul.navigation, ul.adminNavigation, ul.categories, ul.monthlyArchiveList, ul.listRecent {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	list-style: none;
}

ul.categories, ul.listRecent {
	margin: 0;
}

ul.listRecent li {
	margin-bottom: .5em;
}
