/*

	headers for homepage sections

*/
h1#h1arts, h1#h1blog, h1#forums, h1#newblogs, h1#vrblogs, h1#aotw {
	clear: both;
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 25px;
	border: 0;
	margin: 10px 0 5px 15px;
	}
h1#forums { background-image: url(/Images/BG/h1-forums.gif); }
h1#newblogs { background-image: url(/Images/BG/h1-blogs-veganica.gif); }
h1#vrblogs { background-image: url(/Images/BG/h1-blogs-radio.gif); }
h1#aotw { background-image: url(/Images/BG/h1-featured-artist.gif); }
h1#h1arts { background-image: url(/Images/BG/h1-categories.gif); }
h1#h1blog { background-image: url(/Images/BG/h1-bloggers-nu.gif); }

h1#h1arts span, h1#h1blog span, h1#forums span, h1#newblogs span, h1#vrblogs span, h1#aotw span { display: none; }

/*

	art categories

*/

ul#artcats {
	list-style: none;
	margin: 0 0 20px 30px;
	padding: 0 0 20px;
	height: 6em;
	}
#artcats li {
	display: block;
	float: left;
	width: 160px;
	margin: 0;
	}
#artcats a {
	display: block;
	padding: 4px;
	margin: 2px 2px 0 0;
	text-align: center;
	}
#artcats a:link, #artcats a:visited, #artcats a:hover, #artcats a:active {
	font-weight: bold;
	text-decoration: none;
	background: #FDD;
	}
#artcats a:hover, #artcats a:active {
	background: #FCC;
	}

table#homeblogtable { width: 798px; padding: 0; margin: 1em 0; }
table#homeblogtable td { padding: 0; }

/*

	hb

*/
td#hb { width: 399px; }

#hb > div,
#hb div span,
#hb div span a,
#hb div h4 a,
#hb div h5 a,
#hb div.hbfoot { width: 330px; }

#hb h1 span {
	display: none;
	}
#hb > div {	/* 350 (10-330-10) x 100 (10-80-10) */
	height: 106px;
	padding: 8px 10px;
	margin: 5px 0 10px 14px;
	background-image: url(/Images/BG/blog-box-over.jpg);
	background-repeat: no-repeat;
	}
#hb div span a {
	display: block;
	color: #000;
	text-decoration: none;
	}
/*
#hb > div:hover {
	background-image: url(/Images/BG/blog-box.jpg);
	}
*/
#hb div img {
	float: left;
	margin: 0 8px 2px 0;
	}
#hb div h4, #hb div h5 {
	text-align: left;
	margin: 0;
	}
#hb div h4 a, #hb div h5 a { display: block; }
#hb div h4 a { color: #900; font-size: 11px; padding: 0 0 3px; }
#hb div h5 a { color: #903; font-size: 10px; padding-bottom: 4px; }
#hb div:hover a, #hb div:active a {
	text-decoration: none;
	}

#hb div span {
	display: block;
	height: 88px;	/* 88 out of 106 */
	overflow: hidden;
	}

#hb div.hbfoot {
	height: 25px;
	}
#hb div.postinfo {
	float: left;
	width: 260px;
	}
#hb .postinfo a, #hb .replyinfo a {
	display: block;
	padding: 6px 0;
	font-weight: bold;
	}
#hb .postinfo a {
	width: 260px;
	font-size: 10px;
	color: #009;
	}
#hb div.replyinfo {
	float: left;
	width: 70px;
	color: blue;
	}
#hb .replyinfo a {
	width: 70px;
	text-align: right;
	}


/*

	ht

*/
td#ht { width: 399px; }

div#forumfeed {
	margin: 0 20px 0 19px;
	width: 360px;
	height: 50em;
	overflow: auto;
	background: #DDF;
	}

#ht h2 { text-align: center; }
#ht h1, #ht p { clear: both; }
#ht table {
	border: 1px solid black;
	width: 345px;
	padding: 0; margin: 0 0 0 25px;
	}
#ht th a { width: 100%; }
#ht th {
	text-align:left;
	height: auto;
	}
#ht th a, #ht td a {
	display: block;
	height: auto;
	padding: 8px 6px;
	}
#ht td { text-align: right; width: 80px; }
#ht td a { width: 72px; padding: 8px 6px 8px 0; }
#ht tr:hover th, #ht tr:hover td {
	background: #F8F8F8;
	color: #000;
	}
#ht tr th, #ht tr td { background: #F0F0F0; }
#ht tr.odd th, #ht tr.odd td { background: #FDA; }
#ht tr.odd:hover th, #ht tr.odd:hover td { background: #FFE8C8; }

#ht tr.odd a:link, #ht tr.odd a:visited { color: #900; }
#ht tr a:link, #ht tr a:visited { color: #444; }


#hb h3, #ht h3 {
	height: 23px;
	margin-top: 5px;
	padding-top: 2px;
	text-align: right;
	background-image: url(/Images/BG/h3-more.gif);
	background-repeat: no-repeat;
	}
#hb h3 a, #ht h3 a { color: #F00; padding: 5px 10px 9px; margin: 0 15px; }
#hb a, #hb a:link, #hb a:visited, #hb a:hover, #hb a:active,
#ht a, #ht a:link, #ht a:visited, #ht a:hover, #ht a:active {
	text-decoration: none;
	}
