/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;

}

/**************************************************************
   Top Block Menu
 **************************************************************/

#headerImg {
  position:relative;
  margin: 0 auto;
  height: 143px;
  border-top:1px solid black;
  border-bottom:1px solid black;
  background: url(/media/header.jpg) no-repeat top left;
  text-align:left;

}
#headerImg h1{
    text-decoration:underline;
    font-size:5.5em;
    color:#555;   
    border:0px solid black;   
    margin:0px;
    padding-bottom:0px;
    padding-top:2px;
    position:relative;
    top:0px;
    left:12px;
    height:75px;
    width:770px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#headerImg h2{
    text-align:left;
    color:#555;
    font-size:1.9em;
    padding:0px;
    margin:0px;
    position:relative;
    top:0px;
    left:12px;
    height:30px;
    line-height:1.2em;
    border:0px solid red;
    width:400px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
  margin-top:1em;
}

#columns {
  margin: 0 auto;
}
#comments{
    padding:5px;
    margin-top:10px;
}
#comments h2{
    border-bottom:2px solid black;
    color:#000;
    background-color:#FFF;
    padding:4px;
}
#comments div{
    padding-left:15px;
}
.comment_even{
    background-color:#FFF;
}
.comment_odd{
    background-color:#EEE;
}

/* 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 {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  border-top: 1px solid black;

}
#footer a{
  border:0px solid white;
}
#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #595441;
  border-right: 1px solid #595441;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #595441;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}




/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}
a.thumb{
 border:0px;
}
a.thumb img {  
  border: 5px solid #595441;
}

a:hover.thumb img {
  background: #595441;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}
img.thumb{
 margin:8px;
 border:2px solid black;
}
img.thumbL{
 margin:8px;
 border:2px solid black;
 margin-left:0px;
}
img.thumbR{
 margin:8px;
 border:2px solid black;
 margin-right:0px;
}





/**************************************************************
   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: #595441;
}

p.date{margin-top:-10px;font-size:.8em;}

pre {    background-color:#DDDDE5;padding-left:10px;}
pre code{font-size:12px;font-family:"Courier New", courier, mono;line-height:16px;color:#222;
     
}
