html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	background-color: #c4262e;
}
body {
	background-color: #c4262e;
}
a {
	color: #fff;
}
#all_content {
	min-width: 768px;
	width:expression(document.body.clientWidth > 768?"100%" :"768px");
}

#header {
	background-image: url(/images/kolachy-header-buns.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	height: 120px;
}
#logo {
	background-image: url(/images/kolachy-logo-big.png); 
	background-repeat: no-repeat;
	background-position: top center;
	height: 175px;
	width: 175px;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-width: 768px;
}
#logo_wrapper {
	width: 100%;
	text-align: center;
	position: absolute;
}
#links {
	height: 30px;
	background-color: #eaddcb;
	font-family: sans-serif;
	font-size: 0.9em;
}
#links ul {
	list-style: none;
	margin: 0;
}

#nav_wrapper {
	position: relative; 
}

#nav1, #nav2 {
	height: 30px;
	width: 49%;
	z-index: 10;
}
#nav1 a, #nav2 a {
	font-size: 1.0em;
	color: #360000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#nav1 a:hover, #nav2 a:hover {
	color: #d42027;
}

#nav1 {
	float: left;
	text-align: right;
}
#nav1_buffer, #nav2_buffer {
	width: 34px;
}
#nav2 {
	float: right;
	text-align: left;
}

#nav1 ul {
	padding-top: 0.5em;
}
#nav1 li, #nav1_buffer {
	float: right;
	margin-right: 30px;
}
#nav2 ul {
	padding-top: 0.5em;
}
#nav2 li, #nav2_buffer {
	float: left;
	margin-left: 30px;
}

#home #links .home a,
#about #links .about a,
#locations #links .locations a,
#menu #links .menu a,
#career #links .career a,
#contact #links .contact a {
	color: #d42027;
	font-weight: bold;
}
#main_area {
	color: #fff;
	margin-top: 60px;
}
#main_area {
	margin: 90px 0 3em 0;
}
#centered_main_content {
	text-align: center;
}
#footer {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	background-color: #c4262e;
}

.location-image {
	margin-bottom: 40px;
}
.menu_item {
	display: block;
	margin-bottom: 5px;
}
#menu-items-breakfast {
	float: left;
	width: 330px;
}
#menu-items-lunch {
	float: right;
	width: 330px;
}
#menu-items-wrapper {
	width: 750px;
	margin: 0 auto;
}

.input input, .input textarea {
	border: solid 1px #840000;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 12px;
	color:  #c4262e;
}
.input textarea {
	width: 400px;
	height: 100px;
}
.input input {
	width: 200px;
}
