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

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

	.coda-slider-wrapper { padding: 0 0; position: relative; overflow-x: hidden; overflow-y: hidden; height: 500px;}
	.coda-slider { background: #000 }
	
	/* 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: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 940px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 940px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background:#000; display: block; text-decoration: none; color: #999; padding: 0px; width: 18px; height: 18px; font-size: 14px; line-height: 18px; 
	-webkit-transition: background 500ms ease; -moz-transition: background 500ms ease; -o-transition: background 500ms ease; transition: background 500ms ease; text-align: center;}
	.coda-nav-left a:hover, .coda-nav-right a:hover {color: #fff;}
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c; }
	
	/* 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: none; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { display:none;}
	.coda-nav-right { display:none;}
	.coda-nav-left a:hover, .coda-nav-right a:hover {background:#C87202;}

.sliderImage {float:left; height: 300px; width:420px; position: relative; overflow: hidden;}
.cap-right { display: block; float: right; margin-top: 20px; width:200px; height:280px; overflow:hidden; margin-right: 18px; color: #9C9C9C; position: relative;}
.cap-right h2 { font-size: 22px;  font-weight: normal; line-height: 32px;}
.cap-right h2 a{text-decoration: none; color: #fff; -moz-transition: color 300ms linear 0s;}
.cap-right h2 a:hover{ color:#e9a557}
.cap-right span.postdate {margin-bottom: 8px; display: block; color: #d27305; text-transform: uppercase; font-size: 11px;}
.sliderlink {display: block; width: 420px; height: 300px; position: absolute; top: 0; left: 0; background: url('../images/sliderbg.png') right repeat-y;}
#homeslider {background: #000; float: left; color: #f0f0f0;}

.caprightfoot { background: url('../images/caprightfoot.png') repeat-x; height: 100px; position:absolute; bottom: 0px; right: 0px; width:190px; z-index: 90;}


