<?php
header('Content-type: text/css');
?>
@charset "utf-8";
*                                       { margin: 0; padding: 0; }
body                                    { font: 12px Arial; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }


.anythingSlider                         { width: 609px; height: 247px; position: relative;background:#fff }
.anythingSlider .wrapper                { width: 609px; overflow: auto; height: 247px; margin: 0; position: absolute; top: 0; left: 0;  border: 1px solid #cbcbcb;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;margin: 0; padding:0}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 247px; width: 609px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 20px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -33px; width:31px;}
.anythingSlider .back                   { background-position: -102px 0; left: -31px;  width:31px;}
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -102px -200px; }

#thumbNav                               { position: relative; top: 217px; text-align: left;left:10px; display:none;}
#thumbNav a                             { color: black; font: 10px/18px Arial; display:inline-block;padding:0px 4px;height:20px; margin: 0 5px 0 0; background: #bcbbbb; text-align: center; -moz-border-radius: 7px;-webkit-border-radius: 7px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #eae8e8; }

#start-stop                             { background: #eae8e8; color: black; padding: 2px 5px; width: 35px; text-align: center; position: absolute; left: 550px; top: 217px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
#start-stop.playing                     { background-color: #bcbbbb; }
#start-stop:hover                       { background-color: #eae8e8; }

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

#quoteSlide{font-size:16px;padding:25px 20px 0 25px;line-height:22px;}
#textSlide ul{font-size:16px;padding:25px 20px 0 25px;line-height:22px;}

.post-slide{height:215px;overflow:hidden;}
.post-slide img{height:100px;float:left;}
.post-slide .alignright{float:right}
.post-slide .alignleft{float:left}
.post-slide .wp-caption-text{font-size:10px;color:#666666;}
.entry-slide h2{color:#CC6600;margin-bottom:5px;}
