<!--

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, sans-serif, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode";
  line-height: 1.6;
  background-color: white;
  min-width: 65em;       /* older ie not compatible */
  color: black;
  background: white;
}

ul {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  list-style-type: ;
}

li {
  display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}


/* NAVIGATION SIDE BAR CONTROL 
======================================*/

#mainNav {
  font-size: 100%;
  list-style: none;
  background-color: ;
}


#mainNav ul li {
	font-size: 100%;
	
}


#mainNav li ul {
	padding-left: 15px; 
	padding-top: 5px;
	display: none;
	line-height: 1.2em;
}


#mainNav a {
  display: block;
  color: rgb(51,0,102);
  font-weight: bold;
  text-decoration: none;
  text-indent: 2px;
}

#mainNav li:hover ul { 
	float: right;
	display: block;
	color: black;
	position: relative;
	left: 20px;
	top: -1.4em;
	padding: 5px;
	background-color: rgb(230,230,250);
	
}

#mainNav a:hover {
  background-color: ;
  background-position: ;
  color: rgb(153,153,204);
}

body#home #wrapper #content #mainNav .home a,
body#services #wrapper #content #mainNav .services a,
body#dance #wrapper #content #mainNav .dintro a,
body#dreviews #wrapper #content #mainNav .dreviews a,
body#dperformances #wrapper #content #mainNav .dperformances a,
body#filmvideo #wrapper #content #mainNav .filmvideo a,
body#fvfilms #wrapper #content #mainNav .fvfilms a,
body#fvfilms #wrapper #content #mainNav .shop a,
body#fvreviews #wrapper #content #mainNav .fvreviews a,
body#press #wrapper #content #mainNav .press a,
body#projects #wrapper #content #mainNav .projects a,
body#bio #wrapper #content #mainNav .bio a,
body#publications #wrapper #content #mainNav .publications a,
body#links #wrapper #content #mainNav .links a,
body#contact #wrapper #content #mainNav .contact a{
  color: rgb(102,153,204);
  cursor: default;
} /* highlights current tab of current page */



/* main nav section end 
=================================*/


/* general text style defaults */
/* ================================= */


h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 2em;

}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 0em 0 1em 0;
}


a {
  display: inline;
  color: rgb(51,0,102);
  font-weight: bold;
  text-decoration: none;
  text-indent: 2px;
}

/*hover link color change */
a:hover { color: rgb(153,153,204);}  

/* end general text style defaults */

#wrapper {
  background-color: white;
}

#branding {
  height: 80px;
  background-image: url(images/logo-registered-mark.png);
  background-size: 20em;
  background-position: -10px 5px;
  background-repeat: no-repeat;
  background-color: ;
  padding: 20px;
  border-bottom: 1px solid;
  color: rgb(51,0,102);
}

#branding h1 {
  margin: 0;
  font-weight: bold;
}

/* ================================= */

/* added for embedding video in books site*/

.flashunit {
	padding: 4px;
	background: #fff;
	border: 4px solid rgb(230,230,250);
	margin: 10px auto;
}
.flashunit h3 {
	/*font: 18px normal Arial, Helvetica, sans-serif;*/
	border: 1px solid rgb(230,230,250);
	background: rgb(230,230,250);
	margin: 0;
	padding: 10px;
	color: #111;
	text-align: center;
}
.flashunit p {
	/*font: 12px normal Arial, Helvetica, sans-serif;*/
	padding: 10px;
	margin: 0;
	border: 1px solid #ddd;
	background: rgb(230,230,250);
}
object.flashvideo {
	width: 100%;
	height:360px;
}


/* ================================= */

img { border: 0}

.center {
	text-align: center;
	width: 95%;
	padding-left: 5px;
	padding-top:2em;
}

/* trying to center images on map storytelling imgages. THIS WORKS 2012 July 29 */
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.thumb {
         width: 253px;
         text-align: center;
} /* defines thumbnail image width only */

.fullwidth {
	text-align:left;
	width: 50%;
}
.fullwidth img {
	text-align:left;
	width: 40%;
	padding: 10px;
	margin:0;
}

.logopic {
		width: 30%;
        text-align: center;
} /* defines logo image width only */

	
.logopicsmall {
		width: 20%;
        text-align: center;
        padding-bottom: 0em;
} /* defines logo image width only */

