body, html {
	font-family: Geneva, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

body,html,.normal-size {
	font-size: 11px;
}

p {
    color: black;
}



#main {
	/* width setting recommended */
	width: 700px;
	/* align left to fix the previous IE css bug */
	text-align: left;
	/* zero margin top/bottom, auto margin for left/right */
	margin: 10px auto;
	/* border: 1px solid #000;*/
	padding: 10px;
	color: black;
	/* border: 3px solid #006699; */
}

h1 {
	font-weight: normal;
	font-size: 20px;
}

.highlight {
	border: 1px dotted black;
	text-align: center;
	padding: 10px;
}

.news {
	border: 2px solid gray;
	text-align: left;
	padding: 10px;
}

.highlight b {
	color: blue;
}


#footer {
	font-size: 11px;
	text-align: center;
	color: black;
	margin: 0 auto;
	border-top: black 1px solid;
	width: 700px;
	padding-top: 10px;
}

.rss-desc {
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, sans-serif;
	width: 400px;
}

.rss-title {
	font-size: 8pt;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-weight:bold;
	margin-top: 10px;
}	


.rss-source {
	color: gray;
}

.rss-source a:link {	color: gray; text-decoration: none; font-weight: bold; }
.rss-source a:hover { color: gray; text-decoration: none; font-weight: bold;}
.rss-source a:visited {	color: gray; text-decoration: none; font-weight: bold;} 


.rss-box {
	width: 350px;
	border: 1px solid #006699;
	padding: 5px;
}

.rss-box-title {
	width: 350px;
	color: white;
	font-weight: bold;
	background-color: #006699;
	border: 1px solid #006699;
	padding: 5px;
}

.calendar {
	/*float: left;*/
}

.donate {
	font-size: 9pt;
	text-align: center;
	width: 700px;
	margin: 10px auto;
	border: solid black 1px;
}

#weather {
	font-size: 11px;
	text-align: center;
	color: black;
	border-top: 1px solid black;
	margin-top: 4px;
}

#banner {
	text-align: center;
}

 #navcontainer { margin-left: 30px; }

/*Fat Erik's Pipelist*/
/* http://css.maxdesign.com.au/listamatic/horizontal32.htm */
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist a:visited {
	color: blue;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

.datenav {
	text-align: center;
	font-size: 14px;
	margin: 10px;
}

.datenav a:visited {
	color: blue;
}

.tableListings {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}
.tableDate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #696969;
	width: 180px;
	text-align: right;
	vertical-align: top;
	padding: 2px;
	background-color: white;
}
.tableTime {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	float: right;
}

.tableTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
	background-color: white;
	border-bottom: 1px black solid;
}
.tableCategory {
	width: 8px;
}
.tableDescr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background-color: white;
}

#tvguide {
	text-align: center;
	margin: 10px;
}

a:link { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:visited { color: blue; text-decoration: underline;} 

#signup td {
	font-size: 11px;
}

#topnews {
	text-align: center;
}

.child_menu_text, .item_name, .item_price, .store_category_description, .store_menu_bar, .store_pages, .store_parent_menu, .store_items, xsmallText  {
	font-size: 11px;
}

#toptweet
{
	border: 2px solid #1577f2;
}

.store_view_cart {
	font-size: 11px;
	font-weight: bold;
}

.item_price {
	font-weight: bold;
}

.pageTitle_head {
	font-weight: bold;
}

.directory-category {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: gray;
}

.directory-name {
	margin-top: 10px;
	font-weight: bold;
}

.directory-contact {
	
}

.directory-companyname {
	font-size: 14px;
	font-weight: bold;
}

.dd-category {
	color: gray;
	font-weight: bold;
}

.businesscard {
	width: 400px;
	border: 1px solid gray;
	padding: 10px;
}

.new {
	color: white;
	background-color: red;
	padding: 2px;
}

.left {
  text-align: left;
}

.pipelist {
   margin-bottom: 1em;
   overflow: hidden;
   width: 100%;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #000;
   float: left;
   line-height: 1.2em;
   margin: 0 .5em 0 -.5em;
   padding: 0 .5em 0 .5em;
   white-space: nowrap;
   }
   
#recent-tweets
{
	border: 2px solid orange;
	padding: 5px;
}




