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

#bannerLogo {
	
	position: absolute;
	top: 0px; 
	left: 0px;
}

#bannerImage {
	
	position: absolute;
	top: 0;
	left: 200px;

}

#hiddenMenu {
	
	position: fixed;
	top: 20px;
	left: 50%;
	margin-left: 258px;
	z-index: 100;
}

#rightSidebar {
	
	position: fixed;	
}

#fixedMenu {
	
	position: fixed;	
}

#entrySection {
	
	vertical-align: top;	
}

.entryColumn {
	
	float: left;
	width: 255px;
	margin: 0;
	padding: 0;
}

#entrySection p {
	
	margin-bottom: 15px;	
}

.entry {
	position: relative;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #60125D;
	margin-top: 5px;
	clear: both;

}

.entry a.toggle {
	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.entry .title {
	
	font-size: 14px;
	font-weight: bold;
	color: #271152;
}

.entry .description {

	padding: 10px;
	margin: 3px 10px 3px 3px;
	
}

.entry .arrow {
	
	position: absolute;
	left: 0;
}

.entry .linkto {
	
	margin-top: 10px;
}

.entry .linkto a.more {
	
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #271142;

}

.feed-group {
	
	width: 235px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #60125D;
}

.feed-group-left {
	
	float: left;
	clear: left;
}

.feed-group-right {
	
	float: right;
	clear: right;
}

.feed-group .content {
	
	padding: 10px 0;	
}

.feed-group .title {
	
	margin-bottom: 10px;
}

.feed-group .title a {
	
	font-weight: normal;
	font-size: 14px;
	color: #60125D;
}



ul.side-menu {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

ul.side-menu li {
	
	width: 186px;	
	padding: 2px;
	
}

ul.side-menu li a {
	
	display: block;
	background-color: #271152;	
	padding: 0.3em 0.5em;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 13px;
	border: 1px solid #271152;
	font-family: Verdana, sans-serif;
}

ul.side-menu li a.selected {
	
	background-color: #FFF;	
	color: #60125D;
	border: 1px solid #271152;
}

#rightMenu ul {
	
	margin-left: -2px;
	margin-top: 4px;
}

#rightMenu ul.side-menu li {
	
	width: 194px;
}

#rightAd {
	
	position: fixed;
	z-index: 100;
	left: 50%;
	margin-left: 260px;
	top: 10px;
	display: none;
}

#leftAd {
	
	position: fixed;
	z-index: 100;
	left: 50%;
	margin-left: -460px;
	top: 0px;
	display: none;
}


ul.basic-list {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.basic-list li a {
	
	display: block;	
	padding: 0.2em;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

ul.basic-list li a:hover {
	
	background-color: #CCC;	
	color: #000;
}

ul.basic-list li .sm {
	
	font-size: 12px; 
	color: #8C95B6;
}

ul.feed-list {
	
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

ul.feed-list li a {
	
	display: block;	
	padding: 0.2em;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

ul.feed-list li a:hover {
	
	background-color: #CCC;	
	color: #000;
}

ul.feed-list li .sm {
	
	font-size: 12px; 
	color: #8C95B6;
}

.feedflare {

	display: none;
}

a.favButton {
	
	height: 16px;
	width: 16px;
	background-image: url(/images/fav-false.png);
	display: block;
	float: left;
	padding-right: 5px;
	background-repeat: no-repeat;
}

a.favButton:hover {
	background-position: 0 -16px;
}

a.favButton span {
	
	display: none;	
}

#textPage {
	
	padding: 10px;	
}

#load-more, #load-prev { 
	background-color:#eee; 
	color:#999; 
	margin: 10px; 
	font-weight:bold; 
	text-align:center; 
	padding:10px 0; 
	cursor:pointer; 
}
	
#load-more:hover, #load-prev:hover { 
	color:#666; 
}