/*
Theme Name: BSS
Theme URI: 
Description: BSS Theme.
Version: 1.0
Author: Keith Greene
Author URI: http://www.keith-greene.com/
Tags: 

*/
/* 404 page */
.notfound {
display:block;
overflow:hidden;
padding:160px 0 0 56px;
}

.notfound-link {
display:block;
height:15px;
margin-left:406px;
margin-top:-139px;
position:absolute;
width:133px;
}

.navigation {margin-top:10px;width:400px;list-style-type:none;}
.navigation li {float:left;padding-right:168px;}
.navigation li a { color:#b31e3c; text-decoration:none; }
.navigation li a:hover{color:#666}


/* post clear fix */
.post {clear:both;padding-top:10px;}

/* in page background image */
.background-image {
     position:absolute;
     margin-left:-65px;
     margin-top:-35px;
}

/*sub title padding*/
.sub-title {padding-bottom:25px;}

/* homepage rss widget */

.widget_rss {
   /*border:1px solid;*/
   width:165px;
}

.widget_rss ul li {
-x-system-font:none;
color:#FFFFFF;
font-family:"AdobeGaramond",serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px 0 10px 12px;
margin-left:-50px;
}

.widget_rss ul li a {
-x-system-font:none;
color:#FFFFFF;
display:block;
font-family:Arial Narrow,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal !important;
letter-spacing:1px;
line-height:normal;
width:100%;
}

.widget_rss h2 {
    text-indent:-9999px;
}

.widget_rss li {
   list-style-type:none;
}

#kb-advanced-rss-3 {
   background:url(/wp-content/themes/bss/images/bssnewsfeed.png) no-repeat;
}

#kb-advanced-rss-3 h2 {
     text-indent:-9999px;
}

#kb-advanced-rss-4 {
   background:url(/wp-content/themes/bss/images/bssevents.png) no-repeat;
}

#kb-advanced-rss-4 h2 {
     text-indent:-9999px;
}

.rss-button {
position:absolute;
margin-left:789px;
margin-top:-490px;
}

/* Begin Typography & Colors */
html, body {
	height: 100%;
	width: 100%;
/*
	display: table;
*/
}
body{
	margin:0;
	background:url(/wp-content/themes/bss/images/bg-body.jpg);
	font:11px Tahoma, Geneva, sans-serif;
/*
	display: table-cell;
*/
}

img{border-style:none;}
a{color:#000; text-decoration:none;}
a:hover{text-decoration:none; color:#000099}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

.bottomscroller {
        margin: 225px 0 0 165px;
}

form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:913px;
	margin:0 auto;
	padding-top: 10px;
}
#header{
	padding:0 0 0 14px;
	position:relative;
	z-index:20;
}

@font-face {
        font-family: "AdobeGaramond";
        src: local("AGaramondPro-Regular"), url("AGaramondPro-Regular.otf") format("opentype");
}

@font-face {
        font-family: "AdobeGaramondBold";
        src: local("AGaramondPro-Bold"), url("AGaramondPro-Bold.otf") format("opentype");
}

.nav{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:32px;
	padding:0 0 0 2px;
	width:912px;
}

.nav li{
	float:left;
	margin:0 0 0 -2px;
	display:inline;
	font:14px "AdobeGaramond", serif;

}

.nav li.search {
	padding-left:25px;
	padding-top:5px;
}

.nav a{
	text-decoration:none;
	color:#767676;
	text-align:center;
	height:64px;
	float:left;
	outline:none;
	cursor:pointer;
}
.nav a:hover{
	border:none;	
}
.nav a span{
	background:url(/wp-content/themes/bss/images/bg-nav-left.png) no-repeat;
	float:left;
	padding:10px 14px 10px 18px;
	height:44px;
}

.nav a em{
	background:url(/wp-content/themes/bss/images/bg-nav-right.png) no-repeat;
	float:left;
	height:64px;
	width:7px;
}

.nav a:hover span,
.nav a:hover em,
.nav .active span,
.nav .active em{
	margin:-32px 0 0 0;
	padding-top:42px;
	color:#fff;

}



.login-box {
	background:url(/wp-content/themes/bss/images/login.png) no-repeat;
	height:48px;
	width:140px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
	text-transform:uppercase;
	float:right;

	margin-right:190px;
	margin-top:-20px;
	padding-left:5px;
	padding-top:25px;
	color:#CCC;
}

