/*
 * The typography style sheet
 */

img
{
  border: none;
}

img#cardcontrol
{
}

p
{
  color: black;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 0 40px;
  margin-top: -1px;
}

p.quote
{
  color: #c6168d;                   /* #af6a89; */
  background-color: transparent;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 13px;
}

p.quote span
{
  color: black;
  background-color: transparent;
  font-style: normal;
}

p.closer
{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1px;
  line-height: 1px;
  padding: 0;
  margin: 0;
}

p.tandcs
{
  margin-top: 20px;
  font-size: 0.6em;
}

a
{
  color: black;
  background-color: white;
}

a:hover
{
}

h1
{
  color: #c6168d;
  background-color: transparent;
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 14px;
}

h2
{
  font-size: 1em;
  font-weight: normal;
  color: #000;
  background-color: transparent;
  margin-top: -2px;
}

h3
{
  font-size: 0.85em;
  color: #c6168d;
  background-color: white;
  margin-top: 10px;
}

br.clearall
{
  height: 1px;
  clear: both;
}

/*
 * Page variations
 */

#contenthome h1
{
  color: white;
  font-size: 1.15em;
  margin-bottom: 20px;
  padding-top: 3px;
}

#contenthome p
{
  color: white;
  font-size: 0.95em;
  padding: 0px 30px 20px 30px;
}

#contenthome p.wider
{
  padding: 0px 0px 20px 0px;
}

#contenthome p.quote
{
  color: #c6168d;
  background-color: transparent;
}

#contenthome a
{
  color: white;
  background-color: transparent;
}

#contentshowing img
{
  border: 4px solid white;
}

#contentfeedback h1
{
  color: black;
  background-color: white;
}

#contentstage p.quote
{
  padding-left: 200px;
  padding-right: 200px;
}

div.wardrobe h2
{
  font-size: 1.4em;
  font-weight: bold;
  color: #c6168d;
  background-color: white;
  margin-top: 10px;
}

div.wardrobe h3
{
  font-size: 0.9em;
  font-weight: normal;
  color: black;
  background-color: white;
  font-style: italic;
  margin-top: 0px;
}

div.wardrobe img
{
  margin: 45px;
}

div.wardrobe a img
{
  margin-bottom: 129px;
}


p.imagecontainer
{
  margin: 5px 0 0 0;
  padding: 0;
}


/*
 * Contact form stuff
 */
form#contactform
{
  padding-top: 20px;
  width: 500px;
  margin-left: 100px;
}

label
{
  float: left;
  color: black;
  font-size: 0.9em;
  text-align: right;
  margin-right: 4px;
  padding-top: 2px;
  width: 150px;
}

label.notes
{
  color: #777;
  text-align: left;
  width: 380px;
  margin-top: -18px;
  margin-left: 156px;
  margin-bottom: 3px;
}

input
{
  font-family: "Georgia",sans-serif;
  float: left;
  border: 1px solid #8492b4;
  padding: 2px 2px 2px 2px;
  width: 330px;
  margin-bottom: 18px;
}

textarea
{
  font-family: "Georgia",sans-serif;
  font-size: 0.85em;
  float: left;
  border: 1px solid #8492b4;
  overflow: auto;
  padding: 2px 2px 2px 2px;
  width: 330px;
  margin-bottom: 18px;
}

/* The thankyou page in response to a form submission */
h1#thankyou
{
  width: 600px;
  padding-top: 100px;
  font-size: 1.4em;
  text-align: center;
  line-height: 2em;
  color: #708090;         /* slategray */
}

