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

html, body {
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	background: #4b4b4b;
	font-size: 13px;
	color: #525352;
}

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

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

ul, ol {
	padding-left: 20px;
}

.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: 100%;
	background: url("/templates/hybrid/images/bg-page-wrapper.jpg") repeat-x #efc61b;
}

#PageWrapper2 {
	margin: auto;
	width: 980px;
	background: url("/templates/hybrid/images/bg-content.jpg") repeat-y;
}
.Interior #PageWrapper2 {
	background: url("/templates/hybrid/images/bg-content-interior.jpg") repeat-y;
}


#PageWrapper .Bottom {
	clear: left;
	width: 100%;
	height: 60px;
	background: url("/templates/hybrid/images/bg-content-bottom.jpg") no-repeat #EFC61B;
	background-position: top left;
}
#PageWrapper.Interior .Bottom {
	background: url("/templates/hybrid/images/bg-content-bottom-interior.jpg") no-repeat #EFC61B;
}
#PageWrapper .Bottom div {
	clear: left;
	margin-left: 205px;
	width: 407px;
	height: 39px;
}
#PageWrapper .Bottom div p a {
	display: block;
	padding: 7px 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	color: #833a1c;
}
#PageWrapper.Interior .Bottom div {
	display: none;
}


#Page {
	margin: auto;
	width: 980px;
	background: url("/templates/hybrid/images/bg-header.jpg") no-repeat;
	background-position: top left;
}
.Interior #Page {
	background: url("/templates/hybrid/images/bg-header-interior.jpg") no-repeat;
}

#Page #Header {
	clear: left;
	width: 100%;
	height: 40px;
}
#Page #Header #Menu {
	clear: left;
	width: 100%;
	height: 40px;
}
#Page #Logo {
	clear: left;
	float: left;
	width: 205px;
	height: 198px;
}

#Menu ul {
	padding: 0px;
	margin: 0px;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 10px 14px;
	padding-top: 12px;
}
#Menu ul li a {
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #833a1c;
}
#Menu ul li a:hover {
	color: #FFF;
}
#Menu ul li.Active a {
	color: #FFF;
}



#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;
	font-size: 14px;
	padding: 8px 8px;
	background: #1C1C1C;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bold;
	display: block;
}
#Submenu ul li a.Active,
#Submenu ul li a:hover {
	color: #dc7930;
}


#Page #Content {
	clear: left;
	width: 100%;
	padding-bottom: 50px;
	/*
	background: url("/templates/hybrid/images/bg-content-bottom-interior.jpg") no-repeat;
	background-position: bottom left;
	*/
}
#Page #Content.Index {
	/*
	background: url("/templates/hybrid/images/bg-content-bottom.jpg") no-repeat;
	*/
}
#Page #Content .Wrapper {
	clear: left;
}


#Page #Content #ColumnSide {	width: 205px; }
#Page #Content #ColumnLeft {	width: 205px; }
#Page #Content #ColumnMiddle {	width: 407px; padding-top: 132px; }
#Page #Content #ColumnRight {	width: 351px; padding-top: 164px; }
#Page #Content #ColumnMain {	width: 758px; padding-top: 132px; }

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


#Page #Content #ColumnLeft h1 {
	font-size: 19px;
	color: #3f3f3f;
}

#Page #Content #ColumnMain h1 {
}



#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;
}


.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: #dc7930;
}
.Post img {
	border: 3px solid #323232;
}
.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 #c3c3c3;
}

#WodScroll {
	padding-top: 5px;
}
#WodScroll #Week {
	float: left;
	padding-left: 1px;
}
#WodScroll #Week .Weekday {
	float: left;
	margin-right: 1px;
	background: url("/templates/hybrid/images/wodscroll-weekday.gif") no-repeat;
	background-position: top left;
	width: 42px;
	height: 47px;
}
#WodScroll #Week .Weekday.Active {
	background: url("/templates/hybrid/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: 16px;
}
#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;
}

.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;
}

#FormContact {
	width: 80%;
}
#FormContact td {
	padding: 3px 5px;
}
#FormContact .Label {
	width: 120px;
}


#Footer {
	clear: left;
	width: 980px;
	margin: auto;
	color: #b6b6b6;
}
#Footer .Wrapper {
	margin: auto;
	padding: 10px 15px;
}
#Footer h2 {
	color: #b6b6b6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px !important;
	padding-bottom: 5px;
}
#Footer h3 {
	color: #b6b6b6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px !important;
	padding-bottom: 5px;
}
#Footer a {
	color: #dc7930;
}
#Footer h1 span {
	font-size: 14px;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
}
#Footer ul li {
	float: left;
	display: block;
	width: 125px;
	padding: 0px;
}
#Footer ul li a {
	display:block;
	padding: 2px 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: #4e4e4e;
}

#Footer table {
	margin: 10px 0px;
}
#Footer table td {
	padding: 0px 0px;
	color: #b6b6b6 !important;
}
#Footer table td table {
	margin: 0px;
}
#Footer table td input {
	color: #b6b6b6 !important;
}

#FormSearch,
#FormSignup {
}
#FormSearch td,
#FormSignup td {
	padding: 0px !important;
}
#FormSearch td.Input,
#FormSignup td.Input {
	padding-bottom: 5px !important;
}
#FormSearch td.Input input,
#FormSignup td.Input input {
	font-size: 12px;
	padding: 3px;
	background: #313131 !important;
	color: #b6b6b6 !Important;
	border: 0px;
}
#FormSearch td.Button,
#FormSignup td.Button {
	text-align: right;
}
