/*
    anythingSlider v1.2
    
    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/
*/
.anythingSlider                         { width: 938px; height: 310px; position: relative; margin: 0 auto;  }
.anythingSlider .wrapper                { width: 938px; overflow: auto; height: 310px; margin: 0; position: absolute; top: 20px; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 310px; width: 938px; margin: 0; /*background: url(../images/banner-home-bg.jpg) no-repeat top left*/ }
.anythingSlider .arrow                  { display: block; height: 34px; width: 34px; background: url(../images/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -160px; cursor: pointer; z-index: 600}
.anythingSlider .forward                { background-position: 0 0; right: -40px; }
.anythingSlider .back                   { background-position: -52px 0; left: -40px; }
.anythingSlider .forward:hover          { background-position: 0 -55px; }
.anythingSlider .back:hover             { background-position: -52px -55px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             { outline: none; z-index: 10; background: #181001; background: url(../images/start-stop.png) no-repeat 0 -20px; color: white; padding: 0; width: 30px; height: 20px; text-align: center; position: absolute; right: 20px; top: 351px; text-indent: -9999px; }
.start-stop.playing                     { background-color: #181001; background: url(../images/start-stop.png) no-repeat 0 0px }
.start-stop:hover                       {}
.custom a.start-stop					{outline: 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; border: 0;}
.anythingSlider img {border: none;}

.textSlide {padding: 20px;}
.textSlide img {border-right: 1px solid #181001; border-bottom: 1px solid #181001;}

.anythingSlider {font-size: 1.2em; line-height: 1.5em;}
.anythingSlider p {margin-bottom: 1em;}
.anythingSlider h2 {font-size: 1.7em; text-transform: uppercase}
.anythingSlider h3 {font-size: 1.5em;margin-bottom: .6em; text-transform: uppercase; display: inline}
.custom .anythingSlider h4 {font-size: 1.3em; margin-bottom: .5em; color: #dbcfb4 }

.textSlide .thumb {display: inline-block; float: right; padding: 0; margin-left: 20px}

.textSlide .post-meta {margin-bottom: 1em;}

.textSlide a {font-weight: bold; }
.textSlide a:link, .textSlide a:visited {color: #a1c4c4; text-decoration: underline;}
.textSlide a:hover, .textSlide a:active {color: #c1e7e7; text-decoration: none;}

.anythingSlider h3 a {color: #181001;  }
.anythingSlider h3 a:link, .anythingSlider h3 a:visited {color:  #f5f3ea; text-shadow: 0px 1px 0px #181001; text-decoration: none; }
.anythingSlider h3 a:hover, .anythingSlider h3 a:active {text-shadow: none;}

.read-more {margin-top: 1em;}
/*#f5f3ea*/
