html {
   margin: 0;
   padding: 0;
}

#page {
   position: relative;
   padding: 0;
   width: 700px;
   font-family: "Lucida Typewriter", Courier, fixed;
   font-size: 12pt;
   left: 50%;
   margin-left: -350px;
   letter-spacing: -.5;
}

#header {
   position: relative;
}

#logo h1 {
  position: absolute;
  left: -1000px;
}

img {
   border: none;   
}

#header .separator {
    height: 20px;
    background: transparent url("img/top-swirl.gif") no-repeat 0 0;
    clear: both;
}

#footer .separator {
    height: 20px;
    background: transparent url("img/bottom-swirl.gif") no-repeat 0 0;
}

#header, #footer {
    font-size: 13pt;
    text-transform: uppercase;
    color: #333;
}

#header a, #footer a {
/*    color: #03b;*/
    color: #222;
}

#footer {
  padding-top: 20px;
  clear: both; 
}


.links {
  list-style: none;
  padding-right: 1em;
  position: relative;
  float: right;
  display: block;
}

.links li {
   list-style: none;
   display: inline;
   padding-left: 1.5em;
}

#header .links {
    margin-top: -1.5em;
}

body.swatchdiaries .sd-link,
body.patterns .patterns-link,
body.tees .tees-link,
body.about .about-link,
body.contanct .contact-link {
    font-weight: bold;
}

a {
  text-decoration: none;      
}

a:visited {
   color: red;   
}

#content {
    padding: 1em 0;
    line-height: 1.4em;
    min-height: 400px;
    text-align: center;
    font-size: 11pt;
}

.text {
    text-align: left;
    width: 500px;
    margin: auto;
}

.text p {
    margin: 2em 0;
}

#copyright {
   text-align: right;
   padding: 1em;
}

h2 {
    font-size: 24pt;
    font-weight: normal;
}

h2, h3 {
    letter-spacing: .2em;
    text-transform: lowercase;
    margin: .5em 0 1em 0;
    color: #333;
}

h3 {
    margin-top: -.5em;
    margin-bottom: 2em;
}

.framed-img {
    border: 7px solid #222;
    padding: 3px;
    display: inline-block; /* TODO: make this work in IE */
}

.framed-img img {
  border: 1px solid #222;
  padding: 1px;
}

.itemlink {
  float: left;
  margin: 10px;
}

.pic-and-description .framed-img {
  float: left;
}

.pic-and-description .description {
  position: relative;
  margin-left: 50%;
  padding: 0 2em;
  text-align: left;
}