/* Blog style customizations */
body {
    background-color: #b4e6ff;
}

.frontPageNav .nav {
  margin-bottom: 0;
}

.frontPageNav .breadcrumb {
  padding: 7px 7px;
  margin: 0 0 0 0;
}

.span11.dayheader {
  padding: 7px 62px 7px 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: white;
  font-weight: bold;
  font-size: 125%;
  background-color: #00084a;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00bbfc), to(#00084a));
  background-image: -moz-linear-gradient(top, #00bbfc, #00084a);
  background-image: -ms-linear-gradient(top, #00bbfc, #00084a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bbfc), color-stop(100%, #00084a));
  background-image: -webkit-linear-gradient(top, #00bbfc, #00084a);
  background-image: -o-linear-gradient(top, #00bbfc, #00084a);
  background-image: linear-gradient(top, #00bbfc, #00084a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbfc', endColorstr='#00084a', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.span11.postbox {
  background-color: whiteSmoke;
  padding: 7px 62px 24px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

div.entryHeader {
    margin: 0 0 12px;
}

.entryHeader .span2 {
    text-align: right;
    vertical-align: top;
}

div.entryContent > div.span12 {
    margin: 0 0 12px;
}

div.entryContent p {
    margin: 0;
}

div.entryContent blockquote, div.entryContent blockquote p {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

div.entryContent ul, div.entryContent ol {
    margin: 0 0 0 25px;
}

div.entryContent pre {
    line-height: 14px;
}

.entryFooter {
    color: #666666;
}

.entryFooter .span2 {
    text-align: right;
}

.span11.frontPageNav {
  background-color: whiteSmoke;
  padding: 7px 62px 7px 15px;
  margin-top: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.span11.frontPageNav .span6, .span11.frontPageNav .span8 {
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

.pagination ul li {
    font-weight: bold;
}

div.well hr {
    margin: 8px 0 7px;
    color: #404040;
    border-bottom: 1px solid #404040;
}

div.hCalendar {
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

table.hCalendarTable {
    margin: 0;
    margin-bottom: 12px;
    border: none;
}

table.hCalendarTable td, table.hCalendarTable th {
    padding: 8;
    border: none;
}

td.hCalendarMonthYearRow {
    text-align: center;
    font-size: 120%;
}

tr.hCalendarNextPrev td {
    text-align: center;
}

.hCalendarDay {
    text-align: center;
    font-size: small;
}

th.hCalendarDayNameRow {
    text-align: center;
    font-size: small;
    font-weight: bold;
}

td.hCalendarDayCurrent {
    text-align: center;
    font-size: small;
    font-weight: bold;
}

td.hCalendarDayLinked {
    text-align: center;
    font-size: small;
    font-weight: bold;
}

ul.rfeeds {
    list-style-type: none;
}

ul.rfeeds li {
    background-image: url(http://erbosoft.com/blog/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em;
    padding-left: 1.4em;
}