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

/* global reset */
*{ margin: 0; padding: 0; }*
:focus, :active { outline: 0; }

	#wrapper { margin-top: 0px; }
	#content { margin: 0 auto; width:960px; }
	#coda-slider-1 h2.title { display: none }


/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.coda-slider-wrapper { padding: 20px 0; margin-left: 55px; }
	.coda-slider { background: #ebebeb }
	
	/* 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, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #fff; color: #fff; padding: 5px; width: 100px; border:1px solid; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* 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; }
	.coda-nav ul li { display: inline; font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 10px; text-decoration: none; font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }
	
	/* 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; font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }

/* -------------- 2. General Styles -------------- */


body {
margin:0;
padding:0;
background:#f8f8f8;
line-height:1.3;
font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

/* -------------- 3. Typography & Headers -------------- */

.panel-wrapper ul li { font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }

a:link {
color:#016285;
text-decoration:none;
font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
a:visited {
color:#016285;
text-decoration:none;
}
a:hover {
color:#333;
text-decoration:underline;
}
a:active {
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "myriad-pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-weight:300;
margin:0;
padding:0;
margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6 {
color:#016285;
}
address, table {
font-size:1em;
}
pre {
background:#f4f4f4;
padding:7px 10px;
font-size:1.167em;
border:1px solid #ccc;
}
code {
background:#f4f4f4;
padding:7px 10px;
font-size:1.167em;
display:block;
}
p, li {
line-height:1.45;
}
p {
font-size:1em;
margin-bottom:15px;
line-height:1.4;
font-family: "ff-tisa-web-pro", georgia, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.copyright p {
color:#444;
font-size:.9em;
margin:16px 0 0;
float:left;
}
img {
display:block;
margin-bottom:15px;
}
div.entries, div.entries_full img {
}
h1 {
font-size:2.67em;
letter-spacing:0px;
margin-bottom:10px;
line-height:1.33em;
}
h2 {
font-size:2.09em;
margin-bottom:10px;
line-height:1.5em;
}
h3 {
font-size:1.85em;
margin-bottom:10px;
line-height:1.5em;
}
h4 {
font-size:1.59em;
margin-bottom:10px;
}
h5 {
font-size:1.12em;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:12px;
}
h6 {
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
}
	