/*
Theme Name: Crossfit Dixie
Theme URI: http://www.crossfitdixie.com
Description: St. George, Utah Cross fitness website
Version: 1.0
Author: Jason N Williams
Author URI: http://www.jmandg.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:both;
	height:0;
	font-size:0;
	margin:0;
	padding:0;
	visibility:hidden;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;	
}
.aligncenter{
	display:block;
	margin:0 auto;
	width:150px;
}

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #fff; 
  background: #989898;
  height:100%;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #ffffff; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight:normal; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #c1282d; text-decoration:underline; }
a           { color: #fff; text-decoration:none; font-weight:bold; }

blockquote  { margin: 1.5em; color: #eee; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #eee; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#eee; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
/*ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }*/

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #696969; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #FFF; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
.wp-caption-text { color:#eee; font-style:italic; text-align:center;}





#wrap {
	width:940px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

#content {
	width:940px;
	padding-bottom:109px;
	position:relative;
	
	
}

#main {
	clear:both;
	width:620px;
	float:left;
	
}

.postBox {
	width:620px;
}




/* Head Navigation
-------------------------------------------------------------- */
#headerBack {
	position:absolute;
	top:0;
	left:0;
	background:url(images/header_background.gif) repeat-x top left;
	width:100%;
	height:161px;
	z-index:0;
}

#header {
	width:940px;
	height:220px;
	position:relative;
}

#header h1.replaced{
	float:left;	
	letter-spacing:-1000em;
	width:312px;
	height:143px;
	background:url(images/logo2.gif) no-repeat top left;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	z-index:100;
	position:relative;
}

#tagline {
	float:left;
	position:relative;
	width:324px;
	height:17px;
	background:url(images/tagLine2.gif) no-repeat top center;
	margin-left:248px;
	margin-top:88px;
	z-index:1000;
	
}

ul#nav{
	font-size:1.2em;
	line-height:35px;
	color:#fff;
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited{
	text-decoration:none;
	color:#fff;
	background:none;
	border:none;
}
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus{
	text-decoration:none;
	color:#eee;
	background:none;
	border:none;
}
ul#nav li.current > a, ul#nav li.current_page_item > a, ul#nav li.current_page_ancestor > a, ul#nav li.current_page_parent > a, ul#nav li.current > a:link, ul#nav li.current_page_item > a:link, ul#nav li.current_page_ancestor > a:link, ul#nav li.current_page_parent > a:link, ul#nav li.current > a:visited, ul#nav li.current_page_item > a:visited, ul#nav li.current_page_ancestor > a:visited, ul#nav li.current_page_parent > a:visited {
	color:#eee;
	font-size:1.15em;
	border:none;
}

#navWrap {
	width:960px;
	height:76px;
	position:absolute;
	top:143px;
	left:0;
}

#navLeft{
	float:left;
	height:76px;
	width:42px;
	background:url(images/main_nav_left.gif) no-repeat top left;
}

#navRight{
	float:left;
	height:76px;
	width:47px;
	background:url(images/main_nav_right.gif) no-repeat top left;
}
ul#nav{
	float:left;
	position:relative;
	height:76px;
	width:851px;
	background:transparent url(images/main_nav_center.gif) repeat-x top left;
	z-index:10;
}
ul#nav li{
	float:left;
	list-style:none;
	position:relative;
	z-index:30;
}
ul#nav li a{
	display:block;
	padding:0 20px;
	position:relative;
	z-index:30;
}
ul#nav li.backLava{
	position:absolute;
	z-index:20;
	overflow:hidden;
}
ul#nav li.backLava .leftLava{
	height:76px;
	margin-right:10px;
	position:relative;
	z-index:21;
	overflow:hidden;
}
ul#nav li.backLava .leftLava .innerLava{
	background: transparent url(images/main_nav_hover_left.png) no-repeat top left;
	position:relative;
	z-index:22;
	height:35px;
}
ul#nav li.backLava .rightLava{
	position:absolute;
	right:0;
	top:0;
	height:35px;
	width:29px;
	z-index:23;
	background:transparent url(images/main_nav_hover_right.png) no-repeat top left;
}
ul#nav li ul{
	position:absolute;	
	width:130px;
	background:#010101;
	border:1px solid #ffffff;
	left:4px;
	top:34px;
}

