
#headline{
	width: 100%;
}

#headline td{
	vertical-align: top;
}


#topContext{
	list-style-type: none;
	margin-right: 10px;
}

#topContext li{
	margin-left: 0;
}

#topContext li a{
	display: block;
	font-weight: bold;
	color: rgb(80,80,80);
}

#topContext li a:hover{
	text-decoration: none;
	background-color: rgb(240, 245, 255);
}

#topContext li span.title{
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	color: rgb(70,160,220);
}

#topContext li span.desc{
	font-size: 80%;
	margin: 0 0 0.5em;
	color: rgb(80,80,80);
}

#topContext ul.SUB{
	display: inline;
	list-style-type: none;
	margin-left: 10px;
}

#topContext ul.SUB li{
	display: inline;
	font-size: 80%;
	border-left: 2px solid rgb(150,228,231);
	margin-left: 10px;
	padding-left: 5px;
}
#topContext ul.SUB li a{
	font-weight: normal;
}

#headlineAd{
	width: 400px;
	text-align: center;
}

#about{}

#feeds {
  position: relative;
  width: 100%;
}

#begin_tw_tweets{
	border-top: 1px dashed rgb(220,220,220);
	min-height: 400px;
}

#begin_tw_tweets li{
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px dashed rgb(220,220,220);
	list-style-type: none;
}

#begin_tw_tweets li span.created{
	font-size: 80%;
	margin-left: 1em;
	color: rgb(180,180,180);
}


#news{
	margin: 1.5em 0;
}

#news h3{
	margin: 0;
}

#news p.source{
	text-align: right;
	font-size: 85%;
	margin: 0 0 0.5em;
}


#newsContents{}

#newsContents ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsContents li{
	margin: 0 0 1em;
	padding: 0;
}

#newsContents li h4{
	margin: 0;
}


#newsContents li blockquote{
	border-width: 0;
	background-color: transparent;
	font-size: 85%;
	padding: 0;
	margin: 0;
}

#newsContents li cite{
}

#newsContents li cite a{
	font-weight: bold;
}

#newsContents li cite img{
	vertical-align: middle;
}

#newsContents li blockquote p{
	margin: 0 0 0.5em;
}

#newsContents li p.created{
	margin: 0 0 2em;
	
	font-size: 80%;
	color: rgb(160,160,160);
}



#topAd{
	position: absolute;
	top: 0;
	right: 5px;
}


#feeds {
  position: relative;
  width: 100%;
  display: block;
}

#tweets {
  margin-right: 310px;
}

#ranqs {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  list-style-type: none;
}

#ranqs h4{
  margin: 0 !important;
  background-color: #FFFAB1;
  padding: 8px 5px;
  border-left: none !important;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#ranqs ul{
  border: 1px solid #FFFAB1;
  padding: 5px;
  list-style-type: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;

}

#ranqs li{
  font-size: 12px;
  width: 250px;
  overflow: none;
  margin: 5px 0;
}

#ranqs li img{
  vertical-align: middle;
}

