html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 13px;
	line-height: 160%;
	background-color: #FFFFFF;
	color: #000000;
}

td {
	font-size: 13px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0044BB;
}

a:hover {
	color: #0000BB;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

#all {
	text-align: center;
}

#content {
	width: 850px;
	text-align: left;
	margin: 0 auto 30px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#header {
	margin: 30px 0px 0px;
}

#nav {
	background-color: #A6CBEE;
	border-top: solid 6px #063868;
	border-left: solid 2px #063868;
	border-right: solid 2px #063868;
	height: 26px;
}

#nav a:link, #nav a:active, #nav a:visited {
	float: left;
	color: #222222;
	padding: 3px 8px;
}

#nav a:hover {
	background-color: #FFFFFF;
	color: #222222;
}

#nav ul {
	margin: 0px;
	padding: 0px 8px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin-left: 20px;
}

#body {
	border-left: solid 2px #063868;
	border-right: solid 2px #063868;
	padding: 12px 20px 30px;
}

h1, h2, h3, h4 {
	padding: 0px;
	font-weight: normal;
	color: #444444;
}

h1 {
	margin: 0px 0px 18px;
	font-size: 36px;
}

h2 {
	margin: 0px 0px 12px;
	font-size: 28px;
	line-height: 1.1em;
}

h3 {
	margin: 0px 0px 8px;
	font-size: 20px;
}

h4 {
	margin: 0px 0px 4px;
	font-size: 16px;
}

.formColumn h4, .fullColumn h4, .halfColumn h4 {
	margin-top: 8px;
}

.error {
	font-size: 12px;
	color: #AA0000;
}

.clear {
	clear: left;
}

.formColumn, .fullColumn, .halfColumn {
	float: left;
	margin-right: 30px;
}

.formColumn {
	width: 400px;
}

.fullColumn {
	width: 790px;
}

.halfColumn {
	width: 340px;
}

.right {
	margin-right: 0px !important;
}

.rightColumn {
	margin-right: 0px;
}

.textfield {
	width: 100%;
}

.wideText {
	width: 400px;
}

.venueWidget {
	border: solid 1px #063868;
	float: right;
	width: 250px;
	margin: 4px 0px 4px 20px;
	font-size: 12px;
	line-height: 1.2em;
}

.venueSidebarWidget div, .venueWidget div {
	margin: 10px 15px 15px;
}

.venueSidebarWidget {
	border: solid 1px #063868;
	float: right;
	width: 234px;
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	line-height: 1.2em;
}

.displayEvent {
	margin: 50px 0px 0px;
	border-top: solid 4px #063868;
	border-bottom: solid 4px #063868;
	border-left: solid 1px #063868;
	border-right: solid 1px #063868;
	width: 340px;
}

.displayEvent h3 {
	margin: 8px 20px;
}

.displayEvent p {
	line-height: 120%;
	font-size: 13px;
	margin: 0px 20px 16px;
}

.tags {
	font-size: 12px;
}

.tagcloud {
	margin: 0px 40px 40px;
	padding: 0px;
	text-align: center;
	color: #777777;
}
.tagcloud li {
	list-style: none;
	display: inline;
}
.tagcloud li span {
	display: none;
}
.smallcloud {
	margin: 0px;
	line-height: 1.1em;
}

.tagcloud .tag1 { font-size: 1.2em; } .tagcloud .tag1 a { font-size: 1.0em; }
.tagcloud .tag2 { font-size: 1.3em; } .tagcloud .tag2 a { font-size: 1.2em; }
.tagcloud .tag3 { font-size: 1.4em; } .tagcloud .tag3 a { font-size: 1.3em; }
.tagcloud .tag4 { font-size: 1.5em; } .tagcloud .tag4 a { font-size: 1.35em; }
.tagcloud .tag5 { font-size: 1.5em; } .tagcloud .tag5 a { font-size: 1.4em; }

.smallcloud .tag1 { font-size: 0.7em; } .smallcloud .tag1 a { font-size: 1.0em; }
.smallcloud .tag2 { font-size: 0.75em; } .smallcloud .tag2 a { font-size: 1.2em; }
.smallcloud .tag3 { font-size: 0.8em; } .smallcloud .tag3 a { font-size: 1.3em; }
.smallcloud .tag4 { font-size: 0.9em; } .smallcloud .tag4 a { font-size: 1.35em; }
.smallcloud .tag5 { font-size: 1.0em; } .smallcloud .tag5 a { font-size: 1.4em; }

