@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(http://fonts.googleapis.com/css?family=Spirax);

@media screen
{
  body {
    background-color: #fff;
    background-image:url('images/dirtywhite.jpg');
    background-repeat: no-repeat;
    margin:0px;
    padding: 0px 0px 0px 250px;
    width: 750px;
    color; #000;
    background-attachment:fixed;
  }


  h1 {
    font-family: 'Pinyon Script', cursive;
    font-weight: bold;
    font-size: 3.25em;
    color: #34426a;
    text-align: center;
    text-shadow: 2px 4px #bfbfbf;
  }

  h2 {
    font-family: 'Spirax', cursive;
    font-weight: bold;
    font-size: 1.55em;
    text-align: center;
    text-shadow: 1px 2px 3px #bfbfbf;
  }

  h3 {
    font-family: 'Spirax', cursive;
    font-weight: bold;
    font-size: 1.25em;
    text-align: left;
    text-shadow: 1px 2px 2px #bfbfbf;
    display: block;
    border-bottom: 1px solid #999;
    background-image:url('images/blueh3bg.png');
    margin:0px;
    padding:1px 0px;
  }


  ul {
    list-style-image: url('images/baroque-bullet.png');
    padding:0px;
    margin:4px 0px;
  }

  .divider {
    margin:0px auto 0px auto;
    padding: 0;
    text-align: center;
  }

  .snippet {
    border-top: 1px solid #000;
    min-height: 160px;
    padding: 4px 0px 0px 0px;
    margin: 0px;
  }

  .snippet img {
    float: left;
    margin: 0px;
    padding: 0px 4px 0px 0px;
  }

  .sniplink {
    display: block;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 2px 0px 0px 0px;
    padding: 2px 0px;
    background-image:url('images/graylinkbg.png');
    width: 540px;
    float:right;
  }

  .sniplink a {
    font-family: 'Spirax', cursive;
    font-weight: bold;
    text-decoration: none;
    color: #369;
  }


  #copymsg {
    margin:auto;
    text-align:center;
  }


}


