/* @override http://crossfit/css/screen.css */

/* @group Generic */

/* @group Font Sizes and Margins */

@font-face {
	font-family: 'ChunkFive';
	src: local('ChunkFive'), local('ChunkFive'), url('/fonts/Chunkfive.woff') format('woff'), url('/fonts/Chunkfive.ttf') format('truetype'), url('/fonts/Chunkfive.svg#ChunkFive') format('svg');
}

@font-face {
	font-family: 'Nevis';
	src: local('nevis'), local('nevis-Bold'), url('/fonts/nevis.woff') format('woff'), url('/fonts/nevis.ttf') format('truetype');
}

body {
	background-color: #ffffff;
	color: #000000;
	color: rgba(0, 0, 0, 0.99);
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

li li,
li p,
td li,
td p {
	font-size: 1.0em;
}

p {
	margin: 0.5em 0;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:  'ChunkFive', 'Clarendon LT Std', Georgia, serif;
	font-weight: normal;
	margin: 0.5em 0 0;
	line-height: 1.2em;
}

h1 {
	font-size: 3.6em;
	margin: 8px 0 0;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.1em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	margin: 1em 0;
}

blockquote p {
	margin: 1em;
}

blockquote p cite {
	display: block;
	text-align: right;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

ul li {
	background: url(/images/layout/bullet.png) no-repeat 0 0;
	padding-left: 1.6em;
}

ul.square li {
	list-style-type: square;
}

ol li {
	list-style: decimal;
	margin-left: 1.6em;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

hr {
	clear: both;
	border: 0 none;
	border-top: 2px groove #f4ebe2;
	margin: 25px 0;
}

/* @end */

/* @group Tables */

table {
	margin: 1em 0;
	width: 100%;
}

table td,
table th {
	padding: 9px 11px;
	text-align: left;
}

/* @end */

/* @group Links */

a:link,
a:visited {
	color: #6c8660;
	text-decoration: none;
}

a:hover {
	color: #aac1a0;
	text-decoration: underline;
}

a.back:link,
a.back:visited {
	background: url(/images/layout/arrow-black-left.png) no-repeat 0 0;
	padding-left: 23px;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

img,
iframe {
	border: 5px #6c8660 solid;
	margin: 0;
	max-width: 650px;
	padding: 0px;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

img[href*='smileys'],
.fb_iframe_widget iframe {
	border: 0 none;
	margin: 0;
	max-width: 650px;
	padding: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

iframe {
	max-width: 920px;
}

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

div.image-left,
div.image-right {
 	width: 100px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	display: block;
}

.image-left p,
.image-right p {
	color: #797979;
	color: rgba(102, 102, 102, 0.99);
	font-size: 1.1em;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @end */

/* @group Layout */

body {
	background: url(/images/layout/background.jpg) repeat 50% 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#content {
	clear: both;
}

.content-sub,
.content .post {
	padding: 5px 15px;
 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.content {
	margin-top: 2em;
	width: 692px;
	position: relative;
	z-index: 100;
}

.left {
	float: left;
	left: 0;
	display: inline;
}

.right {
	float: right;
	right: 0;
	display: inline;
}

.full {
	float: none;
	width: 100%;
}

/* @end */

/* @group Header / Nav */

#header {
	margin: 0;
	padding-top: 12px;
	position: relative;
}

#header #logo {
	background: url(/images/layout/logo.png);
	display: block;
	float: left;
	height: 200px;
	position: relative;
	text-indent: -9999px;
	width: 324px;
	z-index: 1000;
}

#header img#header-image-mask {
	z-index: 300;
}

#header img {
	border: 0 none;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}


#nav-main {
	background: url(/images/layout/navigation.jpg);
	clear: both;
	margin: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	z-index: 500;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#nav-main li {
	background: transparent;
	display: inline-block;
	font-family: 'Nevis', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

#nav-main li a:link,
#nav-main li a:visited {
	display: block;
	padding: 10px 10px;
	color: #eaeae9;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	text-decoration: none;
}

#nav-main li.active a:link,
#nav-main li.active a:visited/*,
#nav-main li a:hover*/ {
	background: url(/images/layout/nav-current.png) no-repeat 50% 37px;
}

#nav-main li a:hover {
	color: #6c8660;
}

/* @end */

/* @group Content Sub */

.content-sub {
	background: #436476;
	background: rgba(36, 65, 88, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.12);
	width: 230px;
	z-index: 50;
	margin-top: 33px;
	padding-right: 20px;
}

.content-sub-right {
	padding-left: 105px;
	margin-left: -90px;
}

.content-sub-left {
	padding-right: 105px;
	margin-right: -90px;
}

.content-sub h3,
.content-sub h4 {
	font-family: 'Nevis', Helvetica, Arial, sans-serif;
	color: #f4f0ec;
}

.content-sub h4 {
	font-size: 1.4em;
	margin-top: 20px;
}

.content-sub h4 span {
	display: block;
	font-weight: normal;
	font-size: 75%;
}

.content-sub .block {
	margin: 0 0 25px;
}

.content-sub a:link,
.content-sub a:visited {
	color: #b7bfc5;
	color: rgba(255,252,252,0.6);
}

.content-sub a:hover {
	color: #fff;
}

.content-sub-green {
	background: rgba(84, 104, 75, 0.7) url(/images/layout/icon-weight.png) no-repeat 278px 21px;
	margin-bottom: -20px;
}

.content-sub-green h3 {
	background: url(/images/layout/icon-snowflake.png) no-repeat 17px 8px;
	font-family: 'ChunkFive', Helvetica, Arial, sans-serif;
	font-size: 3em;
	margin: 7px 0 0;
	text-align: center;
}

.content-sub-green h3 a:link,
.content-sub-green h3 a:visited {
	color: #ffffff;
}

.content-sub li,
.content-sub p {
	color: #dadddc;
}

/* @group Getting Started */

#getting-started {
}

