/* Side Navigation */
#recipesection{
	position:relative;
	float: left;
	top:10px;
	left: 3%;
	border: 1px grey solid;
	border-bottom: 0px;
	text-align: center;
	background: #F3F3F3;
}

#recipesection ul{
	width: 150px;
	list-style-type: none;
}

#recipesection ul li a {
	border-bottom: 1px black solid;
	text-decoration: none;
	color: #8FC9C7;
	padding: 5px;
	display:block;
}

#recipesection li a:hover{
	background: grey;
}

#recipesection li a:visited{
	color: #8FC9C7;
}

#recipesection li a.current{
	background: grey;
}

/* Number Nav */
#numnav{
	clear:both;
	text-align: center;
	padding-top: 50px;
}

/* Button */
#submit{
	position:relative;
	width: 150px;
	left: 3%;
}

#submitbutton{
	padding: 10px;
	font-size: 16px;
	height: 40px;
	width: 150px;
}

.searchbutton {
	font-size: 18px;
	width: 230px;
	height: 40px;
	margin-top: 30px;
}

/* Content */
#contentpic{
	width: 100%;
	height: 400px;
	display: block;
	margin: 30px auto 0px auto;
}

#title{
	font-size: 30px;
	text-align: center;
	padding: 20px 0 0 0;
}

#filter{
	position:relative;
	width: 200px;
	left: 70%;
	top: -10px;
}

#contenttext{
	margin-top: 100px;
}

#contenttitle{
	margin-bottom: 10px;
}

#sectitle{
	font-size: 20px;
	padding: 5px;
}

#searchwrapper{
	position: relative;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	top: 10%;
}

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

.inline{
	display: inline;
	padding: 10px;
}

.recipepic{
	width: 150px;
	height: 150px;
	padding-bottom: 5px;
}

.searchresult:hover{
	-webkit-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
}

.searchresult{
	float:left;
	margin-left: 10%;
	padding-bottom: 20px;
}
