@charset "utf-8";
/* CSS Typography */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

/* adds a heavier weight to text */
.bolder
{
	font-weight:bold;
}

.underline
{
	text-decoration:underline;
}

a
{
	text-decoration:none;
}

/*---------Main navigation menu---------------- */
.menu a
{
	text-decoration:none;
	color: #fff;
	font-size:12px;
}

.footer a
{
	color: #8c8c8c;
	text-decoration:none;
	font-size: 11px;
}

#whosNew p
{
	font-size: 12px;
	font-weight:bolder;
	text-decoration:none;
}

#whosNew a
{
	color: #333333; 
}

#whosNew a:hover
{
	color: #333333
}

/*body of text that says they are in the <3 of the los angeles district */
#pitch
{
	font-size:15px;
	font-weight:bold;
}

/*this is the area that contains the address, facebook, mapquest link etc */

#stayConnected
{
	font-size: 12px;
}
/*h1 is the text "the new mart" */
#stayConnected h1
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#learnMore
{
	color: #454545;
	text-decoration:none;
	font-weight:bold;
}