body {
}

/*
a, a:visited {
    color: #444;
}
a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

ul {
	margin: 0;
	padding-bottom: 5px;
}
#banner {
	border-bottom: 10px solid #a0d103;
	height: 100px;
	background: #c1d11c;
	background: #ffc61A;
	background: #333;
	background: #339;
	background: transparent url(images/my-blue-bg.jpg);
}

#header {
	border-bottom: 5px solid #c1d11c;
	height: 100px;
}
*/

/*
#logo {
	float: none;
	text-align: center;
	width: 100%;
}

#logo a h1 {
	color: #ffc61a;
	color: #fff;
	color: #dedede;
	font-size: 64px;
	letter-spacing: 7px;
	margin: 0;
}

#logo h2 {
	color: #c1d11c;
	color: #a0d103;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	margin-top: -14px;
	padding-bottom: 15px;
}
*/
#signinbar, #signinbar a {
	color: #c1d11c;
	color: #efefef;
}

#topSearchBar .searchBar {
	display: none;
}

#greetingDiv {
	padding-bottom: 1px;
	margin-bottom: 23px;
}

#greeting {
	margin-top: -7px;
	font-size: 14px;
}

.rowSection {
	padding-bottom: 1px;
	margin-bottom: 32px;
}
.rowSection .title {
	font-size: 18px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.rowSection .recipeNamePanel {
	font-size: 90%;
}

#sharePitch {
	margin-top: -5px;
	font-size: 90%;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.columnSection {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #668810;
	border-bottom: 2px solid #003;
}
.columnSection h3 {
	background-color: #668810;
	background: transparent url(images/my-green-bg.jpg);
	border-top: 2px solid #003;
	color: #006;
	padding: 2px 0 2px 0;
}

#homePageSearch {
	border-bottom: 5px solid #ffc61a;
	border-bottom: 5px solid #a0d103;
	border-bottom: none;
	padding-bottom: 1px;
	margin-bottom: 32px;
}
#homePageSearch label {
	font-size: 18px;
}
#homePageSearch input {
	font-size: 14px;
}
	
.homeSection {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: .95em;
	text-align: center;
	border-bottom: 2px solid #ffc61a;
	border-bottom: 2px solid #a0d103;
}
.section .title {
	font-size: 18px;
}
.homeSection h3 {
	font-size: 1.2em;
}
.homeSection ul li {
	padding: 0;
	margin: 0;
}

.centerStuff {
	margin-left: 10px;
	margin-right: 10px;
}

/** Navigation bar... **/
.yui-skin-sam .yuimenubar {
	background: #fff;
	border: none;
}
#menu .yuimenuitem {
	color: #fff;
}

.yui-skin-sam .yuimenubarnav .yui-overlay {
	background: #33f;
	background: transparent url(images/my-blue-bg.jpg);
}


/*
#strfriMainNav .bd {
	text-align: center;
}
*/
#menu {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#menu ul {
	padding: 0;
	margin: 0;
	margin-top: 23px; 
	display: inline;
}
#menu li {
	color: #fff;
	background: transparent url(images/my-blue-bg.jpg);
}

#menu .otherLinks {
	float: right;
	margin-right: 10px;
}
#menu ul a {
	display:block;
	float:left;
	text-decoration:none;
	color: #fff;
	background: none;
}

#menu a:hover {
	color: #c1d11c;
}

