/*	bloglist			*/
ul#bloglist {
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
	color: #000;
}
ul#bloglist li {
	border-right: 0px solid #fff;
	display: inline;
	padding: .5ex 1em;
	color: #000;
}

#bloglist
{
	margin: auto;
	color: #000;
}

a.BlogButton,
a.BlogButtonCurr {
	text-decoration: none;
	color: #000;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #999999;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #fa0606;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #fa0606;
}
/*THIS PART IS FOR THE NAVIGATION LINKS*/
.nav1, .nav2, .nav3, .nav4 {
	color: #000000;
	width: 190px;
	height: 20px;
	line-height: 15px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
	font-size: 10px;
}
.nav5 {
	color: #000000;
	width: 600px;
	height: 20px;
	line-height: 15px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
	font-size: 11px;
}
.nav1{
	position: absolute;
}
.nav2{
	position: absolute;
}
.nav3{
	position: absolute;
	top: -65px;
	left: 640px;
	font-size: 11px;
	text-align: left;
}
.nav4{
	position: absolute;
	top: -80px;
	left: -25px;
}
.nav5{
	position: absolute;
	top: 58px;
	left: 220px;
}
/*HOVER EFFECTS*/
.nav1 a:hover, .nav1 a:active, .nav2 a:hover, .nav2 a:active, .nav3 a:hover, .nav3 a:active, .nav4 a:hover, .nav4 a:active, .nav5 a:hover, .nav5 a:active{
	background: url(images/01_linkbg1.gif) top repeat-y;
	margin: 1px 0 0 0;
}
/*USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE*/
#home .nav1 a:link, #home .nav1 a:visited, #itempage .nav1 a:link, #itempage .nav1 a:visited, #archives .nav2 a:link, #archives .nav2 a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
}
/*THE FOLLOWING PART IS FOR THE FONT CONTROL*/
#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 615px;
}
#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 30;
	background: url(images/01_font1.gif) no-repeat;
}
.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 56px;
	background: url(images/01_font2.gif) no-repeat;
}
.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 74px;
	background: url(images/01_font3.gif) no-repeat;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}
