@charset "UTF-8";
@import url("/public/css/typography.css");
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #172923;
	margin: 0px;
}

a {
	color: #003300;
}

a:hover {
	color: #67824d	
}

#wrapper{
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {}
#navigation {}
#content {
	padding: 15px 10px 5px;
}
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
	background-color: #F5F4E0;
}
#mainContent {
	float: left;
	width: 525px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#secondaryContent {
	float: right;
	width: 445px;
}
.eventDetails {
	padding: 0px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.eventDetails  li {
	float: left;
	width: 225px;
	margin-right: 30px;
}
#calendar {
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	color: #4C6C5E;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #172923;
	margin: 0px 0px 15px;
	padding: 5px 0px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #172923;
	background-color: #f5f4e0;
	font-size: 1.6em;
	line-height: 110%;
}
h1 {
	color: #4C6C5E;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #172923;
	margin: 0px;
	padding: 6px 0px;
	background-color: #f5f4e0;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #172923;
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
}
h3 {
	color: #4C6C5E;
	font-size: 1.4em;
}
#calendar td{
	padding: 2px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #172923;
}
#calendar th{
	color: #F5F4E0;
	background-color: #4C6C5E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #172923;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
strong {
	color: #4C6C5E;
}
.clearBoth {clear:both}
	
#adArea {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #172923;
	margin: 15px 0px;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #172923;
	background-color: #f5f4e0;
	text-align: center;
}
.button {
	color: #F5F4E0;
	background-color: #4C6C5E;
	display: inline-block;
	height: 16px;
	border: 1px solid #172923;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	padding: 8px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0px;
}
.button:hover{
	color: #4C6C5E;
	background-color: #F5F4E0;
}

.box{
	padding: 10px;
}

.largeText {
	font-size: 1.2em;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both}
.cleared {clear:both}
.clearRight {clear:right}
.clearLeft {clear:left}

li {
	padding-bottom: 15px;
}

/*************** Align ***************/
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.valignTop {
	vertical-align: top;
}
.valignBottom {
	vertical-align: bottom;
}
.valignMiddle {
	vertical-align: middle;
}

/*************** Padding ***************/
.padding1px {
	padding: 1px;
}
.padding5px {
	padding: 5px;
}
.padding10px {
	padding: 10px;
}
.padding15px {
	padding: 15px;
}
.padding20px {
	padding: 20px;
} 
/*************** Padding Top ***************/
.paddingtop1px {
	padding-top: 1px;
}
.paddingtop5px {
	padding-top: 5px;
}
.paddingtop10px {
	padding-top: 10px;
}
.paddingtop15px {
	padding-top: 15px;
}
.paddingtop20px {
	padding-top: 20px;
}
.paddingtop25px {
	padding-top: 25px;
}
/*************** Padding Bottom ***************/
.paddingbottom5px {
	padding-bottom: 5px;
}
.paddingbottom10px {
	padding-bottom: 10px;
}
.paddingbottom15px {
	padding-bottom: 15px;
}
.paddingbottom20px {
	padding-bottom: 20px;
}
.paddingbottom25px {
	padding-bottom: 25px;
}
/*************** Padding Left ***************/
.paddingleft5px {
	padding-left: 5px;
}
.paddingleft10px {
	padding-left: 10px;
}
.paddingleft13px {
	padding-left: 13px;
}
.paddingleft15px {
	padding-left: 15px;
}
.paddingleft18px {
	padding-left: 18px;
}
.paddingleft20px {
	padding-left: 20px;
}
.paddingleft25px {
	padding-left: 25px;
}
.paddingleft55px {
	padding-left: 55px;
}
/*************** Padding Right ***************/
.paddingright5px {
	padding-right: 5px;
}
.paddingright10px {
	padding-right: 10px;
}
.paddingright15px {
	padding-right: 15px;
}
.paddingright20px {
	padding-right: 20px;
}
.paddingright25px {
	padding-right: 25px;
}

.marginTop0 {
	margin-top: 0px;
}