﻿/*
CSS for Fishbed Knitting site
*/

body {
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  background-color: gray;
  line-height: 125%;
  padding: 15px;
/*  border-right: 10px double #f5a0bd; */
}

h1, h2, h3, h4 {
  font-family: "Gil Sans MT", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: xx-large;
  background: url(siteart/backmarble.jpg);
  background-color: black;
  color: white;
  padding-top: .5em;
  padding-bottom: .3em;
  padding-left: .2em; 
  padding-right: .5em;
}

h2 {
  color: white;
  font-size: 130%;
  font-weight: normal;
  padding-top: .2em;
  padding-bottom: .2em;
}  


h2.phone {
  text-align: right;
  padding-right: .5em;
}

h3, h4 {
  color: black;
  font-size: 100%;
  font-weight: normal;
  padding-top: .2em;
  padding-bottom: .2em;
}

h3 {
  font-color: gray;
  font-weight: bold;
  background-color: white;
  border: 2px solid black;
}

ul.navigation {
 list-style-type: none;
}

#mission p {
  font-style: italic;
  font-size: 115%;
  color: #f4a0bd;
  font-family: "Gil Sans MT", Helvetica, Arial, sans-serif;
  margin-top: -15px;
  margin-left: 5px;
}

a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

a:link {
  color: #f5a0bd;
}

a:visited {
  color: #aa99c5;
}

a:hover {
  text-decoration: none;
  color: #826ba9;
  background-color: #f9c8d8;
}

a:active {
  color: olive;
  background-color: #f9c8d8;
}

table.beginning, table.intermediate, table.socks, table.momsandkids, table.feltedbags, table.myfirstsweater, table.twocolor, table.lace, table.crochet, table.gem {
  border-collapse: collapse;
}

table.beginning th, table.intermediate th, table.socks th, table.momsandkids th, table.feltedbags th, table.myfirstsweater th, table.twocolor th, table.lace th, table.crochet th, table.gem th {
  padding: 4px;
  border: 1px solid #f5a0bd;
}

table.beginning td, table.intermediate td, table.socks td, table.momsandkids td, table.feltedbags td, table.myfirstsweater td, table.twocolor td, table.lace td, table.crochet td, table.gem td {
  padding: 4px;
  border: 1px solid #f5a0bd;
}

  

table.beginning th, table.intermediate th, table.socks th, table.momsandkids th, table.feltedbags th, table.myfirstsweater th, table.twocolor th, table.lace th, table.crochet th, table.gem th {
  font-size: small;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.beginning td, table.intermediate td, table.socks td, table.momsandkids td, table.feltedbags td, table.myfirstsweater td, table.twocolor td, table.lace td, table.crochet td, {
  font-size: medium;
}

table.gem td {
  font-size: medium;
  font-weight: bold;
  text-align: center;
}

table.beginning caption, table.intermediate caption, table.socks caption, table.momsandkids caption, table.feltedbags caption, table.myfirstsweater caption, table.twocolor caption, table.lace caption, table.crochet caption, table.gem caption {
  background-color: black;
  color: white;
  font-size: medium;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 3px;
} 


#knitgirl {
 border: none;
 position: absolute;
 top: 500px;
 left: 400px;
 width: 360px;
 height 551px;
 padding: 5px;
}

/*
img {
  border: 5px solid white;
}
*/

img.yarnfish {
  border: none;
  float: center;
}

#banner {
  width: 100%;
}


