/* OLD PULSEBOX */

.articlelinkbox {
	border-left: 1px;
	border-right: 1px;
	border: solid;
	padding: 2px 4px 3px 4px;
	width: 220px;
	margin-bottom: 8px;
	/*gecko*/
	-moz-border-radius: 0.8em;
	/*webkit*/
	-webkit-border-radius: 0.8em;
	/*future proofing*/
	border-radius: 0.8em; 
}
.articlelinkbox ul, li, dl, dt, dd {
	list-style-image: url(images/articlelist.gif);
	list-style-type: none;
	margin-left: 0px;
}
.articlelinkbox li li {
	list-style-image: url(images/articlelist.gif);
	list-style-type: none;
}
#articlecontainer {
	overflow: auto;
}
#featuredarticlebox {
	border: 1px solid;
	padding: 0px 0px 1em 0px;
	float: right;
	width: 260px;
	margin: 12px 18px 0px 0px;
	background-color: #FFFFFF;

}
#fatop {
	background: #e8e8e8 url(images/bgold.gif);
	font: bold;
	padding: 2px;
}
#featuredarticlebox span {
	clear:both;
  background: url(/gradient.png) repeat-x;
  position: absolute;
  display: block;
  float:left;
  width: 260px;
  height: 22px;
  padding-bottom: 0px;
}
.fatext {
	font-size: 12px; color: #000000;
	border: #CCCCCC 1px;
	padding: 2px;
}
#famain {
	padding: 2px;
	padding-left: 3px;
}
.articletitle {
	font-family: verdana;
	font-size: 14px; color: #000000;
}
.categorytitle, .categorytitle a { 
	font-family: verdana; 
	font-size: 16px; color: #000000;
	margin: 10px 0px 10px 0px;
}
.articletitle a:hover , .categorytitle a:hover, .categorytitle a:hover {
	color: #000000;
	text-decoration:underline;
}
.postlink {
	font-size: 16px;
}
.posttext {
	font-size: 12px; color: #000000;
}
.postundertext {
	font-size: 9px; color: #AAAAAA;
	margin-left: 2px;
}
img.avatar {float:left; margin-right:5px;}

#start {
	background-color: #CCDDCC;
	padding-bottom: 3px;

}
#reviews {
	background-color: #DDCCCC;
	padding-bottom: 3px;

}
#blogs {
	background-color: #CCCCDD;
	padding-bottom: 3px;
}