/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Verdana, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
}

h4 {
	
	font-size: 13px;
	padding: 0 5px;
	color: #999999;
	
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
	margin-top: 5px;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Adjustments
-------------------------------------*/

body
{
	background: #000;
	border-top: 2px solid #FF007F;
	color: #fff;
	font-size: 11px;
	padding: 20px 0 40px;
}



a:link, a:visited
{
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #FF007F;
}

a:hover, a:active
{
	color: #FF007F;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0 0;
	text-align: right;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #FF007F;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	}
h4 {
margin-bottom: 0;
font-family: Georgia, "Times New Roman", Times, serif;
}
p
{
	overflow: hidden;
	padding: 0px 5px;
}

.readmore {
	text-align: right;
	}


.container_12
{
	margin-bottom: 20px;
}

.container_16
{
	background: #fff url(img/16_col.gif) repeat-y;
}
div#logo {
	text-align: center;
	}
	
strong {
	color: #FF007F;
	font-weight: normal;
	}

.spacer {
	height: 20px;
	}

ul.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #555;
	list-style-type: none;
	margin-right: 40px;
	margin-left: 30px;
	text-align: right;
	}

ul.nav li a.navcol:link, a.navcol:visited
{
display: block;
width: 100%;
padding: 0 7px 0 0;
text-decoration: none;
color: #555;
border-bottom: 1px solid #4D0020;
}

ul.nav li a.navcol:hover, a.navcol:active {
	color: #fff;
	border-bottom-color: #FF007F;
	text-decoration: none;
	}
	
div.personbox {
	width: 115px;
	height: 16em;
	padding: 0 10px 10px 10px;
	float: left;
}

div.personbox p {
	line-height: 1.2;
	margin:0;
	padding: 0px 2px;
	}

div.personbox p.role {
	color: #555;
	}

div.personbox img {
	border: 2px solid #4D0020;
	}

div.personbox:hover img {
	border: 2px solid #ff007f;
	}

div.personbox:hover p.role {
	color: #ff007f;
	}

div.calendar { margin: 5px; border: 1px solid white; padding: 5px; color: #777; height: 100px}
p.day, p.date, p.month { padding: 0; margin: 0; text-align: center; } 
p.day { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; line-height: 1em;}
p.date { font-size: 70px; font-weight: bold; line-height: 0.8em;}
p.month { font-size: 18px; font-weight: bold; line-height: 1.2em; letter-spacing: 0.2em;}
img.imgeventfrontpage { margin: 4px 0px; height: 112px; width: 700px; }
a:link.eventfrontpage, a:visited.eventfrontpage{ border: none;
text-decoration: none;  }