#mainContent h2 {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.5em;  
}


#mainContent img {
	width: 100%;
	text-align: center;
	padding-left: ;
} /* Image Is Scaled With Window Size */

#mainContent li {
  line-height: 2.2em;
  margin: 5px;
  padding: 0px;
  background: url(images/pebble.png) no-repeat 0 0.6em;
  padding-left: 30px;
  list-style-type: none;
  display: block;
} /* could not make std disc bullets appear so had to use image */

/* one MAIN column , no RHS col - special formatting for page */

#fvfilms #content, #map #content, #shop #content { 
  width: 100%;
  float: left;
  border-right: 1px solid rgb(51,0,102); 
}


#fvfilms #secondaryContent, #map #secondaryContent, #shop #secondaryContent {
	display: none;
}   /* hide everything here and make this page a 2 col page */

#fvfilms #mainContent, #map #mainContent, #shop #mainContent { 
  width: 76%;
  float: right;
}

/* formating for fvfilms, shop and map only */
#fvfilms #mainContent h2, #shop #mainContent h2, #map #mainContent h2 {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.0;
	letter-spacing: 0em;
}

#fvfilms #mainContent li, #shop #mainContent li {
  line-height: 1.2em;
  margin: 5px;
  padding: 0px;
  background: none;
  list-style-type: none;
  display: block;
} /* we don't want bullet gifs here*/

#fvfilms #mainContent .thumbnail {
	float: left;
	width: 26em;
	display: block;
	height: 45em;
	margin: 0 15px 15px 0;
	padding: 5px;
}

/* map page formatting */

#map #mainContent h2 {
	text-align: center;
}

#map #mainContent .thumbnail {
	overflow: hidden;
	float: left;
	display: block;
	margin: 0 15px 15px 0;
	padding: 5px;
	width: 21em;
}

#map .thumbnail img {
   height: 10em;
   width: auto;
}

#map #mainContent .thumbnail p {
	font-size: 1.2em;
}



#shop #mainContent .thumbnail {
	float: left;
	width: 26em;
	display: inline;
	height: 70em;
	overflow: auto;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumbnail ul {
  padding: 0; 
  margin: 0;
  border: 0;
  }

.thumbnail img {
   padding: .3em 0 0em 0;
   
}


/* end formating for fvfilms, map, shop only */


.clearboth {clear:both;}




#secondaryContent p {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.1;
  margin-top:0;
}

#secondaryContent img {
	width: 24em;
}  /* Image Is not Scaled With Window Size only when font is scaled cntrl+/- */

#secondaryContent .thumbnail img {
	width: 8em;
	border:0;
	text-align: center;
	display: block;
	margin: auto;
	padding: .25em;
}

#secondaryContent a:hover img {
background: rgb(153,153,204);
padding: .25em;
}

/* ================================= */
/* footer stuff here */

#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
  text-align: right;
}

#footer p {
  font-size: .9em;
}

/* ================================= */
/* The Core LAYOUT Technique 
================================= */

body {
  font-size: 62.5%;
  text-align: center;
}

#wrapper {
 /* width: 72em;
  max-width: 100%; */
  margin: 0 auto; 
  text-align: left; 
}
  

#content { 
  width: 67%;
  float: left;
   border-right: 1px solid rgb(51,0,102); 
}


#mainNav { 
  width: 20em;
  line-height: 20px;
  position: fixed;
}

#mainContent { 
  width: 70%;
  float: right;
}




#secondaryContent { 
  width: 30%;
  float: left;
}



#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#mainNav, #mainContent, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainContent {
	padding-right: 10px;
}

#mainNav *, #secondaryContent * {
  padding-left: 15px;
  padding-right: 5px;
}

#mainNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

/* trying remove ugly dotted border around lnks that doesnt go away */
/* http://www.linewbie.com/2007/11/remove-the-dotted-border-around-hyper-links-with-css.html */

a {
outline: none;
}
a: focus
{
-moz-outline-style: none;
}

/*Trying to style paypal button text*/

form, select {
font-family: inherit;
font-size: 1.25em;
font-style: ;
line-height: 2em; /*spacing between cover type and dialog box */
padding: 0;
}

table {
  font-family: inherit;
  padding: 0px;
}

-->
