/* HTML5 ✰ Boilerplate Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*  Typography presets
 ------------------  */
@font-face {font-family:
  'headline one';
  src:
  url('headoh-webfont.eot');
  src:
  url('headoh-webfont.eot?#iefix') format('embedded-opentype'), url('headoh-webfont.woff') format('woff'), url('headoh-webfont.ttf') format('truetype'), url('headoh-webfont.svg#HeadlineOneHPLHS') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {font-family:
  'headline two';
  src:
  url('headth-webfont.eot');
  src:
  url('headth-webfont.eot?#iefix') format('embedded-opentype'), url('headth-webfont.woff') format('woff'), url('headth-webfont.ttf') format('truetype'), url('headth-webfont.svg#HeadlineTwoHPLHS') format('svg');
  font-weight: normal;
  font-style: normal;
}

.gigantic {
  font-family: "headline one";
  font-size: 120px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.huge, h1 {
  font-size: 68px;
  line-height: 72px;
  letter-spacing: -1px;
  color: #fff;
}

.large, h2 {
  font-family: "headline two";
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 7px;
  font-size: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
}

.bigger, h3 {
  font-family: "headline two";
  font-size: 22px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.big, h4, .tweet_text {
  font-size: 22px;
  line-height: 30px;
}

.small, small {
  font-size: 13px;
  line-height: 18px;
}

p {
  margin: 0 0 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

a.externalLink:after {
  content: " \00BB";
}

dfn {
  border-bottom: 1px dotted;
  cursor: help;
  font-style: italic;
}

/* Selection colours (easy to forget) */::selection {
  background: rgb(255, 255, 158);
}::-moz-selection {
  background: rgb(255, 255, 158);
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*  Less Framework 4
 http://lessframework.com
 by Joni Korpi
 License: http://creativecommons.org/licenses/MIT/ */
/*    Default Layout: 992px.
 Gutters: 24px.
 Outer margins: 48px.
 Leftover space for scrollbars @1024px: 32px.
 -------------------------------------------------------------------------------
 cols    1     2      3      4      5      6      7      8      9      10
 px      68    160    252    344    436    528    620    712    804    896    */
html {
  background: #2D9FFA;
  background: -webkit-gradient(radial, 50% 10%, 200, 50% 30%, 1000, from(#2D9FFA), to(#115285));
  background-image: -webkit-radial-gradient(50% 10%, #2D9FFA, #115285);
  background-image: -moz-radial-gradient(50% 10%, circle farthest-corner, #2D9FFA, #115285);
}

body {
  color: #fff;
  font: 14px / 24px Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgb(255, 255, 158);
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#wrap {
  margin: 0 auto;
  padding: 36px 0px 84px;
  position: relative;
  width: 960px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header {
  margin: 0 0 36px;
  position: relative;
}

header p {
  color: rgba(0, 0, 0, 0.2);
  font-family: "headline one";
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

#noSupportMsg,
#tweet,
#diigo_linkroll {
  display: none;
}

article {
    clear: both;
    overflow:hidden;
    width: 100%; 
}

section {
    padding: 0 0 36px;
    float: left;
    width: 100%;
}

article#facts section:nth-of-type(-n+3) {
    margin: 0;
    padding: 0 20px 36px 0;
    width: 300px;
}

article#feeds section:nth-of-type(1) {
    margin: 0;
    width: 640px;
}

article#feeds section:nth-of-type(2) {
    margin: 0;
    width: 320px;  
}

article#about section {
      margin: 0;
    width: 50%;
}

table {
  border-collapse: collapse;
}

th,
td {
    text-align: left;
    vertical-align: top;
    padding: 12px 10px 12px 0;
}

th {
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
}

thead th {
  border-bottom: 3px solid rgba(0,0,0,0.2);

}

th:nth-of-type(1) {
  width: 20%;
}

td:nth-of-type(1) {
  width: 20%;
}

td:nth-of-type(2) {
  width: 60%;
}

#moreMyPreferencesTable {
    display: none;
}

.hidden {
    display: none;
}
section li {
  margin: 0 0 10px 1em;
}

.tweet_time {
    display: block;
    text-align: right;
}

section table {
  width: 100%;
  
}

.standOutFacts {
  margin: 10px 0 0 0;
}

.standOutFacts li {   
    clear: both;
    list-style: none;
    padding: 0 20px 0 0;
}

.standOutFacts span {
    margin: 0 10px 10px -0.3em;
    text-align: right;
    width: 2.3em;
    float: left;
    line-height: 1;
    font-weight: bold;
}
    

#about p {
    margin-right: 20px;
}

#latestWords {
    margin: 0;
}

#tweet {
  padding: 40px;
  margin: 0 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  background-image: -webkit-radial-gradient(70% 1%, rgba(0,0,0,0.01), rgba(0,0,0,0.3));
  background-image: -moz-radial-gradient(70% 1%, circle farthest-side, rgba(0,0,0,0.01), rgba(0,0,0,0.3));
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
}

#tweet a {
    color: #2D9FFA;
}

#latestWords li {
    list-style: none;
}

#weeklyAverages svg {
}

#diigo_linkroll div,
.LinkDesc {
  display: none;
}

/* Utilities */

.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 */


/*    Tablet Layout: 720px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  #wrap {
    width: 640px;
    padding: 48px 0 60px;
  }
  
  article#feeds section:nth-of-type(1) {
    margin: 0;
    width: 320px;
    float: left;
    border: none;
  }
    
  article#facts section:nth-of-type(3) {
    width: 640px;
    float: none;
    clear: both;
  }
      
  svg {
      margin: 0 auto;
  }
}



/*    Mobile Layout: 320px.
    Gutters: 24px.
    Outer margins: 34px.
    Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
 
  .gigantic {
      font-size: 68px;
  }
  
article#feeds section:nth-of-type(1),
  article#about section, section {
  width: 320px;
}

#latestWords .tweet,
#about p {
  margin-right: 0;
}

th:nth-of-type(-n+2) {
  width: 50%;
}

th:nth-of-type(3),
td:nth-of-type(2) {
  display: none;
}
  
  #wrap {
    width: 320px;
    padding: 48px 0 60px;
  }
  
}



/*    Wide Mobile Layout: 480px.
    Gutters: 24px.
    Outer margins: 22px.
    Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  .gigantic {
      font-size: 68px;
  }
  
  #wrap {
    width: 320px;
    padding: 36px 0 48px;
  }
  
}