html, body {
	margin: 0px;
	background: #353535;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background: url("/templates/onthemove/images/bg-body.jpg") repeat-x #FFF;
	font-size: 13px;
	color: #707070;
}

h1, h2, h3, h4, h5, h6, p, li {
	margin: 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
h1 { font-size: 19px; font-family: "Trebuchet MS"; font-weight: bold; color: #1e1e1e; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

a {
	color: #bc000f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

.Clear {
	clear: left;
}

#Page #Header,
#Page #Header #Menu,
#Page #Content,
#Page #Content #ColumnSide,
#Page #Content #ColumnMain,
#Page #Content #ColumnLeft,
#Page #Content #ColumnMiddle,
#Page #Content #ColumnRight {
	float: left;
}
#PageWrapper {
	margin: auto;
	width: 980px;
}

#Page {
	margin: auto;
	width: 960px;
}

#Page #Header {
	clear: left;
	width: 100%;
	height: 227px;
	background: url("/templates/onthemove/images/bg-header.jpg") no-repeat;
	background-position: top left;
}

#Page #Header #Menu {
	clear: left;
	width: 100%;
	height: 37px;
}
#Page #Header #Logo {
	clear: left;
	float: left;
	width: 100%;
	height: 180px;
}
#Page #Header #Logo img {
	padding-left: 300px;
	padding-top: 45px;
}

#Menu ul {
	padding: 0px;
	margin: 0px auto;
	display: table;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 10px 20px;
}
#Menu ul li a {
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
#Menu ul li a:hover {
	color: #000;
}
#Menu ul li.Active a {
	color: #000;
}


#Submenu {
	margin-bottom: 8px;
	padding: 0px 0px;
}
#Submenu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#Submenu ul li {
	padding: 0px;
	padding-bottom: 2px;
}
#Submenu ul li a {
	color: #FFF;
	display: block;
	padding: 6px 10px;
	text-transform: uppercase;
	font-weight: normal;
	background: url("/templates/onthemove/images/bg-side-h2.gif") repeat-y #1e1e1e;
	background-position: right;
	font-size: 14px;
}
#Submenu ul li a:hover {
	color: #bc000f;
	text-decoration: none;
}


#Page #Content {
	clear: left;
	width: 100%;
	padding-bottom: 50px;
}
#Page #Content.Index {
	margin: 10px 0px;
	padding-bottom: 0px;
}


#Page #Content #ColumnSide {	width: 350px; }
#Page #Content #ColumnMain {	width: 585px; margin-left: 25px; }

#Page #Content #ColumnLeft {	width: 350px; }
#Page #Content #ColumnMiddle {	width: 373px; }
#Page #Content #ColumnRight {	width: 182px; margin-left: 25px; }


#Page #Content #ColumnSide .Wrapper {
	padding: 10px 0px;
}
#Page #Content #ColumnLeft .Wrapper {
	padding: 10px 0px;
}
#Page #Content #ColumnMiddle .Wrapper {
	padding: 10px 0px;
}
#Page #Content #ColumnRight .Wrapper {
	padding: 10px 0px;
	padding-bottom: 5px;
}
#Page #Content #ColumnMain .Wrapper {
	padding: 10px 0px;
}

#Page #Content #ColumnLeft h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
}
#Page #Content #ColumnLeft h2 a {
	color: #FFF;
	display: block;
	padding: 6px 10px;
	text-transform: uppercase;
	font-weight: normal;
	background: url("/templates/onthemove/images/bg-side-h2.gif") repeat-y #1e1e1e;
	background-position: right;
	font-size: 14px;
}
#Page #Content #ColumnLeft h2 a:hover {
	color: #bc000f;
	text-decoration: none;
}


#BlogArchive {
	padding-top: 0px;
}
#BlogArchive ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px;
}
#BlogArchive ul li {
	padding: 6px 0px;
}
#BlogArchive ul li a {
	color: #616161;
	font-size: 13px;
}


#Gallery .Image {
	display: block;
	border: 1px solid #CCC;
}
#Gallery .Image img {
	display: block;
	padding: 4px;
}
#Gallery .Caption {
	display: block;
	padding: 5px 6px;
}
#Gallery a.Caption {
	/*color: #7c4848;*/
}

.Event {
	border-bottom: 1px solid #adadad;
}

.Post {
	padding: 0px 0px;
	padding-bottom: 15px;
}
.Post h1 .Date {
	display: inline;
	background: none;
	padding: 0px;
	padding-right: 10px;
}
.Post h1 a {
	text-decoration: none;
	color: #bc000f;
}
.Post img {
	border: 3px solid #adadad;
}
.Post p.ViewComments {
	margin: 10px 15px;
	padding: 10px 0px;
	text-align: right;
}
.Post .PostSeperater {
	clear: left;
	margin: 0px 0px;
	padding: 5px;
	border-bottom: 1px solid #adadad;
}

#WodScroll {
	padding-top: 5px;
}
#WodScroll #Week {
	float: left;
	padding-left: 1px;
}
#WodScroll #Week .Weekday {
	float: left;
	margin-right: 1px;
	background: url("/templates/onthemove/images/wodscroll-weekday.gif") no-repeat;
	background-position: top left;
	width: 44px;
	height: 47px;
}
#WodScroll #Week .Weekday.Active {
	background: url("/templates/onthemove/images/wodscroll-weekday-active.gif") no-repeat;
}
#WodScroll #Week .Weekday p {
	text-align: center !important;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px;
	color: #FFF;
}
#WodScroll #Week .Weekday p span {
	font-size: 20px;
	line-height: 20px;
}
#WodScroll #Week .Weekday p a {
	text-decoration: none;
	color: #FFF;
}
#WodScroll #ScrollLeft,
#WodScroll #ScrollRight {
	float: left;
	width: 9px;
}

.CertSchedule {
	padding: 7px 0px;
}
.CertSchedule h3 {
	line-height: 1em;
	font-size: 14px;
	padding: 0px;
}
.CertSchedule p {
	padding: 0px;
}
.CertSchedule p span {
	padding: 0px 3px;
}

#SearchInput {
	padding-left: 0px;
}
#SearchInput input {
	font-size: 16px;
}
#SearchButton {
	padding-top: 3px;
	padding-left: 4px;
}

#Footer {
	clear: left;
	width: 960px;
	margin: auto;
	padding-bottom: 50px;
}
#Footer h1 {
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0em;
	font-size: 16px !important;
	padding-top: 0px;
}
#Footer h1 span {
	font-size: 14px;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
}
#Footer ul li {
	float: left;
	display: block;
	width: 150px;
	padding: 0px;
}
#Footer ul li a {
	display:block;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
}

#Footer .Wrapper {
	margin: auto;
	padding: 0px;
	background: url("/templates/onthemove/images/bg-footer.jpg") no-repeat;
}

#Footer table {
	margin: 15px 0px;
}
#Footer table td {
	padding: 0px 20px;
}

.Rss a {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 16px;
	background: url("/images/icon-rss.png") no-repeat;
	background-position: 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .04em;
}