/* CSS Document */

/* ***** Feature ***** */

#feature {	
	margin: 1em 0;
	float: left;
	}

#feature p.image {
	margin-bottom: .5em;
	}

/* ***** Most Popular Videos ***** */

#pop-videos {
	width: 560px;
	margin-bottom: 2em;
	float: left;
	}

#pop-videos ul {
	width: 560px;
	list-style: none:
	}

#pop-videos li {
	display: inline;
	width: 125px;
	margin-left: 20px;
	float: left;
	}

li#firstvid {
	width: 125px;
	margin-left: 0;
	}

#pop-videos li img {
	width: 119px;
	height: 99px;
	padding: 2px;
	border: 1px solid lightgrey;
	}



/* ***** Blog ***** */

#blog {
	margin-top: 1em;
	}

.blog-entry {
	border-bottom: 1px dashed lightgrey;
	margin-top: 1em;
	}

.blog-date {
	font: normal .7em/1em Verdana, Arial, Helvetica, sans-serif;
	}

.blog-entry h3 {
	font: bold 1em/1em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	}

.blog-user {
	font: bold .7em/1em Verdana, Arial, Helvetica, sans-serif;
	}

/* ***** Stadium Selector ***** */

#findgrid {
	padding: 10px;
	background: #4b4b4b;
	color: white;
	margin-bottom: 2em;
	}

#findgrid p.maplink {
	font-size: .7em;
	margin: .5em 0 0 0;
	}

#findgrid a {
	color: white;
	}

/* ***** Featured Stadiums ***** */

#featured-stadiums {
	font-size: .8em;
	}

#featured-stadiums ul {
	list-style: none;
	}

#featured-stadiums li {
	width: 320px;
	padding-bottom: 1em;
	float: left;
	}

#featured-stadiums img {
	width: 50px;
	height: 50px;
	padding: 4px;
	border: 1px solid darkgray;
	float: left;
	background: whitesmoke;
	}

.stadium-desc {
	width: 250px;
	margin-left: 10px;
	float: right;
	}

.stadium-desc h3 {
	font: bold 1em/1em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: .5em;
	}

.stadium-desc h3 a {
	color: black;
	}

.stadium-desc h3 a:hover {
	color: #990000;
	}