/* HTML TAGS */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
    background-color: #396436;/*#ECE9B6;*/
}

img {
    margin:10px;
}

h1 {
   font-size:14px;
   font-weight: bold;
   color:#85A858;
   text-align: left;
}

h3 {
	margin-bottom: 10px;
}

a {
   font-size:14px;
   color:#C57739;
   text-decoration: none;
}

a:hover {
   color:#85A858;
}

a:visited {
   color:#C57739;
}

hr {
  color:#85A858;
  height: 1px;
  margin-bottom: 10px;
}

/* IDs */

#wrapper {
  width: 780px;
  box-sizing: content-box;
    -moz-box-sizing: content-box;
  background-image: url(../images/repeat_800.jpg);
  background-repeat: repeat-y;
}

#header {
   height: 170px;
   width: 100%;
   box-sizing: content-box;
    -moz-box-sizing: content-box;
   background-image: url(../images/header_800.jpg);
   background-repeat: no-repeat;
}

#nav {
   position: relative;
   top: 35px;
   left: 80px;
}

#nav div {
   display: inline;
   margin-right: 13px;
}

#theForm {
    background-color:#FFF;
    width: 605px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin: -19px 0px 10px 90px;
    text-align: center;
    padding-bottom: 30px;
}

#theText {
    background-color:#FFF;
    width: 600px;
    height: auto;
    margin: -19px 0px 10px 95px;
    padding-right:10px;
    padding-bottom: 30px;
    text-align: left;
}

#newest {
    background-color:#FFF;
    width: 575px;
    margin: 10px auto 10px auto;
    padding:5px;
    text-align: right;
    border-top: 1px solid #C57739;
}

#recipeNameR {
   font-size:18px;
   font-weight: bold;
   color:#C57739;
   margin-bottom: 10px;
   
}

#ingredientsR {
   margin-bottom: 10px;
}

#instructionsR {
   margin-bottom: 10px;
}

#recipeTable{
  font-size:11px;
  color:#000;
  height: auto;
}

#recipeTable a{
  font-size:11px;
}

#courseR {
  font-size:11px;
  color:#85A858;
  border-top: thin dotted #85A858;
  text-align: right;
}

#cuisineR {
  font-size:11px;
  color:#85A858;
  text-align: right;
}

#courseList {
  font-size:11px;
  color:#85A858;
  text-align: right;
}

#originR {
  font-size:11px;
  color:#85A858;
  text-align: right;
}

#createdByR {
  font-size:11px;
  color:#85A858;
  text-align: right;
  border-bottom: thin dotted #85A858;
}

#createdDateR {
  font-size:11px;
  color:#85A858;
  text-align: right;
}

#notesR {
  font-size:12px;
  color:#c57739;
  border: 1px solid #C57739;
  padding: 10px;
  margin-bottom: 10px;
}

#footer {
   height: 98px;
   width: 100%;
   background-image: url(../images/footer_800.jpg);
   background-repeat: no-repeat;
   text-align: center;
   font-size:11px;
   color:#85A858;
}

#copyright {
   position: relative;
   margin:-40px auto 20px auto;
   height:75px;
   width: 70%;
   top: 20px;
}

#copyright a{
   font-size:11px;
}
/* CLASSES */




