/*********************************************** 
  Last Updated: 11.2009
  Updated By: jmc
  Created by: www.jimmycahill.com
  Created on: 10.2009
***********************************************/

body {
  background: #fff url("../uig/header_bg.gif") repeat-x left top; /* #f2f2f2 */
  color: #111;
  font: 12px/16px Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }
div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, input, form, img, p {
  border: none;
  margin: 0;
  padding: 0;
  }
a:link, a:visited {
  color: #000;
  text-decoration: underline;
  }
a:hover, a:active {
  background: #acdff9; /* greyish blue */
  background: #ccc; /* light grey */
  }





/******************************************************************************/
#frame {
  width: 984px; /* 1004px - left/right, margin + padding + border */
  margin: 100px 0 50px 20px;
  padding: 0 0 1px 0; /* fix collapsing box model with one pixel of bottom padding */
  }
#frame hr {
  display: none;
  }

#frame h2 {
  color: #333;
}




/******************************************************************************/
#header {
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
#header h1 {
  color: #333;
  font-size: 34px;
  font-weight: normal;
  margin: 1px 0 20px;
  display: inline;
  border-bottom: 3px solid #333;
  text-transform: capitalize;
  position: absolute;
  top: 25px;
  left: 20px;
  line-height: 40px; /* FIX IE */
}
#header h1 a:link, #header h1 a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid #444;
}
#header h1 a:hover, #header h1 a:active {
  color: #444;
}

#header .description {
  display: none;
}




/******************************************************************************/
#menu, #content {
  text-transform: lowercase; 
}





/******************************************************************************/
#menu  {
  position: fixed;
  top: 91px;
  left: 20px;
}


#menu ul {
  list-style: none;
  margin: 4px 0 40px;
}
#menu ul li {
  margin: 10px 0 12px;
}
#menu ul li a {
  text-decoration: none;
}
#menu li.cat-item-5 {
  display: none;
}


#menu #searchform {
  margin: 8px 0 0;
}
#menu #searchbox {
  border: 1px solid #ccc;
  padding: 2px;
}




/******************************************************************************/
#content {
  margin-left: 250px;
}

#content h2 {
  display: none;
}

.post {
  position: relative;
  margin-top: 9px;
}

.post h3 a {
  color: #444;
  text-decoration: none;
}
.post h3 {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  width: 130px;
  margin: 0 10px 0 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #777;
  position: absolute;
  top: 1px;
  left: 0;
}
.post h4 {
  color: #777;
  font-size: 12px;
  font-weight: normal;
  width: 130px;
  margin: 0 10px 0 0;
  position: absolute;
  top: 29px;
  left: 0;
}

.post p {
  margin: 2px 40px 15px 140px;
}
.post img {
  border: 1px solid #ccc;
}
.post a:link img, .post a:visited img {
  background: none;
}
.post a:hover img, .post a:active img {
  background: #fff;
  border: 1px solid #999;
}
.post p.metadata {
  color: #999;
  margin: -5px 0 30px 140px;
  
  text-indent: -9999px;
}



.pagination {
  margin: 0 0 35px 140px;
  height: 20px;
}
.pagination ul {
  list-style: none;
  font-weight: bold;
}
.pagination ul li {
  float: left;
  margin: 0 6px 0 0;
}
.pagination ul li.next, .pagination ul li.prev {
  display: none;
}
.pagination ul li a {
  text-decoration: none;
  color: #666;
  padding: 1px 6px 2px;
}
.pagination ul li span.current {
  color: #111;
  padding: 1px 6px 2px;
}


h3#comments {
  margin-left: 140px;
}
.commentlist {
  margin: 10px 0 20px 160px;
}

#respond {
  margin: 0 0 35px 140px;
}
#comment {
  width: 460px;
}
.nocomments {
  display: none;
}


#respond, #comment, h3#comments, .commentlist {
  display: none;
}

table.gallery {
  width: 80%;
}
table.gallery img {
  width: 120px;
  height: 100px
}


/******************************************************************************/
#footer {
  display: none;
}



/*****************************************************************************
    IE AND OTHER BUG FIXES
*****************************************************************************/
* html #frame {
  margin-top:20px;
  border-bottom: 1px solid #900;
}



*html #menu, * html #content {
  float: left;
}
* html #menu {
 width: 250px;
}
* html #content {
  width: 700px;
  margin-left: 0;
}