.isnotusertag a {
	color: #94B1E2;
}

.isusertag a.addusertag {
	display: none;
}
.isnotusertag a.removeusertag {
	display: none;
}

.isusertag a.removeusertag:link .removecolor, .isusertag a.removeusertag:visited .removecolor {
	display: none;
}
.isusertag a.removeusertag:link .removegray, .isusertag a.removeusertag:visited .removegray {
	display: inline;
}
.isusertag a.removeusertag:active .removecolor, .isusertag a.removeusertag:hover .removecolor {
	display: inline;
}
.isusertag a.removeusertag:active .removegray, .isusertag a.removeusertag:hover .removegray {
	display: none;
}

.isnotusertag a.addusertag:link .addcolor, .isnotusertag a.addusertag:visited .addcolor {
	display: none;
}
.isnotusertag a.addusertag:link .addgray, .isnotusertag a.addusertag:visited .addgray {
	display: inline;
}
.isnotusertag a.addusertag:active .addcolor, .isnotusertag a.addusertag:hover .addcolor {
	display: inline;
}
.isnotusertag a.addusertag:active .addgray, .isnotusertag a.addusertag:hover .addgray {
	display: none;
}


.intro {
	margin: 8px 0px 50px;
	font-family: Georgia, serif;
	font-size: 24px;
	color: #555555;
}

.intro em {
	font-weight: bold;
	color: #494949;
}

.userProfileImage {
	margin: 0px 15px 15px 0px;
	padding: 10px;
	float: left;
	border: solid 2px #BBC6E4;
	background-color: #F2F2F5;
}
.userProfileImage {
	text-align: center;
	width: 64px;
	height: 64px;
}
.userSmall {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	border: solid 2px #F2F2F5;
	background-color: #F2F2F5;
	width: 68px;
	height: 68px;
}
.userSmallContact {
	border: solid 2px #068828;
}
.userThumb {
	display: block;
	float: left;
	border: solid 1px #F2F2F5;
	width: 34px;
	height: 34px;
	text-align: center;
	margin: 0px 6px 6px 0px;
}
.userThumbContact {
	border: solid 1px #068828;
}
.userIcon {
	display: block;
	float: left;
	border: solid 1px #F2F2F5;
	width: 18px;
	height: 18px;
	text-align: center;
	margin: 0px 4px 4px 0px;
}
.userIconContact {
	border: solid 1px #068828;
}

/* 
 Main Calendar
*/

.calendar {
	margin: auto;
}

.formColumn table.calendar {
	width: 400px;
}

.halfColumn table.calendar {
	width: 340px;
}

.calendarBody {
	border-left: solid 1px #063868;
	border-right: solid 1px #063868;
	border-bottom: solid 4px #063868;
	margin-bottom: 1em;
}

.calendar .selected_day {
	border: solid 1px #063868;
}

.monthName th {
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #063868;
  color: white;
}

.otherMonth, .day, .day_with_event {
  padding: 0.7em 0.8em;
  border: 1px solid white;

}

.otherMonth {
  color: #eeeeee;
}

.day, .day_with_event {
  text-align: center;
}


.day {
  background-color: #F7F7F7;
}
.today {
  border: solid 1px #063868;
}
.weekend {
  background-color: #EEEEEE;
}
.day_with_event {
  background-color: #A6CBEE;
  padding: 0px;
}
.day_with_event a:link, .day_with_event a:visited {
  text-decoration: none;
  display: block;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.day_with_event a:hover {
  color: white;
  background-color: #233366;
}

.homeRight {
	width: 360px;
}


#noteForm {
	display: none;
	margin-bottom: 0.5em;
}
.submissionNote {
	border-top: solid 1px #999999;
	padding-bottom: 4px;
}

.submissionNote p {
	margin: 0px 0px 0.5em 0px;
}

.submissionNoteHeader {
	margin-top: 0.5em;
}


.bannerMessage {
	border: solid 2px #990000;
	background-color: #CC4444;
	padding: 6px 15px;
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
	font-size: 14px;
}

.bannerMessage a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.upcomingEvents {
	border-bottom: solid 3px #063868;
	padding: 0px;
}

.upcomingEvent {
	border-top: solid 3px #063868;
	border-left: solid 2px #063868;
	border-right: solid 2px #063868;
	margin: 0px;
}

