/* story list
 ###################################### */
 .WN_stories {
	width:450px;
	list-style:none;
	margin:10px 0;
	padding:0;
	font:12px arial, sans-serif;
	color:#4b4b4b;
 }

  .WN_stories li {
	margin:5px 0;
  }

  .WN_stories li a {
	text-decoration:none;
  }

  .WN_stories li a span{
	color:#000;
	border-bottom:1px solid #ff0000;
  }

   .WN_stories li a:hover span{
	border-bottom:none;
  }


/* comment list
 ###################################### */
ul.WN_comments{
	list-style:none;
	margin:0;
	padding:0;
	font-family:arial, sans-serif;
	font-size:12px;
	width:450px;
	margin-bottom:40px;
}

ul.WN_comments li{
	border:1px solid #a0a0a0;
	margin-bottom:5px;
}

ul.WN_comments li a {
	font-size:12px;
	font-weight:normal;
	color:#000;
	border:0;
	text-decoration:none;
}

ul.WN_comments li a span {
	color:#000;
	border-bottom:1px solid #ff0000;
}

ul.WN_comments li a:hover span {
	color:#000;
	border-bottom:none;
}

ul.WN_comments li div {
	background:#a0a0a0;
	color:#fff;
	padding:5px;
}


ul.WN_comments span.WN_author span {
	font-weight:bold;
}

ul.WN_comments span.WN_text {
	display:block;
	background:#fff;
	padding:5px;
	margin-bottom:5px;
	font-size:12px;
}


ul.WN_comments li ul.WN_subcomments{
	font-size:12px;
	padding:0;
	width:95%;
	margin:0 0 0 20px;
	list-style:none;
}




/* comment form
 ###################################### */

#WN_commForm {
	width:450px;
	margin-bottom:10px;
	font-family:arial, sans-serif;
}


#WN_commForm span {
/* 	display:block; */
	font-weight:bold;
	font-size:12px;
	margin-right:5px;
}

#WN_commForm h4 {
	float:left;
	margin:0;
	color:#F7F7F7;
	font-size:18px;
}

#WN_commForm .WN_error {
	background:#cdcdcd;
	color:#ff0000;
	font-weight:bold;
	padding:2px;
	text-align:center;
}

#WN_commForm .WN_wnbanner {
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:#C2C4C6;
}


#WN_commForm .WN_wnbanner:hover {
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#C2C4C6;
}

#WN_commForm .WN_topbar {
	background:#a0a0a0;
	color:#fff;
	clear:both;
	padding:5px 0 5px 5px;
}

#WN_commForm .WN_frame{
	border:1px solid #a0a0a0;
	padding:15px;
}

#WN_commForm textarea {
	width:410px;
	height:100px;
}

#WN_commForm input, #WN_commForm textarea {
	border:1px solid #a0a0a0;
	background:#fff;
	margin-bottom:10px;
}

#WN_commForm input.WN_author {
	width:380px;
	margin-bottom:5px;
}

#WN_commForm span.WN_author span.WN_username, #WN_commForm span.WN_author span.WN_username span{
	display: inline;
	font-size:12px;
	font-weight:bold;
}

#WN_commForm span.WN_author label.WN_username span {
	font-weight:normal;
}

#WN_commForm div.WN_captcha {
	margin-bottom:5px;
}

#WN_commForm label.WN_captcha {
	font-size:10px;
	margin:5px;
}

#WN_commForm input.WN_captcha {
	width:120px;
}

#WN_commForm input.WN_submit {

}
