$(function(){

  $.fn.qtip.styles.cirvo = { // Last part is the name of the style
     width: 240,
     background: '#fffad9',
     color: 'black',
     textAlign: 'left',
     border: {
        width: 1,
        radius: 4,
        color: '#efeac9'
     },
     tip: 'topRight',
     name: 'dark' // Inherit the rest of the attributes from the preset dark style
  }
  // $('section.ballot').qtip({
  //   content: '<h3>Your Ballot</h3><p>This is an example of a tooltip.  As you can see, it is similar to the ones from the old brochure site.</p><p>You can attach these wherever you like.</p>',
  //   show: 'mouseover',
  //   hide: 'mouseout',
  //   position: {
  //      corner: {
  //        tooltip: 'rightMiddle',
  //        target: 'leftMiddle'
  //      }
  //   },
  //   style: {
  //     name: 'cirvo',
  //     tip: 'rightMiddle'
  //   }
  // })
});

// 
//   $('div.jesse_bio').qtip({
//     content: '<p>Before joining Circle Voting, Jesse was Director of Web Development for <a href="http://www.beezwax.net">Beezwax</a> and launched media‐rich interactive websites for Beezwax clients in technology, advertising and the non‐profit sector.  His private consulting clients have included NOW Legal Defense, Money Media and the Republic of Estonia. Jesse holds degrees from Phillips Exeter Academy, Columbia and the University of California–Berkeley, where he is working on a PhD in cultural anthropology. Jesse is a practitioner of Ruby development on and off the Rails and adores emerging open standards.</p>',
//     show: 'mouseover',
//     hide: 'mouseout',
//     position: {
//        corner: {
//           target: 'bottomLeft',
//           tooltip: 'topRight'
//        }
//     },
//     style: 'cirvo'
//   })
//   $('div.chris_bio').qtip({
//     content: "<p>In his decade at Cisco Systems, Chris was a key leader for Cisco's e‐business model and a pioneer in bringing Cisco to the web.  On turning to the non‐profit sector, Sinton founded and served as President & CEO of <a href='http://www.networkforgood.com'>Network for Good</a>, which has raised over $250,000,000 for nonprofits in the United States. Sinton serves as a board member of mypartner.com.  Previously, he has served on the boards of the NetAid Foundation, the ePhilanthropy Foundation and New Leaf Services for our Community.</p>",
//     show: 'mouseover',
//     hide: 'mouseout',
//     position: {
//        corner: {
//           target: 'bottomLeft',
//           tooltip: 'topRight'
//        }
//     },
//     style: 'cirvo'
//   })
// });
