html, body {
	margin: 0px;
	background: url("/templates/uscrossfit/images/bg-body.gif") repeat-x #22262b;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	color: #616161;
}

textarea {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}

a img {
	border: 0px;
}

a {
	color: #2f6097;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 10px 5px;
	padding-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	color: #6c6c6c;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
#Content #ColumnLeft h1.SubHead {
	margin-top: 12px;
	padding: 4px 8px;
	background: url("/templates/uscrossfit/images/bg-h1.gif") repeat;
	color: #FFF;
}

.Ad {
	padding-top: 8px;
}
.Ad img {
	display: block;
}

.Clear {
	clear: left;
}

#PageWrapper {
	width: 802px;
	margin: auto;
	background: url("/templates/uscrossfit/images/bg-page.gif") repeat-y;
	background-position: top center;
}
#Page {
	margin: auto;
	width: 800px;
	padding-top: 3px;
}
#Page #Header {
	width: 100%;
	background: url("/templates/uscrossfit/images/bg-header.jpg") no-repeat;
}
#Page #Header #Logo {
	height: 170px;
}
#Page #Header #Logo img {
	margin-top: 100px;
	margin-left: 20px;
}
#Page #Header #Menu {
	clear: left;
	width: 100%;
	height: 37px;
	margin-top: 3px;
	//margin-top: 2px;
	background: url("/templates/uscrossfit/images/bg-header-menu.gif") no-repeat;
}
/*http://pmob.co.uk/pob/centred-float.htm*/
#Menu #TopMenu {
	clear: left;
	padding: 0px 0px;
	margin: 0px;
}
#Menu #TopMenu ul {
	margin: 0px auto;
	padding: 0px;
	padding-top: 10px;
	list-style-type: none;
	display: table;
}
#Menu #TopMenu ul li {
	float: left;
	display: table-cell;
	border: 0px solid #F00;
	padding: 0px 0px;
}
#Menu #TopMenu ul li.Middle {
	background: url("/templates/uscrossfit/images/bg-topmenu-li.gif") repeat-y;
	background-position: top left;
}
#Menu #TopMenu ul li a {
	display: block;
	padding: 2px 20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS";
	letter-spacing: .05em;
	color: #7a7a7a;
}
#Menu #TopMenu ul li a:hover {
	color: #a9a9a9;
	background: #22272d;
}
#Menu #TopMenu ul li a.Active,
#Menu #TopMenu ul li a.Active:hover {
	color: #FFF;
	background: none;
}

#Page #Content {
	clear: left;
	float: left;
	width: 100%;
	margin: 3px 0px;
	border-top: 0px solid #F00;
	background: url("/templates/uscrossfit/images/bg-content.gif") repeat-y;
}
#Page #Content.Index {
	background: url("/templates/uscrossfit/images/bg-content-index.gif") repeat-y;
}
#Page #Content #Whole {
	background: #E2E2E2;
}

#Page #Content #ColumnLeft,
#Page #Content #ColumnSide {
	float: left;
	width: 226px;
}
#Page #Content #ColumnMiddle {
	float: left;
	width: 363px;
}
#Page #Content #ColumnRight {
	float: left;
	width: 211px;
}
#Page #Content #ColumnMain {
	float: left;
	width: 574px;
}
#Page #Content #ColumnLeft div.Wrapper,
#Page #Content #ColumnSide div.Wrapper {
	padding: 3px 6px;
}
#Page #Content #ColumnMiddle div.Wrapper {
	padding: 3px 6px;
}
#Page #Content #ColumnRight div.Wrapper {
	padding: 3px 6px;
}
#Page #Content #ColumnMain div.Wrapper {
	padding: 3px 6px;
}
#Page #Content #ColumnRight .Ad {
	padding-left: 5px;
}

#Page #Content h1 {
	padding: 4px 8px;
	background: url("/templates/uscrossfit/images/bg-h1.gif") repeat;
	color: #FFF;
}
#Page #Content #ColumnMain .Post h1,
#Page #Content #ColumnMiddle .Post h1 {
	background: #e0e4e9 !important;
}
#Page #Content #ColumnMain .Post h1,
#Page #Content #ColumnMain .Post h1 .Date,
#Page #Content #ColumnMiddle .Post h1 .Date {
	color: #6c6c6c !important;
}
#Page #Content h1.Empty {
	background: none;
}
#Page #Content #ColumnSide h1,
#Page #Content #ColumnSide h2,
#Page #Content #ColumnSide p {
	color: #FFF;
}
#Page #Content #ColumnSide a {
	color: #497fbd;
}

