/*    _______________________________                         */
/*___/  Top-level global             \_________________________________________*/

.wrapper
{
	position: relative;	
	background: black;
	width: 1100px;
	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: solid white;
	top: 0px;
	left: 0px;
	width: 1100px;
	border: 4px solid white;
	
}

.mainBox
/* default "box" content container */
{
	background: solid white; border: 2px solid white; width: 1000px; 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: white;
}

.tab
{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 24px;
}

.tabs
{
	background: url(../img/tab_bg.png);
	font-size: 13pt;
	color: white;

	height: 24px;
		width: 100%;
}

/*    _______________________________                         */
/*___/  Content area                 \_________________________________________*/

.content
{
	padding: 15px;
}

	
a:link
{
	color: rgb(87, 61, 43);
	text-decoration: none;
}

a:visited
{
	color: rgb(169, 117, 83);
	text-decoration: none;
}

a:hover
{
	color: (110, 76, 54);
	text-decoration: underline;
}



.heading
{
	font-size: 16px; color: rgb(87,61,43); font-weight: bold; margin-bottom: 10px;
}

.events
{
	 margin-bottom: 15px; margin-left: 10px;
}

.evTitle
{
	font-weight: bold; color: rgb(169, 117, 83); border-bottom: 1px solid rgb(87,61,43);
}

.evDate
{
	 color: rgb(128, 128, 128); text-align: right;
}

.albumName
{
	font-weight: bold; color: rgb(0, 90, 180);
}

.subtle
{
	color: rgb(87, 61, 43);
}

.subtle, .subtle a:link, .subtle a:visited
{
	color: rgb(169, 117, 83);
}

.subtle a:hover
{
	color: rgb(87, 61, 43);
}

.evBody
{
	 padding-left: 25px; margin-top: 5px;
         color: rgb(115,80,57);
}

.separator
{
	height: 8px;
	font-size: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgb(169, 117, 83);
}

.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;
        color: rgb(87,61,43)
	font-size: 11px;
	margin: 32px;
	padding-top: 32px;
	border-bottom: 1px solid rgb(110, 76, 54);
	clear: both;
}
