

body {
	background: #86C9EF url(/images/css/spring-2009/clouds.gif) repeat-x top center;
	color: #000;
	margin: 10px auto 0 auto;

}

#container {
	margin: 0 auto 150px auto;
        width: 900px;
position: relative;
}

/* -------------------------------------------------- */


#branding {
	background: url(/images/css/spring-2009/branding.jpg) repeat-x top center;
width: 900px;
height: 50px;
margin: 0 auto
}

#branding h1 {
	font: italic 30px times;
	color: #fff;
	text-align: center;
}

#nkt-ikbu {
	position: absolute;
	left: 0;
	top: 100px;
}


a:focus { outline:none }

img { border: 0 }

h3 { 
margin: 10px 0 15px 0; 
text-align: left;
color: #9A0032;
font-weight: normal;
 }

h4 {
margin: 0px 0 6px 0; 
color: #9A0032;
font-weight: normal;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { 
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
}

.slider-wrap ul {
	margin: 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 5px solid #FEA40A; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 560px;
	clear: both;
	background: #fff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;	
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
       line-height: 1.7;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer a {
color: #7CAF00;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 800px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .content_wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	-webkit-border-radius: .6em .6em 0 0;
	-moz-border-radius: .6em .6em 0 0;
	border-radius: .6em .6em 0 0;
}

.stripNav li.tab1 a { background: #D9ECEE; color:#163A4E;}
.stripNav li.tab2 a { background: #D15517 }
.stripNav li.tab3 a { background: #067F45 }
.stripNav li.tab4 a { background: #E7549B }
.stripNav li.tab5 a { background: #2276E1 }

.stripNav li a:hover {
	background: #9A0032;
color: #fff;
}

.stripNav li a.current {
	background: #FEA40A;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL { left: 0; }
.stripNavR { right: 0; }

.stripNavL {
	background: url("/images/css/spring-2009/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("/images/css/spring-2009/arrow-right.gif") no-repeat center;
}

.quote {

margin: 0 0 5px 0;
width: 400px;
}

.quote h3,
.interviews h3 {
margin: 5px 0 5px 0;
}

.quote p {
font: italic 16px times; 
color: #333;
margin: 10px 0;
}

#siteinfo {
font-size: 11px;
color: #333;
}

#siteinfo a:hover {}
#siteinfo a {
color: #156C9A;
}

#day_one_quote {
   display: none;
}

.summary {

}

.interviews {
float: right;
}

.interviews .zoom img {
float: left;
margin-right: 10px;

}

img.border {
border: 3px solid #EDB796;
padding: 1px;
}

.interview {
   width: 400px;
}

.video {
width: 400px;
height: 300px;
float: left;
margin: 30px 20px 10px 0;
}

.teaching,
.interview {
    display:none;
}

#zoom_table td {
border: none;
}

blockquote {
margin-left: 0; 
font-style: italic;
}

#siteinfo {
background: url(/images/css/spring-2009/grass.jpg) bottom left;
height: 150px;
width: 100%;

margin: 0px 0 0 0;
}
