#articleMenuWrap {
	width: 220px;
	float: left;
	
}
#taglistwrap {
	background: #C5CCC5;
	/*border: 7px solid #C3C33D;*/
	/*border: 7px solid #e1e1e1;*/
	padding: 20px 1em 20px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.2em;
	color: #e1e1e1;
}
#taglistwrap a { margin: 8px; width: 30%; }
#taglistwrap a:link, #taglistwrap a:visited, #taglistwrap:hover, #taglistwrap:active { color: #fff; }
#taglistwrap a:hover { text-decoration: underline; }
#taglistwrap a.tagactive { background: url(../images/bullet_grey.png) no-repeat left center; padding-left: 14px; }
a#showalltags {
	display: block;
	width: 100%;
	font-weight: normal;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	font-size: 9px;
}
#articleNavBox { position: absolute; top: 156px; left: 0; padding-bottom: 30px; /*width: 213px;*/ }
.article-entry {
	border-bottom: 1px solid #ddd;
	width: 220px;
	position: relative;
	
}
.article-entry span {
	color: #b3b3b3;
	/*position: absolute;
	bottom: 6px; left: 25px;*/
	display: block;
	margin:0 0 10px 25px;
}
.article-entry span.hiddenvars { display: none; }
.article-entry a {
	/*position: absolute;*/
	display: block;
	font-size: 1.2em;
	width: 180px;
	
	/*top: 0; left: 0;*/
	padding: 18px 15px 6px 25px;
}
.article-entry a:link { color: #666; }
.article-entry a:hover {
	/*background-color: #EFF1D5;*/
}
.article-entry.active { border-bottom: 4px solid #C3C33D; background: url(../images/bullet.png) no-repeat left 22px;  }
.article-entry.active a { font-weight: bold;  }
.article-entry.active a:link, .article-entry.active a:visited { color: #C3C33D; }
.article-entry.active a:hover { background-color: transparent; cursor: text; }

#articleBody {
	position: relative;
	float: right;
	width: 529px;
	padding: 0 30px;
	/*border: 7px solid #e1e1e1;*/
	min-height: 500px;
	/*background: #e1e1e1;*/
}
#articleBody ul.bulleted li {
	/*background: url(../images/bullet_grey.png) no-repeat left 0.4em;*/
}