#Page #Content #ColumnMain #Map {
	padding-left: 5px;
}
#Page #Content #ColumnMain iframe {
	width: 530px;
	border: 4px solid #C9CFD3;
}
#Page #Content #ColumnMain #Map p {
	font-size: .9em;
}
#Page #Content #ColumnMain #Map p a {
	color: #2f6097;
}

#Page #Content #ColumnMain #AddressInfo {
	width: 100%;
}
#Page #Content #ColumnMain #AddressInfo .Address {
	vertical-align: top;
	padding: 10px 5px;
	padding-bottom: 15px;
}
#Page #Content #ColumnMain #AddressInfo .Phone {
	vertical-align: top;
	padding: 10px 5px;
	padding-bottom: 15px;
}


#ColumnLeft h2,
#ColumnSide h2,
#ColumnRight h2 {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px 4px;
	color: #FFF;
}
#ColumnLeft h2 a,
#ColumnSide h2 a,
#ColumnRight h2 a {
	display: block;
	background: url("/templates/uscrossfit/images/bg-h2-a.jpg") repeat-x;
	font-size: 14px;
	padding: 6px 15px;
	font-weight: bold;
	color: #FFF;
}
#ColumnLeft h2 a:hover,
#ColumnSide h2 a:hover,
#ColumnRight h2 a:hover {
	color: #6ebcd6;
	text-decoration: none;
}



.Post {
	padding: 10px 0px;
	padding-bottom: 15px;
}
#ColumnMain .Post {
	padding-top: 0px;
}
.Post h1 {
	font-size: 16px;
	letter-spacing: .0em;
	text-transform: none;
	padding-bottom: 0px;
	background: none !important;
	color: #6c6c6c !important;
	
	padding: 4px 8px;
	background: url("/templates/uscrossfit/images/bg-h1.gif") repeat !important;
	color: #FFF !important;
}
.Post h1 .Date {
	padding-right: 10px;
	color: #FFF;
}
.Post p.Return {
	padding-bottom: 0px;
	border: 0px solid #000;
}
.Post img {
	border: 3px solid #BBB;
}
.Post p.ViewComments {
	margin: 10px 15px;
	padding: 10px 0px;
	text-align: right;
	background: url("/templates/uscrossfit/images/bg-post.gif") repeat-x;
	background-position: bottom left;
}
.Post .PostSeperater {
	clear: left;
	margin: 0px 5px;
	padding: 5px;
	border-bottom: 1px dashed #C3C3C3;
}

.Comments tr.Odd {
	background: #d3d8db;
}



#SubMenu {
	margin-bottom: 8px;
	padding: 10px 6px;
}
#SubMenu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#SubMenu ul li {
	background: none;
}
#SubMenu ul li.Middle {
	background: url("/templates/uscrossfit/images/bg-ul-li.gif") repeat-x;
	background-position: top;
}
#SubMenu ul li a {
	color: #7a7a7a !important;
	font-size: 12px;
	padding: 6px 4px;
	padding-top: 7px;
	font-family: "Trebuchet MS";
	display:block;
}
#SubMenu ul li a:hover {
	background: #22272d;
	color: #A9A9A9;
	color: #a9a9a9 !important;
}




.CalendarControls h2 {
	padding: 0px;
	padding-top: 6px;
	color: #6c6c6c !important;
}
.CalendarControls h2 a {
	background: none !important;
	color: #2f6097 !Important;
}
.Calendar {
	width: 100%;
	border: 0px solid #FFF;
}
.Calendar td {
	width: 14%;
	padding: 3px;
	padding-top: 8px;
	background: #e0e4e9;
	font-size: 11px;
}
.Calendar th {
	padding: 3px;
}
.Calendar td.Empty {
	background: none;
}
.Calendar td.Controls {
	padding-top: 0px;
	background: #FFF;
}
.Calendar td.Link {
	color: #FFF;
	background: #2f6097;
}
.Calendar td a {
	color: #FFF !important;
}
.Calendar td.Today {
	color: #FFF;
	background: #616161;
}




#EventList .Event {
	margin: 0px 5px;
	padding: 10px 0px;
	padding-bottom: 15px;
}
#EventList.Preview .Event {
	padding-bottom: 10px;
}

#EventList .Event h1 {
	padding: 0px !Important;
	background: none !Important;
	color: #6c6c6c !Important;
}
#EventList p {
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}
#EventList.Preview p.Date {
	font-size: 14px;
}
#EventList p.Date {
	padding-bottom: 2px;
	font-weight: bold;
	color: #2f6097;
}



