/*=======================================================================
	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: #1AC41D;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
font-size:100%;
}


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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1AC41D;

	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 */
}


.transparent-table{
background-color: transparent;	
}

#wrapper {
background-image:url(http://www.crossfitbreakthrough.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:#ffffff;text-align:left;padding:2px 2px 2px 3px;
	background: #012d89;
}
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: 1030px;
	background: transparent;
	margin: 15px 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;
}

.photo-border {
	border-color: #444444;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	padding: 4px;
	background-color: #ffffff;
}

/*=======================================================================
	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: #321B13; 
}

#navigationbackground {
background-image:url(http://www.crossfitbreakthrough.com/site/assets/layout/navigation-back1019x40.jpg);
background-position:top;background-position:left;
background-repeat:no-repeat;
}



.dropDownNavigation, .dropDownNavigation ul {
	float: left;
	/*==  background: url('http://www.crossfitbreakthrough.com/site/assets/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.crossfitbreakthrough.com/site/assets/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:1030px;
background-image:url(http://www.crossfitbreakthrough.com/site/assets/layout/body-1030wide.jpg);
background-position:top;background-position:center;
background-repeat:repeat-y;
}

#mainbody {
width:1030px;
text-align: center;
background-image:url(http://www.crossfitbreakthrough.com/site/assets/layout/body-1030wide.jpg);
background-position:top;background-position:center;
background-repeat:repeat-y;
}			
/*=======================================================================
	Middle COLUMN  Zone Definitions
========================================================================*/

#mainContent { 
	margin: 0 228px; /* 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 10px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:#CCCCCC thin dashed;
	width: 540px;
	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: 765px; 

	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 6px 25px 0px;
overflow:hidden;
}
.entry-date {
font-size: 0.7em;
font-weight:300;
color:#888;
text-align:left;
padding:0px 6px 3px 0px;
}
.entry-date-right {
font-size: 0.7em;
font-weight:300;
color:#888;
float:right;
padding:2px 7px 3px 0px;
}

.title {
border-bottom: #cccccc dashed 1px;
background-color: #dddddd;
padding-top: 4px;
padding-bottom: 2px;
padding-left: -4px;
}

.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;
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: 200px; /* 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: 220px; /* 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 20px 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 6px;
	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.crossfitbreakthrough.com/site/assets/layout/footer-1030x142.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: #ddd; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:visited { color: #ddd; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:active { color: #ddd; 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:#999999;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
background-color: transparent;
} 


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



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

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