/*
CSS for Artisan Distiller Read Me First Pages
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: large;
  background-color: #f9f1c0; 
  line-height: 125%;
  padding: 0px 40px 0px 0px;
  margin: 0px;  
}

/******HEADING RULES*******/

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: black;
}


h1 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: xx-large;
  text-align: center;
  background-color: transparent;
  color: black;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}


h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  margin: 0;
}



/*************END HEADING RULES*****************/

li {
  font-size: medium;
  font-weight: normal;
}


p {
  font-size: medium;
  color: black;
}

em {
  text-transform: uppercase;
}

/****LINK PROPERTIES*****/
a {
  font-weight: normal;
}

a:link {
  color: black;
}

a:visited {
  color: #006400;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

/******CENTERING AN IMAGE************/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*****CENTERING TEXT****/
h2.centertext {
    margin-left: auto;
    margin-right: auto;
    width: 25em;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.statcounter {
  border: 1px solid red;
}

.empadding {
  padding: 2em;
  border: 1px dashed gray;
}

#title p {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: xx-large;
  font-weight: bold;
  line-height: 115%;
  text-align: center;
  padding-top: 0px;
}

#tagline {
  width: 300px;
  height: 40px;
  margin-left: 200px;
  padding-top: 10px;
  /*border: 2px solid green;*/
} 

#title {
  width: 70%;
  margin-left: 20px;
  padding-top: 0px;
  /*border: 1px solid blue;*/
}

#titleimage {
  width: 100px;
  height: 150px;
  /*border: 2px solid pink;*/
  margin-left: 605px;
  margin-top: 0px;
}

#navbuttons {
  width: 400px;
  height: 54px;
  /*border: 2px solid red;*/
}

#nextdiscussion {
  width: 175px;
  height: 52px;
  /*border: 2px solid blue;*/
}

#sitebranding img {
  margin-left:auto;
  margin-right:auto;
  margin-top: 10px.
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  font-size: large;
  /*border: 0;*/
}

#container {
  width: 800px;
  position:relative;  
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top:30px;
}

#bodycontent {
  width: 80%;
  margin-left: 40px;
  margin-right: 40px;
  background-color: #faf866;
  /*border: 1px solid black;*/
  padding: 40px;
}

#header {
  width: 88%;
  height: 151px;
  background-color: #f39035;
  margin-left: 40px;
  border: 6px solid red;
}

/* PLACES "WORK IN PROGRESS" IMAGE ON PAGE */
#inprogress {
  position: absolute;
  top: 300px;
  left: 300px;
  background-color: transparent;
  width: 395px;
  height: 510px;
  padding: 5px;
  }

/*
This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinatesmeasured from tre top=left corner of the browser's content display.
*/ 

#title, #titleimage, #bodycontent, #tagline, #navbuttons, #nextdiscussion {
  position: absolute;
}

#tagline {
  top: -10px;
}

#titleimage {
  top: 8px;
}

#title {
  top: 30px;
}

#bodycontent {
  top: 164px;
}
#navbuttons {
  top: 0px;
  left: 150px;
 }
 
#nextdiscussion {
  top: 0px;
  left: 220px;
}

