@charset "utf-8";
/* Default HTML tag elements */

/* NOTES:
Put width specification in wrappers 
#0F2351 dark
#6B90D4 light
*/
/* content */
body {
	background: #0F2351 none repeat-x scroll 0 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #333333;
}
a, a:active, a:visited {
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}
img {
	border: none;
}
button {
	padding: 3px;
}

h1, h2, h3 {
	color: #0F2351;
	padding: 6px 0;
	margin: 6px 0;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
#banner {
	font-size: 22px;
	color: white;
	color: #0F2351;
}
#banner  h1{
	padding-top: 30px;
	font-size: 42px;
	color: white;
	color: #0F2351;
	/*
	font-family: georgia;
	*/
}
.slideshow { 
	height: 314px;
	width: 314px;	/* need to set width and height for Safari to render correctly */
	padding: 16px;
	margin: 0px;	/* Adjustment for the padding and border of the images */
	float: right;
	display: none;
}
.slideshow div {
	background: transparent;
}
.slideshow img { 
	background: white;
	border: 1px solid #cccccc;
	padding: 7px;
}
.event-feed-venue {
	display: none;
}
.sidebar h1 {
	background: #6B90D4;
	padding: 4px 8px;
	color: white;
	margin: 0;
	font-size: 100% !important;
}
.sidebar p, .sidebar h2 {
	padding: 8px 10px 0 10px;
	margin: 0;
	font-size: 90%;
	line-height: 120%;
}
.event-feed-datetime {
	background: #ffcc99;
	padding: 2px 6px;
	float: left;
	margin-right: 4px;
}
.event-feed-info{
	padding: 2px;
	margin-left: 10px;
}
#footer {
	font-size: 95%;
}
.clear {
	clear: both;
}
.error-list, .error-message {
	background: #ffcccc;
	color: red;
	padding: 3px;
	list-style: none;
}
.errors {
	list-style: none;
	float: right;
	margin: 0;
	padding: 2px 10px;
	color: red;
	background: #ffcccc;
	font-weight: bold;
}
.linked-image {
	margin: 3px;
}

/* hidden */
.event-info {
	margin: 0;
}
.event-register-button {
	margin: 10px 3px;
}
.event-links {
	border-left: 3px solid #4D2800;
	padding-left: 10px;
}
.event-links li {
	display: inline;
	margin-right: 10px;
}
.article-section-author, .article-section-postdate {
	display: none;
}
.event-list p {
	margin: 0;
}
.event-list div {
	padding: 5px 10px;
	background: #ffdd99;
	margin: 3px 0;
}
.article-section-title {
	border-radius: 10px 0 0 0;
	padding-left: 10px;
	/*background: #cc6600;
	color: white;*/
}
.article-author, .article-postdate, .article-post-date {
	display: none;
}
.article-section-abstract {
	padding-left: 10px;
}
.controls {
	background: #eeeeee;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.controls li {
	padding: 4px 10px;
	display: inline;
	font-size: 90%;
}
.controls li:hover {
	background: #eeeeff;
}
#news-link {
	display: none;
	}
