/*POLLS*/
.resHold
{
	display: block;
	background-color: #000000;
}
.res
{
	display: block;
	background-image: url('http://www.bodybuilding.com/fun/images/2009/polls_blue.jpg');
	background-repeat: repeat-x;
	float: left;
}
.res-gray
{
	display: block;
}
/*END POLLS*/

/*RELATED ARTICLE*/
.outerAuthor
{
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.innerAuthor
{
	position: relative;
	top: -8px;
	left: -8px;
}
.resize {
	width: 150px;
	height : auto;
}
/*END RELATED ARTICLE*/

/*FONT MANIPULATION*/
.font-arial
{
	font-family: Arial, Helvetica, sans-serif;
}
.font-white
{
	color: #ffffff;
}
.font-light-yellow
{
	color: #fff799;
}
.font-yellow
{
	color: yellow;
}
.font-bold
{
	font-weight: bold;
}
.font-italics
{
	font-style: italic;
}
.font-size-1
{
	font-size: 10px !important;
}
.font-size-2
{
	font-size: 13px !important;
}
.font-size-3
{
	font-size: 16px !important;
}
.font-size-4
{
	font-size: 18px !important;
}
.font-size-5
{
	font-size: 26px !important;
}
.font-size-6
{
	font-size: 32px !important;
}
/*END FONT MANIPULATION*/

/*IMAGES*/
.dot
{
	background-image: url("http://www.bodybuilding.com/fun/i2.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 483px;
	height: 5px;
}
/*END IMAGES*/

/*BG COLORS*/
.bg-gray
{
	background-color: #444444;
}
.bg-black
{
	background-color: #000000;
}
/*END BG COLORS*/

/*TABLES*/
.related-article
{
	width: 90%;
	height: 100%;
}
.related-author
{
	width: 80px;
}
/*END TABLES*/
