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


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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #12233D;
	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 */
}

img {border: 0px;}

blockquote {
	padding: 4px 5px 2px 0px; margin: 0px auto;
}

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

#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.7em;color:#000000;text-align:left;padding:1px 1px 5px 2px; line-height: 1.2em;  }
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:3px 1px 2px 8px;background: #1D3F96;}
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;}

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

/*=======================================================================
	MAIN Body of Columns  Zone Definitions
========================================================================*/
#mainbody, #mainbody-outershell, #container {
width:940px;
}

 #mainbody-outershell {
background-image:url(http://www.crossfitMichiana.com/assets/layout/body-950wide.jpg);
background-position:top;background-position:left;
background-repeat:repeat-y;
}

#mainbody {
text-align: center;
background-image:url(http://www.crossfitMichiana.com/assets/layout/body-950wide.jpg);
background-position:top;background-position:left;
background-repeat:repeat-y;
}		

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

/*=======================================================================
	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.crossfitMichiana.com/assets/layout/navigation-back950x40.jpg);
background-position:top;background-position:left;
background-repeat:no-repeat;
}
.backinblack {
background-color: #000000;
}

.dropDownNavigation, .dropDownNavigation ul {
	float: left;
	/*==  background: url('http://www.crossfitMichiana.com/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.1em;
	color: #ffffff;
	border-right: 1px solid #ccc;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 0.8em;
}

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

.dropDownNavigation li {
	float: left;
}

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

.dropDownNavigation li ul a {
	background: #335588;
	color: #ffffff;
	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 */
	

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	background: #666;
	color: #000000;
	padding: 20px 20px 10px 10px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px; color: #ffffff;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	font-size: 13px; color: #ffffff; font-weight:650;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 450px;
	background: #FFFFFF url(http://www.crossfitmichiana.com/assets/comment-gray.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 480px;
	background: #FFFFFF url(http://www.crossfitmichiana.com/assets/comment-gray.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

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

#mainContent {
	width: 505px;
	margin-bottom: -1000px;
	padding: 0px 10px 1000px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:#000000 thin dashed;
	font-size: 0.8em;
	line-height:1.5em;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	float: left;
overflow:hidden;
} 

.form_layout {
padding:15px 10px 25px 10px;
font-size: 1.0em;
line-height:1.9em;
}

.entry {
text-align:justify;
padding:5px 2px 15px 2px;
overflow:hidden;
}
.entry-date {
font-size: 0.7em;
font-weight:300;
color:#888;
text-align:left;
padding:0px 6px 3px 0px;
}
.title {
/* 
background-image: url(http://www.crossfitmichiana.com/assets/title-back.jpg);
background-repeat: repeat-x;
*/
padding:1px 1px 4px 2px;
background-color: #CFD1E2;
color:#000000;
}
.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;
}

ol.numberlist {
list-style-type: decimal;
list-style-position: outside;
}


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

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 390px; /* 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: 0px 12px 15px 3px; /* 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 8px 8px 8px;
	overflow:hidden;
	border: 1px solid #1D3F96;
font-size: 0.9em;
line-height:1.2em;
}

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

.side-narrow {
margin: 0px 0px 17px 0px;
padding:8px 0px 8px 0px;
overflow:hidden;
font-size: 0.9em;
line-height:1.2em;
}

.side-narrowbox {
margin: 0px 0px 17px 0px;
padding:4px 0px 8px 0px;
overflow:hidden;
border: 1px solid #1D3F96;
font-size: 0.9em;
line-height:1.2em;
}

/*=======================================================================
	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.crossfitMichiana.com/assets/layout/footer-950x142.jpg);
background-position:top;background-position:left;
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
========================================================================*/

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.floatright { /* 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;
	margin-bottom: 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;
}