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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*--------------------------------------*/

@font-face {
    font-family: 'anonymousregular';
    src: url('/assets/fonts/Anonymous-webfont.eot');
    src: url('/assets/fonts/Anonymous-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/Anonymous-webfont.woff') format('woff'),
         url('/assets/fonts/Anonymous-webfont.ttf') format('truetype'),
         url('/assets/fonts/Anonymous-webfont.svg#anonymousregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
  font-size: 15px;
  font-family: 'Droid Serif', serif;
  color: #353535;
  line-height: 25px;
}

#gradient{
  height: 5px;
  background: rgba(237,82,82,0.64);
  background: -moz-linear-gradient(left, rgba(237,82,82,0.64) 0%, rgba(250,21,0,0.65) 20%, rgba(237,82,82,0.66) 52%, rgba(255,21,0,0.66) 80%, rgba(237,82,82,0.67) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,82,82,0.64)), color-stop(20%, rgba(250,21,0,0.65)), color-stop(52%, rgba(237,82,82,0.66)), color-stop(80%, rgba(255,21,0,0.66)), color-stop(100%, rgba(237,82,82,0.67)));
  background: -webkit-linear-gradient(left, rgba(237,82,82,0.64) 0%, rgba(250,21,0,0.65) 20%, rgba(237,82,82,0.66) 52%, rgba(255,21,0,0.66) 80%, rgba(237,82,82,0.67) 100%);
  background: -o-linear-gradient(left, rgba(237,82,82,0.64) 0%, rgba(250,21,0,0.65) 20%, rgba(237,82,82,0.66) 52%, rgba(255,21,0,0.66) 80%, rgba(237,82,82,0.67) 100%);
  background: -ms-linear-gradient(left, rgba(237,82,82,0.64) 0%, rgba(250,21,0,0.65) 20%, rgba(237,82,82,0.66) 52%, rgba(255,21,0,0.66) 80%, rgba(237,82,82,0.67) 100%);
  background: linear-gradient(to right, rgba(237,82,82,0.64) 0%, rgba(250,21,0,0.65) 20%, rgba(237,82,82,0.66) 52%, rgba(255,21,0,0.66) 80%, rgba(237,82,82,0.67) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5252', endColorstr='#ed5252', GradientType=1 );
}

/* STRUCTURE */

#container{
  background-color: #fafafa;
}

#content{
  width: 760px;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 60px;
  padding-top: 40px;
}

/* FOOTER */
footer{
  padding: 40px 0px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  font-size: 0.8em;
  color: #9a9a9a;
  background-color: #fafafa;
}
footer a{
  color: #9a9a9a;
}

/* HEADER */

header{
  width: 760px;
  margin: auto;
  height: 50px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
#more-nav{
  font-size: 0.75em;
  display: inline-block;
  position: absolute;
  top: 0px;
  font-family: "anonymousregular";
  padding-top: 5px;
  right: 0px;
}
#more-nav a{
  padding: 0px 2px;
  text-decoration: none;
  color: #353535;
}
#more-nav a:hover{
  transition: 0s;
  background-image: linear-gradient(to bottom, #fff 30%, rgba(200, 200, 200, 0.4) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0px 100%;
}

#more-nav .selected{
  color: #ed5252;
  font-weight: bold;
}

#logo{
  font-size: 1.2em;
  font-family: "anonymousregular";
  margin-top: 20px;
}
#logo *{
  text-decoration: none;
}
#logo1{
  color: #999;
}
#logo2{
  font-size: 0.8em;
  color: #ed5252;
}
#logo3{
  color: #353535;
}
#logo a:hover{
  color: #ed5252;
  transition-duration: 1s;
}

/* TEXT STRUCTURE */

h1, h2, h3, h4, h5{
  font-family: 'Open Sans', sans-serif;
  color: #1c1c1c;
}

a:hover{
  color: #ed5252;
  transition-duration:0.2s;
}

p a, ul a, .review a{
  color: #763232;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #fff 30%, rgba(200, 200, 200, 0.4) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0px 100%;
}

.homepage a{
  color: #353535;
}

p{
  text-align: justify;
  margin-bottom: 20px;
}

.excerpt p{
  margin-bottom: 0px;
}

.footnote, .sidenote{
  margin: 40px 0px;
  color: #858585;
  text-align: right;
  font-size: 0.9em;
  font-style: italic;
}

.image_notes{
  text-align: center;
  color: #858585;
  font-size: 0.9em;
  margin: -5px 0px 15px 0px;
}

h1{
  font-size: 2.45em;
  text-align: center;
  margin: 70px 0px 20px 0px;
  line-height : 1.5em;
}

h1 em{
  color: #888;
  font-weight: normal;
  font-size: 0.8em;
}