.content-holder{
	width:100%;
	background:url(/wp-content/themes/bss/images/bg-content-holder1.png) no-repeat;
	padding:16px 0 0;
}

/*
.content-box{
	background:url(/wp-content/themes/bss/images/bg-content-shadow.png) repeat-y;
	width:100%;
	position:relative;
}
*/

.content-btm{
	background:url(/wp-content/themes/bss/images/bg-content1.gif) repeat-y;
}
#content{
	background:url(/wp-content/themes/bss/images/bg-content-btm1.gif) no-repeat -3px 100%;
	height:580px;
	margin:0 0 -5px 1px;
	padding:0 6px 0 0;
	overflow:hidden;
	position:relative;
	z-index:2;
}
* html #content{
	height:580px;
	overflow:visible;
}
#primary{
	width:668px;
	float:left;
	padding:0 0 64px;
	position:relative;
	z-index:100;
}
.intro{
	width:100%;
	min-height:510px;
}
* html .intro{
	height:510px;
}

#champions-video a {
	background:url(/wp-content/themes/bss/images/video-link.png) no-repeat;
        margin-top: 65px;
        margin-left: 420px;
        width: 55px;
        height: 16px;
        position: absolute;
        z-index: 99;
        display: block;
}

#champions-video span {
        display: none;
}


#champions-register a {
	background:url(/wp-content/themes/bss/images/register-link.png) no-repeat;
        margin-top: 62px;
        margin-left: 480px;
        width: 73px;
        height: 15px;
        position: absolute;
        z-index: 99;
        text-indent: -99999px;
        display: block;
}

#champions-register span {
        display: none;
}

#flashbox{
	background:url(/wp-content/themes/bss/images/paper1.png) no-repeat;
	width:626px;
	height:532px;
	position:absolute;
	top:0px;
	left:45px;
}
.flash{
	display:block;
	overflow:hidden;
	padding:169px 0 0 69px;
}

/*
.logo-address{
	background:url(/wp-content/themes/bss/images/logo-address.png) no-repeat;
	width:553px;
	height:248px;
	position:absolute;
	right:0;
	top:32px;
}
.logo-address h1{
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}
*/

#footer{
	width:840px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	height:64px;
	font-family:"AdobeGaramond", serif;
}
#footer h2{
	font-size:15px;
	line-height:14px;
	color:#f6e4e8;
	margin:20px 0 0 80px;
	font-weight:normal;
	width:100%;
}
#footer h2 span{
	padding:20px 5px 4px 0px;
}
#footer div{
	float:right;
	color:#f6e4e8;
	border-top:1px solid #dd95a3;
	padding:5px 4px 0 0;
	font-size:11px;
}
#footer address{
	display:inline;
	margin:0;
	font-style:normal;
}
#footer a{
	color:#f6e4e8;
	text-decoration:none;
	outline:none;
}
#footer a:hover{
	text-decoration:underline;
}
#sidebar{
	width:237px;
	height:555px;
/*	background:url('/wp-content/themes/bss/images/top-gradient-divider.png') no-repeat; */
	padding:28px 0 0;
	float:right;
	overflow:hidden;
	/* margin:30px 0 0; */
	position:relative;
	z-index:2;
}

#sidebar ul {
list-style-type:none;
}

.event-title {
       margin-left: 10px;
       margin-bottom: 5px;
}

.rss {
      margin-left: 25px;
}

* html #sidebar{
	height:475px;
	overflow:visible;
}
.centerbox{
        margin-left:-11px;
        margin-top:-12px;
	width:100%;
      /*   background:url(/wp-content/themes/bss/images/top-gradient-divider.png) no-repeat 0px -32px;
	background:url(/wp-content/themes/bss/images/bg-sidebar-mdl.gif) repeat-y 20px 0; */
}
.btm-sidebox{
	width:100%;
	/* background:url(/wp-content/themes/bss/images/bg-sidebar-btm.gif) no-repeat 6px 100%; */	
        padding: 0 0 0 20px;
}
* html .btm-sidebox{
		margin:0 0 -4px 0;
	position:relative;	
}

.textbox h3 {
	margin:5px 0 3px 0;
	font:14px "AdobeGaramond", serif;
	color:#fff;
}

.textbox-title {
	margin:0;
	font:14px "AdobeGaramond", serif;
	color:#fff;
}


