@charset "utf-8";

/* Reset CSS based on Eric Meyer Reset CSS and html5doctor.com Reset Stylesheet
==================================================================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

:focus {
	outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  font-style: italic;
  font-weight: bold;
}

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

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

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

input, select {
  vertical-align: middle;
}

textarea, input {
  font-family: inherit;
  font-size: inherit;
}

/* Global definitions
==================================================================================================== */

body {
  background: #cde2e5;
  color: #393838;
  font-size: 14px;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  line-height: 16px;
}

#page {
  margin: 15px auto 30px;
  overflow: hidden;
  position: relative;
  width: 900px;
}

a {
  color: #84A6C0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
}



#specialwrapper {
  margin-top: 15px;
  position: relative;
}

#table_layout td {
  vertical-align: top;
}

#content {
  background: #fff;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  padding: 18px 24px;
  width: 700px;
}

#content:after {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 11px;
  bottom: auto;
  color: #999;
  content: " ";
  display: block;
  height: 0;
  left: 30px;
  position: absolute;
  right: auto;
  top: -22px;
  width: 0;
  z-index: 1;
}

#content h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 40px 0 15px;
}

#content h2.first {
  margin: 0 0 15px;
}

#content hr, #aside hr {
  background: #e0e0e0;
  border: 0;
  color: #e0e0e0;
  clear: both;
  height: 1px;
  margin: 10px 0 0;
  width: 615px;
}

#whatshappening {
  position: relative;
}

#whatshappening textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 40px;
  padding: 4px 2px;
  width: 609px;
}

#whatshappening textarea:focus {
  border-color: rgba(82, 168, 236, .75);
  box-shadow: 0 0 8px rgba(82, 168, 236, .5);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .5);
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, .5);
}

#whatshappening .remaining {
  color: #c6c6c6;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

#whatshappening .tweet {
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #333;
  float: right;
  margin-top: 4px;
  padding: 4px 12px 3px;
  text-shadow: 1px 1px 0 #fff;
}

#whatshappening .latest {
  color: #666;
  font-size: 11px;
  padding-top: 6px;
  width: 320px;
}

#whatshappening .meta {
  color: #999;
}



#cv ul li {
  padding: 8px 0;
}

#cv ul li .avatar {
  background: #d1d1d1;
  color: #fff;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 10px 10px 0;
  padding: 3px;
  text-align: center;
  width: 40px;
}

#cv ul li .screen_name {
  color: #8ca0bd;
  font-weight: bold;
}

#cv ul li .meta {
  color: #999;
  display: block;
  font-size: 11px;
}

#cv .tag, #cv .user {
  color: #8ca0bd;
}



#aside {
  background: #e9e9e9;
  border-left: 1px solid #8ca0bd;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  font-size: 12px;
  width: 200px;
}

#aside #profile {
  padding: 18px;
}

#aside #photo {
  margin-bottom: 10px;
}

#aside .label {
  font-weight: bold;
}

#contact h2 {
  background: #f6f6f6;
  padding: 6px 18px;
}

#contact ul {
  color: #83a5be;
  line-height: 22px;
  padding: 10px 18px;
}

#aside hr {
  margin: 0 18px;
  width: 200px;
}

#trending-topics, #following {
  padding: 10px 18px;
}

#trending-topics h2, #following h2 {
  font-weight: 500;
}

#trending-topics ul, #following ul {
  color: #83a5be;
  line-height: 22px;
  padding-top: 2px;
}

#following ul {
  font-size: 0;
  line-height: 0;
  padding-top: 6px;
}

#following li {
  background: #d2d2d2;
  display: -moz-inline-stack;
  display: inline-block;
  height: 30px;
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: top;
  width: 30px;
  min-height: 30px;
  zoom: 1;
  *display: inline;
  _height: 30px;
}

#following li.last { margin-right: 0; }
#following li.dark { background: #9c9c9c; }
#following li.marron:hover { background: marron; }
#following li.red:hover { background: red; }
#following li.purple:hover { background: purple; }
#following li.fuchsia:hover { background: fuchsia; }
#following li.green:hover { background: green; }
#following li.lime:hover { background: lime; }
#following li.olive:hover { background: olive; }
#following li.yellow:hover { background: yellow; }
#following li.navy:hover { background: navy; }
#following li.blue:hover { background: blue; }
#following li.teal:hover { background: teal; }
#following li.aqua:hover { background: aqua; }

#menu {
  color: #83a5be;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  right: 0;
  padding: 5px 8px;
  position: absolute;
  top: 12px;
}

#menu li {
  display: inline;
  padding: 0 3px;
}


