/* Fancy Test Widget
   (c) Web Factory 2011.
   www.webfactoryltd.com
*/

/* =Postit widget main container -------------------------------------------------------------- */
.ftw-container {
  position:relative;
  width:100%;
  height:auto;
  display:block;
  clear:both;
  margin-top:15px; /* Twentyten specific - disable if it causes spacing issues! */
}

/* =Postit widget layout/spacings & shadows/graphics/corners-------------------------------------------------------------- */
.ftw-spacing {
  padding:25px;
}

.ftw-footer {
  width:100%;
  display:block;
  margin:0;
}

/* Footer shadows - left shadow */
.ftw-footer-left {
  background:url(../images/ftw-footer-left.png) no-repeat top center;
  height:12px;
  width:92px;
  float:left;
  position:relative;
  z-index:5;
}

/* Footer shadows - right shadow */
.ftw-footer-right {
  background:url(../images/ftw-footer-right.png) no-repeat top center;
  height:12px;
  width:92px;
  float:right;
  position:relative;
  z-index:5;
}

/* =Postit widget skins-------------------------------------------------------------- */
.ftw-body {
  width:100%;
  display:block;
  height:auto;
  margin:0;
  padding:0;
}


/* Paper with horizontal and vertical lines  */
.ftw-body-horizontal-vertical-lines-paper {  background:url(../images/ftw-body-horizontal-vertical-lines-paper.png) repeat;}


.ftw-font-schoolbell {
  font-family:'Schoolbell', arial, serif;
  font-size:23px;
  line-height:28px;
}

/* Holder graphics (pin, nail, etc...) */
.ftw-graphics-right {
  right:5px;
}

.ftw-graphics-left {
  left:5px;
}

.ftw-graphics-tape-2 {
  position:absolute;
  top:-15px;
  right:5px;
  background:url(../images/ftw-tape-2.png) no-repeat top center;
  height:65px;
  width:45px;
}