/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 29px;
	margin: 0 auto;
	background: #48525B url(../images/bg/header.gif) repeat-x bottom left;
	background-color: #48525B;
}

#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 1em 1em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
  float: left;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 0.8em verenda, arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #3B5D77;
}

/**************************************************************
   Header Image
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../images/bg/header_image.jpg) no-repeat top left;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}

/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width85 {
  width: 85%;
}

.width100 {
  width: 100%;
}

#spacer {
  clear: both;
  height: 26px;
}

#spacersmall {
  clear: both;
  height: 15px;
}

/**************************************************************
   Footer
 **************************************************************/

#footer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 776px;
  height: 60px;
  background-color: #6c8fa6;
  text-align: center;
  }

#footer a {
  font: 400 0.8em arial, sans-serif;
  line-height: 0.7em !important;
  line-height: 1em;
  color: #4D5760;
  border-right: 1px solid #4D5760;
  padding-right: 0;
  border-right: 0;
}

#footer a:hover {
  color: red;
}

#footer ul {
  padding: 0;
  margin-top: 0px;
  margin-bottom: -5px;
}

#footer  ul li {
  display: inline;
  list-style: none;
}

#footer ul li a {
  padding: 0 1em;
  line-height: 0.2em !important;
  line-height: 20px;
  border-right: 1px solid #4D5760;
}

#footer ul li a.last {
  padding-right: 0;
  border-right: 0;
}

/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em veranda, arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em veranda, arial, sans-serif;
  color: #888;
}

.post .date .year {
  display: block;
  margin-top: -5px;
  font: 700 0.9em veranda, arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/**************************************************************
   Generic Display 
 **************************************************************/

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

.warning {
  color: red;
  border-top: 20px;
  border-bottom: 20px;
  font: 400 1.4em arial, sans-serif;  
}
