/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*page css*/
#page-wrap                              				{ width: 940px; padding: 0px; margin: 0 auto; position: relative; }
.anythingSlider #col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
.anythingSlider #col2                                   { width: 49%; float: right; }

.anythingSlider h1                                      { font: bold 60px Verdana, Arial, Sans-Serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
.anythingSlider h2                                      { font: bold 30px Verdana, Arial, Sans-Serif; letter-spacing: -1px; margin: 0 0 10px 0; }
.anythingSlider h3                                      { font: 16px Georgia, Serif; margin: 0 0 10px 0; }  
.anythingSlider h5                                      { font: 15px Georgia, Serif; text-align: center; }
.anythingSlider pre                                     { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; }

.anythingSlider ul                                      { margin: 0 0 25px 25px; }
.anythingSlider ul li                                   { font: 15px Verdana, Arial; margin: 0 0 8px 0; }

.anythingSlider #dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
.anythingSlider #dl:hover                               { background: #666; }

/*
    This stuff is for the TitleBlock Plugin
*/
.anythingSlider .image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.anythingSlider .image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.anythingSlider .image h2 span                          { color: white; font: bold 30px/40px Verdana, Arial, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.anythingSlider .image h2 span.spacer                   { padding: 0 2px; background: none; }
#perma 												{font-family:georgia; color:#eee0a8;/*gold*/ font-style:italic; margin-top:10px; font-size: 14px;}

/*
    For Specific Slides
*/
.anythingSlider #textSlide                              { padding: 10px 10px; }
.anythingSlider #textSlide h3                           { font: 18px "century gothic", Verdana, Arial; text-transform: uppercase; color:#cccccc;}
.anythingSlider #textSlide h4                           { font: 14px georgia,serif; font-style:italic; margin: 0px 0 20px 0; color:#cccccc; font-weight:bold; }
.anythingSlider #textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
.anythingSlider #textSlide ul li                        { display: list-item; }

.anythingSlider #quoteSlide                             { padding: 30px; }
.anythingSlider #quoteSlide blockquote                  { font-family: "century gothic", Verdana, Arial; font-size:16px; text-align: center; color: #cccccc; margin: 10px 0 10px 0; }
.anythingSlider #quoteSlide p                           { text-align: center; }


/*slider*/


.anythingSlider                         { width: 940px; height: 360px; position: relative; margin: 0 auto; background: url(../images/allsliderbg.png) no-repeat center top;}
.anythingSlider .wrapper                { width: 820px; overflow: auto; height: 341px; margin: 0 60px 0 60px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 820px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -16px; }
.anythingSlider .back                   { background-position: -67px 0; left: -16px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
.anythingSlider p a, p {color:#cccccc; font-size:12px; line-height: 16px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; text-decoration:none; margin: 0 5px 0 0; background: #929292 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #323232; color:#ffffff; text-decoration:none; }

#start-stop                             { background: #323232; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; text-decoration:none; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 10px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: #929292; color:#323232; text-decoration:none; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingSlider img {border:#929292 1px solid;}
