/*!
Theme Name: Teamlab Blog 2.0
Text Domanin: teamlab-blog-2-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;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
#post-content .content h3 {
    font-size: 26px;
    line-height: 33px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px;
    margin: 40px 0 23px;
}
blockquote {
  border-left: 3px solid #FF6F3D;
  margin: 1.5em 0;
  padding: 0.5em 10px 0.5em 24px;
  quotes: "\201C""\201D""\201C""\201D";
}
blockquote:before {
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.4em;
  vertical-align: 0.1em;
}
blockquote:after {
  content: close-quote;
  line-height: 0.1em;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}
blockquote p {
  display: inline;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}
strong{
color:#333333;
}
* html body {
    height: 100%;
}


/* background */

body {
    font-family: Open Sans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

a {
    color: #0863A3;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