.employment{
	bottom:o;
	width: 170px;
}

.employment h2{
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
margin-left:-20px;
margin-bottom:18px
}

#top-bar {
	width:100%;
	height:25px;
	background:url(/wp-content/themes/bss/images/top-bar.png) repeat-x;
}

.top-bar-menu {
	width:914px;
        margin: 0 auto;
}

#top-links { 
	float: left;
	padding-top:4px;
	width:360px;
	margin:0;
}

#top-links a {
	text-decoration:none;
	padding:5px 0 0 12px;
	margin:0;
	font-size:11px;
	font-family:Tahoma,Geneva,sans-serif;
	color:#000;
}

#top-links a:hover {
	color:#a70e29;
}

#top-search {
	float:right;
	padding-top:4px;
	width:320px;
	margin:0;
}

#top-search a {
	text-decoration:none;
	padding:0 0 0 12px;
	margin:0;
	font-size:11px;
	font-family:Tahoma,Geneva,sans-serif;
	color:#000;
	float: left;
}

#top-search a:hover {
	color:#a70e29;
}


#searchform {
	width: 145px;
	height: 22px;
	padding-top:-3px;
        float: right;
}

#search-text {
	background:url(/wp-content/themes/bss/images/input.png) no-repeat;
	color: #666666;
	width: 106px;
	height:16px;
	border:none;
	padding-left:5px;
	padding-top:2px;
}

#search-button {
	background:url(/wp-content/themes/bss/images/mag.png) no-repeat;
	border:0 none;
	cursor:pointer;
	height:16px;
	width:20px;
}

.list-items {
padding-top:10px;
}

 .mainbox-holder{
/*	background:url(/wp-content/themes/bss/images/bg-mainbox-top.png) no-repeat; */
	width:100%;
	/*overflow:hidden;
	padding:5px 0 0;*/
	position:relative;
} 

.mainbox-top-story{
	/*background:url(/wp-content/themes/bss/images/story-bg.jpg) no-repeat;*/
	height:594px;
	width:914px;
}
/*

.mainbox-top-story{
	background:url(/wp-content/themes/bss/images/story-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-team{
	background:url(/wp-content/themes/bss/images/team-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-campus{
	background:url(/wp-content/themes/bss/images/campus-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-oldgirls{
	background:url(/wp-content/themes/bss/images/oldgirls-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-apply{
	background:url(/wp-content/themes/bss/images/apply-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-support{
	background:url(/wp-content/themes/bss/images/support-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-employment{
	background:url(/wp-content/themes/bss/images/employment-bg.jpg) no-repeat;
	height:594px;
	width:914px;
}
.mainbox-top-events{
	background:url(/wp-content/themes/bss/images/bg-events.jpg) no-repeat;
	height:594px;
	width:914px;
}
*/

.mainbox-center{
/*	background:url(/wp-content/themes/bss/images/bg-mainbox-center.gif) repeat-y -1px 0; */
	width:100%;
}
#mainbox{
	margin:-450px 0 0;
	float:left;
	width:100%;
	min-height:500px;
	position:relative;
}
* html #mainbox{
	height:500px;
}
.mainbox-center:after{
	clear:both;
	display:block;
	content:"";
}
.mainbox-btm{
/*	background:url(/wp-content/themes/bss/images/bg-mainbox-btm.gif) no-repeat -1px 100%; 
	height:20px;   */
	width:100%;
}
/*strong.logo {
	position:absolute;
	left:72px;
	 bottom:70px;
}*/

.logo {
	position:absolute;
	left:72px;
	 bottom:70px;
}

.logo a{
	background:url(/wp-content/themes/bss/images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:263px;
	height:64px;
	display:block;
}
#column1{
	width:265px;
	float:left;
	padding:0 20px 50px 65px;
        margin: -102px 0 0 0;
	overflow:hidden;
}
#column1 h1{
	font:bold 28px Georgia, "Times New Roman", Times, serif;
	line-height:30px;
	color:#b31e3c;
	margin:1px 0 36px;
	font-weight:normal;
        padding-bottom:10px;
        position:relative;
}

.news-title {
	color:#000;
	font:14px Tahoma, Geneva, sans-serif;
	line-height:18px;
}

