/********************
ActiveTopic network styles

Initial 7.30.2006
Version 4.26.2007

Built by Jason Clarke
jgc@jasonclarke.org
Please request written permission prior to use.
********************/

/**********
Colors:
**********/

/**********
1.0
**********/

.activetopic-feed ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.activetopic-feed li {
	list-style-type: none; /* Repeated for IE/5 PC */
	margin: 0;
	padding: 0;
	border-top: 1px dotted #333;
}

.middle {
	vertical-align: middle;
}

.middle img {
	vertical-align: middle;
}

#topbar {
	padding: 0 5px 0 5px;
	background: #272a2d;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
}

#topbar p {
	margin: 0;
	padding: 0;
}

/* Comments */

.comments {
}

.comments h2 {
	border-bottom: 1px dotted #999;
}

.comments-meta {
}

.comments-meta ul {
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 90%;
}

.comments-meta li {
	display: inline; /* Repeated for IE/5 */
	list-style-type: none; /* Repeated for IE/5 */
	margin: 0;
	padding: 0 0 0 10px;
}

.comments-meta img {
	vertical-align: middle;
}

.comments-meta a:link, .comments-meta a:visited, .comments-meta a:active {
	text-decoration: none;
}

.comment-date {
	padding: 5px 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	color: #ac0000;
	font-weight: bold;
}

#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#commentlist li {
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none; /* Repeated for IE/5 */
	border-top: 1px dotted #dddab5;
	background: url('images/graphics/comment_bg.gif') top left repeat-x;
}

#commentlist blockquote {
	margin: 0 0 0 10px;
	padding: 3px 0 3px 10px;
	background: #eee;
	border-left: 3px solid #999;
	font-style: italic;
}
	
.comment-info {
	margin: 5px 0 5px 0;
	padding: 2px 5px 2px 0;
	border-top: 1px dotted #999;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	color: #999;
	text-align: right;
}

.comment-info a {
	color: #999;
}

.comments-loggedin img {
	vertical-align: middle;
}

#commentform label {
	font-size: 90%;
	font-weight: bold;
}

.alertbox {
	margin: 20px 0 10px 0;
	padding: 3px 3px 3px 25px;
	border: 1px dotted #ac0000;
	background: #f5f3de url('../images/graphics/alert.gif') 5px 15px no-repeat;
}

#commentform .subcontent {
	font-weight: normal;
}