/*CSS do category.php*/


#bx-activity {
	position: relative;
	padding: 10px 8px 8px 8px;
	background-color: #e5e5e5;
	margin-bottom: 15px;
}



#bx-activity h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;	
}

#bx-activity h4 a {
	display: block;
	color: #333;
	font-weight: bold;
}


#bx-activity p {
	position: absolute;
	top: 11px;
	right: 0;
	width: 150px;
	font-size: 1.1em;
	color: #333;
}

#bx-activity .tabSection {
	background-color: #fff;
	padding: 12px 8px 6px 10px;
}

#bx-activity .tabSection p {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
}



#pageNav {
	font-size: 1.2em;
	color: #666;
	margin: 1.8em 0 2.8em 0;
	text-align: right;
}

#pageNav a:link, #pageNav a:visited {
	color: #007cd5;
	font-weight: bold;
	text-decoration: none;
}
#pageNav a:hover, #pageNav a:active {
	color: #007cd5;
	font-weight: bold;
	text-decoration: underline;
}

#pageNav #previousBtn, #pageNav #nextBtn {
	border: 1px solid #007cd5;
}


#pageNav .pagelinks a {
	padding: .3em .5em .3em .3em;
	border-color: #ccc;
	border-width: 0 1px 0 0;
	border-style: solid;
}

#pageNav .pagelinks a.current {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	cursor: default;
}

#pageNav .pagelinks a.last {
	border: none;
}



#story p {
		border-bottom: 1px solid #dddddd;
	margin: 2px 0 8px 0;
	padding: 6px 0 20px 0;
	font-size: 14px;
	color: #666;
	line-height: 1.4;}

#story p:last {border: 0;}

.category h2 a{
		font-size: 15px;
	margin:0;
}
#story h2 {
	font-size: 2.0em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom:-12px;
	padding:0px 0 0px 10px;
}
.container_24 .sidebar{min-height:300px;}


.avatar {
	float: left;
	margin: 12px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #e2e2e2;
	}