#getting-started a:link,
#getting-started a:visited,
#getting-started .phone {
	color: rgba(255, 255, 255, 0.5);
	color: #fff;
	text-decoration: none;
}

#getting-started a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#getting-started .phone,
#getting-started .address {
	display: block;
	font-size: 160%;
	line-height: 1.3;
	margin-top: 9px;
}

/* @end */

/* @group Testimonials */

#testimonials blockquote p {
	margin-left: 0;
	margin-right: 0;
}

/* @end */

/* @group Facebook Updates / Upcoming Events */

.divided-list li,
#upcoming-events li,
#facebook-updates li {
	color: rgba(255,252,252,0.8);
	background: transparent;
	border-bottom: 2px groove #748e9d;
	padding: 7px 0;
}

.divided-list li.last,
#upcoming-events li.last,
#facebook-updates li.last {
	border-bottom: 0 none;
}

#facebook-updates li a.more:link,
#facebook-updates li a.more:visited {
	color: #82919c;
	color: rgba(255, 255, 255, 0.3);
	font-size: 90%;
	text-decoration: none;
}

#facebook-updates li a.more:hover {
	color: #ffffff;
}

.divided-list h4,
#upcoming-events h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
}

.divided-list h4 {
	margin-bottom: 2px;
}

.divided-list span,
#upcoming-events span {
	color: #bac7d1;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.divided-list span {
	font-size: 0.9em;
}

/* @end */

#facebook-pictures li {
	background: transparent;
	margin: 4px 8px 4px 0;
	padding: 0;
	float: left;
}

#facebook-pictures li img {
	border: 3px solid #fff;
	display: block;
	width: 101px;
}

#archive ul {
	display: none;
	margin: 0 0 5px;
}

#archive li.expanded ul {
	display: block;
}

#archive li {
	background: transparent;
	margin: 1px 0;
	padding: 0;
}

#archive a.year:link,
#archive a.year:visited {
	background: url(/images/layout/arrow.png) no-repeat 3px 5px;
	color: #b1bcad;
	font-weight: bold;
	font-size: 120%;
	padding-left: 12px;
	text-decoration: none;
}

#archive li.expanded a.year {
	background: url(/images/layout/arrow-down.png) no-repeat 0 6px;
}

#archive a.year:hover {
	color: #fff;
}

#archive ul li {
	color: #fff;
	list-style: square;
	margin-left: 2.6em;
	padding: 0;
}

#archive ul li a:link,
#archive ul li a:visited {
	color: #f4f0ec;
	color: rgba(244,240,236,0.75);
	text-decoration: none;
}

