/*

==========	Theme name: CrossFit 3D
			Gobal CSS Style Sheet: CrossFit CD ==========
			Author: Mark Janson
			Theme URI: http://www.eskimocreative.com
			Copyright: ©Mark Janson, eskimocreative


-------------------------------------------------------------------------


			CONTENTS:
			
			0. HTML DEFAULTS
			1. STRUCTURE
			-	1.a STRUCTURE CLASSES
			2. TYPOGRAPHY AND COLORS
			3. LISTS
			4. NAVIGATION AND LINKS
			5. IMAGES
			6. FORMS
			-	6.a WP SEARCH FORM
			-	6.b	MAIL LIST FORM


-------------------------------------------------------------------------

*/


/* =============== 0. Begin Defaults =============== */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000 url(images/weightsBg.jpg) no-repeat;
}

a:link, a:visited {
	color: #DEDEDE;
	text-decoration: none;
	background: none;
	border-bottom: thin dotted #3A3A3A;
}

a:hover {
	color: #000000;
	background: #DEDEDE;
	border-bottom: thin solid #DEDEDE;
}

a:active {
	color: #ABABAB;
	background: none;
}

a img {
	border: 0;
	background: none;
}

a:hover img {
	border: 0;
	background: none;
}

/* =============== End Defaults =============== */



/* =============== 1. Begin Main Structure =============== */

#page {
	width: 984px;
	margin: 0 auto;
	padding: 0;
	
}

#wrap {
	width: 960px;
	padding: 0 12px;
	background: url(images/ds.png) repeat-y;
}


#contentWrap {
	width: 958px;
	border-left: thin solid #F29400;
	border-right: thin solid #F29400;
}

#header {
	width: 100%;
	height: 260px;
	padding: 0 0 0 0;
	position: relative;
	border-bottom: thin solid #F29400;
}

#logo {
	position: absolute;
	top: 60px;
	left: 24px;
	z-index: 10;
}

#nav {
	width: 100%;
	height: 36px;
	background: url(images/navBg.png) repeat-x;
	position: absolute;
	top: 80px;
	left: 0;
}

#free {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

#sidebar {
	width: 276px;
	float: right;
	padding: 0;
}

#content {
	width: 633px;
	min-height: 1000px;
	padding: 24px;
	float: left;
	border-right: thin solid #F29400;
	position: relative;
}

#footerWrap {
	width: 100%;
	height: 600px;
	position: relative;
	border-top: thin solid #F29400;
}

#footer {
	padding: 24px 24px 0 24px;
	float: left;
}

#credits {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 12px;
}

#date {
	position: absolute;
	top: 40px;
	right: 24px;
}

#searchbar {
	position: absolute;
	top: 12px;
	right: 24px;
}

/* =============== 1a. Begin Structure classes ===============  */

.sbPanel {
	width: 228px;
	margin: 0 24px 0 24px;
	border-bottom: thin dotted #3A3A3A;
}

.post {
	width: 620px;
	padding: 12px 0 0 0;
}

.postEntry {
	padding: 0 0 6px 0;
}

.postDetails {
	padding: 24px 0 0 0;
}

.postNavigation {
	width: 620px;
	border-top: thin dotted #3A3A3A;
	border-bottom: thin dotted #3A3A3A;
	padding: 24px 0 12px 0;
	margin: 0 0 48px 0;
}

.footerPanel {
	width: 228px;
	float: left;
	padding: 0 12px 0 0;
}

.footerPanelRight {
	width: 170px;
	float: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clearFloats {
	clear: both;
}

.noBorder {
	border: none;
}

.hidden {
	display: none;
}


/* =============== End Structure =============== */



/* =============== 2. Begin Typography & Colors =============== */

body {
	color: #999999;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: lighter;
	color: #FEFEFE;
}

h1 {
	font-size: 3.1em;
	font-weight: normal;
	position: absolute;
	bottom: 12px;
	left: 24px;
}

h2 {
	font-size: 2.7em;
	font-weight: normal;
}

h2 a, h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 0 0 3px 0;

}

