/* http://www.communitymx.com/content/a
rticle.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;
}

body
{
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 100.01%;
  color: #333;
  font-size: 16px;
  border-bottom: double 3px #aaa;
  border-top: double 3px #aaa;
}







body a
{
  text-decoration: none;
  font-weight: bold;
  color: #579;
}

body img
{
  border: double 3px #aaa;
}

#container
{
  width: 100%;
}

#main
{
/* set margin to auto and give it a width to do fix width layout */
  margin: auto;
  width: 920px;
  color: #333;
  background-color: #fff;
}

#header
{
  font-family: arial-black;
/*  text-transform: uppercase; */
  text-align: right;
/*  font-size: 3.0em;*/
  color: #fff;
  border: double 3px #aaa;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #555;
/*  background: url('/userdata/ntxgo/ntxgo-banner-900.gif') top center; */
}

#header a
{
  font-family: arial-black;
  color: #fff;
}


#footer
{
  clear: both;
  height: 60px;
  text-align: right;
  margin: 10px 180px 0px 0px;
  padding: 0 5px 0 5px;
  text-align: right;
}


#content
{
  border-bottom: double 3px #aaa;
  margin: 0 220px;
  padding: 0;
  zoom: 1;/*fixes the issue with the middle column popping belwo the left column*/
}

.marginCenter
{
  margin: 0 0 0 220px;
}

.blogPost
{
  background-color: transparent;
  margin: 5px 0px 15px 0px;
  padding: 5px 0px 5px 0px;
  position: relative;

  color: #333;

  /* 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;
  /*border: double 3px #aaa;*/
}

.postTitle
{
  font-size: 0.85em;
  height: auto;/*20px;*/
  overflow: hidden;
  /*font-weight: bold;*/
  /*background: url('/userdata/dallasteaparty/brass3.png') top left repeat-x;*/
  background-color: #555;
  border-bottom: solid 1px #aaa;
  padding: 6px 10px 6px 10px;
  /*font-weight: bold;*/
  color: #000;
  border: double 3px #888;
}

.postTitle a
{
  color: #fff;
  text-decoration: none;
}

.postBody
{
  text-indent: none;
  font-size: 0.85em;
  padding: 10px 20px 10px 20px;
  overflow: hidden;
  background-color: transparent;
  border: double 3px #aaa;
}

.postBody a
{
  font-weight: bold;
  color: #579;
}

.postAboveTheFoldWrapper
{
  font-size: 1em;
  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: 1em;
  text-indent: 0px;
  text-align: left;
  background-color: transparent;
  padding: 0;
}

.postFoldSplitter
{
  border: none;
  font-size: 1.25em;
  background-color: transparent;
  text-decoration: none;
  color: #579;
  cursor: pointer;
  text-align: center;
}

.postFooter
{
  font-size: 0.65em;
  background-color: transparent;
  text-decoration: none;
}

.postFooter a
{
  font-weight: bold;
  color: #579;
}


/*------------------------------------------------------------*/
/* navigation                                                 */

#rightnav
{
  float: right;
  width: 180px;
  margin-top: 5px;
  padding: 5px 5px 5px 5px;
  border: double 3px #888;
  font-size: 0.75em;
}

#leftnav
{
/*display: none;*/
  float: left;
  width: 190px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  border: double 3px #888;
}

.navBox
{
  border: solid 1px gray;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

.navBoxTitle
{
  background-color: #E0E0E0;
  padding: 5px;
}

.navBoxBody
{
  background-color: #F0F0F0;
  padding: 5px;
}

.navMenuLink
{
  text-decoration: underline;
  color: #579;
  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;
}

.event_title {
  color:#FFF;
}