h2{
  font-size: 1.75em;
  margin: 50px 0px 50px 0px;
  line-height: 1.75em;
}
h2::before{
  content: "#";
  color: #ed5252;
  font-family: "anonymousregular";
  display: inline-block;
  float: left;
  padding: 3px 10px 0px 0px;
  font-size: 0.7em;
}

h3{
  font-size: 1.35em;
  margin-bottom: 20px;
}
h4{
  font-size: 1.2em;
  margin-bottom: 20px;
  font-style: italic;
}

h5{
  font-size: 1.3em;
  margin-bottom: 20px;
}

h5 *{
  color: #353535;
}

em{
  font-style: italic;
}
strong{
  font-weight: bold;
}

blockquote{
  border-left: 3px solid #ddd;
  color: #888;
  margin: 0px 0px 20px 40px;
  font-style: italic;
}

blockquote p{
  margin: 5px 20px !important;
}


ul{
  padding-left: 40px;
  line-height: 25px;
  list-style: square;
  margin-bottom: 20px;
}
li{
  display: list-item;
}

ol{
  padding-left: 40px;
  line-height: 25px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
/* TAGS */

.home-tag {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #dedede;
  padding: 2px 2px 1px 2px;
  border-radius: 2px;
  line-height: 10px;
  margin-left: 1px;
}

.tag-date{ color: #aaa; }

.tag-management         { border-color: #929aff; color: #929aff; }
.tag-programming        { border-color: #ff9292; color: #ff9292; }
.tag-coaching           { border-color: #4ec698; color: #4ec698; }
.tag-projectmanagement  { border-color: #929aff; color: #929aff; }

/* BLOG INDEX */
#all-posts{
  margin: 0px auto 10px auto;
  width: 760px;
}

.data_table{
  border: 1px solid #efefef;
  font-family: "anonymousregular";
  font-size: 12px;
  margin: auto auto 20px auto;
}
.data_table tr{
  border: 1px solid #efefef;
}
.data_table th{
  background-color: #efefef;
}
.data_table th, .data_table td{
  padding: 2px 5px;
}

.post table {
  margin: 0px auto 20px auto;
  border: 1px solid #dedede;
}

.post td {
  padding: 5px 10px;
}

/* BOOKS */
.single-post{
  border-top: 1px solid #f1f1f1;
  padding: 40px 0px;
  float: clear;
}
.single-post:first-child{
  border-top: none !important;
}

.single-post .date{
  color: #cdcdcd;
  margin-top: 10px;
  float: right;
}

.single-post .author{
  color: #cdcdcd;
  float: right;
  font-size: 0.7em;
}

.single-post .title{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  margin-bottom: 20px;
  line-height: 1.6em;
  position: relative;
}
.single-post .title a{
  color: #353535;
  text-decoration: none;
}

.single-post .title a::before{
  content: "→";
  opacity: 0;
  font-family: "anonymousregular";
  font-size: 0.7em;
  position: absolute;
  left: -30px;
  transition: all .4s ease-in-out;
}

.single-post .title a:hover::before{
  opacity: 1;
  transition: all .4s ease-in-out;
  color: #ed5252;
}

.single-post .title em{
  display: none;
}
.book-cover-entry{
  width: 120px;
  margin-right: 20px;
  float: left;
  font-size: 12px;
  text-decoration: none !important;
}
.buy-book{
  text-decoration: underline;
}
.book-cover-entry img{
  width: 120px;
}
.book-cover-entry {
  background-image: none;
}

.book-rating .icon {
  display: inline-block;
  padding-right: 5px;
}
.book-rating .top .icon{ color: #1CED00; }
.book-rating .good .icon{ color: #82ED00; }
.book-rating .medium .icon{ color: #EDD100; }
.book-rating .low .icon{ color: #EDAE00; }
.book-rating .poor .icon{ color: #ED3B00; }

#buy-title{
  padding: 0px 0px 25px 0px;
}
#buy-title span{
  font-size: 0.8em !important;
  color: #cdcdcd;
}
#buy-popin{
  padding: 30px 15px;
}

.store{
  display: block;
  padding: 15px 5px;
  text-decoration: none;
}

.store:hover{
  color: #ed5252;
}

#upcoming-books{
  padding-top: 20px;
}
#upcoming-books img{
  height: 90px;
  margin-right: 10px;
  border: 1px solid #fff;
}

#upcoming-books a{
  text-decoration: none;
}
#upcoming-books img:hover{
  border: 1px solid #ed5252;
}

/* BLOG SHOW */

.post{
}
p code, li code{
  background-color: #efefef;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  padding: 1px 2px;
  font-size: 13px;
}
.post img{
  border: 1px solid #e6e6e6;
  padding: 5px;
  margin: 0px 0px 20px 20px;
}

.published span{
  border-top: 1px solid #e6e6e6;
  display: inline-block;
  color: #858585;
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  padding: 5px 20px 0px 20px;
}
.published{
  text-align: center;
  margin-bottom: 65px;
}

#more{
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  padding: 40px 0px;
}

#more-articles{
  margin-bottom: 40px;
}

.image-wrapper em{
  display: block;
  font-size: 0.8em;
  margin: -20px 0px 20px 0px;
  color: #aaa;
}
.image-wrapper em a{
  color: #aaa;
}

.twitter-tweet{
  margin: auto;
  max-width: 420px !important;
}

#intro_blurb{
  border: 1px dashed #dedede;
  padding: 20px;
  margin: 20px 0px;
  opacity: 0.7;
}

