/* GENERAL STYLES setting up the page */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%; /* set all type to 10px high but in a way IE will scale with text scaling - http://www.thenoodleincident.com/tutorials/typography/*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #f2f2f2;
}
a img {
	border:none;
}
/* SPECIFYING HEADER and WRAPPER CONTAINER PROPERTIES */
#wrapper, #header, #footer {
	width:920px;
	margin:0 auto;
}

/* HEADER STYLES */
#header {
	background-image:url(/images/tagline.gif);
	background-repeat: no-repeat;
	background-position:597px bottom;
	min-height:154px;
}
#logo, #logo a {
	width:328px;
	height: 144px;
	overflow:hidden;
}
#logo {
	float:left;
	background-image: url(/images/logos/logo.gif);
	background-repeat:no-repeat;
}
#logo a {
	display: block;
	text-indent:-9999px;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
#mininav {
	width: 577px;
	float:right;
	text-align:right;
	padding-top:18px;
	padding-right: 5px;
	list-style-type:none;
}
#mininav li {
	display:inline;
	line-height: 1em;
	padding: 0 6px;
	border-right: 1px solid #999;
	text-transform:uppercase;
	font-size: 1.2em;
}
#mininav li#searchbox {
	display:block;
	padding-top: 9px;
	margin-bottom: 55px;
}
#mininav li#searchbox, #mininav li#contactlink {
	padding-right:0;
	border-right:none;
}
#mininav a {
	color:#09c;
	text-decoration:none;
}
#mininav a:hover {
	color:#f90;
}
#q, #ea {
	color: #666;
	padding:3px 3px 5px;
	border: 1px solid #ccc;
}
#q {
	font-size:1em;
	width: 225px;
}
.submit {
	position: relative;
	top: 6px;
	margin-left:10px;
}
/* FOOTER */
#footer {
	padding-top: 14px;
	clear:both;
}
#footer p {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.4;
	color: #000;
}
#footer p a {
	color: #0099cc;
	text-decoration: none;
}
#footer p a:hover {
	color: #00B6F2;
}
#footer h3 {
	background-image: url(/images/little-fruit.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 24px;
	color: #5b8f3f;
	font-size: 1.4em;
	padding-top: 4px;
}
#footer h4 {
	float: right;
}
#footer h4, #footer h4 a {
	display:block;
}
#footer h4 a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#footer h4 #feedingAmerica{
	height: 72px;
	width: 264px;
	background-image: url(/images/logos/feeding-america.gif);}
#footer h4 #calFoodBanks{
	height: 76px;
	width: 123px;
	margin-left:141px;
	margin-top: 20px;
	background-image: url(/images/logos/CAFB-logo-trans.gif);}

#joinus h3 {
	font-size: 1.3em;
	color: #8ec243;
	margin-bottom: 8px;
	clear: left;
}
.callstoaction {
	list-style-type: none;
	margin-bottom: 20px;
}
.callstoaction li {
	margin-bottom: 7px;
	padding-bottom: 5px;
	background-image:url(/images/nav/green-call-bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.callstoaction #calltoDonate a {
	background-image: url(/images/buttons/plus.gif);
}
.callstoaction #calltoAdvocate a {
	background-image: url(/images/buttons/megaphone.gif);
}
.callstoaction #calltoVolunteer a {
	background-image: url(/images/buttons/hand.gif);
}
.callstoaction a {
	background-repeat: no-repeat;
	background-position:left top;
	display: block;
	background-color: #8EC243;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 0 35px;
	font-weight: bold;
}
#socialNetworks {
	margin-bottom: 20px;
	float: left;
}
#socialNetworks li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}
#socialNetworks a {
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#footer h5 {
	font-size: 1.2em;
	color:#000;
}
		/* show users that links are external */
#maincontent .externalLink {
background: url(/images/symbols/externalLink.png) no-repeat right 3px;
padding-right:18px;
}
#logos .externalLink {
background-image: none;
padding-right:0px;
}
#maincontent a[href^="http://www.foodbankccs.org"], #maincontent a[href^="http://fbccs.mightyminnow.com"] {
 background-image:none;
 padding-right:0px;
}

  /* show users that this is an email link */

.emailLink {
 background: url(/images/symbols/email.png) no-repeat 2px center;
 padding-left:18px;
}

  
    /* show users that this is an pdf link */

.pdfLink {
 background: url(/images/symbols/pdf.png) no-repeat left 3px;
 padding-left:15px;
}
a.learnmore, p.learnmore a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/images/symbols/arrow.gif);
	background-position: 0px 0.2em;
	padding-left: 18px;
	color: #F90;
	font-weight: bold;
	text-decoration:none;
}
a.learnmore:hover, p.learnmore a:hover {
	color: #FFBF00;
}
#footer a#Mm {
	color:#000;
}
#footer a#Mm span {
	color: #5A9140;
}
.MenuBarHorizontal:after, .group:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}