ul#nav li ul li{
	font-size:11px;
	border-top:1px solid #010101;
	width:130px;
}
ul#nav li ul li:first-child{
	border-top:none;
}
ul#nav li ul li a{
	line-height:20px;
	padding:3px 16px;
	margin:0;
}
ul#nav li ul li ul{
	position:absolute;
	left:128px;
	top:-1px;
}
ul#nav ul{
	display:none;	
}

ul#nav li ul li a:hover{
	background:#333333;
		
}
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li:hover ul ul ul ul {display:none;} 
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li li li li:hover ul {display:block;}

/* Post Content
-------------------------------------------------------------- */

.post {
	float:left;
	width:620px;
	background:#010101 url(images/main_content_top.gif) no-repeat top center;
	padding-top:40px;
}

.postBottom {
	background:#010101 url(images/main_content_bottom.gif) no-repeat bottom center;
	padding-bottom:60px;
	margin-bottom:20px;
	width:620px;
	
}
.postMeta {
	width:520px;
	padding-left:40px;
	
}

.postMeta img {
	margin-bottom:10px;
}

.postText {
	width:520px;
	
}

.singlePost {
	width:520px;
	padding-left:40px;
	padding-bottom:60px;
	min-height:1500px;
}
.singleTop {
	float:left;
	width:620px;
	background:#010101 url(images/main_content_top.gif) no-repeat top center;
	padding-top:40px;
	
}
.singleBottom {
	background:#010101 url(images/main_content_bottom.gif) no-repeat bottom center;
	width:620px;
	height:10px;
}

.single {
	background:#010101 url(images/main_content_bottom.gif) no-repeat bottom center;
	padding-bottom:60px;
	margin-bottom:20px;
	width:620px;
}

.postBottom h3 {
	padding-left:40px;
}

ol {margin:0 0 10px 30px;}

ol li {
	margin-bottom:8px;
}
/* Sidebar
-------------------------------------------------------------- */
#sidebar {
	float:right;
	width:300px;
	
}
#sidebar .sidebarTop {
	width:300px;
	padding-top:20px;
	background:#010101 url(images/side_content_top.gif) no-repeat top center;
	
}
#sidebar .widgetBox {
	width:300px;
	padding-top:20px;
	background:#010101 url(images/side_content_top.gif) no-repeat top center;
	margin-top:20px;
}

#searchform {
	width:300px;
	background:#010101 url(images/side_content_bottom.gif) no-repeat bottom center;
	padding-bottom:20px;
}

#sidebarSearch label {
	display:none;	
}

#sidebarSearch form div{
	width:220px;
	padding-left:40px;
	height:25px;
	overflow:hidden;
}

#sidebarSearch form #s {
	padding:3px 2px;
	width:140px;
	font-size:1.2em;
	outline:none;
	border:none;
}
#sidebarSearch form #searchsubmit {
	background:url(images/button.gif) no-repeat 0 0;
	cursor:pointer;
	font-size:1.2em;
	border:none;
	padding:2px 4px;
	
}

#sidebar .widgetContent address {
	padding-left:40px;
	
}

#sidebar h6.widgetTitle{
	padding-bottom:10px;
	padding-left:40px;
	font-size:1.75em;
	letter-spacing:0.04em;
}

#sidebar .widgetContent{
	width:300px;
	background:#010101 url(images/side_content_bottom.gif) no-repeat bottom center;
	padding-bottom:40px;
	
	
}
.widgetContent ul {
	*display:inline-block; /* IE hack */
}

.widgetContent ul li.current_page_item > a{
	font-weight:bold;	
}
#sidebar .widgetContent ul li:first-child{
	background:none;
}

#sidebar .widgetContent ul li ul{
	margin:0 0;
	background:none;
}


#sidebar .widgetContent h5 {
	width:200px;
	padding-left:40px;
}