#intro_blurb a{
  color: #763232;
}


/* Music */

.js_play_sound, .js_stop_sound{
  display: inline-block;
  padding: 4px 10px 2px 10px;
  border: 1px solid #efefef;
  background-color: #efefef;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 3px;
  font-family: 'anonymousregular';
  font-size: 12px;
}

.js_play_sound:hover, .js_stop_sound:hover{
  background-color: #dedede;
}

/* Comments */

#comments{
  padding-top: 20px;
}

#show-disqus-arrow{
  color: #ed5252;
}

/* CLEARFIX */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/************************ MOBILE LAYOUT *********************/
@media all and (max-width: 800px) {

  .home-tag {
    display: none;
  }

  .author{
    float: none !important;
    display: inline;
  }

  header{
    width: 92%;
    padding: 4%;
    height: 75px;
    position: relative;
    text-align: center;
    background-color: #fafafa;
  }
  #more-nav{
    left: 0px;
    top: 50px;
  }
  #logo{
    margin-top: 10px;
  }

  .single-post .title{
    font-size: 1.4em;
  }

  #content, #all-posts{
    width: 92%;
    padding: 4%;
  }
  .image-wrapper{
    width: 100%;
  }
  .image-wrapper img, .post div img, .post p img{
    max-width: 100% !important;
    padding: 15px 0px !important;
    margin: 20px 0px 20px 0px !important;
    border-right: 0px;
    border-left: 0px;
  }

  .date{
    display: none;
  }
  h1{
    font-size: 1.7em;
    width: 94%;
    padding: 3%;
  }
  h2{
    font-size: 1.50em;
    margin: 30px 0px 30px 0px;
    line-height: 1.75em;
  }

  h3{
    font-size: 1.30em;
  }
  blockquote{
    margin: 0px 0px 20px 0px !important;
  }
  pre{
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 90%;
    overflow-x: scroll;
  }
  code{
    width: 100%;
    font-size: 13px !important;
  }
  footer div{
    display: inline;
  }

  /* Hire me responsive */
  #hire ul{
    padding-left: 15px;
  }
  #talking-img{
    width: 100%;
  }
  #talking-img img{
    width: 100% !important;
  }
  #reviews{
    border-top: 1px dashed #e6e6e6;
    padding: 15px 0px 15px 0px;
  }

  #references_logo{
    padding: 0px 0px 15px 0px;
  }

  .review{
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border-bottom: 1px dashed #e6e6e6;
  }
  #references_logo img, #references_logo .minor{
    width: 22%;
    float: left;
    margin: 15px 2% 15px 0px;
  }

  .data_table th, .data_table td{
    font-size: 8px;
    padding: 0px;
    border: 1px solid #efefef;
  }
}


/* CONVERSATION */

#post-conversation blockquote{
  color: rgb(84, 84, 84);
  font-style: normal;
  margin: 20px 40px;
}
#post-conversation blockquote p{
  margin: 10px 20px !important;
}
#post-conversation blockquote .dpm{
  color: #3B9E2E !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#post-conversation blockquote .ddev{
  color: #AD34CF !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#post-conversation blockquote .dcto{
  color: #9E2E2E !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

/* STATUS */

.status {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #dba9a9;
  border-radius: 5px;
  margin: 40px 0px;
}

.status_text_content {
  font-size: 18px;
  line-height: 24px;
}

.status_text_content p {
  text-align: start !important;
}

.status_date {

}

.status_date a {
  color: #858585;
  text-decoration: none;
}

.status_images {
  margin: 20px auto;
  text-align: center;
}

.status_images img {
  max-width: 85%;
  max-height: 500px;
}

.side_note {
  color: #aaa;
  margin-bottom: 42px;
  text-align: center;
}

.side_note a{
  color: #aaa;
}

.image_300 {
  width: 300px;
}

