/*=======================================================================
	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: #404040;
	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 { 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 8px 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:1px 1px 1px 2px; background: #333333;}
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: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000;
}

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: #009FFF; 
	padding: 0;
	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: 30px 0 15px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFDE00;
	font-size: 2.1em;
}

#head-left {
background: #009FFF;
width: 450px;
float: left;
}

#head-right {
background: #5DC1FF;
height: 159px;
overflow: auto;
padding: 8px 8px 8px 8px;
}

#head-right a {font-size: 0.8em; line-height: 1.4em;}

.head-event {
padding: 3px 8px 3px 8px;
border-bottom: 1px dashed #444;
font-size: 0.8em;
}

.head-event h3 {font-size: 0.9em; font-weight: bold;}

#head-nav {
background: #1B74B2;
height: 21px;
padding: 6px 6px 6px 20px;
font-size: 15px;
}

#head-nav a:link {color: #FFF; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none;}
#head-nav a:visited {color: #E6BF62; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none;}
#head-nav a:active {color: #FFF; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none;}
#head-nav a:hover {color: #F9F75A; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: underline;}

	
/*=======================================================================
	MAIN Body of Columns  Zone Definitions
========================================================================*/
 #mainbody-outershell {
	width:950px;
	background: #666666;
	overflow: hidden;
}

#mainbody {
	width:950px;
	text-align: center;
	background-image: url(http://www.crossfitwillowglen.com/assets/layout/main_bkgd.jpg);
	overflow: auto;
}

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

#mainContent { 
	margin: 0 0 0 250px; /* 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 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	font-size: 1.0em;
	line-height:1.5em;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.entry {
text-align:justify;
padding:5px 6px 5px 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.5em;
 padding:6px 2px 10px 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: 235px; /* 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 0 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: 1px 15px 15px 2px; /* 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:8px 0px 8px 0px;
	color: #FFF;
}


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

/*=======================================================================
	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.crossfit92118.com/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: #888888; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:visited { color: #888888; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
#footer a:active { color: #888888; 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;
} 


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