#archive ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav-sub li:first-child {
	background: transparent;
	padding: 0;
	font-family: 'Nevis', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

#nav-sub li a:link,
#nav-sub li a:visited {
	color: #F6F6F6;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

#nav-sub li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Post */

.post {
	background: #fffdf5;
	background: rgba(255, 255, 248, 0.92);
	border: 1px solid #cac5bb;
	border: 1px solid rgba(81, 67, 53, 0.3);
	margin-bottom: 12px;
}

.intro h1 {
	margin: 8px 0 -5px;
}

.post h2 {
	margin-bottom: 0;
}

.post h2 a:link,
.post h2 a:visited {
	color: #44553d;
	text-decoration: none;
}

.post h2 a:hover {
	color: #6c8660;
	text-decoration: underline;
}

.post-byline {
	border-bottom: 1px solid #cbbcb0;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.post-byline li {
	background: transparent;
	color: #666;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 6px;
}

.post-byline li span {
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
}

div.wod {
	background: #aac1cf;
	background: rgba(167,187,203,0.86);
}

div.wod h2 a:link,
div.wod h2 a:visited {
	color: #172a38;
}

div.wod h2 a:hover {
	color: #356081;
}

.post-meta {
	border-top: 1px solid #cbbcb0;
	padding-top: 5px;
}

.post-meta li.comments {
	border-right: 1px solid #cbbcb0;
	padding-right: 7px;
}

.post-meta a:link,
.post-meta a:visited {
	color: #514335;
}

.post-meta a:hover {
	color: #92785f;
}

.individual-post .post-meta {
	border-bottom: 1px solid #cbbcb0;
	padding-bottom: 5px;
}

.wod .post-byline,
.wod .post-meta,
.wod .post-meta li.comments {
	border-color: #929292;
}

.wod .post-meta a:link,
.wod .post-meta a:visited {
	color: #254864;
}

.wod .post-meta a:hover {
	color: #5c8bb1;
}

.post-meta li {
	background: transparent;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	margin: 1em 0 4em;
	padding-top: 10px;
}

#footer #affiliate-links li {
	background: transparent none;
	float: left;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
}

#footer #affiliate-links a:link,
#footer #affiliate-links a:visited {
	display: block;
	opacity: 0.3;
	text-indent: -9999px;
	
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
}

#footer #affiliate-links a:hover {
	opacity: 0.8;
}

#footer a.journal:link,
#footer a.journal:visited {
	background: url(/images/layout/journal.png);
	height: 66px;
	width: 124px;
}

#footer a.crossfit:link,
#footer a.crossfit:visited {
	background: url(/images/layout/logo-crossfit.png) no-repeat 0 0;
	height: 34px;
	width: 139px;
}

#footer a.crossfit-kids:link,
#footer a.crossfit-kids:visited {
	background: url(/images/layout/logo-kids.png) no-repeat 0 0;
	height: 34px;
	width: 212px;
}

#footer p {
	color: #666;
	color: rgba(0, 0, 0, 0.5);
}

/* @end */

/* @group Comments */

.comments .fb-comments {
	margin-top: 8px;
}

.comments ul li {
	background: none;
	border-bottom: 1px solid #d0bbae;
	padding: 5px 0;
}

.comments ul li img {
	float: left;
	margin-right: 10px;
}

.comments ul li .byline {
	color: #666;
	font-size: 95%;
}

#comment_form {
	margin: 1em 0 1em;
}

#comment_form label {
	display: inline-block;
	width: 5em;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	color: #333;
}

#comment_form label.checkbox {
	width: auto;
}

/* @end */

/* @group Forms */

#freeform {
	margin: 15px 0;
}

input.submit {
	background: url(/images/layout/background-brown.jpg) no-repeat 0 0;
	border: 0 none;
	font-family: 'Nevis', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	color: #f9efe5;
	padding: 7px 10px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

input.text,
textarea {
	border: 1px solid #999;
	padding: 3px;
}

#freeform label {
	float: left;
	width: 8em;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	color: #333;
	margin-top: 3px;
}



/* @end */

/* @group Specific Pages */

.our-staff h2,
.our-staff hr {
	clear: both;
}

.our-staff img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

body.pictures ul.pictures li {
	background: transparent;
	padding: 0;
	display: inline;
	float: left;
	margin: 0 10px 15px;
}