h2#single {
	background: none;
	border-bottom: thin solid #3A3A3A;
	text-decoration: none;
	display: block;
	padding: 0 0 3px 0;
}

h2 a:hover {
	background: none;
	color: #F29400;
	border-bottom: thin solid #3A3A3A;
	text-decoration: none;
}

h3 {
	width: 263px;
	font-size: 1.9em;
	font-weight: normal;
	margin: 24px 0 24px 0;
}

h4 {
	width: 220px;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0 0 24px 0;
	padding: 0; 
}

h5 {
	font-size: 1.7em;
	font-weight: normal;
	color: #F29400;
	padding: 12px 0 0 0;
	margin: 0;
}

h6 {
	font-size: 1.7em;
	font-weight: lighter;
	color: #F29400;
	padding: 24px 0 0 0;
	margin: 0;
}

p {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 19px;
	color: #DEDEDE;
	margin: 0 0 24px 0;
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	font-weight: lighter;
	line-height: 25px;
	color: #F29400;
	margin: 0 0 24px 0;
	padding: 0 148px 0 0;
}

.shopProduct {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #F29400;
	margin: 0;
}

.contentPanel p, .contentPanelTop p, .contentPanelFinal p {
	padding: 0 36px 0 0;
}

.sbPanel p, .sbPanelTop p {
	padding: 0;
}

.postEntry p {
	margin: 0 96px 18px 0;
}

.postNavigation p {
	margin: 0 0 12px 0;
}

.postDetails p {
	margin: 0 0 12px 0;
}

.small {
	font-size: 0.8em;
	line-height: normal;
}

.last {
	margin: 0 0 24px 0;
}

.org {
	color: #F29400;
}

.whiteType {
	color: #DEDEDE;
}


/* =============== End Typography & Colors =============== */



/* ===============  3. Begin Lists ===============  */

li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebarB ul, #sidebar ul ol, #sidebarB ul ol  {
	color: #DEDEDE;
	margin: 0;
	padding: 6px 0 24px 0;
}

#sidebar ul.final, #sidebarB ul.final, #sidebar ul ol.final, #sidebarB ul ol.final {
	border-bottom: none;
}

#sidebar ul li, #sidebarB ul li {
	font-size: 1.2em;
	font-weight: lighter;
	padding: 0 0 3px 0;
}

.footerPanel ul li {
	font-size: 1.2em;
	font-weight: lighter;
	padding: 0 0 3px 0;
}

#content ul#ten {
	padding: 12px 0 36px 0;
}

#ten li {
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #F29400;
	padding: 0 0 6px 0;
}

#categories li a {
	font-size: 1.2em;
	color: #555555;
	padding: 6px 0;
}

#categories a:link, #categories a:visited {
	font-size: 1.2em;
	color: #555555;
	margin: 9px 0;
	display: block;
	background:	url(images/link.png) no-repeat 100% 50%;
	border: none;
}

#categories a:hover {
	color: #0F0F0F;
	background: #F0FF32 url(images/linkHover.png) no-repeat 100% 50%;	
}

#categories a:active {
	display: block;
	background: url(images/link.png) no-repeat 100% 50%;
	border: none;
}

/* =============== End Lists =============== */



/* =============== 4. Begin Navigation and Links =============== */

#logo a {
	border: none;
	background: none;
}

#nav ul {
	padding-left: 190px;
}

#nav li {
	float: left;
}

#nav a:link, #nav a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 36px;
	text-decoration: none;
	color: #C0C0C0;
	padding: 0 12px;
	border: none;
	display: block;
}

#nav a:hover {
	color: #000000;
	background: #F29400;
}