#sidebar .widgetContent ul li {
	padding-left:40px;
	
}

#sidebar .widgetContent ul li img{
	padding-top:10px;
}

.rss {
	background:url(images/rss.gif) no-repeat 150px 4px;
	
}

#introLink {
	background: url(images/intro.jpg) no-repeat 0 0;
	width:300px;
	height:144px;
	position:relative;
	display:block;
	margin-top:20px;
	
}

#bootCamp {
	background: url(images/bootCamp.jpg) no-repeat 0 0; 
	width:300px;
	height:144px;
	position:relative;
	display:block;
	margin-top:10px;
}

#summerCamp {
	background:url(images/summerCamp.jpg) no-repeat 0 0;
	width:300px;
	height:144px;
	position:relative;
	display:block;
	margin-top:10px;
}


/* Footer
-------------------------------------------------------------- */
#footer {
	background:url(images/footer_background.gif) repeat-x top left;
	width:100%;
	height:52px;
	margin-top:-52px;
}

#footerBar {
	background:url(images/footer_nav.png) no-repeat top left;
	width:940px;
	height:69px;
	margin:-69px auto 0 auto;
	position:relative;
}

#currentPage span {
	float:right;
	background:url(images/up_arrow.gif) no-repeat 70px 6px;
	padding-top:9px;
	padding-right:70px;
	
}

#footerBar a:hover span{
	background:url(images/hover_arrow.gif) no-repeat 70px 6px;
	
}

#copyright {
	float:left;
	padding:9px 60px 0 40px;
}
#jman {
	padding-top:9px;
}
/* Pagination & Widgets & Meta & Comments
-------------------------------------------------------------- */

.pagination{
	font-size:1.2em;
	font-style:italic;
}
.pagination span{
	display:block;
}
.pagination span a{
	color:#010101;
	display:block;
	padding-bottom:10px;
}
.pagination span a:hover {
	color:#c1282d;
	
}


.archive .archivePostDate{
	font-size:1.08em;
	line-height:33px;
	font-style:italic;
	
}
.archive .postMeta{
	font-style:italic;
	color:#94938e;
}
.archive .postMeta .metaBig{
	font-size:.92em;
	font-style:normal;
	text-transform:uppercase;
	
}
.archive .postMeta .metaBig a, .archive .postMeta .metaBig a:link, .archive .postMeta .metaBig a:visited, .archive .postMeta .metaBig a:hover, .archive .postMeta .metaBig a:active, .archive .postMeta .metaBig a:focus {
	border:none;
}
.widgetContent ul {
	list-style:none;
	font-size:1.08em;
	font-style:italic;
	line-height:30px;
}
.widgetContent ul li ul{
	font-size:.85em;
	line-height:24px;
}
.widgetContent ul li a, .widgetContent ul li a:link, .widgetContent ul li a:visited{
	border:none;
	
}
.widgetContent ul li a:hover, .widgetContent ul li a:active, .widgetContent ul li a:focus{
	color: #c1282d; 
	text-decoration:underline; 
}
p.commentAuthor{
	font-style:italic;
	
}
p.commentAuthor cite.fn{
	
	font-style:normal;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.08em;
}
.commentmetadata{
	
	font-style:normal;
	text-transform:uppercase;
	font-weight:normal;
	font-size:.83em;
}
.commentmetadata a{
	border:none;	
}
#comments div.reply{
	
	font-style:normal;
	text-transform:uppercase;
	font-weight:normal;
	font-size:.83em;
}
#comments div.reply a{
	border:none;	
}
#comments blockquote{
	padding:0 0 0 15px;
	margin:15px 0;
}

