.debug { display:none }
* {
	margin:0;
	padding:0;
	}

body {
	font-size:15px;
	height:100%;
	margin:0;
	padding:0;
	background-color: #FFF6DB;
	font-family: Geneva, Tahoma, sans-serif;
	}

a > img {
	border:0;
	}

a:link,a:active,a:visited {
	background-color:inherit;
	text-decoration:underline;
	}
a,a:link,a:active,a:visited, .orange {
	color:#ff7f00;
	}

a:hover {
	color:#C22E35;
	text-decoration:none;
	}

p,li, .blogs-showcategorybox {
	font:1em/1.8em Geneva, Tahoma, sans-serif;
	}

p {
	margin:1.8em 0;
	}

blockquote {
	margin-left:18px;
	margin-right:18px;
	}

strong,b {
	font-weight:700;
	}

em,i {
	font-style:italic;
	}

code,pre {
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	white-space:0;
	word-wrap:break-word;
	}

pre {
	background-color:#ddd;
	border:1px solid #000;
	font-size:90%;
	line-height:1.5em;
	margin:0 1em 1em;
	padding:.5em;
	color: #333;
	}

h1,h2,h3,h4,h5,h6 {
	margin:2.4em 0 1.2em;
	}
h1, h2, h3, .sidebar, #menu, .serif {
	font-family: Georgia, Georgia MS, serif;
	}
.serif {
	font-size: 1.1em;
	}
#menu a {
	font-style: italic;
	font-size: 1.2em;
	}

h1 {
	font-weight:400;
	text-align:left;
	font-size:1.7em;
	font-style: italic;
	}
h1, .red {
	color: #CE0025;
	}

h1.header_title {
	text-align:center;
	margin:0 -12px 1.8em;
	}

h2 {
	font-size:1.7em;
	font-weight:100;
	letter-spacing:.2em;
	word-spacing:.25em;
	text-align:left;
	font-variant:small-caps;
	}

h3 {
	font-size:1.2em;
	font-weight:700;
	}

h4 {
	font-size:1.4em;
	letter-spacing:.15em;
	font-weight:400;
	}

h5 {
	font-size:1em;
	font-variant:small-caps;
	}

h6 {
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
	}

ul,ol,dl {
	line-height:1.8em;
	margin:0 0 1.8em;
	}

ul {
	list-style:none none outside;
	}

ol {
	list-style:decimal outside none;
	}

ol li {
	margin-left:1.5em;
	}

li {
	margin-bottom:1em;
	}

dl,dfn {
	display:none;
	}
.white {
	color: white;
	}



table.imagegrid, .center {
	text-align:center;
	}

table.imagegrid td {
	padding:3px;
	}

.math {
	font-family:"Trebuchet MS",sans-serif;
	font-size:100%;
	font-weight:100;
	letter-spacing:0;
	}

.smalltext {
	font-size:80%;
	}

.floatleft {
	float:left;
	margin-right:12px;
	}

.floatright {
	float:right;
	margin-left:12px;
	}
span.email img {
	border:none;
	position:relative;
	top:4px;
	left:-2px;
	margin:-8px 0 -1px;
	}
.poststar {
	position: relative;
	top: 5px;
	left: 0;
	}
body.mceContentBody {
	padding: 10px;
	}