html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/************************************/
body {
  padding-left:20px;
  font-family:Verdana;
}

.clear {
  clear:both;
}

#logo {
  float:left;
}

#header {
  margin-bottom:2px;
}

  #state {
    float:left;
    margin-left:1em;
    text-align:center;
  }
  
    #dateTime {
      font-size:28px;
      font-weight:bold;
    }

    #working, #resting {
	    width:120px;
	    height:54px;
	    background:#fff url('/images/state_not_working.jpg') no-repeat top right;
	    text-align:right;
    }

    #workingResting {
      text-align:center;
    }

    #resting {
	    background-image:url('/images/state_not_resting.jpg');
	    background-position:top left;
	    text-align:left;
    }
    
  #paypal {
    float:left;
    margin-left:1em;
  }
  
#ustreamQik {
  float:left;
  margin-right:0px;
} 

  #ustreamQik object {
    float:left;
    margin-right:5px;
  }
 
#map {
  float:left;
}

#ustream {
  padding-top:0.3em;
  width:645px;
  position:absolute;
  top:365px;
  margin-left:5px;
}

  #ustreamTwitter {
    margin-bottom:5px;
  }

#twitter {
  position:absolute;
  top:465px;
  left:670px;
}

  #twitter .twtr-widget {
    float:left;
  }
  
  #twitter #twtr-widget-1 {
    margin-right:0.3em;
  }
  
#email {
  font-size:70%;
  color:red;
  font-weight:bold;
}

  #email a {
    color:red;
    text-decoration:none;
  }

  #email a:hover {
    color:#000;
  }
