/* This page can be edited for any custom styles that are required for formatting */
/* It is already linked to all templates that are in use */

/* "column-container-content" is the main content container that most of all content is placed in for all the sub pages */
/* "eventdetails-main-container-content" is the main content container for the events details page, please see the examples below for use when dealing with <h1>, <h2>, etc */

.column-container-content a,
.column-container-content a:link,
.column-container-content a:active,
.column-container-content a:visited
{
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}

.column-container-content /* initial font selection */
{
  font-size: 11px;
}

.column-container-content h1
{
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0;
}

.column-container-content h2
{
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0;
}

.column-container-content h3
{
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.column-container-content p
{
  padding: 0 0 10px 0;
  margin: 0;
}

.column-container-content ul
{
  margin: 0 0 0 15px;
  padding: 0 0 10px 0;
}

.column-container-content ul li
{
  margin: 0;
  padding: 0;
  line-height: 13px;
}

.column-container-content em
{
  padding-bottom: 10px;
}

.eventdetails-main-container-content h1 { }

.eventdetails-main-container-content h2 { }

.eventdetails-main-container-content h3 { }

.eventdetails-main-container-content h4 { }