/* Stylesheet for BlackDogTan site, http://www.movesmountains.com/blackdogtan/ */
/* 3-col layout from CSS Cookbook */


body 
{
  color: #333333;
  font-weight: normal;
  background-color: #AAAAAA;
  margin: 0;
  padding: 0;
  font-family: comic sans ms;
  
  
  background-image: url(images/bone_background.png);
  background-repeat: no-repeat;
  background-position: 20px 0px;
}


// this sets the width of the page
#frame
{
  width: 1000 px;
}

#header
{  
  position: absolute; top: 180px; left: 120px;
  margin-bottom: 150px;
}

#mainCol
{
  position: absolute; top: 400px; left: 140px;
  float: right;
  width: 450px;
  padding: 50px;
  
  font-family: arial,verdana;
  font-size: 1em;
  font-weight: bold;
}



#menuCol
{
  position: absolute; top: 400px; left: 0px;
  float: left;
  width: 130px;
  
  font-family: comic sans ms;
  font-weight: bold;
  font-size: 1.4em;
}

#quotesCol
{
  position: absolute; top: 400px; left: 695px;
  float: right;
  width: 200px;
  
  margin: 0; padding: 0;
  
}

#enclose
{
  float: left;
  width: 535px;
}

img.kclogo
{
  margin: 20px;
  margin-top: 80px;
  border: 0;
}


blockquote
{   
  font-family: georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 0.9em;
  margin: 0; padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.referee
{
  font-style: normal;
  font-weight: bold;
  font-family: arial,verdana;
}

img
{
  border-color: black;
}

img.startquote
{
  float: left;
  margin: 0; padding: 0;
  padding-left: 5px


}
img.endquote
{
  float: right;
  margin: 0; padding: 0;
  margin-top: -50px;
}

img.startparagraph
{
  float: left;
  margin: 0; padding: 0;
  margin-left: -30px;
  padding-right: 10px;
  margin-top: -30px;
}

img.endparagraph
{
  float: right;
  margin: 0; padding: 0;  
  padding-left: 10px;
  margin-top: -10px;
  margin-right: -30px;
}

img.floatleft
{
  float: left;
  margin: 10px;
  margin-top: 0px;
}
img.floatright
{
  float: left;
}

ul.menu
{
 
  background-image: url(images/menu_top_background.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px; 
 
  margin: 0; padding: 0;
  padding-top: 80px;
  text-align: left;
  
  list-style: none;
}

li.menu
{
  background-image: url(images/menu_background.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  
  
  padding-top: 8px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 70px;
  
}


li.topmenu
{

  white-space: nowrap;
  text-align: justify; 
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 10px;
}

ul.contact
{
  margin-top: 20px;
  list-style: none;
  white-space: nowrap;
  width: 100%;
  font-size: 1.2em;
}
li.contact
{
  //float: right; //this no longer works, it should be right-justified.
  margin-right: 70px;
}

li.contactEmail
{
  font-size:0.8em;
  font-style: italic;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contactPhone
{
  font-family: times new roman;
  text-decoration: underline;
  font-style: italic;
  margin-left: 20px;
}

a
{
  color: #000000;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

a.map
{
  font-size: 0.7em;
}


h4
{
  font-family: comic sans ms;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 5px;
  margin-bottom: 5px;
}

h5
{
  font-family: comic sans ms;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 75px;
  margin-bottom: 5px;
}


.logo
{
  font-family: comic sans ms; 
  font-size: 1.1em; 
}
.logoTan
{
  color: #957113;
}

div.copyright
{
  font-size: 0.8em;
  text-align: center;
  vertical-align: bottom;
  font-weight: normal;
  padding-top: 30px;
}

div.copyright a
{
  text-decoration: none;
}
div.copyright a:hover
{
  text-decoration: underline;
}


#lightflow
{
  padding: 0.15em 0.15em 0.0em 0.0em;
  //font-size: 1.05em;
  font-weight: bold;
  //letter-spacing: -1px;
  background-color: #353535;
  color: #ffffff;
}

#lfhighlighted
{
  padding: 0.0em 0.0em 0.0em 0.0em;
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: -1px;
  background-color: white;
  border-top: solid 1px #353535;
  border-bottom: solid 1px #353535;
  color: #353535;
}
