
/* INSIDE PAGE STYLES */

#archive-content {
	clear:both;
	margin:0;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	font-size:13px;
	line-height:16px;
	background:#f6f6f6;
}

#archive-content p {
	padding-left:0;
	padding-right:0;
}

#archive-content .img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	border:1px solid #999;
}

.category-story {
	border-bottom:1px solid #d7d7d7;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.category-story h2 {
	margin: 0;
	padding: 0 0 10px 10px;
	color:#095181;
}

.category-story a:link {
	color:#095181;
	text-decoration:none;
}

.category-story a:visited {
	color:#095181;
	text-decoration:none;
}

.category-story a:active {
	color:#095181;
	text-decoration:none;
}

.category-story a:hover {
	color:#000;
	text-decoration:underline;
	color:#095181;
}

.category-story .more a:link{
	color:#ea792e;
	font-weight:700;
}

.category-story .more a:visited{
	color:#ea792e;
	font-weight:700;
}

.category-story .more a:active{
	color:#ea792e;
	font-weight:700;
}

.category-story .more a:hover{
	color:#ea792e;
	font-weight:700;
}

.category-author {
	margin:0 0 10px 0px;
	padding: 3px 3px 3px 12px;
	border-top:1px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	background:#fff;
	color:#000;
}

.category-author2 {
	margin:0 0 10px 25px;
	padding:3px;
	border-top:1px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	background:#fff;
	color:#000;
}

.nextprev {
	clear: both;
	width:100%;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	background: #fff;
	height: 20px;
}

.nextprev a {
	color:#ea792e;
	margin: 0;
	padding: 0;
}

.nextprev_left{
	float: left;
	margin: 0 0 3px 10px;
	padding: 0;
	background: #fff;
}

.nextprev_right{
	float: right;
	margin: 0 10px 3px 0;
	padding: 0;
	background: #fff;
}



