/* reset CSS first - HTML5 edition */
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, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, nav, article, aside, dialog, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

::selection {
  background: #85be49;
  color: #fff; }

::-moz-selection {
  background: #85be49;
  color: #fff; }

body {
  font-family: "helvetica neue", arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #333;
  background: #fff; }

a:link, a:visited {
  color: #85be49;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

a:hover {
  color: #848484;
  background: #f8f8f8; }

h1, h1 a:link, h1 a:visited, h1 a:hover {
  display: block;
  width: 279px;
  height: 72px;
  text-indent: -5000px; }
  #home h1, #home h1 a:link, #home h1 a:visited, #home h1 a:hover {
    background: transparent url("../images/suitmymind-logo.png") 0 0 no-repeat; }
  #blog h1, #blog h1 a:link, #blog h1 a:visited, #blog h1 a:hover {
    background: transparent url("../images/blogmymind-logo.png") 0 0 no-repeat; }

#home h1 {
  margin: 50px 0 50px 231px; }

#blog h1 {
  margin: 50px 0 50px 0; }

h2 {
  font-size: 27px;
  line-height: 36px;
  margin: 0 0 18px 0;
  font-weight: normal;
  color: #666; }
  #portfolio h2 {
    text-align: center; }
  #blog h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0;
    color: #000;
    font-weight: normal;
    -webkit-text-stroke: 1px transparent; }
    #blog h2 a:hover {
      background: #fff; }
  .post h2 {
    font-size: 27px !important; }
  #archives h2 {
    margin: 0 0 18px 0; }

h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #85be49; }
  .indexcard h3 {
    color: #26455f;
    margin: -6px 0 21px 0;
    font-size: 25px;
    line-height: 18px;
    -webkit-text-stroke: 1px transparent; }
    .indexcard h3 a:link, .indexcard h3 a:visited {
      color: #26455f;
      background: transparent;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
    .indexcard h3 a:hover {
      color: #333; }
  article h3 {
    color: #000;
    margin: 0 0 18px 0;
    font-size: 18px;
    line-height: 27px; }
  #archives h3 {
    font-size: 16px;
    color: #666;
    margin: 0 0 9px 0; }

h4 {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 9px 0;
  font-weight: normal; }
  h4 em {
    font-style: normal;
    color: #ccc; }

header {
  width: 100%;
  float: left;
  position: relative; }

#container {
  width: 740px;
  margin: 0 auto; }

#doublestack {
  width: 960px;
  margin: 0 auto; }

#introduction {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 36px 0; }

#secondary {
  float: left;
  clear: both;
  margin: 0 0 36px 0; }

.major {
  display: block;
  width: 740px;
  font-size: 24px;
  line-height: 36px; }

.indexcard {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #dddddd;
  -moz-box-shadow: 1px 1px 3px #dddddd;
  -webkit-box-shadow: 1px 1px 3px #dddddd;
  background: #f9f9f9 url("../images/cardtop.png") top center no-repeat;
  padding: 57px 9px 33px 9px;
  width: 340px;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out; }
  .indexcard:hover {
    box-shadow: 1px 1px 3px #cccccc;
    -moz-box-shadow: 1px 1px 3px #cccccc;
    -webkit-box-shadow: 1px 1px 3px #cccccc;
    background-color: #f4f4f4; }
    .indexcard:hover .info {
      opacity: 0.5; }
  .indexcard img {
    float: left;
    margin: -4px 0 0 12px; }
  .indexcard div {
    float: left;
    width: 227px;
    margin: 0 0 0 18px;
    background: transparent url("../images/cardbg.png") 0 0 no-repeat;
    padding: 0 6px; }
  .indexcard p {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin: 1px 0 18px 0; }
    .indexcard p a:link, .indexcard p a:visited {
      color: #5f93bf;
      text-decoration: none;
      background: transparent; }
    .indexcard p a:hover {
      color: #333; }

p.info {
  float: none;
  color: #666;
  height: 18px;
  line-height: 18px;
  height: 18px;
  font-size: 11px;
  width: 200px;
  position: absolute;
  bottom: 15px;
  right: 18px;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-align: right;
  -webkit-text-stroke: 1px transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  p.info img {
    float: right;
    padding: 0 0 0 4px;
    margin: 0;
    width: 18px;
    height: 19px; }

.first {
  margin: 0 12px 36px 0;
  float: left; }

.second {
  margin: 0 0 36px 12px;
  float: right; }

.tip {
  z-index: 10;
  position: absolute;
  display: none; }

#articles {
  float: left;
  width: 716px;
  padding: 0 24px 0 0; }
  #articles p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 18px 0;
    color: #333; }
    #articles p.metadata {
      margin: 0 0 9px 0;
      font-size: 12px;
      color: #ccc; }
      #articles p.metadata a:link, #articles p.metadata a:visited {
        color: #ccc; }
      #articles p.metadata a:hover {
        background: #fff;
        color: #85be49; }
        #articles article {
            float: left;
            margin: 0 0 54px 0; 
            width: 716px; }
            #articles article ul {
              padding: 0px 18px 18px 18px }
              #articles article ul li {
                color: #666;
                font-size: 15px;
                line-height: 21px;
                padding: 0 0 0 16px;
                margin: 0 0 9px 0;
                background: transparent url("../images/bullet1.png") 0 7px no-repeat; }
            #articles article .highlight {
              width: 668px; }
#archives {
  float: left;
  width: 716px;
  padding: 0 24px 0 0; }
  #archives ul {
    margin: 0 0 18px 0; }
    #archives ul li {
      line-height: 27px; }
      #archives ul li a:link, #archives ul li a:visited {
        padding: 0 0 0 18px;
        background: transparent url("../images/archive-item.png") 0 0 no-repeat; }

#side {
  float: left;
  width: 220px; }

aside {
  float: left;
  width: 220px;
  margin: 0 0 45px 0; }
  aside ul {
    font-size: 15px;
    line-height: 27px; }
    aside ul li.current a:link, aside ul li.current a:visited, aside ul li.current a:hover {
      color: #848484;
      cursor: default; }
    aside ul a:link, aside ul a:visited {
      padding: 0 0 0 25px;
      background: transparent url("../images/navicons.png") 0 -689px no-repeat;
      -webkit-transition: color 0.5s ease-in-out;
      -moz-transition: color 0.5s ease-in-out; }
      aside ul a:link.cat_cappuccino, aside ul a:visited.cat_cappuccino {
        background-position: 0 -172px; }
      aside ul a:link.cat_cappuccino_casts, aside ul a:visited.cat_cappuccino_casts {
        background-position: 0 -766px; }
      aside ul a:link.cat_twitter, aside ul a:visited.cat_twitter { 
        background-position: 0 -851px; }
      aside ul a:link.cat_cashflow, aside ul a:visited.cat_cashflow {
        background-position: 0 -86px; }
      aside ul a:link.cat_cocoa, aside ul a:visited.cat_cocoa {
        background-position: 0 -343px; }
      aside ul a:link.cat_suitmymind, aside ul a:visited.cat_suitmymind {
        background-position: 0 -596px; }
      aside ul a:link.cat_tapplace, aside ul a:visited.cat_tapplace {
        background-position: 0 -2px; }
      aside ul a:link.cat_archives, aside ul a:visited.cat_archives {
        background-position: 0 -513px; }
      aside ul a:link.cat_rss, aside ul a:visited.cat_rss {
        background-position: 0 -257px; }
      aside ul a:link.cat_link, aside ul a:visited.cat_link {
        background-position: 0 -428px; }
    aside ul a:hover.cat_cappuccino {
      background-position: 0 -212px; }
    aside ul a:hover.cat_cappuccino_casts {
      background-position: 0 -807px; }
    aside ul a:hover.cat_twitter {
      background-position: 0 -892px; }
    aside ul a:hover.cat_cashflow {
      background-position: 0 -126px; }
    aside ul a:hover.cat_cocoa {
      background-position: 0 -383px; }
    aside ul a:hover.cat_suitmymind {
      background-position: 0 -636px; }
    aside ul a:hover.cat_tapplace {
      background-position: 0 -42px; }
    aside ul a:hover.cat_archives {
      background-position: 0 -553px; }
    aside ul a:hover.cat_rss {
      background-position: 0 -297px; }
    aside ul a:hover.cat_link {
      background-position: 0 -468px; }
  aside#sidenav ul li {
    line-height: 27px;
    margin: 0 0 9px 0; }
    aside#sidenav ul li a:link, aside#sidenav ul li a:visited {
      display: block;
      padding: 0 0 0 32px;
      line-height: 27px;
      color: #848484;
      background: white url("../images/return.png") 0 0 no-repeat; }
    aside#sidenav ul li a:hover, aside#sidenav ul li a.hover {
      background-position: 0 -27px;
      color: #666; }
      aside#sidenav ul li a:hover strong, aside#sidenav ul li a.hover strong {
        color: #85be49; }

