body {
	background: #bdb4c2;
	color: black;
	padding: 0px;
	margin: 0px;
}

#masthead {
	background: #460e6a  url("banners/stormwater") no-repeat bottom left;
	height: 76px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 3px gray ridge;
}

#masthead h1 {
	display: none;
}

/* Navigation */

#navbar {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #460e6a;
	width: 100%;
	z-index: 1;
}

#navbar ul {
	padding: 4px;
	padding-left: 14px;
	margin: 0px;
}

#navbar li {
	display: inline;
}

	#navbar li, #sidebar li{
		color: #bdb4c2;
		padding: 1px;
		padding-right: 10px;
		padding-left: 0px;
		margin-left: 0px;
		font-family: Verdana, Sans;
	}

		#navbar li a, #sidebar li a {
			color: #87f387;
			text-decoration: none;
		}

		#navbar li a:hover, #sidebar li a:hover {
			color: yellow;
		}

#sidebar {
	position: absolute;
	top: 80px;
	left: 0px;
	background: #460e6a url("corner") no-repeat bottom right;
	width: 115px;
	padding-bottom: 20px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 1.3em;
}

	#sidebar ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#sidebar li  {
		margin: 0px;
		padding: 0px;
		margin-bottom: 20px;
		margin-top: 25px;
		margin-left: 5px;
	}
	
	#sidelinks ul {
		margin-top: 40px;
	}

.admin {
	text-align: center;
	border: 2px dashed #460e6a;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 4px 4px;
}

#navadmin {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.admin h3 {
	text-align: center;
}

#navadmin li {
	display: inline;
}
	#navadmin li a {
		text-decoration: none;
		background: #87f387;
		border: 3px solid #460e6a;
	}

	#navadmin a:hover {
		background: yellow;
	}

.editorial {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.editorial li {
	display: inline;
}

.editorial li a {
        background: pink;
        text-decoration: none;
        border: 2px solid #460e6a;
}

.editorial li a:hover, .delete li a:hover {
        background: yellow;
}

#delete a {
        background: red;
        color: black;
        font-weight: bold;
        text-decoration: none;
        border: 2px solid #460e6a;
        margin-left: 3px;
}

.miniwild p {
	text-align: center;
	color: white;
	font-weight: bold;
}

.miniwild li {
	font-size: smaller;
}

#wildnav ul {
	text-align: right;
	list-style: none;
}

#wildnav li {
	display: inline;
}

#wildnav li a {
	text-decoration: none;
	background: #460e6a;
	color: #ece4eb;
	padding: 0px 4px 0px 4px;
}

#wildnav li a:hover {
	background: #0e1b6a;
}

/* Content */

.content {
	margin-left: 140px;
	margin-right: 15px;
	background: url("logos") no-repeat bottom right;
}

.perk img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	padding: 4px;
}

/* Pretty boxes */


div.article {
	clear: right;
	width: 75%;
    max-width: 920px;
    background: #ece4eb url("box-top") top repeat-x;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 2em;
	margin-top: 20px;
}

div.article p, ul, ol, h3, h4, h5, h6, blockquote {
    padding-left: 15px;
    padding-right: 15px;
}

div.article pre {
    padding-left: 15px;
    padding-right: 15px;
}

div.article form {
	margin-left: 0px;
}

div.topleft {
	float: left;
	background: url("box-topleft") top left no-repeat;
	height: 89px;
	width: 72px;
}

div.topright {
	float: right;
	background: url("box-topright") top right no-repeat;
	height: 89px;
	width: 72px;
}

div.article h2 {
    color: black;
    font-size: 1.3em;
    padding: 15px;
	padding-top: 40px;
    padding-left: 65px;
    margin: 0;
}

div.articlewrap {
	background: url("box-sideleft") left repeat-y;
	padding: 0px;
}

div.articlebody {
clear: both;
background: url("box-sideright") top right repeat-y;
    margin: 0px;
    padding: 15px;
    padding-right: 32px;
}


div.articlebottom {
	background: url("box-bottom") bottom repeat-x;
	clear: both;
}

div.articlefooter {
    background: url("box-bottomleft") bottom left no-repeat;
	margin-right: 0px;
    height: 72px;
    clear: both;
}

div.bottomright {
    background: url("box-bottomright") bottom right no-repeat;
    padding: 0px;
    margin: 0 0 0 0;
	height: 72px;
	clear: both;
}

/* Individual elements */

textarea {
	width: 95%;
}

.perk {
	border: 3px dotted pink;
}

.example {
	font-size: smaller;
	color: blue;
}

.thumbnail img {
	border: none;
}
