body {
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

a:link, a:visited {
  color: #2971A7;
  font-weight: bold;
  text-decoration: none;
}

#hd {
  margin: 2em;
}

#bd {
	margin: 0 2em;
}

#doc {
  /*background-color: white;*/
  /*border: 2em solid white;*/
  border-top-width: 0;
}

.main {
	border: 1px solid #d8d8d8;
	margin: 2em 0;
	padding: 2em;
}

#frontPage {
	background-position: center bottom;
	background-image: url(images/main-background.jpg);	
	background-repeat: no-repeat;
	height: 250px;
	color: white;
	font-weight: bold;
}

.bulletless li {
	list-style-type: none;
	margin: 1em 0;
}

ul.bulletless {
	margin: 0;
}

.bulletlessCategories li {
  display: inline;
	list-style-type: none;
	margin: 1em 0;
	padding-right: 0.5em;
}

ul.bulletlessCategories {
	margin: 0;
}

.post {
  font-size: 100%;
  color: #333;
  position: relative;
}

.post h2 {
  color: #333;
  font-size: 123.1%;
  margin: 0.2em 0;
}

.archivePost {
  border-top: 1px solid #e5e5e5;
}

#comment {
	width: 80%;
}

.footerItem {
  color: #535353;
  font-size: 100%;
  border-bottom: 1px solid #ddd;
}

.footerItem img {
    display: block;
    margin: 14px auto;
}

.lastFooterItem {
	border-bottom: none;
}

.minorFooterItem {
	font-size: 85%;
}

.footerItem h3 {
	color: black;
	font-size: 108%;
	margin-bottom: .3em;
}

.majorFooterItem {
	border: 1px solid #d8d8d8;
	margin: 1em 0;
	padding: 0.5em 1em;
	color: black;
}

#wshlstFooterItem {
	background-position: center bottom;
	background-image: url(images/wshlst-background.jpg);
}

#bcFooterItem {
	background-position: center bottom;
	background-image: url(images/bc-background.jpg);
	color: white;
}

#bcFooterItem h3 {
	color: white;
}

.headerLinks {
  float: right;
  vertical-align: text-top;
  text-align: right;
  line-height: 2em;
  color: #999;
}

pre, .code {
  font-family: Monaco,"Courier New",monospace;
  border: 1px solid #e5e5e5;
  background-color: #EEF4FF;
  color: #333;
  padding: 0.5em;
  font-size: 85%;
  margin: 0.5em 0 1.5em 0;
  line-height: 1.3em;
}

h3 {
  margin: 1.5em 0 0.5em 0;
}

.postmetadata {
  font-size: 85%;
}

.entry {
  margin-top: 1.5em;
}

.allArticles, .allTags {
  margin-top: 2em;
  padding-top: 0.5em;
  border-top: 1px solid #e5e5e5;
}

.allArticles ul, .allTags ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  /*text-indent: -1em;*/
}

.allArticles h3, .allTags h3 {
  color: #333;
  font-size: 108%;
}

.allArticles a, .allTags a, .allArticles a:link, .allArticles a:visited, .allTags a:link, .allTags a:visited {
  font-weight: normal;
}

#comments {
  border-top: 1px solid #e5e5e5;
  margin-top: 1em;
  padding-top: 1em;
  color: #333;
}

.commentlist li {
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 85%;
  background-color: #fdfdfd;
  color: #666;
  margin-bottom: 2em;
}

.goog {
  padding-bottom: 1em;
  padding-top: 1em;
}

.articleImage {
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin: 0;
}

