@charset "UTF-8";
/* CSS Document */

#wrapper {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: #FFFFFF;
	font-weight: normal;
}

/* img {behavior: url(iepngfix.htc);} */


img { 
	border: 0;
}


#main{
	clear:both;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: .9em;
}
p{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
a {
	text-decoration:underline;
	color: #FFFFFF;
}
a:hover{
	text-decoration:underline;
	color: #F00;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

#leftcolumn2 {
	float: left;
	width: 50%;
}
#rightcolumn2 {
	float: right;
	width: 50%;
}

#biocontent {
	float: right;
	width: 75%;
	margin-top: 40px;
}

#eventcontent {
	float: right;
	width: 70%;
	margin-top: 40px;
}

#header {
	height: 230px;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
#footer {
	height: 170px;
	clear: both;
	margin-top: 60px;
	text-align: center;
	padding-top: 60px;
}
#centeredclearedfloat{
	clear: both;
	text-align: center;
}
.logopic {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.copyright {
	font-size: .7em;
	text-align: center;
	margin: 20px;
}
#headerhandheart {
	position: relative;
	top: -70px;
	left: 690px;
}

.centeredtext {
	text-align: center;
}


.clickhere {
	text-align: center;
	
	font-size: 1.3em;
}



.contact {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.0em;
}

.contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.contact a:hover {
	color: #FF0000;
	text-decoration: none;
}

.centeredpic {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
}


.overlappedcenteredtext {
	text-align: center;
	position: relative;
	top: -70px;
}
.event {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}

h1 {
	font-size: 1.3em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: normal;
}
h2_old {
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


#eventcontent h1 {
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

hr{
	margin: 0;
	padding: 0;
	height: 0px;
	border: 0px;
	border-top: 1px solid #F00;
}

#footable {
	width: 100%;
}
#footable td {
	border: 1px solid #F00;
	width: 33%;
	display: block;
}
#footable td:hover {
	border: 1px solid #FFF;
	display: hover;
}



#mediatable {
	width: 100%;
}

#mediatable td {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
	border: 1px solid #000000;
	width: 33%;
}
#mediatable td:hover {
	color: #FF0000;
	border: 1px solid #FF0000;
}
#mediatable p {
	padding-top: 10px;
}



#friendstable {
	width: 100%;
}

#friendstable td {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
	padding-top: 20px;
	padding-bottom: 10px;
	border: 1px solid #000000;
	width: 33%;
}
#friendstable td:hover {
	color: #FF0000;
	border: 1px solid #FF0000;
}
#friendstable p {
	padding-top: 10px;
}



#movie {
	height: 256px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0000;
	text-align: center;
}


.redframe {
	border: 1px solid #F00;
}

#centeredcontent {
	text-align: center;
}
.error {
	color: #FF0000;
}



/*--------------------------------------- navigation bar ---------------------------------- */
#navigation {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #FC1B34;
	border-bottom-color: #FC1B34;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 40px;
}

#navigation ul {
	list-style: none;
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	font-size: .8em;
}
	
#navigation li {
	display: inline;
	padding-left: 9px;
	padding-right: 9px;
}
	
#navigation a {
	color:#FFFFFF;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #F00;
}
	
#navigation .currentpage {
	color: #F00;
	text-decoration: none;
}

#navigation .currentpage a {
	color: #F00;
	text-decoration: none;
}

#navigation .currentsubpage{
	color: #F00;
	text-decoration: none;
}

#navigation .currentsubpage a {
	color: #F00;
	text-decoration: none;
}

#navigation hr{
	margin: 0;
	padding: 0;
	height: 0px;
	border: 0px;
	border-top: 1px solid #440000;
}



/*--------------------------------------- bio navigation  ---------------------------------- */

#bionav {
	float: left;
	width: 25%;
	margin-top: 78px;
	text-decoration: none;
	clear: both;
	text-align: left;
}

#bionav ul {
	list-style: none;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
	
#bionav li {
	display: block;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 14px;
	list-style: none;
}
	
#bionav a {
	color:#FFFFFF;
	text-decoration: none;
}
	
#bionav a:hover {
	color: #F00;
}
	
#bionav .biopage {
	color: #F00;
	text-decoration: none;
	font-size: 1.0em;
	margin-right: 4px;
}



/*--------------------------------------- event navigation  ---------------------------------- */
#eventnav {
	float: left;
	width: 25%;
	margin-top: 40px;
	margin-right: 20px;
}

#eventnav .eventpage {
	color: #F00;
	text-decoration: none;
	font-size: 1.0em;
	padding-bottom: 2em;
}
#eventnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#eventnav a:hover {
	color: #FF0000;
}

.mediadescription {
	font-size: .85em;
}
#calendarbgd {
	background-color: #000000;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #FF0000;
}
