/*=======================================================================
	REMOVING BROWSER DEFAULT SETTINGS FIRST...
========================================================================*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
border: 0;
}
body {
font-size: 100.01%; /* Fix for some browser bugs */
background-color: #26354a;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
font-size:100%;
}


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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #555555;
	font-size: 87%;
	font-family:verdana,arial,helvetica,sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#wrapper {
background-image:url(http://www.crossfitbrandx.com/assets/layout/background-top.jpg);
background-position:top;
background-repeat:repeat-x;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {font-weight:900;font-size:1.8em;color:#000000;text-align:left;padding:1px 1px 5px 0px;}
h2 {font-weight:700;font-size:1.5em;color:#333333;text-align:left;padding:1px 1px 1px 0px;}
h3 {font-weight:600;font-size:1.3em;color:#333333;text-align:left;padding:1px 1px 1px 0px;}
h4 {font-weight:600;font-size:1.1em;color:#000000;text-align:left;padding:1px 1px 1px 0px;
	border: 1px dashed #ccc;background: #eeeeee; padding:1px 0px 1px 2px;
}
h5 {font-weight:600;font-size:1.0em;color:#000000;text-align:left;padding:1px 1px 1px 0px;}
h6 {font-weight:500;font-size:0.9em;color:#999999;text-align:left;padding:1px 1px 1px 0px;}

p {padding:2px 0px 4px 0px;}
body li {list-style-type: none;}


#container { 
	width: 950px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
}

a:link { color: #0000FF; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:visited { color: #3300BB; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:active { color: #000066; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:hover { color:#00aaff; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration:none; }


.clearfloats {
clear: both;
}

/*=======================================================================
	Navigation + Header
========================================================================*/
 
 #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation-text {
color:#FFFFFF;
background: #222222; 
}



.dropDownNavigation, .dropDownNavigation ul {
	float: left;
	/*==  background: url('http://www.crossfitbrandx.com/assets/navimages/navBG.png') repeat-x;  ==*/
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0px solid #333;
	border-right: none;
}

.dropDownNavigation a {
	display: block;
	padding: 0 1.4em;
	color: #FFF;
	border-right: 1px solid #ccc;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 0.8em;
}

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

.dropDownNavigation li {
	float: left;
}

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

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

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

.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;
}


.dropDownNavigation ul ul { 
	position: absolute;  
	left: -3000px;
	background: #335588; 
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
	
/*=======================================================================
	MAIN Body of Columns  Zone Definitions
========================================================================*/
 #mainbody-outershell {
width:950px;
background-image:url(http://www.crossfitbrandx.com/assets/layout/body-950wide.jpg);
background-position:top;background-position:left;
background-repeat:repeat-y;
}

#mainbody {
width:950px;

}			
/*=======================================================================
	Middle COLUMN  Zone Definitions
========================================================================*/

#mainContent { 
	margin: 0 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:#CCCCCC thin dashed;
	font-size: 0.8em;
	line-height:1.5em;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 

#WideContent {
	float: right; /* since this element is floated, a width must be given */
	width: 700px; 

	border-left:#CCCCCC thin dashed;
	font-size: 0.8em;
	line-height:1.5em;
	text-align: justify;
	background: transparent;
	padding: 10px 15px 15px 5px; 
	text-align: left;
	}


.entry {
text-align:justify;
padding:5px 4px 25px 0px;
overflow:hidden;
}
.entry-date {
font-size: 0.7em;
font-weight:300;
color:#888;
text-align:left;
padding:0px 6px 3px 0px;
}
.posted {
font-size: 0.9em;
font-family:Trebuchet MS,Verdana,Arial,serif;
background: transparent;
color: #003f7b;
text-align: left;
margin: 0;
padding-top: 3px;
padding-bottom: 3px;
}
.paginate, .pagecount {
 font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 0.9em;
 padding:10px 2px 20px 2px;
 margin: 0;
text-align: left;
color: #888888;
 background-color:transparent;
}

.paginate {
border-top: thin dashed #999999;
}

.quote {
	font-weight:400;
	font-size:1.0em;
	line-height:1.5em;
	color:#444444;
	text-align:left;
	padding:2px 50px 2px 50px;
}

/*=======================================================================
	RIGHT and LEFT COLUMN Zone Definitions
========================================================================*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
	text-align: left; /* this overrides the text-align: center on the body element. */
overflow:hidden;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 15px 5px; /* padding keeps the content of the div away from the edges */
	text-align: left; /* this overrides the text-align: center on the body element. */
overflow:hidden;

}

.sidebox {
	margin: 0px 0px 17px 0px;
	padding:12px 0px 8px 2px;
	border-bottom: thin dashed #dddddd;
	border-left: thin dashed #dddddd;	
}


#sidebar2 #sidebar1{
font-size: 0.9em;
line-height:1.2em;
background:transparent;
overflow:hidden;
}

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

#footer { 
	margin: 8px 0px 12px 20px;
	text-align:center;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
} 
.footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(http://www.crossfitbrandx.com/assets/layout/footer667x139.jpg);
	background-position:center;
background-position:top;
background-repeat:none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer a:link { color: #bbbbbb; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:visited { color: #bbbbbb; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:active { color: #bbbbbb; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:hover { color:#11237E; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration:none; }


#design { 
	color:#dddddd;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
} 


 #design a:link { color: #dddddd; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:visited { color: #dddddd; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:active { color: #dddddd; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:hover { color:#999999; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration:none; }



/*=======================================================================
	Floating Element Definitions
========================================================================*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}