/**********************************
  Clanky, texty
***********************************/

/*  The CSS for the Article headlines ----------------------------*/

.headline_one {
font-size:			3.50em;
line-height:		1.0em; 
color:				#333; 
font-family:		'Impact';
}

.headline_two {
font-size:			3.50em;
line-height:		1.0em; 
color:				#333;
font-family:		'Impact'; 
border-bottom:		4px solid #ff3399;
}

.headline_three {
font-size:			1.3em;
font-weight:		bold;
color:				#333;
text-transform:	uppercase;
border-bottom:		#ff3399 2px solid;
}

.number {
font-family:		'Impact';
float:				left;
line-height:		1em; 
color:				#ff3399; 
font-size:			4.0em; 
margin-right:		8px;
}

.headline_url {
text-decoration:	none;
color:				#333333; 
font-weight:		bold; 
font-size:			1.48em; 
line-height:		1.5em;
text-transform:	uppercase; 
padding-bottom:	3px;
}

.small_caps {
color:				#333; 
font-size:			.7em; 
text-transform:	uppercase; 
letter-spacing:	6px; 
padding-top:		1px;
}

.comment_box {
clear:				both;
padding:				7px 35px 0 0; 
margin:				10px 0 10px 0;
text-align:			right;
background:			url(../img/comment_box_bg.gif) no-repeat top right;
height:				24px;
}

.comment_box a {	
font:					bold 1.2em Arial, Sans-Serif; 
color:				#ff3399; 
background:			transparent;
}

.content {
padding: 			10px 0 0 0;
}