/* http://www.communitymx.com/content/article.cfm?cid=FAF76&print=true */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a
{
  margin: 0;
  padding: 0;
  border: none;
}

#googleadblock
{
  display: none;
}

body
{
  background-color: #111;
  font-family: Arial, sans-serif, Tahoma;
  font-size: 100.01%;
  color: #ddd;
  font-size: 16px;

}

body a
{
  text-decoration: none;
  font-weight: bold;
  color: #ccc;
}

body img
{
  border: none;
}

#container
{
  width: 100%;
}

#main
{
/* set margin to auto and give it a width to do fix width layout */
  margin: auto;
  width: 900px;
  color: #999;
  background-color: #111;
}

#header
{
  width: 900px;
  /*height: 129px;*/
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 0.0em;

}

#header a
{
  font-family: times;
  color: #acb;
}

#footer
{
  clear: both;
  height: 60px;
  text-align: right;
  margin: 10px 160px 0px 160px;
  padding: 0 10px 0 10px;
  text-align: right;
}


#content
{
  border: none;
  margin: 0 180px 0 180px;
  padding: 0;
  zoom:1;/*fixes the issue with the middle column popping belwo the left column*/

}

.marginCenter
{
  margin: 0 160px 0 160px;
}

.blogPost
{
  background-color: transparent;
  margin: 5px 0px 15px 0px;
  padding: 5px 0px 5px 0px;
  position: relative;

  color: #ccc;

  /* need these two lines in this order so that ie6 does not drop the middle column down below the left column */
  width: 100%;
  overflow: hidden;
  text-indent: 0;
}

.postTitle
{
  font-size: 1.25em;
  overflow: hidden;
  font-weight: bold;
  background-color: transparent;
  border-bottom: solid 1px #aaa;
  padding: 3px 10px 0px 10px;
  font-weight: bold;
  color: #576;
}

.postTitle a
{
  color: #576;
  text-decoration: none;
}

.postBody
{
  overflow: hidden;
  background-color: transparent;
  border: none;

}

.postBody a
{
  font-weight: bold;
  color: #ccc;
}

.postAboveTheFoldWrapper
{
  font-size: 1.25em;
  background-color: transparent;
  text-align: left;
}

.postAboveTheFold
{
  overflow: hidden;
  width: 100%;
  text-indent: 0px;
  text-align: left;
  background-color: transparent;
  padding: 0;
}

.postBelowTheFold
{
  font-size: 1.25em;
  text-indent: 20px;
  text-align: left;
  background-color: transparent;
  padding: 0;
}

.postFoldSplitter
{
  border: none;
  font-size: 0.75em;
  background-color: transparent;
  text-decoration: none;
  color: #576;
  cursor: pointer;
  text-align: center;
}

.postFooter
{
  font-size: 0.65em;
  background-color: transparent;
  text-decoration: none;
}

.postFooter a
{
  font-weight: bold;
  color: #999;
}


/*------------------------------------------------------------*/
/* navigation                                                 */

#leftnav
{
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
  border-right: solid 1px grey;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

#rightnav
{
  float: right;
  width: 160px;
  margin: 0;
  padding: 0;
  border-left: solid 1px grey;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.navBox
{
   /*{border: solid 1px gray;*/
   /*border: none;}*/
   background-color: #111;
   border-top: none;
   border-bottom: none;
   border-left: none;
}

#leftnav
{
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
  border-right: solid 1px grey;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.navBoxTitle
{
  background-color: #111;
  padding: 5px;
  color: #666;
  font-weight: bold;
}

.navBoxBody
{
  background-color: #111;
  padding: 5px;
  border-top: none;
  border-bottom: none;
  border-left: none;
}


.navMenuLink
{
  text-decoration: underline;
  color: #777;
  cursor: pointer;
}


/******************************************************************/
/* Comments							  */
/******************************************************************/
.comment_wrapper
{
  border: none;
  font-size: 0.75em;
  position: static;
  background-color: transparent;
  margin: 0;
  padding: 10px;
  text-align: left;
}

.comment_menu
{
  border: none;
}

.comment_check
{
  float: left;
  width: 9px;
}

.comment
{
  color: 333;
  font-size: inherit;
  margin-left: 20px;
  zoom: 1;
}

.comment_title
{
  background-color: transparent;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 3px;
}

.comment_author
{
  text-align: right;
  background-color: transparent;
  padding: 3px;
  margin-left: 100px;
}

.comment_body
{
  padding: 1px 3px 10px 8px;
  background-color: transparent;
  border-top: solid 1px gray;
}