/********************
  Overall Demo pages
 ********************/
/*
body                   { font: 12px Georgia, Serif; background: #fff; color: #000; }
*/
a, a img               { border: 0; text-decoration: none; }

#page-wrap, #demo2     { width: 90%; padding: 0; margin: 0 0 30px; position: relative; }

/*h1                     { font: bold 60px 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
h2                     { font: bold 30px 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; letter-spacing: -1px; margin: 0 0 10px 0; color: #002266; }
h2.title               { text-align: center; }
h3                     { font: bold 20px 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; margin: 0 0 10px 0; color: #003388; }
h5, .header            { font: bold 15px 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; text-align: center; }
*/
pre, code              { font: 13px/1.8 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; margin: 0 0 15px 0; padding: 5px; background: #f5f5f5; block: inline; width: 100%; overflow-x: auto; }
blockquote             { margin-left: 30px; }

.anythingWindow #slider3 ul                     { margin: 0; padding-left: 35px; }
#demo2 ul li                  { font: 15px 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; margin: 0 0 8px 0; }

#nav                   { display: block; width: auto; margin: 10px auto; text-align: center; white-space: nowrap; line-height: 3em; }
#nav a                 { text-align: center; background: black; color: white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; }
#nav a.git             { background: #006; }
#nav a.play            { background: #060; }
#nav a.issue           { background: #600; }
#nav a:hover, #nav a.current { background: #666; }

.themeselector         { margin: 0 auto; text-align: center; }

#status                { color: #00a; font-weight: bold; }
.alert                 { color: #f00; font-weight: bold; }
.alert a, .attention   { color: #a00; }
.data                  { width: 100%; border: #555 1px solid; border-collapse: collapse; }
.data td, .data th     { border: #555 1px solid; padding: 0 5px; }
.data th               { background: #eee; }
.data .col             { width: 200px; }

/*****************
  Main demo page
 *****************/
#main #slider1         { width: 800px; height: 390px; list-style: none; }
#main #slider2         { width: 800px; height: 390px; list-style: none; }

/* Set slider1 panel 5 stuff - adding padding directly to the panel will
   shift panels after it, so we need a wrapper */
#main #slider1 .panel5 ul { width: 200px; margin: 0 5px; }

/

/* For Specific Slides, these also apply to FX demo pages */
.textSlide             { padding: 10px 30px; }
.textSlide h3          { font: 20px Georgia, Serif; }
.textSlide h4          { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
.textSlide ul          { list-style: disc; margin: 0; padding-left: 20px; }
.textSlide ul li       { display: list-item; }
.rightside             { float: right; margin: 0 0 2px 10px; }

.quoteSlide            { padding: 20px; }
.quoteSlide blockquote { font: italic 24px/1.5 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif; text-align: center; color: #444; margin: 0 0 10px 0; }
.quoteSlide p          { text-align: center; }

/***************************
  FX Demo Page
 ***************************/


/** Demo 3 **/
#demo2 #slider3        { width: 500px; height: 400px; list-style: none; }

/* expand image */
#slider3 img           { width: 100%; height: 100%; position: relative; }
#slider3 .panel        { position: relative; }

/* position caption close button */

.caption-bottom .close { font-size: 80%; cursor: pointer; float: right; display: inline-block; }

/* captions */
/* set to position: relative here in case javascript is disabled, script sets captions to position: absolute */

#slider3 .caption-bottom
{font-size:16px; color: #0574bb; font-weight: normal; background: #fff; padding: 10px; margin: 0; position: relative; z-index: 10; opacity: 0.6; filter: alpha(opacity=60); text-align: center;}




/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */


/* Bottom caption  - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-bottom {  left: 0; bottom: 0; width: 480px; height: 30px; }


/******************
  Expand demo page
 ******************/
#wrapper1              { width: 100%; height: 300px; margin: 0 auto; }
#wrapper2              { width: 50%; height: 300px; margin: 0 auto; }
#expand #slider1,
#expand #slider2       { width: 100%; height: 300px; list-style: none; }
body#expand h2,
body#expand h3         { text-align: center; }

