/*
	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; margin:0; overflow: hidden !important; }
.coda-slider { padding:0; }
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 300px; overflow: hidden !important; }
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 930px; height:300px; } 
	
/* Panel padding */
.coda-slider .panel-wrapper { padding: 0; }
	
/* Preloader */
.coda-slider p.loading { padding-top: 140px; text-align: center; }
	
#coda-slider-1  .slidetitle { display: none; }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { padding-top: 25px; clear: both; display: block; margin: auto; overflow: hidden; }
.coda-nav ul li { display: inline; }
.coda-nav ul li a {
	background: transparent url(http://www.fredsandiego.com/img/theme/coda-button.gif) no-repeat;
	background-position: 0 0;
	display: block; 
	float: left; 
	margin-right: 5px; 
	padding: 0; 
	text-decoration: none; 
	width: 31px; 
	height: 10px; 
	}
.coda-nav ul li a:hover { background-position: -31px 0; }
.coda-nav ul li a.current { background-position: -62px 0; }
	
/* 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; }
.coda-slider-wrapper.arrows {display:none; }


/* Sidebar basic */
.sidebar-nav .coda-slider-no-js .coda-slider { height: 300px; overflow: hidden !important; }
.sidebar-nav .coda-slider, .sidebar-nav .coda-slider .panel { width: 360px; height:auto; } 
.sidebar-nav .coda-slider .panel-wrapper { padding: 0; }
.sidebar-nav .coda-slider p.loading { padding-top: 30px; text-align: center; }
.sidebar-nav .slidetitle {display:none;}
.sidebar-nav .coda-nav ul {padding:0; clear: both; display: block; margin: auto; overflow: hidden; }
.sidebar-nav .coda-nav ul li { display: inline; }
.sidebar-nav .coda-nav ul li a {
	font-size: 13px;
	font-family:Arial,helvetica,sans-serif;
	background: #151515;
	color:#666666;
	display: block; 
	float: left; 
	margin-right: 2px; 
	padding: 5px 15px; 
	text-decoration: none;
	width: auto; 
	height: auto;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;   
	}
.sidebar-nav .coda-nav ul li a:hover, .sidebar-nav .coda-nav ul li a.current { 
	background: #111111;color:#ffffff;background-position: 0 0;
	}
.sidebar-nav .slide-content { 
	padding:15px 15px;
	background:#111111;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}
	
/* Sidebar special with images */
.sidebar-nav-custom .coda-slider-no-js .coda-slider { height: 300px; overflow: hidden !important; }
.sidebar-nav-custom .coda-slider, .sidebar-nav-custom .coda-slider .panel { width: 360px; height:auto; } 
.sidebar-nav-custom .coda-slider .panel-wrapper { padding: 0; }
.sidebar-nav-custom .coda-slider p.loading { padding-top: 30px; text-align: center; }
.sidebar-nav-custom .slidetitle {display:none;}
.sidebar-nav-custom .coda-nav ul {padding:0; clear: both; display: block; margin: auto; overflow: hidden; }
.sidebar-nav-custom .coda-nav ul li { display: inline; }
.sidebar-nav-custom .coda-nav ul li a {
	font-size: 1px;
	text-indent: -9999px;
	display: block; 
	float: left;
	margin-right: 4px; 
	padding: 2px 6px; 
	width: 40px; 
	height: 40px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;   
	}
	
.sidebar-nav-custom .coda-nav ul li.tab1 a {
	background: #151515 url(http://www.fredsandiego.com/img/theme/nav-fans.jpg) no-repeat center center; 
	}
.sidebar-nav-custom .coda-nav ul li.tab1 a:hover, .sidebar-nav-custom .coda-nav ul li.tab1 a.current  {
	background: #111111 url(http://www.fredsandiego.com/img/theme/nav-fans-hover.jpg) no-repeat center center; 
	}
.sidebar-nav-custom .coda-nav ul li.tab2 a {
	background: #151515 url(http://www.fredsandiego.com/img/theme/nav-fredtv.jpg) no-repeat center center; 
	}
.sidebar-nav-custom .coda-nav ul li.tab2 a:hover, .sidebar-nav-custom .coda-nav ul li.tab2 a.current  {
	background: #111111 url(http://www.fredsandiego.com/img/theme/nav-fredtv-hover.jpg) no-repeat center center; 
	}
.sidebar-nav-custom .coda-nav ul li.tab3 a {
	background: #151515 url(http://www.fredsandiego.com/img/theme/nav-gallery.jpg) no-repeat center center; 
	}
.sidebar-nav-custom .coda-nav ul li.tab3 a:hover, .sidebar-nav-custom .coda-nav ul li.tab3 a.current  {
	background: #111111 url(http://www.fredsandiego.com/img/theme/nav-gallery-hover.jpg) no-repeat center center; 
	}
	
.sidebar-nav-custom .slide-content { 
	padding:15px 15px;
	background:#111111;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}
