.newsHead {
	text-transform:none;
	margin:1.5em 0 .75em;
  font:"Gotham Light",Gotham,Helvetica,Sans-serif;
  font-weight:lighter;
  /*letter-spacing:.1em;*/
  color:#fff;
}
.newsBlock {
	padding-bottom:30px;
}

.EventHead {
	text-transform:none;
	margin:1.5em 0 .75em;
  font:"Gotham Light",Gotham,Helvetica,Sans-serif;
  font-weight:lighter;
  /*letter-spacing:.1em;*/
  color:#fff;
}
.EventBlock {
	padding-bottom:30px;
}


#footershell {
	color:#D2D2D2;
	font:Arial,Verdana,san-serif;
	font-size:10px;
	margin:auto;
	text-align:center;
	width:900px;
	height:auto;
	padding:50px 0px 30px 0px;
}

#footershell a:link {
	color:#DE1010;
	text-decoration:none;
}
#footershell a:visited {
	color:#DE1010;
	text-decoration:none;
}
#footershell a:hover {
	color:#DE1010;
	text-decoration:underline;
}
/* */
#foot1 {
	text-align:left;
	padding-left:30px;
	float:left;
}
#foot2 {
	float:left;
	padding-left:20px;
}
#foot3 {
	text-align:right;
	padding-right:30px;
}
#foot4 {
	text-align:left;
	padding-left:30px;
	padding-right:30px;
}
#navlist {
	margin:auto !important;
}

#outtershell {
	position:relative;
	text-align:center; 
	margin:auto;
	width:auto;
	height:auto;
}
#navshell { /*position:absolute;*/ height:auto; width:100%; text-align:center; top:0px; padding:0px; z-index:100; }

#flashshell {
	width:auto; height:auto; z-index:-1;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding:0px;}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: none;
}
#pageimg {
	height:345px;
	width:659px;
}


fieldset.userForm
{
	clear: both;
	float: none;
	padding: 3px 6px 0;
	margin-bottom: 6px;
	width: 100%;
	border: none;
}

fieldset.userForm .fieldName
{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom:5px;
}

fieldset.userForm .input
{
	float: left;
	margin: 0 3px 3px 0px;
}
fieldset.userForm .input input
{
	background-color: #fff;
	border: 1px #000 solid;
	height: 20px;
	line-height: 18px;
	padding: 0 3px;
	font-family:Arial;
	font-size:11px;
	color:#000;
}
fieldset.userForm .input textarea
{
	background-color: #fff;
	border: 1px #000 solid;
	padding: 3px;
	width: 530px;
	height: 120px;
	font-family:Arial;
	font-size:11px;
	color:#000;
}
fieldset.userForm .input label
{
	clear: both;
	float: none;
	display: block;
	font-size: 11px;
	color:#eee;
}

div.NewsSideItem { padding-bottom:20px; color:#eee;}
div.EventSideItem { padding-bottom:20px; color:#eee;}

/* Font Download
----------------------------------------------- 
@font-face {font-family:"Gotham Light"; src: url(http://www.tbl45.com/fonts/gotham/GothaLig);}
*/


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:900px;
    /*margin:0 auto 10px;*/
    /*border:1px solid #333;*/
    }
  }
@media handheld {
  #header {
    /*width:90%;*/
    }
  }


/* Content
----------------------------------------------- */
#contentshell {
	position:relative;
	/*height:100% !important;*/
	height:auto;
	/*height:auto;*/
	background:#000;
	width:936px;
	text-align:center;
	margin:auto;
  	padding:auto;
}

@media all {
  #content {
    width:900px;
    margin-left:35px;
    padding:0;
    height:auto;
    text-align:left;
    background:#000;
    }
  #main {
    width:600px;
    float:left;
    }
  #sidebar {
    width:240px;
    float:right;
    padding-right:0px;
    background:#1A1913;
    /*padding:20px;*/
    height:auto;
    background-image: url(/images/sidebar_bg.jpg);
  	background-repeat:repeat-x;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:60%;
    float:none;
    }
  #sidebar {
    width:30%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
/*
h2 {
  margin:1.5em 0 .75em;
  font:"Gotham Light",Gotham,Helvetica,Sans-serif;
  font-weight:lighter;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#484848;
  }

h2 sidebar-title {
	text-align:center;
	color:#686868;
	}
*/
/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #444;
    padding-bottom:3em;
    font:Arial,Helvetica,Sans-serif;
  	font-size:11px;
  	color:#A3A3A2;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  /*margin:.25em 0 0;*/
  padding:0 0 4px;
  font-size:16px;
  line-height:1em;
  color:#fff;
  font-weight:lighter;
  text-transform:uppercase;
  }
.post-title a {
  text-decoration:none;
  color:#fff;
  }
.post-title a:hover {
  color:#DE1010;
  }
.post div {
  margin:0 0 .75em;
  line-height:24px;
  }
p.post-footer {
  /*margin:-.25em 0 0;*/
  color:#333;
  }
.post-footer em, .comment-link {
  font:Arial,Verdana,Sans-serif;
  font-size:9px;
  text-transform:none;
 /* letter-spacing:.1em;*/
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:5px solid #1A1913;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
.post-body {
	padding-bottom:14px;
	line-height:2em;
	font-size:12px;
  	color:#999;
}

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  background:none;
  padding-left:0px;
  }
#comments h4 strong {
  font-size:130%;
  background:none;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebarContent {
	font:Arial,Verdana,Sans-serif;
  	font-size:11px;
	margin:20px;
	height:auto;
	padding-top:65px;
}
#sidebar2 p { font-size:11px;}

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 15px 0 15px;
  /*text-indent:-15px;*/
  line-height:1.5em;
   padding-bottom:15px;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }
#sidebar a:link {
  color:#fff;
  text-decoration:none;
 }
#sidebar a:visited {
  color:#fff;
  text-decoration:none;
 }
#sidebar a:hover {
  color:#fff;
  text-decoration:underline;
 }
#sidebarContent2 {
	background-image: url(/images/sidebar_bottom.jpg);
  	background-repeat:repeat-x;
  	height:170px;
}

/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }

