blockquote, q {
  quotes: none; }

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

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

textarea {
  overflow: auto; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

button, input, select, textarea {
  margin: 0;
  padding: 0; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

img {
  border: none;
  outline: none;
  vertical-align: baseline; }

.clear {
  clear: both; }

body {
  font-size: 14px;
  line-height: 21px;
  text-align: center; }

#holder {
  width: 940px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 30px auto; }

.no-rgba #holder {
  background: url(http://static.tumblr.com/8zpdt4b/tZ4lbo3dr/tr.png) repeat left top; }

.no-rgba .ie6 #holder {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.tumblr.com/8zpdt4b/tZ4lbo3dr/tr.png', sizingMethod='scale');
  }

#wrapper {
  text-align: left;
  width: 940px;
  background: #fff;
 /* -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/ }

p, h2, h3, h4 {
  margin: 0 0 21px; }

h2 {
  font-size: 36px;
  line-height: 42px; }

h3 {
  font-size: 18px; }

h4, h5 {
  font-size: 14px; }

#header {
  padding: 40px 0; }
  #header h1 {
    margin: 0 0 0 40px;
    float: left;
    line-height: 42px;
    font-size: 36px; }
    #header h1 a {
      text-decoration: none; }
  #header #nav {
    margin: 19px 40px 0 0;
    font-size: 14px;
    line-height: 21px;
    list-style-type: none;
    float: right; }
    #header #nav li {
      float: left;
      margin: 0 0 0 40px; }
    #header #nav a {
      text-decoration: none; }
  #header #headerFigure {
    margin: 40px 0 0; }
    #header #headerFigure img {
      display: block;
      width: 940px; }

.ie6 #header h1 {
  margin: 0 0 0 20px; }
.ie6 #header #nav {
  margin: 19px 20px 0 0; }

#main {
  float: left;
  width: 500px;
  margin: 0 0 0 40px; }
  #main ol.notes {
    margin: 0 0 42px;
    list-style-type: none;
    font-size: 12px;
    line-height: 21px; }
    #main ol.notes li {
      white-space: nowrap;
      border-bottom: 1px dotted;
      position: relative;
      overflow: hidden;
      width: 500px;
      padding: 7px 0;
      height: 21px; }
    #main ol.notes li:first-child {
      margin: -7px 0 0 0; }
    #main ol.notes li:last-child {
      padding: 7px 0 0;
      border: none; }
    #main ol.notes img {
      position: absolute;
      width: 21px;
      height: 21px;
      left: 0;
      top: 7px; }
    #main ol.notes .action {
      margin: 0 0 0 31px; }
  #main .post {
    line-height: 21px; }
    #main .post .date {
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      opacity: 0.5; }
    #main .post .video, #main .post .photo, #main .post .quote {
      margin: 21px 0; }
    #main .post .quote {
      font-size: 14px;
      font-style: italic; }
    #main .post .content {
      font-size: 14px;
      margin: 0 0 21px; }
      #main .post .content p, #main .post .content ul, #main .post .content ol {
        margin: 0 0 21px; }
      #main .post .content blockquote {
        margin: 0 0 21px;
        padding: 0 0 0 17px;
        border-left: 3px solid;
        font-style: italic; }
      #main .post .content .chat li {
        border-bottom: 1px dotted;
        padding: 10px 0; }
      #main .post .content .chat li:first-child {
        padding: 0 0 10px; }
      #main .post .content .chat li:last-child {
        padding: 10px 0 0;
        border: none; }
    #main .post img, #main .post object, #main .post embed {
      display: block; }
    #main .post .albumArt {
      float: left;
      width: 150px;
      height: 150px;
      position: relative;
      overflow: hidden;
      margin: 21px 0; }
      #main .post .albumArt img {
        display: block;
        width: 150px; }
    #main .post .audioInfo {
      float: left;
      margin: 21px 0 21px 20px; }
      #main .post .audioInfo h3 {
        font-weight: normal;
        padding: 21px 0 0;
        margin: 0; }
      #main .post .audioInfo .album {
        font-style: italic; }
      #main .post .audioInfo object, #main .post .audioInfo embed {
        width: auto;
        display: inline; }
      #main .post .audioInfo .alt {
        margin: 0;
        font-size: 12px; }
    #main .post .chat {
      list-style-type: none; }
    #main .post .asker {
      font-weight: normal;
      font-size: 14px; }
    #main .post .meta {
      text-transform: uppercase;
      font-size: 10px;
      margin: 0 0 32px;
      opacity: 0.5; }
      #main .post .meta span {
        border: 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 10px;
        float: left;
        margin: 0 10px 10px 0;
        word-wrap: break-word; }
      #main .post .meta a {
        text-decoration: none; }
      #main .post .meta .tags strong {
        float: left;
        font-weight: normal; }
      #main .post .meta .tags a {
        margin: 0 0 0 10px;
        float: left; }
    #main .post:hover .date, #main .post:hover .meta {
      opacity: 1; }
  #main .textPost .date {
    margin: 0 0 21px !important; }
  #main .textPost h2 {
    margin: -21px 0 21px !important; }
  #main .textPost ol, #main .textPost ul {
    list-style-position: inside; }
  #main .chatPost h2 {
    margin: 0 !important; }
  #main .chatPost ol {
    margin: 21px 0 !important; }
  #main .pagination {
    font-size: 14px;
    margin: 0 0 42px;
    padding: 20px 0;
    height: 21px;
    border-top: 1px dotted;
    border-bottom: 1px dotted; }
    #main .pagination a, #main .pagination span {
      margin: 0 20px 0 0; }

#sidebar {
  float: right;
  width: 280px;
  margin: 0 40px 0 0;
  font-size: 12px;
  line-height: 21px; }
  #sidebar .section {
    margin: 0 0 42px; }
  #sidebar .about img {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    top: 5px; }
    
  #sidebar .searchForm input {
  	border: 1px solid;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	font-size: 12px;
  	width: 258px;
  	background: url(http://static.tumblr.com/8zpdt4b/mpjlbo3j1/ico-search.png) no-repeat 254px center;
  	padding: 8px 10px;
  }
 
  #sidebar .following ul {
    list-style-type: none; }
    #sidebar .following ul img {
      width: 21px;
      height: 21px;
      position: absolute;
      left: 0;
      top: 7px; }
    #sidebar .following ul li {
      white-space: nowrap;
      position: relative;
      padding: 7px 0 7px 0px;
      border-bottom: 1px dotted;
      height: 21px;
      overflow: hidden;
      width: 280px; }
    #sidebar .following ul li:first-child {
      margin: -7px 0 0 0; }
    #sidebar .following ul li:last-child {
      padding: 7px 0 0 0px;
      border: none; }
    #sidebar .following ul a {
      margin: 0 0 0 31px; }
  #sidebar #twitter h6 a {
    text-transform: none; }
  #sidebar #twitter ul {
    list-style-type: none; }
    #sidebar #twitter ul li {
      border-bottom: 1px dotted;
      padding: 7px 0; }
    #sidebar #twitter ul li:first-child {
      margin: -7px 0 0 0; }
    #sidebar #twitter ul li:last-child {
      padding: 7px 0 0 0px;
      border: none; }
    #sidebar #twitter ul a {
      text-decoration: none; }
  #sidebar h6 {
    font-size: 18px;
    margin: 0 0 21px;
    text-transform: uppercase; }
  #sidebar ul#likes {
    list-style-type: none; }
    #sidebar ul#likes img {
      display: block;
      width: 280px; }
    #sidebar ul#likes p {
      margin: 0; }
    #sidebar ul#likes li {
      padding: 21px 0;
      border-bottom: 1px dotted; }
    #sidebar ul#likes li:first-child {
      padding: 0 0 21px; }
    #sidebar ul#likes li:last-child {
      padding: 21px 0 0;
      border: none; }
  #sidebar #chunk h2 {
    font-size: 18px;
    margin: 0 0 21px;
    line-height: 21px; }
  #sidebar #chunk h3, #sidebar #chunk h4, #sidebar #chunk h5 {
    font-size: 14px; }
  #sidebar #chunk ul, #sidebar #chunk ol {
    list-style-position: inside;
    margin: 0 0 21px; }

.ie6 #main {
  margin: 0 0 0 20px; }
.ie6 #sidebar {
  margin: 0 20px 0 0; }

.addthis_button {
  display: block;
  width: 125px;
  margin: 0 0 42px; }

#dsq-global-toolbar {
  margin: 0 0 21px !important; }

#footer, #funkytional {
  font-size: 12px;
  line-height: 21px; }

#footer {
  float: left;
  padding: 0 0 21px 40px; }
  #footer p {
    margin: 0; }
  #footer a {
    margin: 0 20px 0 0; }

#funkytional {
  float: right;
  padding: 0 40px 0px 0; }

#install {
  background: url(http://static.tumblr.com/tqcvkbx/fQQl9i2ye/install-theme.png) no-repeat left top;
  display: block;
  text-indent: -9999px;
  width: 86px;
  height: 20px;
  position: fixed;
  z-index: 99999;
  top: 3px;
  left: 3px; }

.ie6 #install {
  position: absolute; }

.icoEnabled .shortURL {
  background: url(http://static.tumblr.com/8zpdt4b/Cuhlbo3id/ico-link.png) no-repeat 10px 8px;
  padding-left: 34px !important; }
.icoEnabled .reblogged {
  background: url(http://static.tumblr.com/8zpdt4b/17clbo3hs/ico-rebl.png) no-repeat 10px 10px;
  padding-left: 32px !important; }
.icoEnabled .noteCount {
  background: url(http://static.tumblr.com/8zpdt4b/jD3lbo3i1/ico-note.png) no-repeat 10px 8px;
  padding-left: 30px !important; }
.icoEnabled .tags {
  background: url(http://static.tumblr.com/8zpdt4b/2Mslbo3er/ico-tags.png) no-repeat 10px 8px;
  padding-left: 32px !important; }
.icoEnabled .about h6 {
  background: url(http://static.tumblr.com/8zpdt4b/SjTlbo3ip/ico-about.png) no-repeat left center;
  padding-left: 32px; }
.icoEnabled .following h6 {
  background: url(http://static.tumblr.com/8zpdt4b/ZNZlbo3gw/ico-following.png) no-repeat left center;
  padding-left: 32px; }
.icoEnabled .likedPost h6 {
  background: url(http://static.tumblr.com/8zpdt4b/HNDlbo3eb/ico-likepost.png) no-repeat left center;
  padding-left: 32px; }
.icoEnabled #footer .rss {
  background: url(http://static.tumblr.com/8zpdt4b/VD7lbo3fo/ico-rss.png) no-repeat left center;
  padding: 0 0 0 24px; }
.icoEnabled #footer .archive {
  background: url(http://static.tumblr.com/8zpdt4b/LOPlbo3h7/ico-archive.png) no-repeat left center;
  padding: 0 0 0 22px; }
.icoEnabled #footer .mobile {
  background: url(http://static.tumblr.com/8zpdt4b/zwClbo3g2/ico-mobile.png) no-repeat left center;
  padding: 0 0 0 18px; }
.icoEnabled #footer .shuffle {
  background: url(http://static.tumblr.com/8zpdt4b/ZUglbo3fb/ico-shuffle.png) no-repeat left center;
  padding: 0 0 0 24px; }
