/*
	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.
*/

/* Insignificant stuff, for demo purposes */
	.panel p.title { margin: 0; margin-bottom: 10px; font-size: 1.5em;  }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */


	.coda-slider { background: #ebebeb; background-color: #000; padding: 10px; }
	#coda-slider-outer { background: #266340; width: 520px; height: 320px; display: block; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider { margin-bottom: 5px; border: 2px solid #00332a; }
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 500px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 30px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #81967C; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* 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; float: right; }
	.coda-nav ul li { display: inline; float: left; }
	.coda-nav ul li a { background: #266340; color: #fff; display: block; float: left; margin-right: 1px; padding: 0px; text-decoration: none; width: 15px; text-align: center; height: 15px; }
	.coda-nav ul li a:hover { background: #81967C; }
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; height: 400px; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	.coda-nav { position: relative; top: 340px; z-index: 1; display: block; }
	.coda-nav-left, .coda-nav-right { float: right; }
	.coda-nav-left a, .coda-nav-right a { display: block; float: left; text-align: center; text-decoration: none; width: 15px; height: 15px; padding: 0px; }


	#coda-nav-left-1, #coda-nav-1, #coda-nav-right-1 { float: right;  }
	#coda-nav-left-1 { margin-right: 1px; margin-left: 140px; }
	#coda-nav-left-1 a, #coda-nav-right-1 a { background: #266340; }
	
	
	
	/* Featured Content Box */
.coda-slider-wrapper { padding: 0px; }
.coda-slider, .coda-slider .panel { padding: 0px; width: 596px; height: 320px;  }
.coda-slider .panel-wrapper { width: 596px; }
#featured-content .featured { width: 600px; height: 320px; position: relative; display: block; }
#featured-content .featured #text { 
	background: url('../../images/featured-bg.png');
	height: 100px;
	position: absolute; 
	bottom: 0px; 
	margin: 0;
	padding: 5px;
	color: #ccc;
	opacity: .9;
	width: 98%;
	}
#featured-content .featured #text p.title a { color: #ccc; opacity: 1; font-size: 1em; text-transform: capitalize;}
#featured-content .featured #text p.title a:hover { color: #fff;}
#featured-content .featured a#readmore { position: absolute; right: 5px; bottom: 5px; color: #cf9e6c;}	