/*

.Article h3 {
	padding-bottom: 0px;
}
.Article h3 span {
	padding-right: 10px;
}
.Article div p {
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
}


#Page #Content #Side {
	float: left;
	width: 204px;
	background: url("/templates/uscrossfit/images/bg-content-side.jpg") no-repeat;
	background-position: top left;
	padding-bottom: 70px;
}
#Page #Content #Side h1 {
	margin-right: 1px;
	padding-bottom: 8px;
	background: url("/templates/uscrossfit/images/bg-side-menu-li.gif") repeat-x;
	background: #3f3f3f;
	margin: 1px;
	margin-right: 0px;
	background-position: bottom left;
	color: #a1a1a1;
}
#Page #Content #Side #SubMenu ul {
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	list-style-type: none;
}
#Page #Content #Side #SubMenu ul li {
	display: block;
	padding-bottom: 2px;
	background: url("/templates/uscrossfit/images/bg-side-menu-li.gif") repeat-x;
	background-position: bottom left;
}
#Page #Content #Side #SubMenu ul li a {
	display: block;
	color: #4f4f4f;
	padding: 8px 15px;
	padding-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#Page #Content #Side #SubMenu ul li a.Active {
	background: #d5d5d5;
}
#Page #Content #Side #SubMenu ul li a:hover {
	background: #111111;
}
#Page #Content #Main {
	float: left;
	width: 596px;
	background: url("/templates/uscrossfit/images/bg-content-main.jpg") repeat-x #FFF;
}
#Page #Content #Main h1 {
	color: #4f4f4f;
}
#Page #Content #Main h1 a.Parent {
	color: #7c4848;
}

#Content #LeftSide {
	float: left;
	width: 284px;
	background: url("/templates/uscrossfit/images/bg-content-leftside.jpg") no-repeat;
	background-position: top left;
}
#Content #BlogArchive {
}
#Content #BlogArchive ul {
	list-style-type: none;
	padding: 15px 15px;
	padding-top: 5px;
	margin: 0px;
}
#Content #BlogArchive ul li {
	padding: 8px 0px;
	background: url("/templates/uscrossfit/images/bg-ul-li.gif") repeat-x;
}
#Content #BlogArchive ul li a {
	color: #FFF;
	font-size: 14px;
}

#Content #Blog {
	float: left;
	width: 355px;
	background: url("/templates/uscrossfit/images/bg-content-blog.jpg") no-repeat;
	background-position: top left;
	padding-bottom: 100px;
}

#Gallery .Image {
	display: block;
	border: 1px solid #CCC;
}
#Gallery .Image img {
	display: block;
	padding: 4px;
}
#Gallery .Caption {
	display: block;
	padding: 5px 6px;
}




.Inline {
	//margin: 0px 15px;
	background: #DEDEDE;
}
.PostSeperator {
	width: auto;
	height: 1px;
	margin:10px 15px;
	margin-right:25px;
	border-top: 1px dashed #C3C3C3;
}
*/

#FormContact,
#FormPostComment {
	margin: 10px 15px;
	width: 400px;
}
#FormContact .Label {
	width: 115px;
	padding-right: 6px;
	text-align: right;
}
#FormPostComment .Label {
	width: 100px;
}
#FormContact td {
	padding: 2px 0px;
}

.Error, .Message {
	margin: 8px 15px;
}
.Error p, .Message p {
	margin: 0px;
	padding: 5px 8px;
	line-height: 1.4em;
}
.Error {
	border-top: 2px solid #7c4848;
	border-bottom: 2px solid #7c4848;
	background: #ffe8e8;
}
.Message {
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}
#Footer {
	clear: left;
	width: 800px;
	margin: auto;
	border: 0px solid #F00;
	background: url("/templates/uscrossfit/images/bg-footer.gif") repeat-y;
}
#Footer .Wrapper {
	margin: 0px;
	padding-bottom: 20px;
	background: url("/templates/uscrossfit/images/bg-footer-wrapper.gif") no-repeat;
}
#Footer p {
	padding: 5px 15px;
	color: #000;
}
#Footer p a {
	padding-left: 0px;
	color: #000;
}
#Footer a:hover {
	color: #656565 !important;
}
#Footer hr {
	clear: left;
	margin: 10px 10px;
	color: #000;
	background: url("/templates/uscrossfit/images/bg-footer-divider.gif") repeat-x;
}
#Footer div.Divider {
	clear: left;
	height: 2px;
	width: auto;
	margin: 10px;
	background: url("/templates/uscrossfit/images/bg-footer-divider.png") repeat-x;
}

#Footer .Menu {
	clear: left;
	padding: 15px 0px;
	padding-bottom: 20px;
}
#Footer .Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Footer .Menu ul li {
	float: left;
}
#Footer .Menu ul li.Middle {
	border-left: 1px solid #000;
}
#Footer .Menu ul li a {
	padding: 5px 15px;
	color: #000;
}
#Footer .Menu ul li a:hover {
	color: #7c4848;
	color: #FFF;
}


