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

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;
  font-family: "Mate", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body, p, div,article,h1,h2 {
	font-size: 16pt;
  line-height: 135%;
}
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;
}
/* done with reset */

body {
	background-color: #eee;
	margin: 20px;
}

div.post {
	margin-top: 15px;
	margin-bottom: 50px;
}

div.post p {
	padding-top: 10px;
	padding-bottom: 10px;
}

pre .line {
	font-family: 'Bitstream Vera Sans Mono', "Courier New", monospace;
}

pre {
	background-color: #ffffff;
	border-bottom: 1px dotted #444;
	border-top: 1px dotted #444;
}

div.post_title {
	font-size: 1.3em;
	background-color: #C3FFBE;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;

	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
	
	border-bottom: 1px #00235D solid;
}

a {
	color: black;
}

.post_title a {
	text-decoration: none;
}

h1 a {
	text-decoration: none;
	color: #00235D;
}

h1, h2, h3 {
	color: #00235D;
	padding-top: 45px;
}

h1 {
	font-size: 3em;
}

h2 {

	font-size: 1.3em;
}

.tagline {
	color: #00235D;
	font-size: 1.3em;
}

footer {
	margin-top: 10px;
	background-color: #ffffff;
	color: #5C0023;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	border-bottom: 1px #00235D solid;
}

.pagination {

	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;

}

.signoff-stripe {
	margin-top: 10px;
	background-color: #FFDCFF;
	color: #5C0023;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
		
}

code {
	font-family: "Menlo", monospace;
	font-size: 0.8em;
	color: #444;
	background-color:#ffffff;
}

strong {
	font-weight: 800;
}

@media only screen and (min-width : 769px) {
	.post p:not(.signoff-stripe), .post .gist, h1, h2, h3, .tagline, pre,  div.post_title a, .signoff, footer .owner, .pagination-container{
		width: 768px;
		margin: 0 auto;
	}
	div.post_title, .pagination-container, .signoff-stripe, footer { padding-left: 0px; }
	div.post_title a, .signoff {
			
		display:block;
	}
}
