<!--

/* 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: 90%;
	
}


#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: 30px;
	top: -1.6em;
	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 .homelink a,
body#services #wrapper #content #mainNav .services a,
body#dance #wrapper #content #mainNav .dance 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#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 .about a,
body#links #wrapper #content #mainNav .links a,
body#contact #wrapper conent #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;

}

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

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

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


/* end general text style defaults */

#wrapper {
  background-color: white;
}

#branding {
  height: 80px;
  background-image: url(images/logo2-tm.jpg);
  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;
}

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

.center {
	text-align: center;
	width: 80%;
	padding-left: 40px;
}

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

.logopic {
		width: 30%;
        text-align: center;
} /* 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: ;
}

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

/* special formatting for films page */

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

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



#fvfilms #mainContent h2 {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.0;
	letter-spacing: 0em;
}

#fvfilms #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;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.clearboth {clear:both;}


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


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

#secondaryContent img {
	width: 24em;
}

/* ================================= */
/* 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: 60%;
  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;
}


-->
