/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #ffffff url('images/knittles-handmade-background.jpg') no-repeat fixed top center;
  text-align: center;
  font-size:9pt;
  font-family:helvetica,sans-serif;
  line-height:15pt;
}

div#xxmain {
  text-align: left;
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

#logo {
  position:relative;
  left:0px;
  top:10px;
  height:0px;
  color:white;
}

#logo img {
  border-style: none;
  border-width: 0;
  vertical-align: middle;
  margin-right:20px;
}

img {
  border-style: none;
  border-width: 0;
  vertical-align: bottom;
}

.xxbutton-bar {
  position:relative;
  left:40px;
  top:93px;  
}

.xxbutton {
  display:inline;
}

.xxstacked-nav {
  position:relative;
  left:599px;
  top:10px;
  width:0px;
}

#content {
  position:relative;
  left:60px;
  top:30px;
  width:680px
}

#etsy {
  float:left;
}

#tweet {
  float:left;
  margin-left:20px;
}

.tweet {
  width: 250px;
  font-size:9pt;
  font-family:helvetica,sans-serif;
  line-height:15pt;
}

.tweet li {
  /*list-style-image: url('images/bullet.gif'); */
}

.share {
 position:relative;
 top:90px;
 left:60px;
}

h3{
color: #279df9;
margin-bottom:3px;
font-family: helvetica,sans-serif;
}
a{
color: #279df9;
}
