/** Global Reset********************************************************************/

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, 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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

table {
    border-collapse: separate;
    border-spacing: 0;
}

:focus { outline: 0; }

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul { list-style: none; }



body {
    font: 70%/1.8em "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
    background:#fff;
    color:#555555;
    padding:0;
    margin:0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
    color:#000;
}

h1 {
    font-size:2em;
    letter-spacing:-1px;
}

h2 {
    font-size:2em;
    letter-spacing:-1px;
}

h3 {
    font-size:1.6em;
    margin:0 0 0em 0;
    letter-spacing:-1px;
}

h4 {
    font-size:1.7em;
    line-height:1.35em;
    margin:0 0 0.3em 0; 
    color:#E62422;
}

h2, h3 { margin-bottom: .2em; letter-spacing: 0; }

h5 { font-size:1.4em; margin:0 0 0.3em 0; }

h6 { font-size:1.1em; margin:0 0 0.3em 0;}

a { color: #cb2a7b; font-weight: bold;}

#header h3 { color: #bebebe; line-height: 1.28em;}

#logo {
    position: absolute;
    left:834px; top: 30px;
}

#main {
    width: 960px;
}

#main, #footer {
    position: relative;
    background:#fff;
    font-size:1.15em;
    line-height:1.5em;
}

#footer {
    color: #fff;
    background: #8d8d8d url(../img/bg_footer.png) repeat-x top left;
    padding: 30px 0 3em 0;
    height: 800px;
}

#footer p {
    margin: 1em 0 1em 0;
}

#footer em {
    color: #ccc;
    font-style: italic;
}

#twittericon {
    position: absolute;
    top: -45px;
    left: 880px;
}


#header {
    margin: 130px 0 0 0;
}

#header .grid_9 {
    margin: 0 0 125px 0;
}

#header .grid_9 img { float: right; }

#content {
    border-top: 7px solid #f12d92; 
    width: 720px;
}

.item {
    padding: 35px 0 45px 0;
    border-bottom: 3px solid #bebebe;
}

.last {
    border: none;
}

.item h3 {
    font-size: 1.27em;
    line-height: 1.3em;
    margin: .8em 0 .7em 0;
}

.item p {
    font-size: .89em;
    margin: 0 0 1em 0;
}

.item .grid_6 img {
    border: 1px solid #666;
}

.left {
    float: left;
}

.right {
    float: right;
}

.stash { position: absolute; top: -1000em; left: -1000em; height: 1px; width: 1px; }

/* new clearfix */
.clearfix { display: block; }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/* Tweets */

.tweet {
  font-size: 1em;
  color: #f1f1f1; }
  .tweet h3 { color: #ccc; }
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: none  }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .7em 0 .7em 0; }
      .tweet .tweet_list li a {
      color: #ccc; font-weight: normal;}
    .tweet .tweet_list .tweet_even, .tweet .tweet_list .tweet_odd {
       border-top: 2px solid #646364; }
    .tweet .tweet_list .tweet_first {
       border: none; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
    .tweet .tweet_list .tweet_text a {
        color: #bafa56;
    }


.query {
  font-size: 90%;
  color: #085258; }
  .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    .query .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .query .tweet_list li a {
        color: #0C717A; }
    .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
