/*---------------------------------------
Title: Moody Mountain Outdoors Main Stylesheet
Version: 1.0
Author: Julie Watkins
----------------------------------------*/

/*---------------------------------------
GENERAL LAYOUT RULES
----------------------------------------*/

body {
  font-family: comic sans ms,arial,times;
  color: black;
  background: url(images/bg.jpg) repeat top left;
  margin-top: 10px;
}

#header,#nicely,#affil,h1,a:visited,#name {
  color: #005626;
}

#container {
  width: 800px;
  margin: 0px auto;
  padding: 0px;
}  

#header {
  width: 800px;
  padding-bottom: 6px;
  border-bottom: 2px solid black;
}

#nicely {
  font: bold 44px comic sans ms,arial,times;
  margin-left: 30px;
}

#affil {
  font-size: 18px;
  margin-bottom: 50px;
}

#address,#address2 {
  font-size: 16px;
  color: #005626;
}

.menu {
  text-align: center;
  font-size: 17px;
  padding: 8px; 0 12px 0;
}

a:hover {
  text-decoration: none;
  color: #005626;
}

.recipes {
  text-align: center;
}

.recipe {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.sub {
  font-style: italic;
}

h1 { 
  font-size:24px;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}

h2 { 
  font-size:22px;
  margin-left: 18px;
}

h3 { 
  font-size:18px;
  margin-left: 36px;
}

h4 { 
  font-size:16px;
  margin-left: 54px;
}

h5 { 
  font-size:14px;
  margin-left: 72px;
}

h6 { 
  font-size:12px;
  margin-left: 90px;
}

#content {
  text-align:left; 
  font-size: 18px;
  margin: 0px 12px 20px 12px;
}

#footer {
  width: 800px;
  padding-top: 6px;
  border-top: 2px solid black;
}
  
#name {
  font-size: 24px;
  font-weight: bold;
}

#copyright {
  margin-top: 18px;
  font-size: 14px;
  font-weight: bold;
}

#credits {
  font-size: 14px;
  margin-top: 18px;
}

#w3c {
  text-align: center;
  margin-top: 18px;
}


/*---------------------------------------
Table formatting
----------------------------------------*/

table.mailer {
  border:2px solid #214924;
  background:#FCF7EE;
  margin-left: 12px;
  margin-top: 24px;
}

table.mailer,td {
  padding:4px;
  vertical-align:top;
  text-align: left;
}

table.mailer,table.shipping,td.rt {
  text-align: right;
}

table.mailer tr.bg{
  background-color: #005626;

}

table.mailer td.bg {
  color: #FCF7EE;
  font-weight: bold;
  padding-left: 6px;
}

table.mailer td.header {
  padding:0px
}

/*---------------------------------------
Image Controls
----------------------------------------*/

div.right,div.left {
  height: auto;
  text-align: center;
  margin: 0px;
}

div.right {
  float: right;
  padding-left: 8px;
} 

div.left {
  float: left;
  padding-right: 8px;
}

.center {
  text-align: center;
}

.imgtitle {
  text-align: left;
  font-size: 16px;
  color: #093109;
  margin: 0 12px 3px 12px;
}