.more a:link, .more a:visited {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 7px 0;
  color: #848484;
  background: #eeeeee url("../images/more.png") right 3px no-repeat;
  padding: 0 25px 0 8px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out; }
.more a:hover {
  color: #85be49;
  background-color: #f3f3f3;
  background-position: right -17px; }

#history {
  margin: 36px 0;
  float: left;
  width: 668px;
  line-height: 18px;
  font-size: 12px; }
  #history ul {
    float: left;
    width: 740px; }
    #history ul strong {
      font-weight: normal; }
    #history ul li.older {
      float: left; }
      #history ul li.older a:link, #history ul li.older a:visited {
        padding: 0 0 0 20px;
        background: white url("../images/historynav.png") 0 1px no-repeat; }
        #history ul li.older a:link strong, #history ul li.older a:visited strong {
          color: #848484; }
      #history ul li.older a:hover {
        background-position: 0 -19px; }
        #history ul li.older a:hover strong {
          color: #85be49; }
    #history ul li.newer {
      float: right;
      margin-right: 24px; }
      #history ul li.newer a:link, #history ul li.newer a:visited {
        padding: 0 20px 0 0;
        background: white url("../images/historynav.png") right 1px no-repeat; }
        #history ul li.newer a:link strong, #history ul li.newer a:visited strong {
          color: #848484; }
      #history ul li.newer a:hover {
        background-position: right -19px; }
        #history ul li.newer a:hover strong {
          color: #85be49; }

pre {
  background: #eee;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 18px;
  width: 668px;
  overflow: auto;
  margin: 0 0 18px 0; }

pre::-webkit-scrollbar {
  width: 18px;
  height: 18px; }

pre::-webkit-scrollbar-button:start:decrement,
pre::-webkit-scrollbar-button:end:increment {
  display: block; }

pre::-webkit-scrollbar-button:horizontal:start:increment,
pre::-webkit-scrollbar-button:horizontal:end:decrement {
  display: none; }

pre::-webkit-scrollbar-button:horizontal:increment {
  background: transparent url("../images/scroller-right-arrow.png");
  width: 14px;
  height: 18px; }

pre::-webkit-scrollbar-button:horizontal:decrement {
  background: transparent url("../images/scroller-left-arrow.png");
  width: 14px;
  height: 18px; }

pre::-webkit-scrollbar-track-piece:horizontal:start {
  background-image: url(../images/scroller-gutter-left.png), url(../images/scroller-gutter.png);
  background-repeat: no-repeat, repeat-x; }

pre::-webkit-scrollbar-track-piece:horizontal:end {
  background-image: url(../images/scroller-gutter-right.png), url(../images/scroller-gutter.png);
  background-repeat: no-repeat, repeat-x;
  background-position: bottom right, 0 0; }

pre::-webkit-scrollbar-track-piece {
  background-color: #eee; }

pre::-webkit-scrollbar-thumb:horizontal {
  width: 92px;
  -webkit-border-image: url(../images/scroller-bar.png) 0 8 0 8 stretch stretch;
  border-width: 0 8 0 8; }

.type-search-container, .search {
  height: 19px;
  position: absolute;
  top: 87px;
  left: 740px;
  width: 170px; }

.type-search-container input.type-search {
  color: #666;
  background: white url(../images/search/searchfield_repeat.png) repeat-x;
  border: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 16px;
  margin: 0;
  padding: 3px 0 0;
  position: absolute;
  right: 10px;
  top: 0;
  height: 16px; }

.type-search-container .left,
.type-search-container .right {
  color: inherit;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  height: 19px;
  position: absolute;
  top: 0; }

.type-search-container .left {
  background-image: url(../images/search/searchfield_leftcap.png);
  width: 20px; }

.type-search-container .right {
  background-image: url(../images/search/searchfield_rightcap.png);
  right: 0;
  width: 10px; }

.type-search-container .reset {
  color: inherit;
  background: transparent url(../images/search/close.gif) no-repeat;
  display: block;
  height: 11px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 11px;
  z-index: 1;
  cursor: pointer; }
  
/* disqus */
#dsq-comments-title h3,
#dsq-new-post h3 {
    font-size: 14px;
}
