/** http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

div.__inqob_item {
  max-height: 100px;
}

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

body {
    padding: 10px 10px;
    font-family: 'Libre Baskerville', serif;
    min-height: 740px;
    background: #FFF;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

em {

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

blockquote {
  background-color: #555;
  color: #FFF;
  padding: 10px 40px;
  margin: 20px 0px;
  quotes:"\201C""\201D""\2018""\2019";
  font-style: italic;
  font-size: 20px;
}

blockquote:before {
  color:#ccc;
  content:open-quote;
  font-size: 50px;
  line-height: 1.0;
  margin-right: 10px;
  vertical-align: -20px;
}
blockquote:after {
  color:#ccc;
  content:close-quote;
  float: right;
  font-size: 50px;
  line-height: 1.0;
  margin-right: 10px;
}


.testimonials blockquote {
  background-color: #FFF;
  color: #444;
  padding: 0;
  margin: 0;
  quotes: none;
  font-style: italic;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonials blockquote:before {
  content: none;
}

.testimonials blockquote:after {
  content: none;
}

.testimonials span {
  display: block;
  font-weight: bold;
  font-size: 10px;
  padding-left: 30px;
}

.testimonials p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

#container {
  float: left;
  margin-top: 20px;
  min-height: 740px;
  width: 1400px;
}


#content {
  float: left;
  width: 600px;
  margin-top: 40px;
  margin-left: 30px;
}

#entries {
  list-style-type: none;
  margin-right: 20px;
}

#entries li {
  font-size: 16px;
  height: 30px;
  margin-bottom: 8px;
  margin-left: 6px;
  background-color: #FFF;
}

#entries {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#entries li a {
  text-decoration: none;
  color: #004400;
  padding-top: 6px;
  padding-bottom: 6px;
}

#entries li a:hover {
  background-color: #EEE;
}

@media (min-width: 1024px) {
  #blog-entry {
    margin-left: 100px;
    margin-right: 40px;
    margin-top: 40px;
    width: 900px;
  }
}

@media (max-width: 1023px) {
  #blog-entry {
    margin-left: 100px;
    margin-right: 40px;
    margin-top: 40px;
    width: 90%;
  }
}

#blog-entry h1 {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#blog-entry h2, #blog-entry h3, #blog-entry h4, #blog-entry h5, #blog-entry h6 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

#blog-entry hr {
  width: 10%;
  margin-bottom: 50px;
}

#blog-entry h6 {
  margin-bottom: 15px;
}

#blog-entry h1 {
  font-size: 24px;
  line-height: 1.6;
}

#blog-entry strong {
  font-size: 20px;
  font-weight: bolder;
}

#blog-entry p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 16px;

}

#blog-entry a {
  color: #0000FF;
}


#blog-entry ul {
  margin-left: 50px;
  margin-bottom: 20px;
}

#blog-entry li {
  font-size: 16px;
  padding-top: 8px;
  margin-bottom: 6px;
  line-height: 1.6;
}

#blog-entry .inline-left {
  float: left;
  padding: 10px 20px 10px 20px;
}

#blog-entry .inline-right {
  float: right;
  padding: 20px 20px 20px 20px;
}


#post-comments {
   margin-left: 50px;
}

.comment-author {
   float: left;
   font-weight: bolder;
}

.comment-body {
  margin-left: 100px;
}

.comment {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: right;
  float: none;
  border: 1px dotted #AAA;
  min-height: 80px;
}

#dsq-subscribe {
  display: none;
}

pre {
  font-family: 'Source Code Pro', sans-serif;
  font-weight: bolder;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.pull-left {
  float: left;
  margin-right: 20px;
}


#index-container {
  width: 100%;
  float: left;
  margin-top: 20px;
}

#about {
  float: left;
  margin-left: -100%;
  height: 600px;
  width: 550px;
  background-color: #FFF;
}

#about h1 {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 20px;
}

#about .blurb {
  margin-left: 20px;
}

#about .blurb p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 8px;
}

#about img {
  float: right;
  margin-right: 6px;
  margin-left: 6px;
}

.info {
  margin-top: 30px;
  margin-left: 20px;
}

.info ul {
  font-size: 16px;
  list-style-type: none;
}


.info li {
  margin-bottom: 2px;
}

#stuff-wrapper {
  width: 100%;
  float: left;
}

#stuff  {
  float: left;
  margin-left: 580px;
}

#entries > h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

#entries > ul {
  list-bullet-type: none;
}

#entries {
  height: 200px;
  overflow: auto;
}

#stuff > h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

#stuff > .stuff-content {

}

#stuff > .stuff-content > div  {
  width: 390px;
  height: 200px;
  background-color: #EEE;
  margin-bottom: 25px;
  margin-right: 10px;
  float: left;
  padding: 5px 5px 5px 5px;
}
#stuff > .stuff-content > div.offering  {
  height: 250px;
}

#stuff h4  {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
}

#stuff img  {
  display: none;
}


/*
#post img {
  float: left;
  margin-right: 10px;
  margin-bottom 10px;
}
*/

.stuff-content > div > a {
  margin-left: 5px;
}

.stuff-content > div > p {
  margin-top: 15px;
  margin-left: 5px;
}

#inqob_job_postings:before {
  content: "Sponsored content..."
}

#inqob_job_postings {
  margin-left: 20px;
  margin-right: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px dotted #CCC;
}

#links {
  padding: 2px 2px 2px 2px;
  width: 100%;
  text-align: center;
}

#links a, .subscribe {
  margin-top: 5px;
  margin-left: 5px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: #EEE;
  border: 1px solid #111;
}

#links a:hover, .subscribe {
  background-color: #DDD;
  border: 1px solid #222;
}


.static #body {
  width: 1024px;
  padding: 20px;
}


.static h2 {
  font-size: 24px;
  margin: 10px;
}

.static h1 {
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.static strong {
  margin-top: 50px;
  font-weight: bolder;
}

.static p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 16px;
  margin-left: 10px;
}

.static ul {
  margin: 5px 50px;
  list-style-type: bullet;
}

.toggle-collapse {
  padding: 10px;
  margin: 10px;
  background-color: #EEE;
  border: 2px solid #444;
  cursor: pointer;
}

table {

}

thead {
  font-weight: bolder;
}

tr {

}

td {
  padding: 10px;
}

.quotee {
  margin-left: 700px;
  font-size: 24px;
  font-style: bolder;
}

.red { color: red; }
.green { color: green;}

#hire-me {
  background-color: #FFA;
  border: 2px dashed #DDD;
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
}

#hire-me h6 {
  font-size: 12px;
}

#hire-me p {
  font-size: 12px;
  line-height: 1.0;
  margin: 5px 5px 5px 5px;
  padding: 0;
}
