/* 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 {
        color:#1B3C75;
	text-decoration:none;
	font-weight:bold;
  }

  .WN_stories li a span{
        color:#1B3C75;
	text-decoration:none;
  }

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

.WN_comment-count{
	width:460px;
	list-style:none;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:10px;
	font:10px arial, sans-serif;
	color:#4b4b4b;
 }


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

}

ul.WN_comments li{
	margin-bottom:5px;
}

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

ul.WN_comments li a span {
	color:E2E7EE;
	font-size:11px;
        padding-left: 5px;
}

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

ul.WN_comments li div {
	border-bottom:1px solid #1B3C75;
        border-style: dotted;
        color:#1B3C75;
        font-weight:bold;
        margin-bottom:3px;
        padding-bottom:3px;
        width=100%;
}


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

ul.WN_comments a {
	text-decoration:none;
}



ul.WN_comments span.WN_text {
	display:block;
	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:100%;
	margin-bottom:10px;
	font-family:arial, sans-serif;
        background-color:#E2E7EE;
}


#WN_commForm span {
/* 	display:block; */
	font-size:12px;
	margin-right:5px;
        color:#1B3C75;
}

#WN_commForm h4 {
        color:#1B3C75;
        float:left;
        font-family:times New Roman;
        font-size:17px;
        font-weight:bold;
        height:30px;
        margin:0;
        padding-left:5px;
        padding-top:15px;
}

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

#WN_commForm .WN_wnbanner {
	float:right;
	border:none;
	background:#E2E7EE;
}


#WN_commForm .WN_wnbanner:hover {
	text-decoration:none;
	border:none;
}

#WN_commForm .WN_topbar {
	background:#E2E7EE;
        color:#1B3C75;
	clear:both;
	padding:5px 0 5px 5px;
}

#WN_commForm .WN_answer {
	background:#E2E7EE;
        color:#1B3C75;
	padding:25px 0 5px 15px;
}



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

#WN_commForm textarea {
	width:100%;
	height:200px;
}

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

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

#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;
        color:#1B3C75;
}

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

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


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

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

#WN_commForm input.WN_submit {

}
