/* override - background image */
body {
	background-image: url(../images/mainbg_public.gif);
}

li {
	margin-left: 25px;
}

#content {
	float: right;
	width: 570px;
	background: none;
	position: relative;
}

/* This styling only affects the public pages and not the application side */
#content p {
	padding: 0.75em 90px 0.75em 10px;
	margin: 0;
	line-height: 130%;
}


#susanphoto {
	text-align: center;
	font-size: 80%;
}
#susanphoto img {
	border: 4px solid #FFDF32;
	margin-bottom: 4px;
	
}
#susanphoto a {
}
	
/* Left nav styling */
#leftnav {
	float: left;
	width: 147px;	
	font: 16px Georgia, serif;
	padding-bottom: 40px;
}
#leftnav a {
	background: none;
}
#leftnav ul * {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}

#leftnav ul li {
	padding: 5px 0px;
	border-bottom: 1px solid #FFDF32;
}
#leftnav ul li ul li {
	padding: 2px 0px;
	background: none;
	border: none;
}
#leftnav ul li a {
	color: #fff;
	text-decoration: none;
}
#leftnav a.active {
	color: #ffdb51;
}
#leftnav a:hover {
	color: #ffdb51;
}
#leftnav ul li ul a {
	font: 12px Georgia, serif;
	color: #fff;
	text-decoration: none;
}

#calendar_link {
  text-align: center;
  padding-top: 10px;
}

#calendar_link a, #calendar_link a:hover {
  color: #8f2e00;
}

#framedpic{
  background-image: url(../images/rotator_images/rotator_bg.jpg);
  width: 165px;
  height: 189px;
  margin-right:10px;
  margin-top: 10px;
  padding-left: 35px;
  padding-top:  29px;
  background-repeat: no-repeat;
}

#startcooking{
  margin-top:10px;
  margin-right:10px;
  padding-left:20px;
}

#searchcontrol .gsc-control {
  width: 90%;
}

#searchcontrol .gsc-cursor-box .gsc-trailing-more-results {
  display: none;
}

.flash_message {
  padding: 10px;
  position: relative;
  float: right;
	width: 560px;
  border-bottom: 1px solid #3B5735;
}

.flash_message.notice {
  background: #cbddc7;
  border-bottom: 1px solid #3B5735;
}

.flash_message.error {
  background: #edb7b7;
}