#column1 p{
	color:#535353;
	font:11px Tahoma, Geneva, sans-serif;
	margin:0 0 18px 2px;
	line-height:18px;
}
#column1 p a{
	color:#b31e3c;
	text-decoration:none;
}
#column1 p a:hover{
        color:#000099;
	text-decoration:none;
}
#column2{
	width:430px;
	float:right;
	position:relative;
	margin:-22px 0 0;
}
.sub-flash{
	background:url(/wp-content/themes/bss/images/inner-image-stack.png) no-repeat;
	width:386px;
	height:343px;
	padding:44px 0 0 44px;
	margin:0 0 0 -1px;
	position:relative;
	z-index:20;
}
.sub-flash span{
	display:block;
}
.papersheet{
	background:url(/wp-content/themes/bss/images/papersheet.png) no-repeat;
	z-index:2;
	position:absolute;
	top:235px;
	right:0;
	width:450px;
	height:304px;
}
.papersheet span{
	display:block;
	padding:77px 0 0 126px;
}
.papersheet img{
	display:block;
}

.pre-footer {
display:block;
height:36px;
}

.bottom-box{
	color:#FFFFFF;
        font-size:10px;
        margin-left:415px;
}

/*
.bottom-box span{
	font:10px Tahoma, Geneva, sans-serif;
	color:#fff;
	line-height:8px;
        margin-left:340px;
        margin-top:30px;
        /*bottom:-70px;*/
        position:absolute;
        width:500px;
        clear:both;
}*/

.footer-box{
	/*width:100%;*/
	/* background:url(/wp-content/themes/bss/images/bg-btm.png) no-repeat; */
	padding:40px 0 0;
	/*text-align:center;*/
	font-size:10px;
        margin-left:33px;
        position:relative;
}
.footer-box span{
	font:10px Tahoma, Geneva, sans-serif;
	color:#fff;
	line-height:8px;
        margin-left:380px;
        margin-top:40px;
        position:absolute;
        width:500px;
        padding-bottom:30px;
}



/* SCROLLBAR */

/*
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 3px; height: 21px;
  background-image:url('/wp-content/themes/bss/images/scrollbar-up.png');
  font-size: 0px;
}
.Scrollbar-Track {
  width: 3px; height: 160px;
  position: absolute;
  top: 20px;
  background-color: #684b50;
}
.Scrollbar-Handle {
  position: absolute;
  width: 7px; height: 63px;
  margin: 0 0 0 -2px !important;
  background-image:url('/wp-content/themes/bss/images/scrollbar.png');
}
.Scrollbar-Down {
  position: absolute;
  top: 180px;
  width: 3px; height: 21px;
  background-image:url('/wp-content/themes/bss/images/scrollbar-down.png');
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 50px; left: 220px;
}

#Container {
  position: absolute;
  top: 50px; 
  width: 200px;
  height: 200px;
}

 #News {
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 400px;
  height: 180px;
  display: block;
  z-index:10;
} 
 p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
overflow: hidden;
}  */


/* .textbox{
	margin:0 0 -175px;
	padding:0 32px 0 30px;
	overflow:hidden;
	position:relative;
}
*/

.scroll-track{
 height:200px;
 width:16px;
 background:url(/wp-content/themes/bss/images/scroll-bg.png) no-repeat center center;
}

.scroll-handle{
 width:16px !important;
 height:69px !important;
 margin-top: 20px;
 background:url(/wp-content/themes/bss/images/scroll-handle.png) no-repeat center center;
 cursor:pointer;
}

.scroll-news {
height:189px; 
width:170px;
overflow:auto;
}

.scroll-news ul{
	list-style:none;
	margin:0;
	padding:10px 0 0;
}
.scroll-news ul li{
	/* border-top:1px solid #8b8787; */
	padding:5px 0 10px 12px;
	font:14px "AdobeGaramond", serif;
	color:#fff;	
}
.scroll-news ul li strong{
	font:14px "AdobeGaramond", serif;	
}
.scroll-news ul li a{
	color:#fff;
	font:12px Arial Narrow, Arial, Helvetica, sans-serif;
	width:100%;
        letter-spacing: 1px;
        font-weight: normal !important;
	display:block;
}
.scroll-news ul li a:hover{
	text-decoration:underline;
}
.scroll-news ul li em{
	color:#fff;
	font:12px Arial Narrow, Arial, Helvetica, sans-serif;
	width:100%;
        letter-spacing: 1px;
        font-weight: normal !important;
	display:block;
}


