
	/* ---------------- One Wire Post --------------- */		
	
	#wire_article {
		width: 725px;
		border-left: 5px solid #00d8ef;
		background: #ffffff;
	}
	
	#wire_article .header {
		width: 690px;
		margin: 0 0 15px 15px;
		padding: 12px 0 9px 0;
		border-bottom: 2px solid #e4e4e4;
	}
	
	#wire_article .header .leftcol {
		width: 400px;
		float: left;
	}
	
	#wire_article .header .rightcol {
		width: 290px;
		float: left;
		text-align: right;
		padding: 2px 0 0 0;
	}
	
	#wire_article H1 {
		margin: 0px;
		padding: 0px;
		color: #00CCFF;
	}
	
	.wirecont {
		width: 660px;
		margin: 0 0 0 20px;
		padding: 0 0 20px 0;
		font-size: 12px;
	}
	
	.wirecont A {
		color: #00d8ef;
	}
	
	
	
	/* ---------------- Wire Rows --------------- */
	
	#wire_row {
		background: #ffffff;
		width: 500px;
		margin: 10px 0 0 0;
		border-top: 1px solid #d5d5d5;
	}
	
	
	#wire_row .left {
		width: 200px;
		float: left;
		margin: 5px 0 5px 5px;
	}
	
	#wire_row .right {
		float: left;
		width: 265px;
		margin: 5px 0 5px 0px;
	}
	
	#wire_row .title {
		color: #00CCFF;
		font-size: 14px;
		margin: 15px 0 15px 0;
		font-weight: bold;
	}
	
	#wire_row .title A  {
		color: #00CCFF;
	}
	
	#wire_row .wirefooter {
		border-top: 1px dotted #d3d3d3;
		padding: 5px 0 0 0;
	}
	
	#wire_row .prevtxt {
		height: 130px;
		color: #666666;
	}
	