.upcomingEvent .title, .displayEvent .title {
	font-size: 20px;
	background-color: #A6CBEE;
	display: block;
	padding: 5px 20px;
	margin-bottom: 16px;
	color: #063868;
	border-bottom: solid 1px #063868;
}

.upcomingEvent p {
	line-height: 120%;
	font-size: 13px;
	margin: 0px;
	padding: 0px 16px 16px;
	width: 340px;
}

h4.eventListHeader {
	font-size: 12px;
	margin: 0px;
}

.eventList {
	border-bottom: solid 1px #DDDDDD;
}
.eventListHeading {
	text-align: right;
	padding: 6px 10px 4px;
	font-size: 11px;
	line-height: 1.2em;
	clear: both;
}
.eventListHeadingNotFirst {
	border-top: solid 1px #DDDDDD;
}
.eventListItem {
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	font-size: 11px;
	clear: both;
}
.eventListItem .eventListItemHeader {
	padding: 0px 10px;
}
.eventListItemEven .eventListItemHeader {
	background-color: #E9F0F4;
}
.eventListItemOdd .eventListItemHeader {
	background-color: #F3F5FA;
}

.eventListItemName {
}
.eventListItemName, .eventListItemTime {
	cursor: default;
}
.eventListItemPast .eventListItemName, .eventListItemPast .eventListItemTime {
	color: #444444;
	font-style: italic;
}
.eventListItemUpcoming .eventListItemName, .eventListItemUpcoming .eventListItemTime {
	color: #000000;
	font-weight: bold;
}
.eventListItemTime {
	float: right;
	padding-left: 10px;
}

.eventDetailBox {
	border-top: solid 1px #DDDDDD;
	padding: 4px 10px;
}
.eventListItem .eventDetailBox {
	display: none;
}
.expanded .eventDetailBox {
	display: block !important;
}


.content-box {
	margin-bottom: 20px;
}


.titlebar {
	font-size: 14px;
	background-color: #A6CBEE;
	display: block;
	padding: 0px;
}
.titlebar .arrow {
	display: block;
	float: left;
	padding: 5px 6px 3px 6px;
}
.titlebar .titlebarlink {
	display: block;
	float: left;
	padding: 2px 6px 2px 0px;
	color: #063868;
}
.titlebar .titlebarnote {
	float: right;
	margin: 2px 12px 0px 0px;
	color: #063868;
}


.optionsBox {
	padding: 10px 15px;
	margin: 0px 0px 16px 0px;
	line-height: 1.3em;
	background-color: #E3EDF2;
}

.optionsBox li {
	list-style: none;
	padding-bottom: 10px;
}

.optionsBox li h4 {
	margin: 0px;
	font-weight: bold;
}

.optionsBox p {
	margin: 2px 0px;
}

.rsvpYes, .rsvpMaybe, .rsvpNo {
	display: none;
}
.rsvpStatusYes .rsvpYes {
	display: inline !important;
}
.rsvpStatusMaybe .rsvpMaybe {
	display: inline !important;
}
.rsvpStatusNo .rsvpNo {
	display: inline !important;
}

.hideRsvpForm .showRsvpFormLink {
	display: inline;
}
.hideRsvpForm .rsvpForm {
	display: none;
}
.showRsvpForm .showRsvpFormLink {
	display: none;
}
.showRsvpForm .rsvpForm {
	display: block;
}

.hideEmailNotificationSettings .hideEmailNotificationSettingsLink, .hideEmailNotificationSettings .emailNotificationsForm {
	display: none;
}
.showEmailNotificationSettings .showEmailNotificationSettingsLink {
	display: none;
}
.hideGroupSettings {
	display: none;
}
.showGroupSettingsControls .showGroupSettingsLink {
	display: none;
}
.hideGroupSettingsControls .hideGroupSettingsLink {
	display: none;
}

.halfColumn p {
	width: 340px;
}

.finePrint {
	margin: 0px 0px 0.5em 0px;
}
.small, .finePrint {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.4em;
}
.readMore {
	white-space: nowrap;
}

code {
	background-color: #EEEEEE;
}

.post h2 {
	margin: 0px;
}
.commentlist {
	padding: 0px;
	width: 400px;
}
#respond {
	width: 400px;
}

li.comment {
	list-style: none;
	list-style-position: outside;
}

#footer {
	border-bottom: solid 6px #063868;
	border-left: solid 2px #063868;
	border-right: solid 2px #063868;
	color: #666666;
	clear: both;
	text-align: center;
	padding: 5px 50px 8px;
	font-style: italic;
	font-size: 12px;
}
