* {
    margin:0;
    padding:0;
}

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

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

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

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

body {
    font-family: 'Palatino Linotype', 'Palatino', 'Book Antiqua', serif;
    font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #225588;
  border-bottom: 1px dotted #dfdfdf;
  -webkit-transition: color 0.2s ease-in-out;
}

a:hover {
  color: #002255;
}

ul {
    list-style: disc;
    margin-top: 10px;
}

ol {
    list-style: decimal;
}

ul li, ol li {
    margin-left: 30px;
    line-height: 1.5;
}

ol li {
    margin-bottom: 12px;
}

dt {
    font-weight: bold;
    margin-top: 20px;
}

dd {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 5px;
    line-height: 1.5;
}

p {
  margin: 20px 0;
  line-height: 1.5;
}

blockquote {
  padding-left: 20px;
  font-style: italic;
}

h1 {
  background-color: #444;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

h1 a {
  color: #fff;
  padding: 15px;
  display: block;
  text-decoration: none;
}

h1 a:hover {
  color: #fff;
}

#wrap {
    width: 600px;
    margin: 0 auto;
    font-size: 1.5em;
    padding-bottom: 20px;
}

#header {
    text-align: center;
    margin: 40px 0;
}

#header h1 {
    font-size: 1.8em;
    background-color: transparent;
    color: #000;
    margin-bottom: 5px;
}

#header h2 {
    font-size: 1.1em;
    font-weight: normal;
}

#share {
  text-align: center;
  margin-left: 27px;
}

#share ul {
    width: 350px;
    margin: 0 auto;
}

#share ul li {
    list-style-type: none;
    float: left;
    margin: 0;
    width: 110px;
    text-align: center;
}

#post, #project {
  margin-bottom: 40px;
}

#home h2, #post h2, #project h2 {
  font-size: 1.3em;
  margin: 40px 0 15px 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
}

#home h3, #post h3, #project h3 {
  margin: 25px 0 10px 0;
}

#project h2:first-of-type {
  border: none;
  margin-top: 30px;
  padding-bottom: 0;
}

.highlight {
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
}

.download-button {
    background: #7fbf4d;
    background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
}

.download-button:hover {
    background: #76b347;
    background: -moz-linear-gradient(0% 100% 90deg,#5e9e2e, #76b347);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

.download-button:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

.download-button a {
    text-decoration: none;
    color: #fff;
}

.download-button em {
    display: block;
    margin-top: 8px;
    font-weight: normal;
    font-size: 0.5em;
}

.section {
    margin-bottom: 30px;
}

.section h3 {
    margin-bottom: 3px;
}

.social-grill {
    text-align: center;
    margin-bottom: 25px;
}

.social-grill span {
    line-height: 32px;
    margin-right: 20px;
    font-size: 0.9em;
}

.social-grill img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.social-grill a {
    text-decoration: none;
    color: black;
}

#blog-index {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

#blog-index > li {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

#blog-index > li > span {
  display: inline-block;
  width: 120px;
  padding-left: 20px;
}

#instant-demo {
    float: left;
    width: 48%;
}

#demo-details {
    font-size: 0.8em;
}

#download {
    float: right;
    margin: 30px 0;
    width: auto;
    margin-left: 20px;
}

#github {
    text-align: center;
    font-size: 0.9em;
    margin: 5px 0;
}

@media only screen and (max-width: 600px) {
  #wrap {
    width: auto;
    margin: 0 20px;
  }
  
  #blog-index > li > span {
    display: block;
    padding-left: 0;
  }
}