/* 
Compiled with Less
Copyright James Kirsop and Fiona Learned 2012
*/
/* Universal Resets */
li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
body {
  background: #f2f0ec url('../images/background_1200.jpg') no-repeat fixed 80% 40px;
}
#container {
  margin: 100px auto;
  width: 790px;
}
#main_logo {
  float: left;
  width: 400px;
}
#main_logo img {
  width: 400px;
}
#main_content {
  float: left;
  padding-top: 35px;
  width: 380px;
}
/* Navigation */
#navigation {
  color: #637218;
  font-family: "Courier New", Verdana;
  font-weight: bold;
  text-transform: lowercase;
  margin-bottom: 10px;
  overflow: auto;
  width: 100%;
}
#navigation ul {
  display: block;
  margin: 0 auto;
  width: 340px;
}
#navigation li {
  float: left;
  margin-right: 5px;
}
#navigation li:not(:first-child):before {
  content: '\7C';
  margin-right: 5px;
}
#navigation a {
  color: #637218;
  text-decoration: none;
}
#navigation a:hover {
  color: #6B6C6F;
}
/* Individual Page Content */
#content_text {
  background: #f2f0ec;
  background: rgba(242, 240, 236, 0.7);
  clear: both;
  font-family: "Courier New";
  margin: 15px 0 0 0;
  overflow: auto;
  padding: 20px;
  width: 310px;
}
#content_text a {
  color: inherit;
}
#content_text.content_home {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}
#content_text:not(.content_home) {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2em;
}
#content_text:not(.content_home) p {
  margin-bottom: 10px;
}
/* Recipe Page */
#recipe_list li {
  float: left;
  margin-bottom: 15px;
  padding: 0 7px 0 7px;
  width: 140px;
}
#recipe_list li img {
  margin-bottom: 5px;
}
#recipe_list a {
  color: #637218;
}
/* Contact Page */
#content_text form {
  font-size: 0.85em;
}
div.content_contact label {
  display: block;
  float: left;
  margin-right: 10px;
  width: 120px;
}
textarea {
  width: 280px;
}
input {
  width: 150px;
}
.formField {
  border: 2px #637218 solid;
  border-radius: 5px;
}
.formButton {
  background: #637218;
  border: 1px #B6C761 solid;
  border-radius: 10px;
  color: #fff;
  padding: 2px;
}
#footer {
  clear: both;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.7em;
  padding: 10px 0 0 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body {
    background: #f2f0ec url('../images/background_600.jpg') no-repeat fixed 80% 40px;
  }
}
@media screen and (max-width: 480px) {
  body {
    background: #f2f0ec url('../images/background_600.jpg') no-repeat fixed 80% 100px;
  }
  #container {
    margin: 0;
    padding: 0 10px 0 10px;
    width: 100%;
  }
  #main_logo img {
    width: 250px;
  }
  #main_content {
    margin: 0 auto;
    padding-top: 35px;
  }
  #navigation ul {
    width: 100%;
  }
  #content_text {
    margin: 10px auto;
  }
  #content_text.content_home {
    font-size: 1em;
  }
  #footer {
    text-align: left;
    width: 200px;
  }
}
