body {
    /* font-family: "Merriweather", Georgia, serif; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Calibri';
   
}

/* 
    HEADINGS
*/
h1 {
    font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    color: #202020;
    margin: 0.33em 0 0.5em;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #100;
}

h1:first-letter {
    color: #990400;
}

h2 {
    font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
    color: #be6800;
    /* color: #b06846; */
    /* color: #335B8B; */
    font-size: 1.5em;
    line-height: 1.2;
    margin: 0.35em 0 0.5em;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #100;
}

h3 {
    font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 0.6;
    color: #100;
    margin: 1.2em 0 0.5em;
}

a.hashtag {
  color: #BBB;
  margin-right: 0.1em;
  display: inline-block;
  text-decoration: none;
}

a.hashtag:hover {
  color: #555;
}

span.hash {
    color: #CCC;
}

span.hash:hover {
    color: #532;
}


/* 
    CONTENT
*/
p {
    font-size: 12pt;
    line-height: 1.3em;
}


blockquote {
    border-left: 3px solid #be6800;
    padding-left: 10px;
}

/* 
    IMAGES
*/
#content img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding: 5px;
}


/* 
    CODE
*/
code:not(pre) {
	background: #eceff1;
    font-family: monospace;
    font-size: 10.5pt;
    /* height: 10pt; */
	/* color: red; */
	border-radius: 2px;
	padding: 0 3px;
	border: 1px solid #ccc	;
}

/* 
    HOVER 
*/
hover {
    cursor: pointer;
    border-bottom: 1px dashed #777;
}

pre hover {
    border-bottom: 1px solid #444;
}

#hover {
    display: none;
    position: absolute;
    color: #222;
    width: 600px;
    border-radius: 5px;
    border: 5px dotted #ccc;
    background-color: #fff;
    background-repeat: repeat-x;
    opacity:0.95;
    filter:alpha(opacity=95); /* For IE8 and earlier */
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
}

#hover h2 {
    color: #823;
    margin-bottom: 0px;
    border: 0px;
}

#hover h3 {
    margin-bottom: 0px;
    margin-top: -30px;
    margin-left: 100px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    /* text-decoration: underline; */
    color: #238;
    border: 0px;
}

#hover h4 {
	margin-bottom: 4px;
	color: #45A;
}

#hover pre {
	margin-top: 0px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

