@charset "utf-8";

/* ----- fixed width - centered ----- */
body  {
	margin: 0;
	text-align: center;
	color: #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-image:url(/images/transfer.banner.png);
	background-position:center top;*/
}

.main {
	background-color: #000;
}

/* ----- container for all content ----- */
.main  #container {
	width: 1100px;
	border: none;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-color: #FFCC66;*/
	background-image:url(/images/cell-background-trans.png);
	height: auto;
}

/* ----- header container ----- */
.main #header {
	padding: 10px 10px 0px 10px;
	text-align: center;
	width: 840px;
	/*background-color: #000;*/
}

/* ----- h1 position / style ----- */
.main #header h1 {
	margin: 0;
	/*color: #222;*/
	font-family: Magneto, "Copperplate Gothic Bold", "Franklin Gothic Medium Cond", Georgia;
	text-align: center;
}

/* ----- top nav ----- */
.main #navbutton {
	padding: 0px;
}

/* ----- right sidebar ----- */
.main #sidebar1 {
	float: right;
	width: 200px;
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	/*background-color: #FFCC66;*/
}

/* ----- sidebar signup form ----- 
.main #SignUp {
	width: 160px;
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	/*background-color: #FFCC66;
}
*/

/* ---- Show Schedule Container ---- */
.main #shows {
	padding-top: 20px;
	width: inherit;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:italic;
}

/* ----- container for dividing lines ----- */
.main #singleline {
	margin: 0 240px 0 0;
	padding: 0px 30px 10px 30px;
	width: 800px;
	height: auto;
}

/* ----- Color for dividers must be defined here ----- */
.main hr {
	border: none;
	color: #521112;
	background-color: #521112;
	height: 2px;
	text-align: center;
	width: 90%;
}

/* ----- main content ----- */
.main #mainContent {
	margin: 0 240px 0 0;
	padding: 10px 30px;
	height: 1040px;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	width: 800px;
	/*background-color: #3399FF;*/
}

/* ----- index/info page content -----*/
.main #indexContent {
	margin: 0 240px 0 0;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 0px 30px 10px 30px;
	/*background-color: #3399FF;*/
	/*background-image: url(/images/cell-background-trans.png);*/
	width: 800px;
}

/* ----- Rhinestone container to contain img expansion -----*/
.main #stoneContent {
	margin: 0 240px 0 0;
	height: 1100px;
	position: relative;
	overflow: hidden;
	padding: 0px 30px 10px 30px;
	/*background-color: #3399FF;*/
	/*background-image: url(/images/cell-background-black.png);*/
	width: 800px;
}

/* ----- used for white background -----*/
.main #indextext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ddd;
	line-height: 1.25;
	font-size: 14px;
	padding: 0px 20px 10px 20px;
	height: auto;
}

/* ----- Generic table properties -----*/
.main #table {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
}

/* ----- div used for nav buttons ----- */
.main #navline {
	margin: 0 0 0 0;
	padding: 0px 30px 10px 30px;
	width: 800px;
	height: auto;
}

/* ----- div also used for buttons ----- */
.main #line {
	margin: 0 0 0 0;
	padding: 0px 30px 10px 30px;
	width: 800px;
	height: auto;
}

/* ----- footer container ----- */
.main #footer {
	padding: 0 10px 0 20px;
	/*background-image: url(/images/cell-background-black.png);*/
} 

.main #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}

/* ----- Generic float classes ----- */
.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;
	color: #eee;
	margin: 16px;
}

/* this class can be used to float an element left in your page */
.fltlft {
	float: left;
	margin-right: 8px;
}

/* 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 */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* sample CSS for expando images - not required but recommended */
img.expando {
	border: none;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

/* ----- no image borders -----*/
img {
	border: none;
}

.main #navlinetext {
	margin: 0 0 0 0;
	padding: 0px 30px 10px 30px;
	width: 800px;
	height: auto;
	color: #eee;
}

/* ----- EOF -----*/
