/* Styles for the "category-listing-page" */

#cat-content {
	width:650px;
	float:left;
	}

#cat-teaser {
	margin:20px 0 20px 0;
	border-top:4px solid #ccc;
	border-bottom:4px solid #ccc;
	float:left;
	background:#eee;
	padding:15px;
	}

#cat-articlelist {
	float:left;
	}
	
.cat-p {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px solid #ccc;
	}

.cat-title {
	font:1.3em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	color: #B5190E;
	font-weight: bold;
	}

.cat-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #a37f04;
	margin:10px 0 10px 0;
	}

/* category title and subtitle area links */
.cat-title:link, .cat-title:active, .cat-title:visited { 
	color: #a37f04; 
	text-decoration: none;
	} 
.cat-title:hover { 
	color: #a37f04; 
	text-decoration: underline;
	} 

.cat-subtitle:link, .cat-subtitle:active, .cat-subtitle:visited { 
	color: #a37f04; 
	text-decoration: none;
	} 
.cat-subtitle:hover { 
	color: #a37f04; 
	text-decoration: underline;
	} 
	
.cat-read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	float: right;
	}
	
.cat-read-on a:hover {color:#666!important;}