h4.commentHeader a.plus, h4.commentHeader a.plus:link, h4.commentHeader a.plus:visited{
	text-decoration:none;
	border:none;
	background:none;
}
h4.commentHeader a.plus:hover, h4.commentHeader a.plus:active, h4.commentHeader a.plus:focus{
	color: #c1282d;
}
#comments{
	
	padding:35px 0 0 40px;	
}
#respond{
	padding:40px 0 0;	
}
h4.commentHeader{
	margin:0 0 32px;	
}
#comments img.avatar{
	border:1px solid #fff;
	position:absolute;
	top:13px;
	left:0;
}
#comments ol li {
	background:#1f1f1f;
	width:480px;
	margin:10px 0 0 40px;
	padding-left:10px;
	*display:inline-block; /* IE hack */
}
#comments ol ul li{
	margin:0 0 0 40px;	
}
#comments ol ul ul li{
	margin:0 0 0 40px;	
}
#comments ol li .comment-body{
	padding:13px 0 13px 87px;
	margin:0;
}
#comments ol ul li .comment-body{
	padding:13px 0 13px 87px;
	margin:0;
}
#comments ol ul ul li .comment-body{
	padding:13px 0 13px 87px;	
	margin:0;
}
#comments .comment-body{
	position:relative;
	_display:inline-block;
}
#comments a.comment-edit-link{
	margin:0 0 0 10px;	
}
#comments .commentmetadata{
	margin:0 0 10px 0;	
}
#comments div.reply{
	margin:10px 0 0;
}


/* Forms
-------------------------------------------------------------- */
#respond form p, #contact p{
	margin:0 0 6px;	
}
#form label{
	line-height:24px;
	vertical-align:middle;
}
input#author, input#email, input#url, input#name{
	width:180px;
	height:20px;
	padding:1px 1px 0 2px;
	margin:0 10px 0 0;
	border:none;
	outline:none;
	font-size:1.2em;
	color:#010101;
}
input#author{
	background:transparent url(images/nameInput.png) no-repeat top left;	
}
input#name{
	background:transparent url(images/nameInput.png) no-repeat top left;	
}
input#email{
	background:transparent url(images/nameInput.png) no-repeat top left;	
}
input#url{
	background:transparent url(images/nameInput.png) no-repeat top left;		
}
input#author:focus, input#email:focus, input#url:focus, input#name:focus{
	
	border:none;
	outline:none;
}

textarea#comment, textarea#message{
	border:none;
	outline:none;
	width:320px;
	background:transparent url(images/textareaBg.png) no-repeat top left;
	margin:15px 0;
	padding:1px 1px 1px 2px;
	height:120px;
	overflow:auto;
}
textarea#comment:focus, textarea#message:focus{
	outline:none;
	border:none;
}
#submit{
	width:56px;
	height:25px;
	text-align:center;
	display:block;
	margin:0;
	background:url(images/button.gif) no-repeat 0 0;
	border:none;
	outline:none;
	line-height:12px;
	font-size:1.2em;
	cursor:pointer;
}
#submit:focus, #submit:active, #submit:hover{
	border:none;
	outline:none;
}

p.loaderIcon {
	background:transparent url(images/ajax-loader.gif) no-repeat top left;
	position:absolute;
	top:234px;
	left:97px;
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999px;
	
}
#response p{
	color:#eb5252;	
}
#response p.success{
	color:#6699ff;	
}
/* Calendar
*************************************************************************/

#calendar_wrapLarge{
	border:1px solid #fff;
	
	
}

#calendar_wrapLarge h2{
	font-size:1.5em;
	
}


.planner_empty_spot {
	height: 10px;
	font-size: 0.0em;
	background-color:#ffffff;
    border-top: 1px solid #cccccc;
	padding: 0;
	margin: 0;
}

/* WP-Table
*************************************************************************/

.wp-table-reloaded {
	background-color:#FFF;
	margin:10px 0px 15px 0px;
	font-size:8pt;
	width:100%;
	text-align:center;
}
.wp-table-reloaded th {
	background-color:#c1282d;
	padding:10px 8px;
        font-size:1.4em;
}    
.wp-table-reloaded td {
	color:#010101;
	padding:10px 8px;
	background-color:#FFFFFF;
	vertical-align:top;
       font-size:1.2em;

}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#DDD;
}
.wp-table-reloaded .header {
	background-image:url(http://crossfitdixie.com/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://crossfitdixie.com/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://crossfitdixie.com/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}
