/*=======================================================================
	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: #222222;
	background-image: url(http://www.crossfitchulavista.com/assets/Background_Top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #999999;
	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 {
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.3em;color:#222222;text-align:left;padding:5px 1px 0px 7px; margin:0; background-image:url(http://www.crossfitchulavista.com/assets/layout/title-back.jpg); background-repeat: repeat-x;}
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:5px 1px 1px 7px;}
h4 {font-family:arial,helvetica,sans-serif;font-weight:bold;font-size:1.0em;color:#D3D3D3;text-align:left;text-transform:uppercase;margin:0px 0px 0px 0px; padding: 8px 0px 0px 6px;background: #5F0005;}
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: #000000;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #000000; border-right: 3px solid #000000; border-bottom: 3px solid #000000;
	overflow: hidden;
}

a:link { color: #B40404; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:visited { color: #606060; 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 { 
	width: 1030px;
	height: 212px;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header-logo {
	width: 1030px;
	height: 215px;
	background-image:url(http://www.crossfitchulavista.com/assets/layout/header_1030x202.jpg);
}

#navigation-text {
width: 1030px;
height: 20px;
padding-top: 10px;
color:#FFFFFF;
background: transparent;
text-align: left;
}

#navigationbackground {
width: 1030px;
height: 40px;
margin-top: 0px;
background-image:url(http://www.crossfitchulavista.com/assets/layout/navigation-back1030x40.jpg);
background-position:top;background-position:left;
background-repeat:no-repeat;
}
	
/*=======================================================================
	Drop Down Navigation
========================================================================*/

.dropDownNavigation, .dropDownNavigation ul {
	float: left;
	/*==  background: url('http://www.crossfitchulavista.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.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.crossfitchulavista.com/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;
}

/*=======================================================================
	MAIN Body of Columns  Zone Definitions
========================================================================*/
.no-border {
 border:	0px;
}

#mainbody-outershell {
width:1030px;
background:#000000;
overflow: hidden;
}

#mainbody {
width:1030px;
text-align: center;
margin-top: 3px;
background: #999999;
overflow: auto;
}			
/*=======================================================================
	Middle COLUMN  Zone Definitions
========================================================================*/

#mainContent { 
	margin: 0px 227px 0px 227px; /* 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: 0px 0px 2000px 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;border: 2px solid #5F0005;
	font-size: 0.9em;
	color: #444444;
	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: 775px; 
	font-size: 0.8em;
	line-height:1.5em;
	background: #FFFFFF;
	text-align: left;
/*	padding-bottom: 600px;
	margin-bottom: -600px; */
/*	margin-left: 18px;
	overflow: hidden; */
}


.entry {
text-align:justify;
line-height: 1.3em;
padding:5px 9px 25px 9px;
overflow:hidden;
}

.title {
border-bottom: 1px dashed #5A0005;
padding:5px 0px 10px 2px;
}

.entry-date {
font-size: 1.0 em;
font-weight:500;
color:#5A0005;
font-weight: bold;
text-align: right;
margin: 7px 10px 0px 0px;
float: right;
}


.posted {
font-size: 0.8em;
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.8em;
 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;
}

.linkout {
font-size: 1.0em;
color: #2F5396;
font-weight: 700;
text-decoration: underline;
}

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

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

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	padding: 0px 0px 5px 0px; /* 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: 225px; /* 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 */
	padding: 0px 0px 5px 0px; /* 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: 10px 0px 20px 5px;
	padding:0px 8px 12px 2px;	
	overflow:hidden;
	background-color:transparent;
}

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

#footer { 
	width: 1030px;
	padding: 25px 0 10px 0;
	margin: 25px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	background: #5F0005;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
} 

#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:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin: 30px 0 20px 0;
} 


 #design a:link { color: #666666; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:visited { color: #666666; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:active { color: #666666; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:hover { color:#222222; 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;
}