/*     CSS Document Created by                */
/*                  Matthew Morris            */
/*                         Wabuf-Team         */
/*                               (c)2010      */

/* Structure */
* {
	margin: 0px;
	padding: 0px;
}
html{
	background-color: #5E2917;
}
body {
	width: 812px;
	height: auto;
	margin: 0 auto;
	background: #5E2917 url(graphics/bodyBg.gif) top center repeat-y;
}
#header {
	width: 812px;
	height: 105px;
	background: #5E2917 url(graphics/banner.png) top center no-repeat;
}
#container {
	clear: both;
	width: 812px;
	height: auto;
	margin: 0 auto;
}
#bottom {
	clear: both;
	height: 7px;
	width: 812px;
	padding-top: 1.0em;
	margin-bottom: 12px;
	background: url(graphics/bottom.gif) bottom center no-repeat;
}

/* Content Panels */
#Main {
	width: 555px;
	vertical-align: top;
}
.main {
	float: left;
	width: 555px;
	text-align: center;
	background-color: #F8B429;
	margin: 0px 0px 0.75em 10px;
}
#Side {
	width: 225px;
	vertical-align: top;
}
.side {
	float: right;
	width: 225px;
	overflow: hidden;
	text-align: center;
	background-color: #F8B429;
	margin: 0px 11px 0.75em 10px;
}
.full {
	width: 790px;
	background-color: #F8B429;
	margin: 0px 0px 0.75em 10px;
}
.full p {
	margin: 0 12px;
}
.main p {
	margin:2px 10px;
}
.main ul {
	margin-left:50px;
}

	/* Rounded Edges for Content Panels */
	.tL {
		width: 5px;
		height: 6px;
		display: inline-table;
		background: url(graphics/tLx.gif) top left no-repeat;
	}
	.tR {
		width: 5px;
		height: 6px;
		display: inline-table;
		background: url(graphics/tRx.gif) top right no-repeat;
	}
	.bL {
		width: 5px;
		height: 5px;
		display: inline-table;
		background: url(graphics/bLx.gif) bottom left no-repeat;
	}
	.bR {
		width: 5px;
		height: 5px;
		display: inline-table;
		background: url(graphics/bRx.gif) bottom right no-repeat;
	}
	.barMain {
		width: 545px;
		height: 6px;
		display: inline-table;
		background-color: #F8B429;
	}
	.barSide {
		width: 215px;
		height: 6px;
		display: inline-table;
		background-color: #F8B429;
	}
	.barFull {
		width: 780px;
		height: 6px;
		display: inline-table;
		background-color: #F8B429;
	}
	

/* Navigation */
nav, ul.navUL {
	padding-top: 10px;
	list-style-type: none;
}
nav, .navUL li {
	float: left;
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none !important;
}
li.home a             { outline-color: transparent; background: url(graphics/home.png) top no-repeat;           }
li.home a:hover       { outline-color: transparent; background: url(graphics/home.png) bottom no-repeat;        }
li.events a           { outline-color: transparent; background: url(graphics/events.png) top no-repeat;         }
li.events a:hover     { outline-color: transparent; background: url(graphics/events.png) bottom no-repeat;      }
li.statistics a       { outline-color: transparent; background: url(graphics/statistics.png) top no-repeat;     }
li.statistics a:hover { outline-color: transparent; background: url(graphics/statistics.png) bottom no-repeat;  }
li.articles a         { outline-color: transparent; background: url(graphics/articles.png) top no-repeat;       }
li.articles a:hover   { outline-color: transparent; background: url(graphics/articles.png) bottom no-repeat;    }
li.about a            { outline-color: transparent; background: url(graphics/about.png) top no-repeat;          }
li.about a:hover      { outline-color: transparent; background: url(graphics/about.png) bottom no-repeat;       } 
nav, .link {
	width: 110px;
	height: 30px;
	display: block;
	text-indent: -2000em;
}

/* Text Styling */
table {
	color: #5E2917;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	color: #5E2917;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #060;
	outline: none;
	display: inline;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
strong {
	font-size: 1.2em;
}
h1 {
	display: none;
	overflow: hidden;
	margin-left: -9999px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #5E2917;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color: #5E2917;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li {
	color: #5E2917;
	text-align: left;
	line-height: 1.5em;
	margin: 6px 0 0 32px;
	list-style-image: url(graphics/bullet.gif);
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol li {
	margin-left: 40px;
	list-style-image: none !important;
}

/* Other Styling */
hr {
	color: #5E2917 !important;
}
img {
	border: none;
}
.side a {
	font-size: 16px;
}
#seeds {
	width: 174px;
	height: 111px;
	cursor: pointer;
	margin-left: 24px;
	background: #F8B429 url(graphics/seeds.png) top no-repeat;
}
#seeds:hover {
	background-position: bottom;
}
#seeds a {
	width: 174px;
	height: 111px;
	display: block;
}
#seeds strong {
	margin-top: 15px;
}
#bread {
	width: auto;
	clear: both;
	height: 20px;
	font-size: 14px;
	padding: 0 0 0 16px;
}
#bread p {
	color: #FFF;
}
#bread a {
	color: #BBB;
	font-size: 14px;
	text-decoration: none;
}
#bread a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 2px solid #F8B429;
}
.hidden { display: none; }
.unhidden { display: block; }

/* ARTICLES SECTION */
#contain {
	margin: 0 auto;
}
p.group {
	text-align: left;
}
.date {
	font-size: 11px;
	margin-left: 2px;
}
.article {
	line-height: 26px;
	margin-left: 58px;
	font-style: italic;
}
.pdf {
	float: left;
	width: 48px;
	height: 48px;
	position: absolute;
	margin: 4px -4px 0 8px;
}
.pdf a {
	width: 48px;
	height: 48px;
	display: block;
	background: transparent url(graphics/pdf.png) top left no-repeat;
}
.pdf a:hover {
	background: transparent url(graphics/pdf.png) bottom left no-repeat;
}
