﻿/* General Settings */
body 
{
	margin-left: 5em;
	font-family: "Palatino Linotype" Garamond Serif;
	font-size: 11pt;
}
h1
{
	font-size: 24pt;
}
h2
{
	font-size: 18pt;
}
a
{
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
li.markoff
{
	text-decoration: line-through;
}

/* MenuBar Settings */
#MenuBar
{
	width: 800px;
	background: black url(images/git_tshirt_bground3.jpg) repeat-x fixed top left;
	color: #FFFFFF;
	padding: 5px;
	border: solid 2px #000000;
	margin: 1px 0;
	text-align: center;
}

#MenuBar, #MenuBar h1, #MenuBar h2
{
	font-family: Garamond "Palatino Linotype" Serif;
}
#MenuBar h1, #MenuBar h2
{
	margin-bottom: 0px;
	margin-top: 0px;
}

#MenuBar img
{
	float: left;
}

#MenuBar a
{
	color: #87BEE7;
}

#MenuBar a:hover
{
	color: #808080;
	text-decoration: none;
}

#MenuBar ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#MenuBar ul li
{
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	
	
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
}

/* Content Settings */
#Content
{
	width: 800px;
	
	padding: 5px;
	border: solid 2px #808080;
	margin: 1px 0;
}
#Content img
{
	float: right;
}
#Content p
{
	padding: 1em 2em;
	text-align: left;
}

#ContactForm
{
	text-align: center;
}

#Branding
{
	width: 800px;
	padding: 5px;
	margin: 1px 0;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
.ExplainBlock
{
	font-size: 8pt;
}

#RegCodeExpBlock
{
	display: inherit;
	font-size: 10pt;
	font-style: italic;
}

span.EventTitle
{
	text-decoration: underline;
	font-weight: bold;
}

span.EventLocation
{
	font-style: italic;
	font-weight: bold;
}

span.EventTag
{
	font-style: italic;
}

#EventList tr td
{
	vertical-align: top;
	text-align: left;
}
#ReunionCountdown
{
	font-style: italic;
	position: relative;
	left: 200px;
}
#cntdwn
{
	font-family: Courier;
	font-weight: bold;
	font-style: normal;
}
