@charset "UTF-8";
/* CSS Document */

/* stories */

div.storybig {
	float: left; 
	width: 248px;
	height: 499px;
	margin: 0px 9px 0 0;
	padding: 0 9px 0 0;
	font-size: 0.85em;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #666;
	font-size: 12px;
}
div.storybig:hover {
	background: #eef;
	cursor: pointer;
}
div.storybig img{
	margin-top: 0;
	margin-left: 0;
}
div.storybig h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 2px 0 0 0;
	color: #37669C;
	text-decoration: none;
}
div.storybig h4 {
	line-height: 1.4em;
	margin: 2px 0 2px 0;
	color: #666;
}
div.storybig a:link {
	color: #37669C;
	text-decoration: none;
}
div.storybig a:visited {
	color: #37669C;
	text-decoration: none;
}
div.storybig a:hover {
	color: #826800;
	text-decoration: underline;
}


div.storysmall {
	float: left;
	width: 248px;
	height: 149px;
	margin: 0 0 18px 0;
	padding: 0 0 4px 0;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #2F5050;
}
.storyblock {
	float: right;
	width: 130px;
	font-size: 9px;
	line-height: 1.2em;
} 
div.storysmall img{
	margin: 0 6px 0 0;
	position: relative;
	right: 0;
	float: left;	
}
div.storysmall h3{
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 0 2px 0;
	padding: 0;
	color: #37669C;
}
div.storysmall h4 {
	font-size: 11px;
	line-height: 1.2em;
	margin: 2px 0 2px 0;
	color: #666;
}
div.storysmall p {
	font-size: 10px;
	line-height: 1.2em;
}
div.storysmall:hover {
	background: #eef;
	cursor: pointer;
}
div.storysmall a:link {
	color: #37669C;
	text-decoration: none;
}
div.storysmall a:visited {
	color: #37669C;
	text-decoration: none;
}
div.storysmall a:hover {
	color: #826800;
	text-decoration: underline;
}

/* end stories */

/* read article link */
div.storysmall pre, div.storybig pre, div.catstorybig pre {
/*	background-color: #2F5050; */
	text-align: right;
	color: #2F5050;
	padding: 0px 2px;
	margin: 4px 10px 0 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	clear: both;
	bottom: 0px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #2F5050;
}

div.storysmall pre a:link, div.storybig pre a:link, div.catstorybig pre a:link {
	color: #2F5050;
}
div.storysmall pre a:visited, div.storybig pre a:visited, div.catstorybig pre a:visited {
	color: #2F5050;
}
div.storysmall pre:hover, div.storybig pre:hover, div.catstorybig pre:hover {
	color: #37669C;
}
/* end read article link */

/* subcategories */

.subcatlist {
	padding: 0;
	list-style: none;
	display: inline;
}

.subcatlist li {
	float: left;
	margin: 0; /* was 6px */
	line-height: 1em;
}

.subcatlist a, .subcatlist a:visited {
	display: block;
	float: left;
	width: 154px; /* 154px */
	background-color: #D2cfAD;
	margin: 4px 8px 4px 0; /*	margin: 4px 8px 4px 0; */
	padding: 4px 4px; /* 	padding: 2px 4px; */
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

.subcatlist a:hover {
	border-top-color: #666;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #666;
	background-color: #88736B;
	color: #FFF;
}

/* end subcategories */