body
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	background: #fff url("cssimages/background.png") repeat-x fixed;
	font-size: 14px;
}

/*chrome is a lil shit*/	
.preload
{		
	 -webkit-transition: none !important;
	 -moz-transition: none !important;
	 -ms-transition: none !important;
	 -o-transition: none !important;
}

#dhome header,#dcontact header,#dsuccess header
{
	background: url("cssimages/homeheader.jpg") #56c0ff no-repeat;
}

#dbreakfast header
{
	background: url("cssimages/breakfastheader.jpg") #b3cec9 no-repeat;
}

#dchicken header
{
	background: url("cssimages/chickenheader.jpg") #469de9 no-repeat;
}

#ddessertsandbeverages header
{
	background: url("cssimages/dessertsandbeveragesheader.jpg") #a1b4e5 no-repeat;
}

#dcontact main, #dsuccess main
{
	background: #fff url("cssimages/contactback.jpg") no-repeat bottom right;
}

#dsuccess main
{
	padding-bottom: 450px;
}

#container
{
	width: 960px;
	margin: 15px auto 15px;
	border-radius: 20px 20px 20px 20px;
	background: #fceed1;
	overflow:hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

header
{
	min-height: 350px;
}

header a
{
	display: block;
	width: 277px;
	position: relative;
	height: 260px;
}

h1
{
	background: url("cssimages/logo.png") no-repeat;
	font-family: 'Fredoka One', sans-serif;
	width: 277px;
	height: 260px;
	display: block;
	text-indent:-999px;
	left: 40px;	
	top: 35px;
	position: relative;
	overflow: hidden;
}

h2,
h3,
h4,
h5,
h6
{
	text-transform: uppercase;
	font-family: 'Fredoka One', sans-serif;
	color: #a10f2d;
 	margin-bottom: 5px;
 	letter-spacing: 1px;
}

h2
{
	font-size: 32px;
	margin-bottom: 10px;
}

h3
{
	font-size: 20px;	
	margin-bottom: 5px;
}

h4
{
	font-size: 18px;
}

a,
a:link,
a:visited
{
	text-decoration: none;
	color: #c21236;
	transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
}

a:hover,
a:active,
a:focus
{
	color: #e60031;
	text-decoration: underline;
	transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
}

nav
{
	background: #c21236;	
	border-top: solid 2px #a10f2d;
	text-transform: uppercase;
	height:50px;
	font-family: 'Fredoka One', sans-serif;
	overflow: hidden;
}

nav ul
{
	margin: 0px 20px;
	font-size: 18px;
}

nav ul li
{
	display: inline;
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited
{
	color: #fff;
	display: inline-block;
	padding: 15px 0px 18px;
	border-bottom: solid 1px #FCB215;
	margin: 0px 15px;
	text-decoration: none;
	transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus

{
	color: #FCB215;
	display: inline-block;
	padding: 15px 0px 12px;
	border-bottom: solid 6px #FCB215;
	transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
}


#current,
#current:visited,
#current:link
{
	border-bottom: solid 5px #fff;
	padding: 15px 0px 12px;
	transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
}

#current:hover,
#current:active,
#current:focus

{
	color: #FCB215;
	display: inline-block;
	padding: 15px 0px 12px;
	border-bottom: solid 6px #FCB215;
	transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
}

main
{
	padding: 40px;	
	background: #fff;
	clear: both;
}
main p
{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

main hr
{
	margin: 40px 0px 30px;
	clear: both;
}

img.homeimg
{
	float: left;
	margin: 0px 20px 5px 0px;
}

#sided>ul>li
{
	list-style-type: none;
}

#sided
{	
	width:600px;
	float: left;
}

#sided h3
{
	font-size: 24px;
}

#sided h4
{
	font-size: 16px;
	text-transform: none;
}

#sided h2 + p
{
	margin-bottom: 40px;
}

ul.menuitems
{
	margin-top: 60px;
}

ul.menuitems>li:before,
ul.menuitems>li:after
{
	content:"";
	display: block;
}

ul.menuitems>li:after
{
	clear: both;
}

ul.menuitems>li
{
	zoom: 1;
	margin-bottom: 50px;
	position: relative;
}

ul.menuitems>li:last-child
{
	margin-bottom: 0px;
}

ul.menuitems img
{
	float:left;
	margin: 0px 20px 20px 0px;
}

ul.menuitems>li>div
{
	float: right;
	width: 275px;
}

#sided h4+p
{
	margin-bottom: 3px;
}

section h3,
section h4,
aside h3,
aside h4
{
	color: #c31625;
}

section
{
	padding: 40px;
	text-align: center;
	font-size: 18px;
	font-family: 'Fredoka One', sans-serif;
	
}

section h3
{
	margin-bottom: 15px;
}

section ul li
{
	display: inline;
	margin: 0px 5px;
}

main form.contactform label,
main form.contactform input
{
	display: block;
}

main form.contactform label
{
	margin: 20px 0 5px;
	line-height: 18px;
}


main form.contactform input,
main form.contactform textarea,
main form.contactform select
{
	margin-bottom: 20px;
	font-family: 'Open Sans',sans-serif;
	width: 300px;
	border: 1px solid #bbb;
	padding: 5px;
}

main form.contactform input:hover,
main form.contactform textarea:hover
{
	border: 1px solid #999;
}

main form.contactform textarea
{
	font-size: .95em;
}
main form.contactform input[type="submit"]
{
	width:75px;
	background: #c21236;
	border: none;
	font-size: 1.125em;
	line-height: 1.67em;
	font-family: 'Fredoka One', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	text-align: center;
}

main form.contactform input[type="submit"]:active
{
	color: #FCB215;
}

aside
{
	width: 200px;
	float: left;
	padding: 40px;
}

aside h3
{
	font-size: 27px;
}

aside h4
{
	margin: 15px 0px 5px;
	line-height: 20px;
	font-size: 20px;
}

aside li
{
	list-style-type: none;
	margin: 10px 0px 10px 18px;
	font-size: 14px;
	line-height: 20px;
}

footer
{
	background: #c21236;
	border-top: solid 5px #FCB215;
	padding: 20px 20px 15px;		
	font-size: 11px;
	clear: both;
	height: 15px;
}

footer a,
footer a:link,
footer a:visited
{
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus
{
	text-decoration: underline;
}

footer p
{
	float: right;
	color: #fff;
}