/* -------------------------------------------------------------- 
   screen.css
   * Basic things I wanted
-------------------------------------------------------------- */
.center { text-align: center; }
.inline { display: inline; }
.post { height: 190px; }

.date { padding-left: 7px; font-size:1.2em; line-height:1; color: #ccc; }
.odd { background: #EFF2FF; }
.hdate { color: #D66; }

.tright { text-align: right; }

/* -------------------------------------------------------------- 
   slider css
-------------------------------------------------------------- */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
	width:960px;
	height:570px;
	overflow:hidden; 
}

