/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Main Items */

/*	body { padding: 20px; } */
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	p { font-size: 12px; margin: 12px 0; line-height: 18px; }
	td { font-size: 12px; border-bottom: solid 1px #CCC; border-collapse:collapse; }
	
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding-top: 10px; }
	.coda-slider { height: 650px; }
	.coda-slider a:link, .coda-slider a:visited, .coda-slider a:active { text-decoration: underline; color: #333; }
	.coda-slider a:hover { color: #999; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 624px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { margin-top: 5px; width: 644px;} 

	/* Tab nav */
	.coda-nav ul li a.current { border-bottom: 3px solid #d70000; }
	.coda-nav ul li a:focus { outline: none; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	/* Page Wrapper */
	#gameday-wrap { width: 644px; margin: 0 auto; background:url() repeat-x bottom; }
	
	/* Bottoms Ads */
	#gameday-wrap #ads li { display:inline; margin: 0 10px 0 10px; font-family: 'Droid Serif', Georgia, serif; color: #000; }
	#gameday-wrap #ads { position:relative; bottom: 38px; }
	#gameday-wrap #ads a:link, #gameday-wrap #ads a:visited, #gameday-wrap #ads a:active { text-decoration: underline; color: #d70000; font-family: 'Droid Serif', Georgia, serif; }
	#gameday-wrap #ads a:hover { color: #000; }
	
	/* Header Grass */
	#gameday-header { width: 644px; height: 135px;}
	#gameday-header h1, h2 { font-family: 'Droid Serif', Georgia, serif; color: #fff; padding-left: 10px; padding-top: 4px; margin:0; }
	#gameday-header h1 { font-size: 46px; text-transform: uppercase; }
	#gameday-header h2 { font-size: 12px; padding-top:0;}	

	/* Game Information */
	.coda-slider h3, h4 { font-family: 'Droid Serif', Georgia, serif; }
	.coda-slider h3 { font-size: 36px; padding-top: 150px; color: #d70000;  margin-left: 10px;}
	.coda-slider h4 { font-size: 18px; color: #fff; margin-bottom: 8px; margin-left: 20px; }
	.coda-slider h6 { font: bold 12px Verdana, Geneva, sans-serif; margin-top: 20px; }
	.coda-slider td { padding: 4px; }
	.coda-slider table { margin-bottom: 10px; }
	.coda-slider .related { float: right; padding: 8px; width: 215px; margin-top: 10px; }
	.coda-slider .related p { line-height: 18px; }
	.coda-slider p.score { font-size: 11px; background-color: #d9d9d9; padding: 7px; border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px; }
	
	/* Game Notes Button */
	.button a:link, .button a:visited {	padding: 5px 10px;border: 0;margin-left: 0px; color: #fff;font: 11px/11px Arial, Helvetica, Verdana, "Sans Serif";background: #d70000;text-decoration: none;letter-spacing: 1px;border-radius: 6px;
	-moz-border-radius: 6px;-webkit-border-radius: 6px; }
	.button a:active, .button a:hover, .button a:visited:hover { background: #434343;}
	
	
	
	
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin-left: 0px; background-image: url(images/uga_g-logo-r_01.gif); background-repeat:repeat-x; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #fff; color: #fff; display: block; float: left; margin-right: 0px; padding: 0px 0px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	