
/*General settings*/

#blog h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 20px;
}
#blog .post {
	border-bottom: dashed 1px #cdcdcd;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
#blog .meta {
	margin-top: 7px;
	font-size: 10px;
	color: #cdcdcd;
}

.col ul li div {
	background: url('/images/arrow-right2.png');
	background-repeat: no-repeat;
	background-position: 0px; 3px;
	padding-left: 12px;	
	padding-top: 2px;
}

#oursponsors ul li {
	display: inline;
	width: 130px;
	height:100px;
	margin-left: 10px;
	border-bottom: none 0px;
}

.twitter { width: 300px; height: 30px; background-image: url('http://www.milesplit.us/images/buttons/twitter.png'); margin-bottom: 10px; margin-left: auto; margin-right: auto; }
.twitter span { display: block; padding-left: 110px; padding-top: 8px; font: bold 10pt Arial; }

/* Media Slider */

.scrollable {
	position:relative;
	overflow:hidden;
	width: 252px;
	height:200px;
	margin-top: 15px; margin-bottom: 10px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div { 
	float:left; 
	width: 252px;
	height: 200px;
}
.items div a { display: block; float: left; width: 126px; height: 90px; margin-bottom: 10px; margin-top: 10px; overflow: hidden; }
.items div a img { display: block; width: 120px; margin-left: auto; margin-right: auto; }
#media_scroll a.prev { width: 24px; height: 200px; float: left; background-image: url('http://cache.milesplit.com/images/icons/sweetie/24-arrow-previous.png'); background-repeat: no-repeat; background-position: center center; }
#media_scroll a.next { width: 24px; height: 200px; float: right; background-image: url('http://cache.milesplit.com/images/icons/sweetie/24-arrow-next.png'); background-repeat: no-repeat; background-position: center center; }
.tooltip {
	display:none;
	background:transparent url(http://cache.milesplit.com/images/tooltips/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
