/*    _______________________________                         */
/*___/  Top-level global             \_________________________________________*/

.wrapper
{
	position: relative;	
	background: black;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


body
{
	margin: 0;
	background: url(../img/stripes_bg.png);
	color: white;
	font-family: "trebuchet ms", "Sans", sans-serif;
	font-size: 10pt;
	text-align: center;

}

.main
/* main content container */
{
	position: absolute;
	background: black;
	top: 0px;
	left: 0px;
	width: 800px;
	border: 4px solid black;
	
}

.mainBox
/* default "box" content container */
{
	border: 2px solid rgb(50, 50, 50); width: 700px; margin-left: 20px; padding: 10px; float: left;
}

.horizontal_separation
{
	height: 8px;
	font-size: 0px;
}

.horizontal_separation_tall
{
	height: 16px;
	font-size: 0px;
}

.stripe
{
	height: 2px;
	font-size: 0px;
	background: black;
}

.tab
{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 24px;
}

.tabs
{
	background: url(../img/tab_bg.png);
	font-size: 13pt;
	color: black;

	height: 24px;
		width: 100%;
}

/*    _______________________________                         */
/*___/  Content area                 \_________________________________________*/

.content
{
	padding: 15px;
}

	
a:link
{
	color: white;
	text-decoration: none;
}

a:visited
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: underline;
}



.heading
{
	font-size: 16px; color: white; font-weight: bold; margin-bottom: 10px;
}

.events
{
	 margin-bottom: 15px; margin-left: 10px;
}

.evTitle
{
	font-weight: bold; color: rgb(255, 31, 94); border-bottom: 1px solid rgb(128, 15, 45);
}

.evDate
{
	 color: rgb(128, 128, 128); text-align: right;
}

.albumName
{
	font-weight: bold; color: rgb(0, 90, 180);
}

.subtle
{
	color: rgb(100, 100, 100);
}

.subtle, .subtle a:link, .subtle a:visited
{
	color: rgb(100, 100, 100);
}

.subtle a:hover
{
	color: rgb(0, 90, 180);;
}

.evBody
{
	 padding-left: 25px; margin-top: 5px;
}

.separator
{
	height: 8px;
	font-size: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgb(128, 15, 45);
}

.rowAlt1
{
	background: rgb(0, 26, 60);
}

.rowAlt0
{
	background: rgb(0, 12, 36);
}

.rowHead
{
	background: url(../img/table_header_bg.png);
	font-weight: bold;
}

.footer
{
	height: 25px;
	font-size: 11px;
	margin: 32px;
	padding-top: 32px;
	border-bottom: 1px solid rgb(128, 15, 45);
	clear: both;
}