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

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

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

#header {
	clear: both;
  text-align:left;
	height: 68px;
	margin: 0 auto;
	border-bottom: 2px solid #f67828;
	background-color: white;
	/*background-image:url('../images/bg/header_top.png');
	background-repeat:no-repeat;
	background-position:127% 25%;*/
}

#header img {
  float:left;
}

#header ul {
  background-image:url('../images/united_kingdom.png');
  background-repeat:no-repeat;
  background-position:98% 0.9em;
  margin: 0 1em 0 0 !important;
  margin: 0 0.5em 0 0;
  padding: 0;
  padding-top:3.5em;
  float: right;
  text-align:right;
}

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

#header ul li a {
  float: left;
  padding: 3px 1em;
  margin-top:-3px;

  font: bold 1.1em verdana, tahoma, arial, sans-serif;
  letter-spacing: 0.06em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #28a6f6;
  border-right: 2px solid #eeeeee;
}

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

#header ul li a:hover {
  color: #1f1f1f;
}

#header a img {
    height:56px;
    margin-top:6px;
    margin-left:10px;
}

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

#headerImg {
  margin: 0 auto;
  height: 1px;
  /*background-image: url(../images/bg/header.png);
  background-repeat: no-repeat;
  background-position: 0 90%;
  border-bottom:2px solid #1f1f1f;*/
  margin-bottom:10px;
}

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

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 5em;
  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%;
}

.width100 {
  width: 100%;
}


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

#footer {
  position:relative;
  margin:-51px auto 0 auto;
  clear: both;
  float: left;
  width: 100%;
  height: 49px;
}

#footer #bg {
  position: relative;
  margin: 0 auto;
  height:100%;
  background-color:#eeeeee;
  /*background-image:url('../images/bg/footer.png');
  background-repeat:no-repeat;
  background-position:85% 15%;*/
  border-top: 2px solid #f67828;
}

#footer #bg #icon-links
{
  height:37px;
  padding:8px 0 0px 8px;
  width:350px;
  float:left;
}

#footer #bg #icon-links a
{
  margin:0 4px;
}

#footer #bg #info
{
  float:right;
  padding-right:0.8em;
  width:250px;
  line-height:1.4em;
  text-align:right;
}

#footer #bg #info div
{
  float:right;
  text-align:right;
  margin-top:0.65em;
  width:100%;
}

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

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #eeeeee;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font-weight:bold;
  color: #93ddc7;
}

.post .date .day {
  display: block;
  margin-top: -3px;
  font-weight: bold;
  font-size:1.9em;
  color: #28a6f6;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #93ddc7;
}

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

/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 15px 0;
  font-size:125%;
  padding: 3px;
  list-style: none;
  font-weight:bold;
}

a.thumb img {
  border: 5px solid #eeeeee;
}

a:hover.thumb img {
  border: 5px solid #f67828;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}

/**************************************************************
   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;
}

.hilite {
  color: #28a6f6;
}

