@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - FLY Video Contest Page : LIST VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		fly_list.css
	Date:			July 2, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	/*body {
		background:#022130 url(/images/body_bg_mini.jpg) top center repeat-x;
	}*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/*#header {
		width:872px; height:326px;
		padding:114px 0 0 88px;
	}
		#header a.logo {
			width:182px; height:125px;
			margin:41px 55px 0 0;
			float:left;
		}
		#header #promo {
			margin:83px 0 0 0;
			float:left;
		}
		*/
/*	--------------------------------------------------------------------------------------------------------------------------
	#paginator Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#paginator {
		height:24px;
		padding:0 23px;
		background:#042b3d;
		font-size:10px; line-height:11px;
		border-bottom:1px solid #032433;
	}
		#paginator .prev {
			width:66px; height:15px;
			margin:8px 0 0 0;
			float:left;
		}
			#paginator .prev a {
				width:66px; height:15px;
				display:block;
				background:url(/images/btn_prevPage.png) 0 0 no-repeat;
			}
				#paginator .prev a:hover {
					background-position: 0 -20px;
				}
		#paginator .next {
			width:66px; height:15px;
			margin:8px 0 0 0;
			float:right;
		}
			#paginator .next a {
				width:66px; height:15px;
				display:block;
				background:url(/images/btn_nextPage.png) 0 0 no-repeat;
			}
				#paginator .next a:hover {
					background-position: 0 -20px;
				}
		#paginator .stats {
			width:762px;
			margin:4px 0 0 0;
			text-align:center;
			float:left;
		}
			#paginator .stats a {
				padding:0 3px;
				font-weight:bold;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	#listView Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#listView {
		width:941px;
		margin:90px 0 60px 9px; padding:0 0 0 2px;
	}
		#listView .header {
			height:60px;
			padding: 0 0 0 23px;
			background:url(/images/headerBG941.png) 0 0 no-repeat;
		}
			#listView h1#h1_recentSubmissions {
				width:289px; height:16px;
				margin:21px 0 0 0;
				background:url(/images/h1_recentSubmissions.png) 0 0 no-repeat;
				float:left;
			}
			#listView a.btn_viewMore {
				width:122px; height:20px;
				margin:23px 0 0 0;
				display:block;
				float:right;
				background:url(/images/btn_viewMoreVideos.png) 0 0 no-repeat;
			}
				#listView a.btn_viewMore:hover {
					background-position:0 -20px;
				}
			#listView a.btn_back {
				width:122px; height:20px;
				margin:23px 0 0 0;
				display:block;
				float:right;
			}
				#listView a.btn_back:hover {
					background-position:0 -20px;
				}
		#listView ul {
			list-style:none;
			background:url(/images/diagPattern.png);
			font-size:12px; line-height:14px;
			color:#9ebfc8;
			text-align:center;
		}
			#listView ul li {
				width:230px; height:200px;
				margin:17px 2px 0 0;
				float:left;
			}
				#listView ul li.highSchool a.screen {
					width:130px; height:97px;
					margin:0 auto; padding:30px 2px 13px 2px;
					display:block;
					background:url(/images/highSchoolBG130.png) 0 0 no-repeat;
				}
				#listView ul li.college a.screen {
					width:130px; height:97px;
					margin:0 auto; padding:30px 2px 13px 2px;
					display:block;
					background:url(/images/collegeBG130.png) 0 0 no-repeat;
				}
				#listView ul li h2 {
					font-size:12px;
				}
				#listView ul li .stats {
				}
					#listView ul li .stats strong {
						color:#fff;
					}
			#listView .footer {
				background:url(/images/diagPattern.png) 0 0;
			}
				#listView .footer .inner {
					width:941px; height:30px;
					background:url(/images/footerBG941.png) 0 bottom no-repeat;
				}