@charset "utf-8";
/* TheRoundhouseBar Styles :: CSS Document */

body  {
	font: 100% Myriad-Pro, Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColElsRtHdr #containerHeader { 
	width: 56.35em;  /* this width will create a container that will fit in an 900px browser window if text is left at browser default font sizes */
	background-repeat:no-repeat;	
	background-image: url(../images/BGheader.jpg);
	padding-left:75px;
	padding-right:75px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr img {
	border: 0px;
}

.twoColElsRtHdr #header { 
	background: #000000; 
	padding: 0 0px;  /* TRASH IF ID NOT NEEDED SINCE I EMBEDDED A FLASH HEADER MODULE */
} 

.twoColElsRtHdr #containerBody {
	width: 56.35em;
	background-repeat:repeat-y;	
	background-image: url(../images/BGrepeater.jpg);
	padding-left:75px;
	padding-right:75px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColElsRtHdr #pageTitle { 
	width: 56.35em;
	background: #000000; 
	padding: 0 0 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsRtHdr #contentContainer {
	width:56.35em;
/*	height:21.88em; USE THIS FOR SCROLLING CONTENT */
	background:#000000;
/*	background-attachment:scroll; USE THIS FOR SCROLLING CONTENT */
/*	overflow:auto;*/
	background-repeat:repeat-y;
	background-position:bottom;	
/*	background-image: url(../images/contentBG.jpg);*/
	padding: 0 0 20px 0;
/*	padding: 0 0 100px 0;  USE THIS PADDING FOR SCROLLING CONTENT */
}
#contentContainerText {
	/*	background-repeat:no-repeat;	
	background-image: url(../images/floaterBottle.jpg);
	background-position:right;    USE ONLY IF DECIDE TO USE BACKGROUND IMAGE BEHIND TEXT(OTHER THAN STARS BACKGROUND) */
	font-size:12px;
	/*	padding: 30px 20px 100px 20px;  USE THIS PADDING FOR SCROLLING CONTENT */ 
	color:#FFFFCC;
	background-color: #382008;
}
.twoColElsRtHdr #rhbMotto { 
	background: #000000; 
	padding: 0px 0px 30px 0;
}
.twoColElsRtHdr #ctaThumbs {
	background:#000000;
	padding-bottom:60px;
}

.twoColElsLtHdr #historyActivityAd {
	background: #000000;
}
 
.twoColElsRtHdr #footer { 
	padding: 0px 0px 10px 0;
	text-align: center;
	font-size:11px;
	font-family: Myriad, Arial, Helvetica, Verdana, sans-serif;;
	color: #FFFFFF;
} 
.twoColElsRtHdr #footer a{ 
	color:#FFFFCC;
}

#logos-bottom{
	padding-bottom:25px;	
}

/* MISCELLANEOUS STYLES FOR THE CALENDAR PAGE */
.twoColElsRtHdr #calendarMenu { 
	padding: 10px 0px 5px 0;
	font-size:13px;
	font-weight:bold;
	font-family: Myriad, Arial, Helvetica, Verdana, sans-serif;;
	color: #FFFFFF;
} 
.twoColElsRtHdr #calendarMenu a{ 
	color:#FFFFFF;
}
.twoColElsRtHdr #calendarMenu a:hover{ 
	color:#FED970;
}
/* END MISCELLANEOUS CALENDAR STYLES */

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
