/*=======================================================================
	MAIN CSS STARTS
========================================================================*/

body {
margin-top: 0px;
margin:0;
padding:0px;
background-image:url('http://www.CrossFitLA.com/cms/layout/background08/background-topv.jpg');
background-position:top;
background-repeat:repeat-x;
background-color: #7F8E95;
font-size: 87%;
font-family:Tahoma,verdana,arial,helvetica,sans-serif;
color:#666666;
}	

body li {list-style-type: none;}
body ul{padding-left:5px;margin:0;}

a:link { color: #000000; background-color: transparent; text-decoration: none; font-weight:bold;}
a:visited { color: #111111; background-color: transparent; text-decoration: none; font-weight:bold;}
a:active { color: #000000; background-color: transparent; text-decoration: none; font-weight:bold;}
a:hover { color:#00aaff; background-color: transparent; text-decoration:none;font-weight:bold; }

/*=====
.navheader {
	background: url('http://www.CrossFitLA.com/cms/layout/background08/navigation-998x37.jpg') no-repeat;
	padding: 0;
	margin: 0;
	}
=====*/

.navheader {
	background: url('http://www.CrossFitLA.com/cms/layout/background08/navigation-1017x43.jpg') no-repeat;
	padding: 0;
	margin: 0;
	font-family: Tahoma,verdana, arial, helvetica, sans-serif;
	font-size: 94%;
	}


.no-border {border:0px;}

.fixed_header_images {
	position: absolute;
}

html>body .fixed_header_images { 
/*===== 
	IE won't look inside here, but the other browsers will.
	Thus, we set the TRUE setting here (fixed) and the 
	one that IE can understand (absolute), above.
====*/
	position: fixed;
}

.facebook_only {
	display: none;
}
/*=======================================================================
	Drop Down Navigation
========================================================================*/

.dropDownNavigation, .dropDownNavigation ul {
	float: left;
	/*==  background: url('http://www.CrossFitLA.com/cms/layout/navimages/navBG.png') repeat-x;  ==*/
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0px solid #333;
	border-right: none;
	font-family:verdana,arial,helvetica,sans-serif;
}

.dropDownNavigation a {
	display: block;
	padding: 0 1.3em;
	color: #FFF;
	border-right: 1px solid #ccc;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 0.8em;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:500;
}

.dropDownNavigation a:hover {
 
/*==  background: url('http://www.CrossFitLA.com/cms/layout/navimages/navBGDown.png'); ==*/
	color: #fff;
}

.dropDownNavigation li {
	float: left;
}

.dropDownNavigation li li {
	float: left;
}

.dropDownNavigation li ul {
	position: absolute;
	left: -999em;
}

.dropDownNavigation li ul a {
	background: #808F96;
	color: #fff;
	white-space: nowrap;
}

.dropDownNavigation li ul a:hover {
 background: #0966BF;
}

.dropDownNavigation li ul li {
 float: none; 
}

.dropDownNavigation li li ul {
	position: absolute;
	left: -999em;
	margin: -24px 0 0 99.5%;
}
	
.dropDownNavigation li:hover li ul {
	left: -999em;
}

.dropDownNavigation li:hover ul, .dropDownNavigation li li:hover ul {
	left: auto;
}


#nav_cat_archive {
}
.nav_cat_archive {
}


/*=======================================================================
	Footer Zone Element Definitions
========================================================================*/

 #footerzone {
 background: url('http://www.CrossFitLA.com/cms/layout/background08/footer-1023x95.jpg');
 background-repeat:no-repeat;
 background-position:right;
clear: both;
height:95px;
 }

#footer-content {
margin:0;
padding:14px 2px 0px 20px;
}

.footer-text {
color:#777777;
font-family:Trebuchet MS,Verdana,Arial,serif;
font-size:10px;
font-weight:300;
line-height:18px;
text-align:center;
}

/*=======================================================================
	MAIN COLUMN  Zone Definitions
========================================================================*/

#mainbodybackground {
 background: url('http://www.CrossFitLA.com/cms/layout/background08/middle-1023x145.jpg');
}

