/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background: #261006 url(/images/site-images/bg.jpg) top center repeat-y;
	color: #431e15;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

a:link, a:visited {
	color: #b15500;
	text-decoration: none;
	border-bottom: thin dashed #b15500;
}
a:hover {
	color:#e69b00;
}

hr {
	border: 0;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 37px;
	line-height: 40px !important;
	margin-left: 30px;
}

h1 a {
	border-bottom: none !important;
	color: #431e15 !important;
}
h2 {
	font-size: 25px;
	color: #c55221;
	margin-left: 30px;
	margin-bottom: 10px !important;
}
h2 a {
	color: #c55521 !important;
	border-bottom: none !important;
}

h3 {
	color: #fbf2c5;
	font-size: 24px;
}
h3 a {
	color: fbf2c5 !important;
	border-bottom: none !important;
}

h4 {
	font-size: 19px;
}

.post-i > h4 {
	margin-left: 30px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin-left: 60px;
}

ol>li {
	margin-bottom: 15px;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
blockquote{
	font-family: georgia, times, serif;
	font-style: italic;
	color: #736d4f;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px 0px 20px;
	margin: 0 0 30px 30px;
	background: transparent url(/images/site-images/quote-l.png) 15px -4px  no-repeat;
	
}
#post pre {
}

.postCode{
	background:lightyellow none repeat scroll 0 0;
    border:1px solid orange;
    margin:10px 30px;
	overflow:auto;
	padding:6px;
	text-align:left;
}
code: {
	font-family:Courier,monospace; font-size:13px; line-height:1.5em;	
}