
body {
    color: #4e4e5e;
    background: #ddd url(../img/bg.png);
    margin: 1em;
    font-family: georgia, serif;
}

#outer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #4a1148; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #4A1148; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #000;
  color:      #000;
  height: 1px;
  width: 100%;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

img {margin-bottom: 0.5em; border: 0;}
/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

.title {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin: 0;
}

.subtitle {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0;
}

p.mainTitle {
  color: #4a1148;
  background: #fcfcfc;
  margin: 25px  0 0 0;
  padding-bottom: 0em;
}

.menu {
    overflow: hidden;
    margin: 1em 0em 1em 0;

    padding-top: 0.4em;
    padding-bottom: 0.35em;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.menuitem {
    padding-bottom: 0.5em;
    font-family: sans-serif;
}

.menuitem a {
    color: #4a1148;
    text-decoration: none;
}

.externalLink a {
    font-family: sans-serif;
    color: #000;
    text-decoration: none;
}

.mailtoLink a {
    color: #000;
    text-decoration: none;
}


.copyright {
    color: #999;
    font-size: 12px;
    margin-top: 2em;
    text-align: left;
}

#header {
    font-size: 32pt;
    text-align: left; 
    margin-top: 1em; 
}

#columns {
    margin-left: auto;
    margin-right: auto;
    background: #ccc;
}

#leftcolumn {
    padding-right: 1.5em;
/*    border-right: 1px solid #000; */
}

#rightcolumn {
    margin-top: 0em;
    padding-left: 1.5em;
}

/* Gallery */
.galleryThumb {
    margin: 0 3px 1em 0;
}

/* Press */
.pressThumb {
    margin: 0 0.5em 0 0;
}

.pressThumbText {
    font-size: 0.8em;
}

.newsItem {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.minorLink {
    margin-top: 2em;
}

.minorLink a {
    color: #333;
    font-style: italic;
}

.currentEvent {
    color: #4a1148;
}

.futureEvent  {
    margin: 0.5em 0 0.5em 0;
    color: #000;
}

.pastEvent  {
    margin: 0.5em 0 0.5em 0;
    color: #999;
}
/* Lightbox */
.blackOverlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.40;
    filter: alpha(opacity=80);
}
.whiteContent {
    font-family: sans-serif;
    display: none;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 20%;
    padding: 1em;
    border: 1px solid black;
    background-color: #fefefe;
    color: #000;
    z-index:1002;
    overflow: auto;
}


.blur {
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content,
.flyer-content {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow {
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: 0 3em 3em 3em;
}


.flyer-content {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: 0.5em 0.5em 0.5em 0.5em;
}