.jScrollPaneTrack {
	background-color: #684b50;
}
.jScrollPaneDrag {
	background: url(/wp-content/themes/bss/images/scrollbar.png) no-repeat 50% 50%;
}

/* Main Sub Page Scrollbar Code */
/*
.Container-sub {
  position: absolute;
  width: 240px;
  height: 400px;
  text-align: justify;
}

#Scroller-sub { 
  position: absolute; 
  overflow: hidden;
  width: 240px;
  height: 400px;
}

.Scroller-Container-sub {
  position: absolute;
  top: 0px; left: 0px;
  width: 240px !important;
}
.Scrollbar-Track-sub {
 width: 3px; height: 350px;
  position: absolute;
  top: -60px; left: 340px;
  background-color: #684b50;
}
.Scrollbar-Handle-sub {
  position: absolute;
  top: 0px; left: 0px;
  width: 7px; height: 63px;
  margin: 0 0 0 -2px !important;
  background-image:url('/wp-content/themes/bss/images/scrollbar.png');
}

.Scrollbar-Down-sub {
  position: absolute;
  width: 3px; height: 21px;
  top: 290px; left: 340px;
  background-image:url('/wp-content/themes/bss/images/scrollbar-down.png');
  font-size: 0px;
}

.Scrollbar-Up-sub {
  position: absolute;
  top: -70px; left: 340px;
  width: 3px; height: 21px;
  background-image:url('/wp-content/themes/bss/images/scrollbar-up.png');
  font-size: 0px;
}
*/



/* ******************** */
/* Sub Sub Menu Section */
/* ******************** */

.submenu_section {
   width: 260px !important;
/*   margin-top: 5px;   */
   z-index: 10 !important;
   margin-left: 0px;
   margin-top: -30px;
   margin-bottom: 10px;
}

.submenu_section a { color:#b31e3c; text-decoration:none; }
.submenu_section a:hover{color:#666}

.submenu_section li {list-style-type:none; float:left; padding-right:3px;}


/* CONTACT US BUBBLE CODE */
/* tooltip styling */
.tooltip {
	display:none;
	background:url(/wp-content/themes/bss/images/contactus-bubble.png) no-repeat;
	height:226px;
	padding:40px 30px 10px 30px;
	width:170px;
	font-size:11px;
	color:#000;
    margin-top: 310px;
	line-height: 1.2em;
    z-index: 9999;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#b31e3c !important;
	font-size:11px;
	font-weight:bold;
        margin: 0;
}

.link-a { 
        margin-left: -9px !important;
}

.the-thread {
line-height: 20px;
}

h3 a {color:#b31e3c !important;}
h3 {color:#b31e3c !important;}

#arrangement {
	margin-top: 200px;
	margin-left: 200px;
        position: absolute;  
        z-index: 99999;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#player_menu {

width:100%;
text-align:left;

height:30px;

}

#player_menu ul li {

list-style:none;
display:inline;
position:relative;
top:11px;

}

#player_menu ul li a {
text-decoration:none;
color:#333;
font-size:12px;
padding:0 20px 0 20px;

}

#player_menu .page_item a {

height:30px;
background:url(images/mplayerbg2.jpg) repeat-x;
padding-top:11px;
padding-bottom:11px;
}

#player_menu .current_page_item a {

height:30px;
background:url(images/mplayerbg.jpg) repeat-x;
padding-top:11px;
padding-bottom:11px;
color:#fff;
}

#player_menu .page_item a:hover {

height:30px;
background:url(images/mplayerbg.jpg) repeat-x;
padding-top:11px;
padding-bottom:11px;
color:#fff;
}

#playerfundo, .media-gallery {
background:#999;
width:913px;
height:320px;
position: absolute;
}

#playerfundo #logoplayer, .media-gallery #logoplayer {

position:relative;
bottom:70px;
left:600px;
background:url(images/logoplayer.jpg) no-repeat;
width:268px;
height:48px;

}
.fixedHeightScroll {
	height: 350px;
	overflow: auto;
}
#footer div.bssontheweb {
	position: absolute; 
	bottom: 0; 
	right: 0;
	border: none;
	padding-bottom: 30px;
}
/* the overlayed element */ 
.overlay { 
    
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff;   
    width:600px;     
    height:300px; 
    border:1px solid #666; 
    padding: 10px; 
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
.contentWrap {
    width:600px;     
    height:300px; 

}
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
