@import url('RoundedBorders.css');
/* These are sitewide settings, they effect every page */
body {
	text-align: center;
	background-image: url(images/darkbluetheme/BackgroundRepeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	background-color: #01274c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}
img {
	border: 4px solid #70899f;
}
em {
	font-weight: bolder;
	font-style: normal;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* settings for box headers */
.BoxHeader {
	background-color: #70899f;
	height: 24px;
}
/* this extra div lets us positon the text over the border for better centering */
.BoxHeaderText {
	font-size: 15px;
	height: 1px;
	font-variant: small-caps;
	font-weight: bolder;
	text-transform: lowercase;
	overflow: visible;
	margin-top: -12px;
}

/* These cap the 'shadow' under the page top and bottom */
#BGHead {
	position: relative;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/darkbluetheme/BackgroundHead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
	height: 90px;
}
#BGTail {
	position: relative;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/darkbluetheme/BackgroundTail.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
	height: 90px;
}
/* This div floats to the center of the page, we put everything else inside of this */
#MainContentPane {
	position: relative;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
	margin-top: -40px;
	height: auto;
}

/* Settings related to the company logo */
#RBSLogoContainer {
   height: 64px;
   width: 701px;
} 
#RBSLogoContainer td {
   background-color: transparent;
   background-image: none;
}

#RBSLogoContainer .LogoCell {
   background-color: transparent;
   text-align: left;
	height: 200px;
	width: 683px;   

/* .LogoCell {   
	background-color: #506d8b;
	
/* To change the logo image change the image linked here, the height and width
specivied above set the size of the whole logo cell, not just the image, which
floats as a background image */
	background-image: url(images/darkbluetheme/BerkeSound_WEB_BarTrans.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* This div wraps around all of the menu buttons */
#MenuBar {
	height: 22px;
	width: 702px;
	margin-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
/* Some browsers won't show the finger icon even though the cell is a link
this forces it to show up */
#MenuBar a:hover {
	cursor: pointer;
}
#MenuBar table {
	width: 102px;
	height: 22px;
	margin-right: -2px;
	margin-left: 0px;

}
/* Body cell for the navi */
.ButtonCell {
	background-color: #506d8b;
	height: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* another layer that floats over the cell, to let us position the text over
the borders */
.ButtonText {
	text-align: center;
	width: 80px;
	height: 19px;
	color: #FFFFFF;
	overflow: visible;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bolder;
	margin-top: -9px;
	z-index: 50;
	text-decoration: none;
	margin-bottom: -20px;
	line-height: auto;
}

/* Settings for the big main banner */
#MainBanner {
	text-align: center;
	margin-top: 4px;
}
/* Overrides the sitewide image border */
#MainBanner img {
	border: 0px none;
}

/* master table settings for all the box border tables */
.BoxBorderMain {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* settings for the MiniSpotlight pane */
#MiniSpotlightContainer {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}
/* sets the size for the /outside/ of the table */
#MiniSpotlightContainer table {
	width: 213px;
	height: 350px;
}
#MiniSpotlightContents {
	background-color: #506d8b;
	padding: 0px;
	vertical-align: top;
}
/* This extra div lets us hide overflow and keeps the page from
breaking if the contents are too long */
#MiniSpotlightBuffer {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	overflow: hidden;
	height: 315px;
}

/* settings for the Spotlight pane */
#SpotlightContainer {
	float: right;
	margin-top: 5px;
}
/* sets the size for the /outside/ of the table */
#SpotlightContainer table {
	width: 488px;
	height: 350px;
}
#SpotlightContents {
	background-color: #506d8b;
	padding: 0px;
	vertical-align: top;
}
#SpotlightContainer img {
	margin-top: 14px;
	margin-left: 10px;
	float: right;
}
/* This extra div lets us hide overflow and keeps the page from
breaking if the contents are too long */
#SpotlightContentsBuffer {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 315px;
}
/* this is for the text under the spotlight image */
#SpotlightSubtext {
	float: right;
	margin-top: -50px;
	text-align: center;
	width: 220px;
}

/* settings for the News Index pane */
#NewsIndexContainer {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}
/* sets the size for the /outside/ of the table */
#NewsIndexContainer table {
	width: 180px;
	height: 350px;
}
#NewsIndexContents {
	background-color: #506d8b;
}
/* This extra div lets us scroll the overflow */
#NewsIndexContentsBuffer{
	height: 304px;
	background-color: #506d8b;
	overflow-y: scroll;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* settings for the main News pane */
#NewsContainer {
	float: right;
	margin-top: 5px;
}
/* sets the size for the /outside/ of the table */
#NewsContainer table {
	width: 521px;
	height: 350px;
}
#NewsContents {
	background-color: #506d8b;
}
/* a span that wraps each story, lets us increase the spacing
between stories */
.NewsItem {
	display: block;
	margin-bottom: 28px;
}
/* This extra div lets us scroll the overflow */
#NewsContentsBuffer {
	height: 314px;
	background-color: #506d8b;
	overflow-y: scroll;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 8px;
}
/* These position the three types of images for a news story*/
.NewsTopPic {
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.NewsSidePic {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 14px;
	float: right;
}
.NewsBottomPic {
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 7px;
	margin-left: 0px;
	float: left;
}
/* title sets the fontsize for the news item titles in the main
news pane */
.Title {
	font-size: 15px;
	font-weight: bold;
}

/* settings for all of the fullpage panes */
#FullPageContainer {
	float: left;
	margin-top: 5px;
}
/* sets the size for the /outside/ of the table */
#FullPageContainer table:first-child {
	width: 702px;
}
#FullPageContents {
	margin: 0px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #506d8b;
}
/* not used for this theme */
#FullPageContentsBuffer {
}
#FullPageContainer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#FullPageContainer img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 14px;
	float: right;
	clear: right;
}

/* positioning for the tables on the music page */
.musiclist {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
}
.musiclist td {
	width: 100px;
}

/* list settings for the FAQ */
.instructions {
	list-style-type: decimal;
}

/* settings for contact map */
#FullPageContainer #MapImage {
   margin-right: auto;
   margin-left: 68px;
   float: none;
   clear: none;
}

/* settings for the smallbox panes */
.SmallBoxContainer {
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	height: 208px;
	width: 702px;
	padding-left: 0px;
	padding-right: 0px;
}
.SmallBoxContainer table {
	width: 234px;
	height: 200px;
	margin-right: 0px;
	margin-left: 0px;
}
.SmallBoxContainer img {
	width: 200px;
	height: 140px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: -9px;
}
.SmallBoxContents {
	background-color: #506d8b;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/*for the Reel page*/
.ReelBox {
	width: 192px;
	height: 250px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	overflow: hidden;
}

#FullPageContainer .ReelBox  img {
	margin-top: 2px;
	margin-right: -6px;
	margin-bottom: 4px;
	margin-left: -6px;
	float: none;
	clear: both;

}
.ReelBox div {
	clear: both;
}
.StudioReel {
	width = 725px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.StudioReelText  {
	margin-top: 6px;
}
#FullPageContainer .StudioReel img {
	margin-bottom: 0px;
	margin-Right: 0px;
}

#FullPageContainer .linkButton {
	border: none;
	float: none;
}
.linkBox {
	text-align: center;
	height: 25px;
	width: 450px;
}
/* settings for the footer (copyright) */
#Footer {
	position: relative;
	text-align: center;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	top: 20px;
	clear: both;
}