body.videos div.post {
	padding-bottom: 15px;
}

/* @group Testimonials */

body.testimonials blockquote {
	background: url(/images/layout/blockquote.png) no-repeat 0 2px;
	border-bottom: 2px groove #f4ebe2;
	padding-left: 35px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

body.testimonials blockquote p {
	color: #514355;
	font-size: 1.5em;
	text-shadow: 0 1px 0 #fff;
}

body.testimonials blockquote p cite {
	font-style: normal;
	font-size: 0.8em;
	opacity: 0.7;
}

body.testimonials blockquote:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}

/* @end */

/* @group Calendar */

.calendar-full h2 {
	color: #ffffff;
	margin: 6px 0 0;
	text-align: center;
}

.calendar-full table tr th.navigation {
	vertical-align: middle;
}

.calendar-full table tr th.navigation a:link,
.calendar-full table tr th.navigation a:visited {
	color: #fff;
	opacity: 0.3;
	text-decoration: none;
	
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
}

.calendar-full table tr th.navigation-left a:link,
.calendar-full table tr th.navigation-left a:visited {
	background: url(/images/layout/arrow-left.png) no-repeat 0 50%;
	padding-left: 22px;
}

.calendar-full table tr th.navigation-right a:link,
.calendar-full table tr th.navigation-right a:visited {
	background: url(/images/layout/arrow-right.png) no-repeat 100% 50%;
	padding-right: 22px;
}

.calendar-full table tr th.navigation a:hover {
	opacity: 1.0;
}

.calendar-full table tr th.navigation-right {
	text-align: right;
}

.calendar-full table {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.calendar-full table tr th {
	background: #456679;
	background: rgba(36, 65, 88, 0.8);
}

.calendar-full table td {
	border: 0 none;
	padding: 0;
}

.calendar-full table table {
	border: 0 none;
	margin: 0;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.calendar-full table thead th {
	color: #fff;
	font-family: ChunkFive;
	font-size: 1.4em;
	text-align: center;
	margin: 0;
}

.calendar-full table table {
	width: 133px;
}

.calendar-full table table td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 0.9em;
	height: 50px;
	position: relative;
}

.calendar-full table table td div.event-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.calendar-full table table td div.event {
	background: rgba(36, 65, 88, 0.5);
	border: 1px solid rgba(36, 65, 88, 0.7);
	height: 30px;
	line-height: 1.5;
	margin: 2px;
	padding: 7px 9px;
	position: absolute;
	width: 108px;
}

.calendar-full table table td div.event-length-2 {
	height: 81px;
}

.calendar-full table table td div.event-length-3 {
	height: 132px;
}

.calendar-full table table td div.event-length-4 {
	height: 183px;
}

.calendar-full table table td div.event-length-5 {
	height: 234px;
}

.calendar-full table table td div.event-length-6 {
	height: 285px;
}

.calendar-full table table td div.event-length-7 {
	height: 336px;
}

.calendar-full table table td div.event-length-8 {
	height: 387px;
}

.calendar-full table table td div.event-blue {
	background: rgba(108, 134, 96, .7);
	border: 1px solid rgba(108, 134, 96, 1);
}

.calendar-full table table td div.event-yellow {
	background: rgba(233, 220, 58, .7);
	border: 1px solid rgba(233, 220, 58, 1);
}

.calendar-full table table td div.event-red {
	background: rgba(189, 26, 30, 0.4);
	border: 1px solid rgba(189, 26, 30, 0.7);
}

.calendar-full table table td div.event-orange {
	background: rgba(191, 123, 26, 0.5);
	border: 1px solid rgba(191, 123, 26, 0.7);
}

.calendar-full table table td div.event-30 {
	top: 25px;
}

.calendar-full table td {
	vertical-align: top;
	width: 100px;
}

/* @end */

/* @end */

#pagination ul {
	text-align: center;
}

#pagination li {
	display: inline-block;
	margin: 0 3px;
	padding: 5px 8px;
	
	background: #fffdf5;
	background: rgba(255, 255, 248, 0.92);
	border: 1px solid #cac5bb;
	border: 1px solid rgba(81, 67, 53, 0.3);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#pagination li.active {
	background: #fffdf5;
	background: rgba(108, 134, 96, 0.6);
}
