#container {
  width: 800px;
  margin: auto;
  background: white;
  border: black solid 1px;
}
#content {
  background: white;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
}
#sidebar {
  text-align: center;
  background: white;
  float: right;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px;
  margin-top: 8px;
  font-size: 11px;
}
.one-col .sidebarItem {
  background: white;
  border-bottom: white solid 8px;
}
.one-col .sidebarItemTitle {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background: white url('images/sidebartitle.jpg') no-repeat left;
  color: white;
  padding-left: 12px;
  padding-top: 8px;
  height: 24px;
}
.one-col .sidebarItem ul {
  margin: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.one-col .sidebarItem li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  list-style-type: none;
}

.one-col a:link {
  text-decoration: underline;
  color: black;
}
.one-col a:visited {
  color: #404040;
}

.one-col #blogName {
  font-size: 44px;
  color: white;
  padding-top: 60px;
  text-align: center;
}
.one-col #blogDescription {
  font-size: 16px;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
  text-align: center;
}
.one-col h1 {
  font-size: 24px;
  font-weight: normal;
  color : #6e7d8e;
  background: transparent url('images/bullet.jpg') no-repeat center left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 30px;
  margin: 0px;
}
.one-col h1 a:link, h1 a:visited {
  color : #6e7d8e;
  text-decoration: none;
}
.one-col h1 a:hover {
  text-decoration: underline;
}
.one-col h2 {
  font-size: 12px;
  font-weight: normal;
  padding-left: 30px;
  padding-top: 4px;
  color: #6e7d8e;
  margin: 0px;
}
.one-col h3 {
  font-size: 12px;
  font-weight: normal;
  padding-top: 4px;
  color: #6e7d8e;
  margin: 0px;
}
.one-col .contentItem {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  background: white;
}
.one-col .contentItemBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: justify;
}
.one-col .contentItemLinks {
  float: right;
  text-align: right;
  font-size: 11px;
  color: gray;
}
.one-col .contentItemLinks a {
  color: gray;
}
.one-col .even {
  background: #F4F4F4;
}
.one-col .odd {
  background: white;
}
.one-col .small {
  font-size: 11px;
}
.one-col .response {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 4px;
}
.one-col .response h1 {
  font-size: 12px;
  font-weight: normal;
  background: transparent;
  padding-left: 0px;
}
.one-col .responseBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: justify;
}
.one-col .metadata, .metadata a {
  font-size: 11px;
  color: gray;
  line-height: 1.5em;
}
.one-col .approved {
}
.one-col .pending {
  background: transparent url('images/pending.gif') no-repeat top left;
  border: solid orange 1px;
}
.one-col .rejected {
  background: transparent url('images/rejected.gif') no-repeat top left;
  border: solid red 1px;
}
.one-col .published {
}
.one-col .unpublished {
  background: white url('images/draft.gif') no-repeat top left;
}
.one-col blockquote {
  border-left: solid #E0E0E0 4px;
  padding-left: 8px;
  color: gray;
}
.one-col .tags, .one-col .categories {
  border: solid #F0F0F0 1px;
  margin: 16px;
  padding: 4px;
  background: #F8F8F8;
  font-weight: normal;
  font-size: 11px;
}
.one-col .tags a, .one-col .categories a {
  color : gray;
  font-weight: normal;
}
.one-col .tagCloud {
  font-size: 24px;
  line-height: 1.0em;
  text-align: justify;
}
.one-col .sidebarTagCloud {
  font-size: 18px;
  line-height: 0.8em;
  text-align: justify;
}
.one-col .tagCloud1 {
  font-size: 0.5em;
}
.one-col .tagCloud2 {
  font-size: 0.6em;
  font-weight: bold;
}
.one-col .tagCloud3 {
  font-size: 0.65em;
  font-weight: bold;
}
.one-col .tagCloud4 {
  font-size: 0.7em;
  font-weight: bold;
}
.one-col .tagCloud5 {
  font-size: 0.75em;
  font-weight: bold;
}
.one-col .tagCloud6 {
  font-size: 0.8em;
  font-weight: bold;
}
.one-col .tagCloud7 {
  font-size: 0.85em;
  font-weight: bold;
}
.one-col .tagCloud8 {
  font-size: 0.9em;
  font-weight: bold;
}
.one-col .tagCloud9 {
  font-size: 1.0em;
  font-weight: bold;
}
.one-col .tagCloud10 {
  font-size: 1.2em;
  font-weight: bold;
}
.one-col .tagCloud ul, .one-col .sidebarTagCloud ul {
  padding: 8px;
  margin: 0px;
}
.one-col .tagCloud li, .one-col .sidebarTagCloud li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.one-col .tagCloud a, .one-col .sidebarTagCloud a {
  text-decoration: none;
}
.one-col .tagCloud a:hover, .one-col .sidebarTagCloud a:hover {
  color: white;
  background: #6e7d8e;
}

.one-col .calendar {
  padding: 8px;
}
.one-col .calendarDayHeader {
  font-weight: bold;
  text-align: right;
}
.one-col .calendarDay {
  text-align: right;
  padding: 2px;
}
.one-col .calendarDayWithEntries {
  background: #C0C0C0;
  text-align: right;
  padding: 2px;
}
.one-col .calendarDayWithEntries a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.one-col .calendarDayWithEntries:hover {
  color: white;
  background: #6e7d8e;
}
.one-col .calendarToday {
  background : #6e7d8e;
  color: white;
  text-align: right;
  padding: 2px;
  font-weight: bold;
}
.one-col .calendarToday a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.one-col .photo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: solid black 1px;
  text-align: center;
}
.one-col .codeSample {
  font-family: Courier, sans-serif;
  font-size: 11px;
  border: solid #F0F0F0 1px;
  text-align: left;
  background: #F8F8F8;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  overflow: auto;
}
.one-col #linearNavigationLinks {
  background: black;
  padding: 6px;
  color: white;
  text-align: center;
}
.one-col #linearNavigationLinks a {
  color: white;
  text-decoration: none;
}
.one-col #linearNavigationLinks a:hover {
  text-decoration: underline;
}
.one-col #search {
  position: absolute;
  top: 11px;
  right: 10px;
  color: white;
}
.one-col #subscriptions {
  position: absolute;
  top: 11px;
  left: 10px;
  color: white;
}
.one-col #subscriptions a {
  color: white;
  text-decoration: none;
}
.one-col #subscriptions a:hover {
  text-decoration: underline;
}
.one-col thead {
  text-align: left;
  background: #6e7d8e;
  color: white;
}
.one-col th {
  font-weight: normal;
}