
#headline{
	width: 100%;
	margin: 35px 0;
	overflow: auto;
}

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

#headline #topContext li{
	margin-bottom: 10px;
}

#headline #topContext li a{
	display: block;
	color: rgb(80,80,80);
	padding-left: 20px;
	background: url('../point_arrow.png') no-repeat 3px 6px;
}

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

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

#headline #topContext li span.desc{
	font-size: 14px;
	margin: 0 0 0.5em;
	color: rgb(120,120,120);
}

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

#about{}

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

#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 {
}

#tweets h4{
  margin-bottom: 10px;
}


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

#ranqs h4{
  margin: 0 !important;
  background-color: #66CCFF;
  padding: 5px 5px 2px;
  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 h4 a{
  color: white;
}


#ranqs ul{
  border: 1px solid #66CCFF;
  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;
  overflow: none;
  margin: 5px 0;
}

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

