/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  padding: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  background: #fff;
  color: #000;
}

h1, h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

h1, h2, #super-list, .element, .tagline, #index-list, 
.super-list .link {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3 { font-weight: bold; }

h1 {
  font-size: 32px;
  line-height: 1.1em;
}

h2 {
  font-size: 24px;
  line-height: 1.1em;
}

ul, ol {
  margin-left: 1.5em;
}

a,
a code {
  color: #99bb55;
  text-decoration: none;
}

a:hover,
a:hover code { 
  color: #99bb55; 
}

a:active,
a:active code {
  color: white;
  background: black;
}

a img { border: none; }

em { font-style: italic; }
strong { font-weight: bold; }

blockquote {
  padding-left: 1.0em;
  margin-left: 1.0em;
  border-left: 1px solid #333;
  font-style: italic;
}



html,
body {
  height: 100%;
 
}

#container {
  border:0;
  padding: 5px;
  margin-bottom: 20px;
  width:1500px;
  text-align:center;
  


 
}




footer {
  font-size: 12px;
  font-style: italic;
  border-top: 1px solid #333;
  padding: 0.8em 0;
}




/**** Photo demo ****/

.photo {
 height:auto;
  margin: 5px;
  float: left;
   height: 260px;
  
 

}

.photos .photo img {
  display: block;

  float:left;
}
.photos .photo2 {
 height:auto;
  margin: 5px;
  float: left;
}

.photos .photo2 img {
  display: block;
  width: 800px;
}



.photos .photo3 {

  margin: 5px;
  float: left;
}

.photos .photo3 img {
  display: block;
  width: 250px;
}



.photos p{text-align:right; color:#666; margin:1px;}


#content {
  margin-top: 50px;
}

.demos #content {
  height: 100%;
}


/**** Doc page nav ****/



#site-nav {
  width:1000px;
  position: absolute;
  left: 10px;
  top: 0px;
  padding-top: 20px;
  font-size: 12px;
}

#site-nav h1 {
  font-size: 24px;
  margin-bottom: 0.3em;
  margin-top: 0;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial, sans-serif;
   float:left;
   padding-right:20px;
}

#site-nav h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0.3em;
  border-top: none;
  color:#99bb55;
  float:left;
  padding-right:20px;
   padding-top:8px;
}
#site-nav h2 a:hover { color:white; }

#site-nav h1 a { color:white; }
#site-nav h1 a:hover { color:#777777; }


#site-nav h3 a { color:white; }

#site-nav ul {
  list-style: none;
  margin: 0 0 0.3em;
  font-weight: bold;
  color:#99bb55; 

  border-top: none;
  float:left;
  padding-right:20px;
   padding-top:8px;
}

#site-nav ul ul { margin-bottom: 0; }

#site-nav ul a {
  border: none;
  padding: 1px 5px;
  color:#99bb55;
}

#site-nav ul .current a {
  background: hsla( 0, 0%, 0%, 0.3 );
  color: #99bb55;
}
#site-nav ul a:hover,
