a, .posttitle a:hover, .entry p a:visited {
	color: #2E8FC6;
}

a:hover {
	color: #0F3461;
}

.datestamp { 
	background: #A3CFEC;
	border: 1px solid #0F3461;
}

.datestamp div {
	background: #1C5B9E url(images/cal_bg.jpg) repeat-x;
}

/* WLS style */
#copyright {
	text-align:center;
	padding: 0 20px;
}
#sidebar1 .page_item {
	font-size: 1.2em;
	z-index: 99;
}

#header .page_item {
	font-size: .95 em;

}

.fitfacts{
	clear:both;
}

.sidebars li {
	list-style: none;
	margin-left: 0px;
}

.sidebars li li {
	margin-left: 15px;
}

/* ---- SIDEBAR IMAGE MAP ROLLOVER EFFECTS ----*/
#map {
    width: 220px;
    height: 296px; /* The actual height of the "static" image */
    background: url(/wp-content/uploads/2010/07/get_nutritious_ad_oranges.png);
    margin: 0 0 0 -4px; 
	padding: 0;
    position: relative; /* Relative to its containing element */
}

#map li {margin: 0 0 0 0; padding: 0; list-style: none; display: block; position: absolute;}
#map a {display: block;}


#map1 {left: 0px; top: 0px; width: 220px; height: 296px;} 
#map2 {left: 0px; top: 295px; width: 220px; height: 296px;}


#map1 a {height: 296px;}
#map2 a {height: 296px;}

/* Image is stacked side by side. The X coord should remain the same as above (only negative).
Only the Y coord was changed. In this example, 220px was added to the Y coord and then made negative */
#map1 a:hover {background: url(/wp-content/uploads/2010/07/get_nutritious_ad_oranges.png) 0px -296px no-repeat;}
#map2 a:hover {background: url(/wp-content/uploads/2010/07/get_nutritious_ad_oranges.png) 0px -592px no-repeat;}



/* ----- Forms -----*/

.feedbackForm {
	text-align:left;
	
}

.cap1 {
	display:block;
}
.btn_submit {
	display:block;
}



