body
{
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	font-family: Arial, Helvetica, sans-serif;
	color: #504f4f;
	background-color: #00129a;
	margin: 0px;
	background-image: url(/images/playerbkg.jpg);
	background-repeat: no-repeat;
}

/* begin unique elements */

#container
{
	background-image: url(Common/Centre-Background.gif);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0;	/* defines container element */
	height: 100%;
	padding: 0px;
}

#header
{
	background-image: url(Common/Header-Background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 103px;
	padding: 0 10px;
	/* defines header element */
}

#header h1
{
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	text-align: left;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	color: #FFFFFF;

	/* define header h1 tag */
}

#header h2
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;

	/* define header h2 tag */
}

#navbkg
{
	width: 209px;
	height: 325px;
	float: right;
	padding-right: 66px;	/* define navigation element */
	background-image: url(../../../images/rb_bkg.gif);
	background-repeat: repeat-y;
	clear: right;
}

#navigation
{
	width: 209px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #6B0010;
	float: right;
	clear: right;
}

#navigation ul
{
	margin: 0;
	padding: 0;

	/* remove padding and margin from navigation list */
}

#navigation ul li
{
	display: inline;

	/* set list elements to display inline */
}

#navigation ul li a
{

	font-size: 11pt;
	font-weight: bold;
	color: #6B0010;
	width: 194px;
	height: 28px;
	padding: 12px 0px 0px 10px;
	text-decoration: none;
	display: block;
	float: left;	/* set dimensions of navigation links */
}

#navigation ul li a:hover
{
	color: #6B0010;
	text-decoration: underline;
}

#centre
{

	padding: 0px 5px 0px 5px;

	/* container for all blog content */
}

#content
{
	width: 500px;
	padding: 5px;
	float: left;
	height: 100%;	/* defines content element */
}

#content h1
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #0066FF;
	text-transform: uppercase;
	/* defines generic h1 element */
}

#content h2
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #0066FF;
	/* defines generic h2 element */
}

#content h3
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #0066FF;
	/* defines generic h3 element */
}

#content p
{

}

#content a
{
	color: #0066FF;
	;
	text-decoration: underline;
}

#content a:hover
{
	color: #4F5F34;
	text-decoration: none;
}

#breadcrumb
{
	background-color: #EEEEEE;
	height: 15px;
	padding: 5px 5px 5px 10px;

	/* defines breadcrumb element */
}

#breadcrumb a
{
	color: #336699;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #336699;
	text-decoration: none;
}

#subcontent
{
	width: 180px;
	padding: 0;
	margin: 0 0 10px 5px;
	font-size: 95%;
	color: #003366;
	float: left;
	/* defines subcontent element */
}

#subcontent h1
{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #003366;

	/* defines generic h1 element */
}

#subcontent h2
{
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #003366;

	/* defines generic h2 element */
}

#subcontent h3
{
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #003366;

	/* defines generic h3 element */
}

#subcontent ul
{
	margin: 0;
	padding: 0;

	/* defines generic list container element */
}

#subcontent ul li
{
	list-style: none;

	/* defines generic list element */
}

#subcontent ul li a
{
	width: 170px;
	padding: 5px 0px 0px 0px;
	text-decoration: underline;
	color: #003366;
	display: block;
	/* defines generic link element */
}

#subcontent ul li a:hover
{
	text-decoration: none;

	/* defines generic link hover state */
}

#calender
{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for calender element */
}

#calender table
{
	border: 1px solid #4F5F34;
	background-color: #FFFFFF;
	width: 100%;
	height: 150px;
	text-align: center;

	/* define table for calender */
}

#calender table td
{
	width: 14%;

	/* set column width */
}

#calender table .controls
{
	background-color: #7EA6EF;
	font-weight: bold;	/* style event controls */
}

#calender table .controls a
{
	color: #FFFFFF;
	text-decoration: underline;

	/* style control links */
}

#calender table .controls a:hover
{
	color: #FFFFFF;
	text-decoration: none;

	/* style link controls */
}

#calender table .title
{
	background-color: #9DBAEE;	/* style calender titles */
}

