﻿/*
  Stylesheet for Cooktique.com
  -------------------------------------------------------------------------
  Stylesheet Author: Christopher W. Allermann - chris@allermann.net
  Version:           1.0
  Created:           Feb 20, 2004
  Last Modified:     March 1, 2004
  Stylesheet URL:    http://host146.ipowerweb.com/~cooktiqu/style.css
                     http://www.cooktique.com/style.css
*/

P.storeAddress {
  color: #FFDF5E;
  text-align: center;
  font-size: 16px;
  font-family: Times New Roman, serif;
  font-weight: bold;
}

P.storeAddress A {
  color: #FFDF5E;
  text-align:center;
  font-size: 16px;
  font-family: Times New Roman, serif;
  font-weight:bold;
  text-decoration: none;
}
      
P.goldText {
  color: #FFDF5E;
  text-align: justify;
  font-size: 15px;
  font-family: Times New Roman, serif;
  font-weight: bold;
}
      
Table.outerLayout {
  background: #008000;
  border: 1px solid black;
}
      
P.Copyright {
  margin-top:5px;
  color: black;
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-align:left;
}
     
     P.Copyright A {
       color: black;
     }
     
     A.MenuButton {
     height: 25px;
     width: 120px;
  display: block;
  border: 1px solid black;
  padding: 3px;
  text-decoration: none;
  font-family:arial;
  font-size: 12px;
  text-align: left;
  margin-bottom:3px;
  background: white;
  color:black;
}



A.MenuButton:hover{
  font-weight: bolder;
  color: white;
  background:black;
}

Div.FrontPageContent {
  width:100%;
  
  
  padding: 4px;

}

Div.ContentPane {
  text-align: justify;
  background: white;
  border: 1px solid black;
  margin:5px;
  padding:5px;
}

Div.ContentPane H1 {
  background: #FFDF5E;
  padding: 5px;
  border-bottom: 1px solid black;
  text-align: left;
  font-size: 14pt;
  font-family: Arial, Sans-Serif;
  margin-top:-5px;
  margin-left:-5px;
  margin-right:-5px;
  margin-bottom:0px;
  
  
}

Div.ContentPane P {
  padding:0px;
  margin-top:5px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  text-align: justified;

}

      
/* BEGIN: Style For Page Content Boxes */
Table.InfoBox {
  width:           100%;
  border:          1px solid black;
  margin-bottom:   5px;
}

Table.InfoBox TD.Headline {
  padding:         5px;
  border-bottom:   1px solid black;
  background:      #FFDF5E;
  text-align:      left;
  font-size:       14pt;
  font-family:     Arial, sans-serif;
  font-variant:    small-caps;
  font-weight:     bold;
}

Table.InfoBox TD.Content H1{
  text-align:      left;
  color:           #008000;
  font-size:       12pt;
  font-family:     Arial, sans-serif;
  text-decoration: underline;
}

Table.InfoBox Td.Content H2{
  text-align:      left;
  color:           black;
  font-size:        11pt;
  font-family:     Arial, sans-serif;
}

Table.InfoBox TD.Content {
  padding-left:    5px;
  padding-right:   5px;
  padding-top:     5px;
  padding-bottom:  0px;
  background:      white;
}

Table.InfoBox TD.Content P {
  padding:         0px;
  margin-left:     0px;
  margin-right:    0px;
  margin-top:      0px;
  margin-bottom:   8px;
  text-align:      center;
  font-family:     Arial, sans-serif;
  font-size:       x-large;
}

Table.InfoBox TD.Content A {
  color:           black;
}
/* END: Style for page content boxes */