#middlezone {
width: 1023px;
 background: url('http://www.CrossFitLA.com/cms/layout/background08/middle-1023x145.jpg');
 background-repeat:repeat-y;
 background-position:center;
  }

#main-column {
width: 560px;
text-align:left;
background:transparent;
overflow:hidden;
padding:5px 10px 5px 10px;
}

#main-column-left {
width: 560px;
text-align:left;
font-size: 0.8em;
line-height:1.5em;
background:transparent;
overflow:hidden;
padding:4px 10px 5px 10px;
}

#biz-main-column {
width: 745px;
text-align:justify;
font-size: 0.8em;
line-height:1.5em;
background:transparent;
overflow:hidden;
padding:4px 12px 5px 10px;
}

.clearfloats {
clear: both;
}

/*=======================================================================
	RECENT COMMENTS  Element Definitions
========================================================================*/
.recent-comments-header {
font-size: 0.9em;
font-weight:400;
color:#666;
text-align:left;
padding:2px 6px 2px 2px;
border-bottom: 1px solid #859BB0;
margin-bottom: 6px;
}

.recent-comments-one, .recent-comments-two {
	padding:3px 6px 5px 5px;
	font-size: 0.8em;
	font-family:Trebuchet MS,Verdana,Arial,serif;
	text-align: left;
	margin-bottom: 10px;
}
.recent-comments-one{background-color: #eeeeee;}
.recent-comments-two{background-color: #dddddd;}

/*=======================================================================
	MAIN COLUMN  Element Definitions
========================================================================*/

.entry-box{
padding:0px 0px 10px 4px;
font-size: 0.9em;
line-height:1.3em;
}

.biz-entry-box {
margin: -10px -10px 10px -10px;
font-size: 0.95em;
line-height:1.3em;
padding: 25px 15px 0 15px;
background-image:url(http://www.CrossFitLA.com/assets/biz_entry_bkgd.jpg);
background-repeat: repeat-x;
}

.entry-box ol, .entry-box ul, .biz-entry-box ol, .biz-entry-box ul {padding:5px 45px 10px 40px;}
.entry-box ol li, .biz-entry-box ol li {list-style-type: decimal;}
.entry-box ul li, .biz-entry-box ul li {list-style-type: disc;}

.entry-date {
font-size: 0.8em;
font-weight:300;
color:#666;
text-align:left;
padding:3px 6px 5px 5px;
border-bottom: 1px dashed #859BB0;
margin-bottom: 8px;
}

.entry-date-noline {
font-size: 0.8em;
font-weight:300;
color:#666;
text-align:left;
padding:3px 6px 0 0;
}

.entry-title {
font-size: 1.6em;
line-height: 1.2em;
font-weight:900;
color:#000066;
text-align:left;
background-image:url(http://www.CrossFitLA.com/assets/title-back.jpg);
background-repeat: repeat-x;
padding: 5px 1px 0px 5px;
}

.section-title {
font-size: 1.8em;
line-height: 1.3em;
font-weight: 900;
color: #000;
padding: 5px 0 3px 5px;
border-bottom: 1px solid #000;
margin-bottom: 5px;
}

.entry-bold {
font-size: 1.2em;
font-weight: 900;
color: #000066;
text-align: left;
padding: 1px 1px 4px 5px;
}

.divider {
margin:0;
padding:8px 0px 8px 0px;
background-image: URL("./images/theme_images/fitness/divider.jpg");
background-repeat:no-repeat;
background-position: left;
}

.divider-line {
margin:0;
padding:1px 1px 1px 1px;
border-bottom-style: dotted;
border-bottom-width: 98%;
border-color:#ddd;
}

.posted {
font-size: 0.9em;
font-family:Trebuchet MS,Verdana,Arial,serif;
background: transparent;
color: #003f7b;
text-align: left;
margin: 0;
}

.postlink {
position: relative;
bottom: 3px;
}

.paginate, .pagecount {
font-size: 0.7em;
padding:10px 22px 20px 22px;
margin-top: 30px;
text-align: center;
color: #888888;
background-color:transparent;
}


#Show_The_Entry {
	display: none;
}
/*=======================================================================
	RIGHT and LEFT COLUMN Zone Definitions
	
	OLD
	


#left-column, #right-column{
text-align:left;
font-size: 0.9em;
line-height:1.2em;
background:transparent;
overflow:hidden;
}

#left-column{
padding: 5px 4px 5px 10px;
}

#right-column{
padding: 5px 12px 5px 5px;
}
========================================================================*/


/*=======================================================================
	RIGHT and LEFT COLUMN  ( NARROW COLUMN ) Element Definitions
========================================================================*/
.text-red {color:#cd0000; font-weight:900;}

.narrow-column-title {
font-size: 1.0em;
font-weight:900;
font-variant:small-caps;
text-transform:uppercase;
text-align:left;
padding:2px 2px 2px 3px;
color:#ffffff;
background-image: url(http://www.crossfitla.com/assets/SubTitles-Background-38High.jpg);
background-position: top left;
background-repeat: repeat-x;
background-color: #0069b3;
}

#left-3column .narrow-column-title {
	background-position: -12px 0px;
}
/*=======
.narrow-column-box-noline, .narrow-column-box-noline, .narrow-column-box-full, .narrow-column-box-grey{
font-size: 0.8em;
line-height: 1.3em;
}
==========*/

.narrow-column-box {
margin:0px 0px 18px 0px;
padding: 8px 5px 10px 5px;
border-top: 1px dashed	#aaaaaa;
border-bottom: 1px dashed	#aaaaaa;
border-right: 1px dashed	#aaaaaa;
border-left: 1px dashed	#aaaaaa;
background: transparent;
}

.narrow-column-box-noline {
margin:0px 0px 18px 0px;
padding: 3px 0px 10px 0px;
}

.narrow-column-box-full {
margin:0;
padding:2px 2px 2px 2px;
border:1px dashed #dddddd;
}

.narrow-column-box-grey {
margin:0;
padding:0px 0px 0px 3px;
background:#dddddd;
}

.dash-line {
border-top: 1px dashed #aaaaaa;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
margin-top: 2px;
}

div.narrow-column a:link    { color: #39394a; font-family:verdana,arial,helvetica,sans-serif; padding:0; font-weight: normal; text-decoration: none; }
div.narrow-column a:visited { color: #39394a; font-family:verdana,arial,helvetica,sans-serif;  padding:0; font-weight: normal; text-decoration: none; }
div.narrow-column a:active  { color: #39394a;font-family:verdana,arial,helvetica,sans-serif;  padding:0; font-weight: normal; text-decoration: none; }
div.narrow-column a:hover   { color: #0000cc; font-family:verdana,arial,helvetica,sans-serif; background:transparent; padding:0; font-weight: 500; text-decoration:underline; }


/*=======================================================================
	MiddleZone General Content Element Definitions
========================================================================*/

blockquote {
font-family: verdana, sans-serif;
font-size: 0.8em;
line-height: 1.6em;
padding:0px 10px 0px 10px;
border-left: 3px double	#B22222;
color:navy;
text-align:left;
}

.blocklist {
padding:10px 30px 10px 30px;
text-align:justify;
}

.blocklist li {list-style-type: disc;}

.quote {margin:4;
padding:0px 0px 0px 20px;
color:#999999;
font-size:11px;
font-weight:300;
line-height:18px;
}

.spacer {
margin: 0;
padding: 0;
height: 0;
}

.challenge_wrapper {
width: 120px;
height: 48px;
float: left;
background-image: url(http://www.CrossFitLA.com/assets/challenge_bkgd.jpg);
margin-top: 5px;margin-right: 5px;
text-align: center;
vertical-align: middle;
}
.challenge_text {
	text-align: center;
	font-size: 0.9em;
	padding: 3px;
}
div.challenge_text a:link, div.challenge_text a:visited {position: relative; font-size: 0.9em; text-decoration: none;}
div.challenge_text a:hover {font-size: 0.9em; text-decoration: underline;}


/*=======================================================================
	Standard Element Definitions
========================================================================*/

h1 {margin:0px;
padding:0px 0px 0px 0px;
font-size: 1.1em;
font-weight:700;
background:transparent;
color:#222222;
}

h2 {margin:0px;
padding:0px 0px 0px 0px;
font-size: 1.1em;
font-weight:650;
background:transparent;
color:#222222;
}

h3 {margin:0px;
padding:0px 0px 1px 0px;
font-size: 1.0em;
font-weight:650;
background:transparent;
color:#222222;
text-decoration:none;
text-align:left;
}


h4 {margin:0;
padding:0;
font-size: 0.9em;
font-weight:650;
color:#222222;
background-color:transparent;
text-align:left;
}

h5 {margin:0;
padding:0;
color:#222222;
font-size: 0.8em;
font-weight:650;
line-height:24px;
background:transparent;
}


h6 {margin:0px;
padding:5px 0px 5px 0px;
font-size: 0.6em;
font-weight:650;
background:transparent;
color:	#222222;
text-align:left;
}


/*=======================================================================
	Form and Input Definitions
========================================================================*/


input {
 font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 0.9em;
 border : 1px solid #909daa;
 color:#39394a;
 background-color : #F9FBFA;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #F9FBFA;
}

input.button {
 color : #39394a;
 background-color : #F9FBFA;
 font:10px/12px verdana,arial,sans-serif;
}

textarea {
 border: 1px solid #909daa;
 margin-bottom: 10px;
 color: #666666;
 background-color: #F9FBFA;
 font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 0.9em; }

textarea:focus {
 background-color : #F9FBFA;
 }


/*=======================================================================
	Calendar Element Definitions
========================================================================*/

.calendarBG {
 background-color: #4d5d6d;
}

.calendarBlank {
 background-color: #909daa;
}

.calendarHeader {
font-family:Verdana, Arial, sand-serif;
font-size:11px;
 font-weight: bold;
 color: #fbfbf9;
 text-align: center;
 background-color: #4d5d6d;
}

.calendarMonthLinks {
 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color: #B22222;
font-weight: normal;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarDayHeading {
font-family:Verdana, Arial, sans-serif;
font-size:11px;
 font-weight: bold;
 font-size:	10px;
 color: #fff;
 background-color: #798796;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
 font-size: 10px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 color: #39394a;
 text-align: center;
 vertical-align: middle;
 background-color: #eee;
}

.calendarCell {
 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #39394a;
 background-color:  #fbfbf9;
}

.calendarCell a {
font-family:       Verdana, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color: #B22222;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
font-family:       Verdana, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 color:             #B22222;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell a:hover {
font-family:       Verdana, Trebuchet MS, Tahoma, Sans-serif;
 font-size:         10px;
 font-weight: bold;
 color: #39394a;
 text-decoration:   underline;
 background-color:  transparent;
}

/*=======================================================================
	Designer Definitions
========================================================================*/

#design {
color:#999999;
font-size:9px;
font-weight:200;
line-height:14px;
}

#design a:link    { color: #999999; font-size:9px; font-family:verdana,arial,helvetica,sans-serif;font-weight: normal; text-decoration: none; }
#design a:visited { color: #999999; font-size:9px; font-family:verdana,arial,helvetica,sans-serif; font-weight: normal; text-decoration: none; }
#design a:active  { color: #999999;font-size:9px; font-family:verdana,arial,helvetica,sans-serif; font-weight: normal; text-decoration: none; }
#design a:hover   { color: #0000cc; font-size:9px; font-family:verdana,arial,helvetica,sans-serif; font-weight: 200; text-decoration:underline; }