#calender table .days td
{
	background-color: #FFFFFF;	/* style day columns */
}

#calender table .days a
{
	color: #0066FF;
	text-decoration: underline;
	/* style day links */
}

#calender table .days a:hover
{
	color: #0066FF;
	text-decoration: none;
	/* style day links */
}

#calender table td.empty
{
	background-color: #E4E4E4;

	/* style empty cells */
}

	#calender table td.article
	{
	background-color: #0066FF;
		/* style article cells */
	}

	#calender table td.article_event
	{
	background-color: #660000;
		/* style article cells */
	}

	#calender table td.event
	{
	background-color: #336699;
		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#pages
{
	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for calender element */
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for pages element */
}

#categories
{
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for categories element */
}

#archives
{
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: none;
	/* defines container for categories element */
}

#feeds
{
	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for calender element */
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;

	/* defines container for feeds element */
}

#feeds ul
{
	margin-bottom: 10px;
}

#links
{
	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for calender element */
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for links element */
}

#login
{
	/* defines container for login element */

	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for calender element */
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
}

#notification
{
	width: 100%;
	height: 100%;
	background-color: #D3D5C9;
	padding: 15% 0;
	margin: -botton: -15px;
	text-align: center;

	/* defines container for notification element */
}

#notification h1
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #3366CC;
	text-transform: uppercase;
	/* defines notification h1 element */
}

#notification a
{
	color: #0066FF;
	text-decoration: underline;	/* defines notification link styles */
}

#notification a:hover
{
	color: #0066FF;
	text-decoration: none;
	/* defines notification link hover styles */
}

#screenshot
{
	background-image:url(../AUBH/Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	overflow: visible;
}

#screenshot img
{
	background-color: #EFEFD6;
	border: 1px solid #542700;
	margin: 6px;
	padding: 3px;
}
.clear
{
	clear: both;

}
#footer
{
	background-image: url(../../../images/torn_bottom_border2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 76px;
	text-align: right;
	color: #666666;
	padding-top: 15px;
	padding-right: 225px;
	padding-left: 0px;	/* style footer element */
	clear: both;
}

#footer a
{
	color: #666666;
	text-decoration: underline;
	/* style footer links */
}

#footer a:hover
{
	color: #666666;
	text-decoration: none;
	/* style footer links */
}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
	border-bottom-width: 5px;
	border-bottom-style: none;	/* defines container for calender element */
		line-height: 20px;
		font-size: 115%;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 110%;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(../AUBH/Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}#menu {
	height: 73px;
	width: 796px;
}
/* main menu */
.mainMenu .options {
	margin-right:1px;
	margin-bottom:1px;
	border: 1px solid #990000;
	font-size: 8pt;
	background-color: #48000B;
	color: #B7B7B7;
}
.mainMenu a {
	color:#FFFFFF;
	display:block;
	text-align:left;
	text-decoration:none;
	padding:2px 5px;
}
.mainMenu .options a:hover {
	text-decoration: underline;
}
.mainMenu a:visited{
	text-decoration:none;
}
.mainMenu .options .indent {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;	
}
#torntop {
	height: 44px;
	width: 796px;
	background-image: url(../../../images/torntop.jpg);
	background-repeat: no-repeat;
}
#boostertop {
	height: 44px;
	width: 796px;
	background-image: url(../../../images/boostertop.jpg);
	background-repeat: no-repeat;
}
#blanktop {
	height: 44px;
	width: 796px;
	background-image: url(../../../images/blanktop.jpg);
	background-repeat: no-repeat;
}
#navtop {
	height: 45px;
	width: 209px;
	background-image: url(../../../images/rb_top.gif);
	background-repeat: no-repeat;
	float: right;
	padding-right: 66px;	/* define navigation element */
	clear: right;
}
#navbot {
	height: 30px;
	width: 209px;
	background-image: url(../../../images/rb_bottom.gif);
	background-repeat: no-repeat;
	float: right;
	padding-right: 66px;	/* define navigation element */
	clear: right;
}
#contente {
	width: 100%;
	padding: 5px;
	float: left;
	height: 100%;	/* defines content element */
}