#home #navHome a, #what #navWhat a, #member #navMember a, #kids #navKids a, #staff #navStaff a, #shop #navShop a, #events #navEvents a, #testimonials #navTestimonials a, #contact #navContact a, #blog #navBlog a {
	color: #000000;
	background: #F29400;
}

#home #navHome a:hover, #what #navWhat a:hover, #member #navMember a:hover, #kids #navKids a:hover, #staff #navStaff a:hover, #shop #navShop a:hover, #events #navEvents a:hover, #testimonials #navTestimonials a:hover, #contact #navContact a:hover, #blog #navBlog a:hover {
	color: #000000;
	background: #F29400;
}

#nav a:active {
	color: #C0C0C0;
}

/* =============== End Navigation and Links =============== */



/* =============== 5. Begin Images =============== */

.contentImageWrapRight {
	width: 276px;
	float: right;
	margin: 0 0 48px 24px;
	display: inline;
}

.sbPanel img.aligncenter {
	display: block;
	margin: 0 auto 0 auto;
}

img.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}

img.alignright {
	margin: 0 0 24px 24px;
	display: inline;
}

img.alignleft {
	margin: 0 24px 24px 0;
	display: inline;
}

img.alignright.home{
	margin: 0 24px 24px 24px;
	display: inline;
}

img.alignleft.home {
	margin: 0 24px 12px 0;
	display: inline;
}

img.alignright.accordionImage {
	margin: 36px 0 24px 48px;
	display: inline;
}

.shopPanelLeft img.left, .shopPanelRight img.right {
	margin: 0;
}


/* ===============  End Images =============== */


/* =============== 6. Begin Forms =============== */


/* =============== 6.a wp Search Form =============== */

#searchform {
	width: 228px;
}

#searchform #s {
	width: 158px;
	float: right;
	height: 16px;
	color: #F29400;
	background: none;
	border: thin solid #3A3A3A;
	margin: 0;
}

#searchsubmit {
	font-size: 1.1em;
	line-height: 24px;
	font-weight: lighter;
	width: 60px;
	float: left;
	color: #DEDEDE;
	background: none;
	border: none;
	cursor: pointer;
}

#searchsubmit:hover {
	color: #F29400;
}

/* =============== 6.b wp Calendar =============== */

#wp-calendar {
	empty-cells: show;
	margin: 36px auto 24px auto;
	width: 220px;
	font-size: 1.2em;
	font-weight: lighter;
	color: #666666;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	border: none;
	font-weight: lighter;
}

#wp-calendar caption {
	text-align: right;
	width: 100%;
	margin: 0 0 5px 0;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #DEDEDE; 
}

/* =============== End Calendar =============== */


/* =============== 7.c Comments =============== */


/* WORKING HERE TO FORMAT FORM ELEMENTS FOR COMMENTS ON A SINGLE POST */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 248px;
}

#commentform input {
	width: 248px;
	padding: 2px;
	margin: 0 0 0 0;
	border: none;
	background: none;
	color: #DEDEDE;
	border: thin solid #3A3A3A;
}

#commentform {
	margin: 12px 0 0 0;
}

#commentform textarea {
	width: 372px;
	max-width: 620px;
	padding: 0;
	margin: 12px 0;
	border: none;
	background: none;
	color: #DEDEDE;
	border: thin solid #3A3A3A;
}

label {
	font-size: 1.0em;
	display: block;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform  {
	margin: 24px 0 24px 0;
	cursor: pointer;
}

#commentform #submit {
	width: auto;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	border-bottom: thin dotted #3A3A3A;
	margin-bottom: 24px;
}

#commentform #submit:hover {
	cursor: pointer;
	color: #000000;
	background: #DEDEDE;
	border-bottom: thin solid #3A3A3A;
}


/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 0;
	border-bottom: thin dotted #3A3A3A;
	
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 0;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 96px 18px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 6px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* =============== End Comments =============== */


/* =============== End Forms =============== */


/* =============== Bonza! =============== */
