/* CSS Document */
body
{
	background: #468 url(../images/background.jpg) 0 0 no-repeat fixed;
	font-family: Georgia, Arial, Courier, Helvetica, sans-serif;
	color: #FFE;
}

a:link
{
	color: #FFA;
}

a:hover
{
	color: #FF6;
}
a:visited
{
	color: #FF2;
}
div#title
{
	margin: 0 0 0 0;
}

div#title img
{
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

#bodyContainer
{
	position: absolute;
	top: 130px;
	left: 100px;
	background: #468 url(../images/darkblueback.jpg) 0 0 no-repeat fixed;
	width: 800px;
	min-height: 600px;
	height: auto;
	border: solid #900 3px;
	padding: 5px 5px 5px 5px;
}

#bodyContainer #menuTop
{
	background: #468 url(../images/darkredback.jpg) 0 0 no-repeat fixed;
	border: solid #500 3px;
	width: 95%;
	font-size: 1.1em;
	margin: auto;
	text-align: center;
	color: #FFCC00;
}
#bodyContainer #menuTop a
{
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
#bodyContainer #menuTop a:hover
{
	color: #FFCC00;
	text-decoration: underline;
}
#bodyContainer #content
{
	margin: 7px auto 7px auto;
	padding: 0 2em 0 2em;
	font-size: 1em;
}
#bodyContainer #content .centered
{
	margin: auto;
	width: auto;
	text-align: center;
}
#bodyContainer .centered
{
	margin: auto;
	width: auto;
	text-align: center;
}
#bodyContainer #content #Performances
{
	margin-right: -2.5em;
	width: 140px;
	float: right;
	font-size: .8em;
	border: solid 1px #900;
	padding: .5em .5em .5em .5em;
}

#bodyContainer #content #Performances #PerformancesTitle
{
	font-size: 1.5em;
	font-weight: bold;
	color: #FFCC00;
}

#bodyContainer #content #SocialNetworking
{
	margin-right: -2.5em;
	width: 140px;
	float: right;
	font-size: .8em;
	border: solid 1px #900;
	padding: .5em .5em .5em .5em;
}

#bodyContainer #content #SocialNetworking #SocialNetworkingTitle
{
	font-size: 1.5em;
	font-weight: bold;
	color: #FFCC00;
}

.PerfItem, .AltPerfItem
{
	margin-top: 1em;
}
.AltPerfItem
{
	color: #FFA;
}
.PerfTitle, .AltPerfTitle
{
	font-weight: bold;
}
.PerfDate, .AltPerfDate
{
	font-style: italic;
}
.titleImg
{
	border: solid #004 2px;
}
#NonPerfContent
{
	float: left;
	width: 75%;
}
.Section
{
	font-weight: bold;
	font-size: 1.5em;
	color: #FC0;
}
.Section:hover
{
	color: #FFE;
	cursor: pointer;
}
.AllSubSections
{
	padding-left: 20px;
}
.SubSection
{
	font-weight: bold;
	color: #FF5;
}
.SubSection:hover
{
	cursor: pointer;
	color: #FFE;
}

ul.Works li
{
	margin: .5em 0 .5em 0;
}

.WorksTitle
{
	font-weight: bold;
	font-size: 1.1em;
}

.NewsItem, .AltNewsItem
{
	padding-bottom: 30px;
}
.PostTitle, .AltPostTitle
{
	font-weight: bold;
	font-size: 1.25em;
}
.AltNewsItem
{
	color: #FFA;
}
.NewsItem hr
{
	width: 100%;
	color: #ffe;
	background-color: #ffe;
	height: 3px;
}
.AltNewsItem hr
{
	width: 100%;
	color: #FFA;
	background-color: #FFA;
	height: 3px;
}
#ImageCopyRight
{
	color: #79B;
	font-size: .75em;
	font-style: italic;
}
#ImageCopyRight A:link
{
	color: #8AC;
	font-size: .75em;
	font-style: italic;
}
#ImageCopyRight A:hover
{
	color: #FFE;
	font-size: .75em;
	font-style: italic;
}
#ImageCopyRight A:visited
{
	color: #49B;
	font-size: .75em;
	font-style: italic;
}

#Copyright
{
	color: #79B;
	font-size: .75em;
	font-style: italic;
	vertical-align: bottom;
	clear: both;
}
