/* (c) Klaus Weitzel */

body	
	{font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	text-align: center;
	background-image: url(snakeskin-tile.png);
	}

.wrap
	{width: 90%;
	min-height: 600px;
	margin: auto;
	text-align: left;
	border-width: large;
	border-style: outset;
	border-color: #999;
	background-image: url(snakeskin-tile-gray.png);
	}

.banner
	{width: 90%;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	background-image: url(snakeskin-tile-gray.png);
	}

.container
	{width: 100%;
	min-height: 450px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	background-image: url(snakeskin-tile-gray.png);
	}

/*-------------------------------------------------*/
/* Left Column                                     */
/*-------------------------------------------------*/

.leftbar
	{width: 200px;
	min-height: 400px;
	padding-left: 5px;
	float: left;
	text-align: justify;
	}

/*-------------------------------------------------*/
/* Left Content Block                              */
/*-------------------------------------------------*/

.content
	{display: none;
	width: 180px;
	margin-top 10px;
	}

/*-------------------------------------------------*/
/* Search Box                                      */
/*-------------------------------------------------*/

.searchbox
	{width: 194px;
	margin-bottom: 3px;
	align: center;
	display: block;
	}

.searchbutton
	{width: 200px;
	margin: 1px;
	margin-bottom: 5px;
	align:center;
	display: block;
	}

/*-------------------------------------------------*/
/* Main Content                                    */
/*-------------------------------------------------*/

.content2
	{margin-left: 220px;
	margin-right: 10px;
	min-height: 400px;
	text-align: justify;
	}

/*-------------------------------------------------*/
/* News Module                                     */
/*-------------------------------------------------*/

.news_wrap
	{padding: 5px;
	margin-top: 15px;
	border: 0px solid #fff;
	}

.post_title, .post_date 
	{border-bottom: 1px solid #fff;
	}

.post_title
	{font-weight: bold;
	font-size: 12px;
	color: #fff;
	}

.post_date
	{text-align: right;
	font-weight: bold;
	}

.post_short 
	{text-align: justify;
	font-size: 12px;
	}


/*-------------------------------------------------*/	
/* Navigation Menu 1 - by maxdesign (listamatic)   */
/* adapted by K. Weitzel for WB Template Snakeskin */
/*-------------------------------------------------*/


#navcontainer ul
	{padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #2d972d;
	color: #000;
	width: 100%;
	font: normal 110% arial, helvetica, sans-serif;
	text-align: center;
	}

#navcontainer li { display: inline; }

#navcontainer li a
	{text-decoration: none;
	background-color: #2d972d;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}

#navcontainer li a:hover
	{background-color: #5dcf57;
	color: #fff;
	}

/*-------------------------------------------------*/	
/* Navigation Menu 2 - by maxdesign (listamatic)   */
/* adapted by K. Weitzel for WB Template Snakeskin */
/*-------------------------------------------------*/

#navcontainer2 ul
	{margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#navcontainer2 li { margin: 0 0 3px 0; }

#navcontainer2 a
	{display: block;
	margin-left: 2px;
	padding: 2px 2px 2px 22px;
	border: 1px solid #fff;
	background-color: #999;
	background-image: url(snakeskin-small-gray.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	}

#navcontainer2 a:link
	{color: #fff;
	text-decoration: none;
	}
#navlist2 a:visited
	{color: #fff;
	text-decoration: none;
	}

#navcontainer2 a:hover
	{border: 1px solid #333;
	font-weight: bold;
	background-image: url(1.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	}

#active a:link, #active a:visited, #active a:hover
	{border: 1px solid #333;
	background-image: url(snakeskin-tile.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;	
	color: #333;
	}
