/*  
Theme Name: BengalsWhoDey
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body{
background: #000000;
margin: 0px;
font-family: arial;
font-size: 0.8em;
color: #838383;
}

a{color: #FF7802}
a:hover{color: #FFFFFF; text-decoration: none}

#sidebar{
margin: 5px 0px;
padding: 0px 15px;
}

#sidebar li{
margin: 5px 0px;
}

#header{
height: 125px;
background: url('images/hbg.jpg') repeat-x;
}

h2{
font-size: 1.2em;
margin: 5px 0px;
padding: 0px;
color: #FFFFFF;
}

#nav{
height: 52px;
width: 990px;
background: url('images/navbg.jpg');
text-align: right;
}

#wall{
height: 208px;
background: url('images/wallbg.jpg') repeat-x;
}

#scroll{
height: 30px;
background: url('images/scrollbg.jpg') repeat-x;
}

#scroll_container{
width: 970px;
height: 30px;
text-align: left;
}

#homebody{
height: 600px;
background: url('images/homebodybg.jpg') repeat-x;
}

#homebody_container{
width: 990px;
height: 235px;
padding-top: 16px;
}

#schedule_container{
width: 990px;
height: 59px;
padding-top: 5px;
text-align: right;
}

#navlist{
float: right;
width: 500px;
list-style-type: none;
margin: 10px 0px 0px 0px;
padding: 0px;
font-size: 1.1em;
}

#navlist li a{
float: left;
height: 27px;
list-style-type: none;
margin: 0px;
padding: 15px 17px 0px 15px;
background: url('images/nsplit.jpg') right bottom no-repeat;
color: #FF7802;
text-decoration: none;
font-weight: bold;
}

#navlist li a:hover{
color: #FFFFFF;
}

#navlist .anchorclass{
background: url('images/arrowdrop.gif') right no-repeat;
padding-right: 25px;
}

#navlist .anchorclass:hover{
background: url('images/arrowdrop_hover.gif') right no-repeat;
padding-right: 25px;
}

h1{
font-size: 1.5em;
margin: 0px 0px 10px 0px;
padding: 5px 0px;
border-bottom: 1px solid #838383;
color: #FFFFFF;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #339C1B;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url('images/dropdownbg.jpg') repeat-x #3BB320;
width: 210px; /* default width for menu */
margin-left: 15px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #339C1B;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background: #339C1B;
color: white;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px 10px;
	width: 304px;
}
ul.thumb li {
	margin: 0; padding: 2px;
	float: left;
	position: relative;
	width: 18px;
	height: 23px;
}
ul.thumb li img {
	width: 17px; height: 22px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	border: none;
}



.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}



.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
margin-left: 15px;
}


#content-slider {
float: left;
  width: 930px;
  height: 30px;
  background: url('images/scrollwall.jpg') center center no-repeat;
  position: relative;
}

    .ui-slider-handle {
padding: 5px 30px 5px 30px;
      height: 20px;
      position: absolute;
  background: url('images/scroll.jpg') center center no-repeat;
    }

    #content-scroll {
      width: 960px;
      height: 208px;
      overflow: hidden;
    }

    #content-holder {
      width: 3200px;
      height: 208px;
    }

    .content-item {
      width: 450px;
      height: 180px;
margin: 15px;
padding-right: 20px;
      float: left;
text-align: left;
border-right: 1px solid #262626;
  }

#tooltip{
	position:absolute;
	background:#000000;
	padding:2px 5px;
	color:#838383;
	display:none;
z-index: 1000;
	}