/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
 
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
 
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

body {
  background-color: #909090;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content {
  width: 960px;
  margin: 0 auto 0 auto;
}

#main-content {
  background-color: white;
  padding: 20px;
  width: 760px;
}

#main-content h1,
#main-content h2 {  
  line-height: 1.6em;
  
}

#main-content h1 {
  font-size: 120%;
}

#main-content p {
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 20px;
}

#main-content p.youtube {
	text-align: center;
}

div.sidebar,
div.sidebar-unstyled {
  float: right;
  width: 200px;

  margin-left: 10px;
  background-color: #fff;
}

div.sidebar {
  margin-right: -125px;
  border: 1px solid #797979;
  padding: 10px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.sidebar-unstyled {
  margin-right: -110px;  
}

/* Twitter Sidebar */
div#twitter_div {
  background-color: #ddeef6;
}

div#twitter_div ul {
  font-size: 12px;
  line-height: 1.2em;
}

div#twitter_div ul li {
  margin: 10px 0 10px 0;
}

a#twitter-link {
  font-size: 10px;
  font-weight:  bold;
}

img.screenshot {
  vertical-align: top;
}

img.logo-image {
  margin-bottom: 20px;
}

ul#press-clippings {
  font-size: 13px;
  line-height: 1.4em;
  list-style-type: square;
  list-style-position: outside;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 0 !important;
  padding: 0;
}